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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/**
 * Copyright © 2013-2017 Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.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,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  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,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin-bottom: 15px;
}
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .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;
}
.magento-payments-review .block .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .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;
}
.magento-payments-review .block .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;
}
.magento-payments-review .block .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: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.magento-payments-review .block .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;
}
.magento-payments-review .block .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;
}
.magento-payments-review .block .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;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .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,
.filtered .item .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,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.abs-product-link > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #333333;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.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 {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link: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 {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link: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 {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.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 {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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) {
  box-shadow: none;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.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,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.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,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .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-items .action.towishlist > span,
.products.list.items .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-items .action.towishlist:before,
.products.list.items .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-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.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 {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .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,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.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:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.magento-payments-review-discount > .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,
.magento-payments-review-discount > .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;
}
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.magento-payments-review-discount.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Sm/market_2/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Sm/market_2/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Sm/market_2/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Sm/market_2/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Sm/market_2/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Sm/market_2/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Sm/market_2/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Sm/market_2/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.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: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.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: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.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: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.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: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.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: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.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;
}
.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/Sm/market_2/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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -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/Sm/market_2/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Sm/market_2/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.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;
}
.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;
  min-height: 24px;
}
.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;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * 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/Sm/market_2/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/Sm/market_2/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Sm/market_2/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Sm/market_2/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Sm/market_2/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: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
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: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.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: #1979c3;
  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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.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:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
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: #006bb4;
  border: 1px solid #006bb4;
  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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.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:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
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;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button,
.google-pay .cart.table-wrapper .actions-toolbar > .action,
.google-pay .action-gift {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.block-recent-posts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-recent-posts .block-recent-posts-item {
  margin: 0 15px 35px 15px;
  max-width: 285px;
}
.block-recent-posts .block-recent-posts-link {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
}
.block-recent-posts .block-recent-posts-link:hover {
  color: #1979c3;
}
.block-featured-posts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  list-style: none;
  padding: 0 40px;
  margin: 0;
}
.block-featured-posts.sidebar {
  padding: 0;
}
.block-featured-posts.sidebar .slick-list {
  margin: 0;
}
.block-featured-posts.sidebar .block-featured-posts-info {
  max-width: initial;
}
.block-featured-posts .featured-post-featured-image-link {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  max-height: 160px;
  text-align: center;
}
.block-featured-posts .featured-post-featured-image-link img {
  max-width: 100%;
  max-height: 100%;
}
.block-featured-posts .slick-list {
  margin: 0 -15px;
}
.block-featured-posts .block-featured-posts-info {
  max-width: 220px;
  margin: 0 auto;
}
.block-featured-posts .slick-prev:active,
.block-featured-posts .slick-next:active,
.block-featured-posts .slick-prev:focus,
.block-featured-posts .slick-next:focus,
.block-featured-posts .slick-prev:not(.primary),
.block-featured-posts .slick-next:not(.primary) {
  background: transparent;
}
.block-featured-posts .block-featured-posts-item {
  max-width: 285px;
}
.block-featured-posts .block-featured-post-link {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
}
.block-featured-posts .block-featured-post-link:hover {
  color: #1979c3;
}
.author-list-view {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e3e3e3;
}
.author-list-view .author-image-wrapper {
  padding: 0 15px;
  margin-bottom: 20px;
  min-width: 104px;
  text-align: center;
}
.author-list-view .author-image {
  max-width: 400px;
  width: 100%;
}
.author-list-view .author-name {
  font-size: 29px;
  font-weight: normal;
  line-height: 1.1;
  text-align: left;
  color: #006bb4;
  margin: 0 0 10px 0;
}
.author-list-view .author-name-link {
  font-size: 29px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #006bb4;
}
.author-list-view .author-name-link:hover {
  text-decoration: underline;
}
.author-list-view .author-info {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 15px;
}
.blog-author .author-position {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #757575;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blog-author .author-social-handle {
  float: left;
}
.blog-author .author-social-handle .stButton {
  position: relative;
  z-index: 1;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  width: 16px;
}
.blog-author .author-social-handle .chicklets {
  background-repeat: no-repeat;
  background-size: contain;
  -ms-behavior: url('https://ws.sharethis.com/images/2017/backgroundsize.min.htc');
  padding-left: 20px;
  padding-right: 0;
  white-space: nowrap;
  font-size: 10px;
  display: inline-block;
  height: 16px;
  width: auto;
  line-height: 16px;
}
.blog-author .author-social-handle .chicklets.twitter {
  background-image: url('https://ws.sharethis.com/images/2017/twitter_16.png');
}
.blog-author .author-social-handle .chicklets.facebook {
  background-image: url('https://ws.sharethis.com/images/2017/facebook_16.png');
}
.blog-author .author-social-handle .chicklets.linkedin {
  background-image: url('https://ws.sharethis.com/images/2017/linkedin_16.png');
}
.blog-author .author-social-handle .chicklets:hover {
  opacity: .75;
  -ms-filter: "alpha(opacity=75)";
  filter: alpha(opacity=75);
}
.tag-list-view {
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 35px;
  padding: 0;
}
.tag-list-view .tag-item {
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  margin-bottom: 12px;
  margin-left: 3px;
  padding: 0 8px;
}
.tag-list-view .tag-name {
  margin: 10px 0 10px 0;
  display: block;
}
.tag-list-view .tag-link {
  font-size: 27px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  text-decoration: none;
}
.tag-list-view .tag-link:hover {
  color: #68a8e0;
}
.author-view {
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 30px;
}
.author-view .author-name {
  font-size: 29px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  margin: 0 0 15px 0;
}
.author-view .author-image-wrapper {
  min-width: 143px;
  padding: 0 15px;
  margin-bottom: 20px;
  text-align: center;
}
.author-view .author-image {
  max-width: 400px;
  width: 100%;
}
.author-view .author-info {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 20px;
}
.author-badge-content {
  background-color: #f7f7f7;
}
.social-icons {
  display: flex;
}
.author-social-handle .chicklets {
  padding-left: 13px;
}
.author-social-handle .stButton {
  margin-left: 0;
  margin-right: 7px;
  margin-top: 5px;
}
.author-badge-header-icon {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
  overflow: hidden;
}
.author-badge-header {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 20px;
  margin: 4px 0;
  justify-content: space-between;
}
.author-link {
  font-weight: bold;
}
.author-all-posts {
  font-weight: normal;
  font-size: 14px;
}
.author-badge-header-caption {
  flex-grow: 1;
  min-width: 1px;
}
.author-badge-header-post {
  font-size: 12px;
  color: #727272;
}
.author-badge-content {
  flex-grow: 1;
  min-width: 1px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.prev-next {
  display: flex;
  justify-content: space-between;
}
.prev-next .post-featured-title {
  margin-bottom: 10px;
}
.prev-next .post-featured-image {
  height: 70px;
  width: auto;
}
.prev-next .post-arrow {
  font-size: 20px;
  line-height: 1;
  position: relative;
}
.prev-next .prev-post-container {
  text-align: left;
}
.prev-next .next-post-container {
  text-align: right;
}
.prev-next .post-link {
  text-decoration: none;
}
.prev-next .post-link:hover span:not(.post-arrow) {
  text-decoration: underline;
}
.blog-posts-post .aw-blog-post__comments-listing {
  padding-left: 25px;
  padding-bottom: 25px;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-item-wrapper {
  position: relative;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-item-wrapper + .comment-item-wrapper,
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-item + .comment-reply-item {
  margin-block: 30px;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-author,
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-author {
  font-size: 16px;
  font-weight: 600;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-details,
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-details {
  font-size: 13px;
  font-weight: 500;
  color: #707070;
  margin-bottom: 1rem;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-list .comment-reply-item-wrapper {
  margin-bottom: 15px;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-list .comment-reply-item-wrapper:last-child {
  margin-bottom: 0;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-list {
  margin-top: 25px;
  padding-left: 25px;
  border-left: 1px solid #cccccc;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-list > div + div {
  margin-top: 30px;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-content {
  font-size: 16px;
  word-wrap: break-word;
  padding-right: 80px;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-reply-item {
  position: relative;
}
.blog-posts-post .aw-blog-post__comments-listing .opened .comment-item-collapsible-trigger {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.blog-posts-post .aw-blog-post__comments-listing .comment-item-collapsible-trigger {
  position: absolute;
  left: -20px;
  top: 0px;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-item-collapsible-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 23px;
  color: #000000;
  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;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-item-collapsible-trigger:hover:before {
  color: #000000;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-item-collapsible-trigger:active:before {
  color: #000000;
}
.blog-posts-post .aw-blog-post__comments-listing .comment-content {
  font-size: 16px;
  word-wrap: break-word;
  margin-bottom: 5px;
  padding-right: 80px;
  position: relative;
}
.blog-posts-post .aw-blog-post__comments-listing .aw-blog-comment-list {
  margin-top: 10px;
}
.blog-posts-post .aw-blog-post__comments-listing .aw-blog__comment-reply-form-visibility-button .action {
  font-size: 16px;
  font-weight: 500;
  color: #3A77BD;
  padding: 0;
  background-color: transparent;
  border: unset;
}
.blog-posts-post .aw-blog-post__comments-listing .aw-blog__comment-reply-form-visibility-button .action:hover {
  opacity: .8;
}
.blog-posts-post .aw-blog-post__comments-listing .aw-blog-comment-button .action {
  display: block;
  margin-top: 30px;
}
.aw_blog-post-view .blog-post .aw-blog-comment-form-wrapper .aw-blog-comment-form {
  padding: 20px;
  background-color: #FAFAFA;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
}
.aw_blog-post-view .blog-post .comments-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.aw_blog-post-view .blog-post .comments-title .heading {
  font-size: 20px;
  margin-block: 0;
}
.aw_blog-post-view .blog-post .aw-blog-comment-sorter-wrapper {
  display: flex;
  gap: 20px;
}
.aw_blog-post-view .blog-post .aw-blog-comment-sorter-wrapper .action {
  font-size: 15px;
  font-weight: 600;
  color: #646464;
}
.aw_blog-post-view .blog-post .aw-blog-comment-sorter-wrapper .action .sort::after {
  content: '\e614';
  font-size: 12px;
  line-height: 20px;
  color: #828282;
  font-family: 'luma-icons';
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-left: 1rem;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.aw_blog-post-view .blog-post .aw-blog-comment-sorter-wrapper .action.active {
  text-decoration: underline;
  opacity: 1;
}
.aw_blog-post-view .blog-post .aw-blog-comment-sorter-wrapper .action.active .sort::after {
  content: '\e613';
}
.aw_blog-post-view .blog-post .sorter {
  float: unset;
}
.aw_blog-post-view .blog-post .aw-blog-wrapper-fieldset {
  margin-top: 20px;
}
.aw_blog-post-view .blog-post .aw-blog-wrapper-fieldset .fieldset {
  display: grid;
  gap: 20px;
  margin-bottom: 1rem;
}
.aw_blog-post-view .blog-post .aw-blog-wrapper-fieldset .field {
  margin: 0;
}
.aw_blog-post-view .blog-post .aw-blog-wrapper-fieldset .field .input-text,
.aw_blog-post-view .blog-post .aw-blog-wrapper-fieldset .field .admin__control-textarea {
  min-height: 40px;
  border-radius: 4px;
}
.aw_blog-post-view .blog-post .aw-blog-wrapper-fieldset .field .admin__control-textarea {
  min-height: 200px;
}
.aw_blog-post-view .blog-post .aw-blog__agreements {
  margin-bottom: 1.5rem;
}
.aw_blog-post-view .blog-post .aw-blog__agreements .required-entry {
  margin: 0;
}
.aw_blog-post-view .blog-post .aw-blog__agreements .action {
  color: #3A77BD;
  font-weight: 500;
  padding: 7px;
  border: none;
  background-color: transparent;
}
.aw_blog-post-view .blog-post .aw-blog__agreements .action:hover {
  opacity: .8;
}
.aw_blog-post-view .blog-post .actions-toolbar {
  margin-top: 1.5rem;
}
.aw_blog-post-view .blog-post .aw-blog__agreement label.mage-error {
  display: block;
  font-size: 12px;
  color: #e02b27;
}
.aw_blog-post-view .blog-post .aw-blog__agreement + .aw-blog__agreement {
  margin-top: 1.5rem;
}
.aw_blog-post-view .breadcrumbs {
  margin-bottom: 30px;
}
.blog:before,
.blog:after {
  content: ' ';
  display: table;
}
.blog:after {
  clear: both;
}
.blog-post-view .blog {
  margin-top: 10px;
}
.page-layout-blog .breadcrumbs .item {
  max-width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-sidebar {
  float: left;
  margin-right: 7%;
  width: 24%;
}
.blog-main {
  float: left;
  max-width: 700px;
  width: 69%;
}
.blog-sidebar-block {
  margin-bottom: 50px;
}
.blog-sidebar-block:last-child {
  margin-bottom: 0;
}
.blog-sidebar-block-title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 300;
}
.block-recent-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-recent-posts-item {
  margin-bottom: 20px;
}
.block-recent-posts-item:last-child {
  margin-bottom: 0;
}
.blog-tags-plain {
  margin-bottom: -6px;
  margin-left: -6px;
}
.blog-tags-plain .blog-tags-tag {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  color: #00699d;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  margin-bottom: 6px;
  margin-left: 6px;
  max-width: 95%;
  overflow: hidden;
  padding: 0 12px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-tags-plain .blog-tags-tag:hover {
  color: #68a8e0;
}
.blog-tags-cloud {
  margin-right: -6px;
  font-size: 13px;
}
.blog-tags-cloud .blog-tags-tag {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  color: #00699d;
  display: inline-block;
  height: 25px;
  line-height: 23px;
  margin-bottom: 3px;
  margin-left: 3px;
  max-width: 95%;
  overflow: hidden;
  padding: 0 8px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-tags-cloud .blog-tags-tag:hover {
  color: #68a8e0;
}
.block-category-listing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-category-listing .hide {
  display: none;
}
.block-category-listing .block-category-listing-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  margin: 0;
}
.block-category-listing .block-category-listing-item .block-category-listing-item-link {
  color: #666666;
  text-decoration: none;
}
.block-category-listing .block-category-listing-item .block-category-listing-item-link:hover {
  color: #006bb4;
}
.block-category-listing .block-category-listing-item.show-more {
  border: none;
  padding: 0;
  font-size: 13px;
  color: #006bb4;
}
.block-category-listing .block-category-listing-item.show-more > span {
  cursor: pointer;
}
.block-category-listing .block-category-listing-item.shaded {
  border: none;
  position: relative;
}
.block-category-listing .block-category-listing-item.shaded::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 20;
  -webkit-box-shadow: inset 0px -24px 35px -5px #ffffff;
  -moz-box-shadow: inset 0px -24px 35px -5px #ffffff;
  box-shadow: inset 0px -24px 35px -5px #ffffff;
}
.block-category-listing .block-category-listing-item.parent a:before {
  content: "\e617";
  font-size: 10px;
  padding-right: 2px;
  font-family: 'icons-blank-theme';
}
.block-category-listing .block-category-listing-item.current {
  font-weight: bold;
  border-left: 3px solid #ff5501;
  padding-left: 12px;
}
.block-category-listing .block-category-listing-item.subcategory {
  margin-left: 24px;
}
.blog-posts-post {
  margin-bottom: 50px;
}
.grid-view {
  display: flex;
  flex-wrap: wrap;
}
.grid-view .blog-posts-post {
  width: calc((100% / var(--aw-blog-grid-view-column-count, 1)) - 2%);
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
.grid-view .blog-posts-post .blog-post-title {
  font-size: 18px;
}
.grid-view .blog-posts-post .blog-post-info .blog-post-info-item {
  margin-left: 0px;
  padding-left: 0px;
}
.grid-view .blog-posts-post .blog-post-content,
.grid-view .blog-posts-post .blog-post-read-more-wrapper {
  display: none;
}
.grid-view .blog-posts-post .blog-post-content,
.grid-view .blog-posts-post .blog-post-author {
  margin-bottom: 10px;
}
.blog-view-toggle-buttons-container {
  overflow: auto;
  margin-top: -32px;
  margin-bottom: 15px;
}
.blog-view-toggle-buttons-container .buttons {
  float: right;
}
.blog-view-toggle-buttons-container .buttons button,
.blog-view-toggle-buttons-container .buttons .cart.table-wrapper .actions-toolbar > .action,
.blog-view-toggle-buttons-container .buttons .action-gift {
  background: #edf2f7;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 3px 5px;
}
.blog-view-toggle-buttons-container .buttons button.active,
.blog-view-toggle-buttons-container .buttons button:hover,
.blog-view-toggle-buttons-container .buttons .cart.table-wrapper .actions-toolbar > .action.active,
.blog-view-toggle-buttons-container .buttons .cart.table-wrapper .actions-toolbar > .action:hover,
.blog-view-toggle-buttons-container .buttons .action-gift.active,
.blog-view-toggle-buttons-container .buttons .action-gift:hover {
  border-color: #006bb4;
}
.blog-view-toggle-buttons-container .buttons button .icon,
.blog-view-toggle-buttons-container .buttons .cart.table-wrapper .actions-toolbar > .action .icon,
.blog-view-toggle-buttons-container .buttons .action-gift .icon {
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
}
.blog-view-toggle-buttons-container .buttons button .label,
.blog-view-toggle-buttons-container .buttons .cart.table-wrapper .actions-toolbar > .action .label,
.blog-view-toggle-buttons-container .buttons .action-gift .label {
  line-height: 22px;
  padding-left: 5px;
  font-weight: 400;
  font-size: 14px;
}
.blog-view-toggle-buttons-container .buttons [data-view-mode="grid"] .icon {
  background-image: url(../../frontend/Sm/market_2/en_US/Aheadworks_Blog/images/grid-button.svg);
}
.blog-view-toggle-buttons-container .buttons [data-view-mode="list"] .icon {
  background-image: url(../../frontend/Sm/market_2/en_US/Aheadworks_Blog/images/list-button.svg);
}
.blog-pagination {
  margin-right: -6px;
  text-align: right;
}
.blog-pagination-item {
  margin-left: 2px;
  padding: 6px;
}
.blog-pagination-page:not(.blog-pagination-page-current) {
  color: inherit;
}
.blog-pagination-page-current {
  text-decoration: underline;
}
.blog-pagination-page-current:active {
  color: #1979c3;
}
.blog-category.category-details {
  margin-bottom: 40px;
}
.blog-category.category-details .description [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blog-post-title {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
}
.blog-post-title:link,
.blog-post-title:visited {
  color: inherit;
}
.blog-post-info {
  color: #666666;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  line-height: 1;
}
.blog-post-info-item {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0;
  vertical-align: middle;
}
.blog-post-info-item:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
}
.blog-post-info-item .author-image {
  width: 40px;
  border-radius: 100%;
  height: 40px;
  object-fit: cover;
}
.blog-post-info-item .author-image-link,
.blog-post-info-item .author-link,
.blog-post-info-item .inline-by {
  display: inline-block;
  vertical-align: middle;
}
.blog-post-info-item .author-image-link {
  margin-right: 10px;
}
.blog-post-info-item.socialIcons {
  margin-top: -3px;
}
.blog-post-info-comments:link,
.blog-post-info-comments:visited {
  color: inherit;
}
.blog-post-info-comments-icon {
  background: currentColor;
  border-radius: 2px;
  display: inline-block;
  height: 11px;
  margin-right: 6px;
  position: relative;
  width: 16px;
}
.blog-post-info-comments-icon:before {
  border: 3px solid transparent;
  border-top-color: currentColor;
  border-right-color: currentColor;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 8px;
  width: 0;
}
.blog-post-content {
  margin-bottom: 20px;
}
.blog-post-full .blog-post-content {
  margin-bottom: 20px;
}
.blog-post-full .blog-post-author {
  margin-bottom: 50px;
}
.blog-post-featured-image-wrapper {
  margin: 0 0 20px 0;
}
.blog-post-featured-image-wrapper .blog-post-featured-image {
  max-width: 100%;
}
.blog-post-lazyload-image {
  background: transparent url('../../frontend/Sm/market_2/en_US/images/loader-2.gif') no-repeat 50% 50%;
  min-height: 100px;
  min-width: 100px;
  display: block;
}
.blog-post-read-more-wrapper {
  margin-bottom: 20px;
}
.blog-post-author {
  background: #efefef;
  border-bottom: 1px solid #f6f6f6;
  padding: 14px;
  margin-bottom: 40px;
}
.blog-post-tags {
  margin-bottom: 10px;
}
.blog-post-share {
  margin-bottom: 20px;
}
.blog-post-share-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.blog-post-share-content {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.blog-post-share-content .container {
  display: inline-block;
  height: 28px;
  line-height: 24px;
}
.blog-post-related-posts {
  margin-bottom: 50px;
}
.blog-post-related-posts-title {
  margin: 0 0 20px;
}
.blog-post-related-posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-post-related-posts-item {
  margin-bottom: 1.5rem;
}
.blog-post-related-posts-item:last-child {
  margin-bottom: 0;
}
#aw_blog_product_post_list ul {
  margin-bottom: 0;
}
#aw_blog_product_post_list .block-product-posts-items {
  list-style-type: none;
}
#aw_blog_product_post_list .block-product-posts-items .product-post-featured-image {
  height: 50px;
  vertical-align: top;
}
#blog-related-posts .block-title {
  margin-bottom: 15px;
}
.block-related-posts {
  list-style: none;
  padding: 0;
}
.block-related-posts .related-post-featured-image-link {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.block-related-posts .related-post-featured-image-link img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-related-posts .related-post-featured-image-link::after {
  content: '';
  padding-top: 70%;
  display: block;
}
.block-related-posts .block-related-post-link {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-decoration: none;
}
.block-related-posts .block-related-post-link:hover {
  color: #1979c3;
}
.view-all-container {
  margin-bottom: 3px;
  margin-left: 3px;
}
.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);
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_FreeShippingBar
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpfsb {
  z-index: 999;
  text-align: center;
  line-height: 40px;
  width: 100%;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.filter-content .category-items {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.filter-content .icon-expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
}
.filter-content .active.icon-expand:after {
  content: '\e622';
}
.filter-content input[type="text"]:focus,
.filter-content input[type="checkbox"]:focus,
.filter-content input[type="radio"]:focus,
.filter-content select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.filter-content .filter-options-item li a:hover {
  background: none !important;
  color: #006bb4;
}
.filter-content .filter-options-item li a:hover span {
  color: #006bb4;
}
.filter-content .filter-options-item .ui-slider-handle {
  height: 15px !important;
  width: 15px !important;
  background: #01007F;
  left: -2px;
  bottom: -3px;
}
.filter-content #ln_slider_price {
  margin-bottom: 5px;
}
.mp-show-navigation {
  display: none;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigationPro
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
a.chosen-single.chosen-default,
.chosen-single-with-deselect {
  border-radius: 3px !important;
  min-height: 30px !important;
  line-height: 26px !important;
  background: #fff !important;
  box-shadow: none;
}
.chosen-container-single .chosen-single div {
  top: 3px;
}
.chosen-container-single .chosen-search input[type=text] {
  box-shadow: none !important;
  border-radius: 2px;
  border: 1px solid #ccc;
}
li.active-result.highlighted {
  border-radius: 2px !important;
  background-image: none !important;
  border: none !important;
}
.chosen-container-single .chosen-single abbr {
  top: 9px !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  margin-right: 0 !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  width: 100% !important;
}
ul.chosen-results::-webkit-scrollbar {
  width: 6px;
}
ul.chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
ul.chosen-results::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.ln_slider_range {
  margin-top: 10px;
}
.ln_slider_range_input {
  width: 60px !important;
  height: 30px !important;
  text-align: center;
  padding: 0;
}
.filter-options-content .rating-summary {
  padding-bottom: 3px;
}
.filter-options-content .rating-summary.selected {
  background-color: #e8e8e8;
}
@media (min-width: 1200px) {
  #ln_slider_range_price .ln_slider_from {
    width: 45%;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
  #ln_slider_range_price .ln_slider_to {
    width: 45%;
    float: right;
    text-align: center;
    padding: 0;
  }
  .ln_slider_container label {
    min-width: 0 !important;
  }
}
@media (max-width: 1195px) {
  .ln_slider_from {
    display: block;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .ln_slider_to {
    display: block;
    padding-left: 15px;
  }
}
@media (max-width: 820px) and (min-width: 768px) {
  .ln_slider_range_input {
    display: block;
    margin: 0 auto 10px auto;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
}
.ln_slider_range .ln_slider_range_input_to {
  float: right;
}
.ln_slider_container label {
  min-width: 50px;
  display: inline-block;
}
.swatch-option-label-layered {
  height: 24px !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.swatch-option-label-layered .swatch-option.text {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.swatch-text .swatch-option.color {
  height: 24px !important;
}
.swatch-attribute .swatch-option.disabled {
  pointer-events: none;
}
@media (max-width: 767px) {
  .ln_slider_range {
    text-align: center;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
  .block.filter button#ln_button_submit,
  .block.filter .cart.table-wrapper .actions-toolbar > .action#ln_button_submit,
  .block.filter .action-gift#ln_button_submit {
    display: none;
  }
  .block.filter.active button#ln_button_submit,
  .block.filter.active .cart.table-wrapper .actions-toolbar > .action#ln_button_submit,
  .block.filter.active .action-gift#ln_button_submit {
    display: block;
    position: fixed;
    top: 0px;
    z-index: 999999;
    right: 15%;
  }
}
.mplayer-subcategory {
  width: 90%;
  margin: auto;
}
.mplayer-category-item .mplayer-item-slider {
  padding: 10px;
  box-sizing: border-box;
  color: #575757;
  text-align: center;
  font-size: 18px;
  height: 100%;
  position: relative;
}
.mplayer-category-item-label {
  background: #ffffff;
  color: #000;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 10px 5px;
  border: 1px solid #fff;
  line-height: 1.2;
  word-break: break-word;
}
.mplayer-category-item-image {
  margin-bottom: 7px;
}
.mplayer-category-item-label:hover {
  border: 2px solid #01007F;
}
a.mplayer-item-slider:hover {
  text-decoration: none;
}
.filter-options-item .layer-search-box {
  border-radius: 4px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ProductFinder
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpproductfinder-horizontal li {
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
}
.mpproductfinder-vertical li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
}
.mpproductfinder-filter-title {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 5px;
}
.mpproductfinder-block {
  border-radius: 5px;
  background-color: #efefef;
}
.mpproductfinder-block ul {
  position: relative;
  padding: 10px 15px 15px 15px;
}
.mppf-find-btn.active {
  display: inline-block !important;
}
.mppf-find-btn {
  display: none !important;
}
.mppf-reset-btn.active {
  display: inline-block !important;
}
.mppf-reset-btn {
  display: none !important;
}
.dropdown-select-content {
  display: none;
}
.dropdown-select-content.active {
  display: block;
  z-index: 10;
}
.select-wrapper {
  position: relative;
  padding: 5px 0;
  background: #fff;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #cccccc;
}
.select-wrapper span {
  padding: 10px;
  color: #0f0c08;
}
.select-wrapper:after {
  /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #7f7f7f transparent;
}
.dropdown-item input.hidden {
  display: none;
}
.dropdown-select-content {
  /* Size & position */
  left: 2%;
  position: absolute;
  width: 95%;
  margin-top: 5px;
  /* Styles */
  background: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dropdown-select-content .dropdown-item {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
  transition: all 0.3s ease-out;
  float: left;
  border: 1px solid #cccccc;
  margin: 10px;
  border-radius: 5px;
  font-weight: bold;
  background-color: #eaeaea;
  cursor: pointer;
}
.dropdown-select-content .dropdown-item:hover {
  background-color: #d8d7d7;
}
/* Active state */
.select-wrapper.active {
  box-shadow: none;
  color: white;
}
.select-wrapper.active .categories {
  max-height: 400px;
}
.select-wrapper:focus {
  border-radius: 5px 5px 0 0;
  background: #4cbeff;
  box-shadow: none;
  border-bottom: none;
  color: white;
}
.select-wrapper:focus:after {
  border-color: #82d1ff transparent;
}
.select-wrapper:focus .categories {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px;
}
.mpproductfinder-close-btn {
  background: url(../../frontend/Sm/market_2/en_US/css/images/btn-close.png) no-repeat center;
  -moz-background-size: contain;
  font-size: 2rem;
  border: none;
  position: absolute;
  z-index: 10;
  width: 15px;
  height: 15px;
  right: 0;
  margin: 5px;
  cursor: pointer;
}
.mpproductfinder-select .chosen-container {
  width: 100% !important;
}
.mppf-filter-label {
  display: inline-grid;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mppf-filter-label {
    width: 10%;
  }
}
.mppf-filter-label span {
  padding: 10px;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}
.mppf-option-label {
  padding: 10px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
@media only screen and (max-width: 600px) {
  .minisearch .search-category {
    top: 65% !important;
    right: 15px !important;
    height: 32px;
    display: none;
  }
}
.search-autocomplete {
  display: none !important;
}
.autocomplete-suggestions {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  cursor: default;
  border-top: none;
  height: auto;
  overflow: auto;
  max-height: 2000px;
}
.autocomplete-suggestion {
  position: relative;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  display: flex;
  align-items: center;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mps-product-details {
  width: 88%;
  display: flex;
  align-items: center;
}
.autocomplete-no-suggestion {
  width: 110px;
  padding: 20px 0 20px 30px;
  margin: auto;
  position: relative;
}
.autocomplete-selected {
  background: #f1f1f1;
}
input#searchauto {
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  width: 375px;
}
.suggestion-left {
  float: left;
  width: 15%;
  cursor: pointer;
}
.suggestion-right {
  width: 75%;
  padding-left: 10px;
  text-align: left;
  color: black;
  float: left;
}
.product-name {
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  white-space: nowrap;
}
.product-price {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.product-des {
  font-size: 12px;
  position: relative;
}
.product-des p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.autocomplete-suggestions.two-columns .product-des p {
  white-space: nowrap;
}
.product-line {
  margin-bottom: 5px;
}
ul#ui-id-1 {
  font-family: inherit;
  padding: 0;
  border-bottom: none;
}
p.short-des {
  margin: 0;
  font-size: 0.9em;
  color: #757575;
  cursor: pointer;
}
.tooltip-short-des {
  display: none;
  position: absolute;
  background-color: #DEDEDF;
  padding: 10px;
  border-radius: 5px;
  z-index: 99999;
  width: 100%;
  left: 0;
}
p.short-des:hover + .tooltip-short-des {
  display: block;
}
.suggestion-right .product-sku {
  font-size: 14px;
}
.suggestion-right .product-sku span {
  color: #757575;
}
.suggestion-right .rating-result {
  margin-right: 5px;
}
.suggestion-right .reviews-actions .action {
  font-size: 12px;
}
.suggestion-right .product-reviews-summary {
  margin-bottom: 5px !important;
}
#view_all {
  text-align: center;
  background: #eff4f7;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .block-search {
    z-index: 4 !important;
    padding-left: 140px !important;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigationUtimate
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln-show-less,
.ln-show-more {
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}
/* style rating slider */
.rating-slider-container {
  padding-left: 20px;
}
.rating-slider-container #ln_slider_rating {
  display: inline-block;
  height: 170px;
  width: 10px;
  margin-right: 10px;
  background: #ddd;
}
.rating-slider-container #ln_slider_rating .ui-slider-range {
  background-color: #aaa !important;
}
.rating-slider-container .rating-slider-items {
  display: inline-block;
  width: calc(70%) !important;
}
.rating-slider-container span.rating-star-off::before {
  color: #c7c7c7 !important;
}
.rating-slider-container a.lnultimate-rating-slider:hover {
  background: #fff !important;
}
.rating-slider-container .rating-summary .rating-result:before {
  content: '' !important;
}
/* end style rating slider */
@media only screen and (min-width: 768px) {
  .mp-stickey {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
  }
  .mp-stickey .filter-options {
    max-height: calc(75vh);
    overflow-y: auto;
    border-radius: 4px;
  }
  .mp-stickey .filter-options::-webkit-scrollbar {
    height: 40px;
    width: 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  .mp-stickey .filter-options::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .mp-stickey .filter-options::-webkit-scrollbar-thumb {
    background: #888;
  }
  .mp-stickey .filter-options::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .block-content-with-show-navigation {
    display: flex;
  }
  .block-content-with-show-navigation .block-content.filter-content {
    min-width: 86%;
  }
  div#layered-horizontal-container div.mp-show-navigation {
    display: none !important;
  }
  div.mp-show-navigation {
    position: absolute;
  }
  div.mp-show-navigation.active {
    position: unset;
  }
  .mp-show-navigation img {
    width: 20px;
    background-color: #ececee;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
  }
  #layered-horizontal-container .filter-options-content {
    min-width: 170px !important;
  }
  #layered-horizontal-container #ln_slider_container_price {
    width: calc(80%) !important;
    padding: 0 10px;
  }
  a.rating-summary {
    max-width: 97% !important;
  }
  #ln_slider_container_price {
    width: 90% !important;
    padding: 0 10px;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Shopbybrand
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.data.item.content .products .product-items .product-item .product-item-info,
#quick-view #layer-product-list .products .product-items .product-item .product-item-info {
  padding-bottom: 10px;
}
.brand-container {
  margin: 0 20px;
}
.brand-image-container,
.brand-description-container,
.brand-cms-container {
  margin-bottom: 20px;
}
.brand-image-container .brand-image-photo {
  display: block;
  height: auto;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
}
.product-list-container.brand-list-container {
  padding-top: 20px;
}
.block-brand-search {
  padding: 15px 0 40px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 0 !important;
}
.block-brand-search .block-title {
  font-size: 32px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
}
.block-brand-search .block-content {
  margin-top: 1em;
}
.block-brand-search .block-content .mp-searchbox {
  position: relative;
  max-width: 570px;
  text-align: left;
  margin: 0 auto;
}
.block-brand-search .search-btn {
  display: inline-block;
  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;
  position: absolute;
  right: 20px;
  top: -2px;
  z-index: 1;
  height: 61px !important;
}
.block-brand-search .search-btn > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-brand-search .search-btn:before {
  -webkit-font-smoothing: antialiased;
  font-size: 39px;
  line-height: 61px;
  color: #8f8f8f;
  margin: -21px -5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media (max-width: 500px) {
  .block-brand-search .search-btn:before {
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    line-height: 61px;
    color: #8f8f8f;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .block-brand-list .block-title {
    padding: 5px 0 40px 0;
    width: 100% !important;
  }
  .block-brand-list .block-title .title {
    width: 100% !important;
    text-align: center;
  }
  .block-brand-list ul.brand-options {
    width: 100% !important;
  }
  .block-brand-list ul.category-nav-list {
    margin-top: 15px;
    padding-left: 0 !important;
    flex-wrap: wrap;
  }
  .autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right {
    width: 70% !important;
  }
  .autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-img-responsive {
    width: 42px !important;
    height: 42px !important;
  }
  .shopbybrand-product-name {
    font-size: 14px !important;
  }
  .autocomplete-no-suggestion {
    font-size: 18px !important;
  }
  .mpbrand-top-link ul.ui-widget-content .container li {
    text-align: center;
  }
  .mpbrand-top-link ul.ui-widget-content .ui-corner-all span {
    display: block !important;
  }
  .brand-quick-view .modal-inner-wrap {
    overflow-y: visible !important;
  }
  .brand-quick-view {
    overflow-y: visible !important;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .block-brand-list ul.category-nav-list {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .brand-list-content .product-item-details {
    padding: 0 25px !important;
  }
  .block-brand-list .brand-list-content .product-item-info .product-image-photo {
    width: 100px !important;
    height: 100px !important;
  }
  .autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right {
    width: 75% !important;
  }
  .autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-left {
    width: 15% !important;
  }
  .autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-img-responsive {
    width: 42px !important;
    height: 42px !important;
    border-radius: 8px !important;
  }
  .shopbybrand-product-name {
    font-size: 14px !important;
    padding: 5px 0 !important;
  }
  .autocomplete-no-suggestion {
    font-size: 16px !important;
  }
  .owl-carousel.brand-carousel .owl-item img {
    height: 150px !important;
    width: 150px !important;
  }
  .block-brand-list ul.category-nav-list li {
    padding: 0 !important;
    margin: 0 1% 2% 1% !important;
    border: 1px solid black;
    width: 47%;
  }
  .block-brand-list ul.category-nav-list li a {
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .block-brand-list ul.category-nav-list {
    display: block !important;
  }
  .sidebar-main .block-brand-feature .block-content .owl-carousel {
    width: calc(65%) !important;
  }
}
.block-brand-search .block-content .mp-searchbox .form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 auto;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 18px 10px 18px 20px !important;
  height: auto !important;
}
@media (max-width: 500px) {
  .block-brand-search .block-content .mp-searchbox .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 auto;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    padding: 18px 10px 18px 15px !important;
    height: auto !important;
    max-height: 48px;
  }
}
.block-brand-feature {
  padding-bottom: 20px;
}
.block-brand-feature .block-title {
  text-align: center;
  margin-bottom: 30px !important;
}
.block-brand-feature .owl-item img {
  width: 100% !important;
  border-radius: 20px;
}
.block-brand-feature .owl-stage-outer {
  padding: 0 15px;
}
.block-brand-feature .block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
}
.owl-prev,
.owl-next {
  position: absolute;
  font-size: 6rem !important;
  opacity: 0.7;
  color: #61615f !important;
}
.block-brand-feature .block-content .owl-prev {
  top: 20% !important;
  left: -15%;
}
.block-brand-feature .block-content .owl-next {
  top: 20% !important;
  right: -15%;
}
.brand-container .block-brand-feature .block-content .owl-prev,
.brand-container .block-brand-feature .block-content .owl-next {
  color: #000 !important;
}
.block-brand-feature .block-content .owl-nav [class*='owl-']:hover {
  background: none !important;
}
.brand-container .block-brand-feature .block-content .owl-nav [class*='owl-']:hover {
  color: #333 !important;
}
.brand-container .block-brand-feature #block-feature-brand-heading {
  font-weight: bold;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.sbb-autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  border-radius: 15px;
  z-index: 1 !important;
  max-height: 458px !important;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.sbb-autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.autocomplete-suggestion a.shopbybrand-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion a.shopbybrand-suggestion {
  display: flex;
  align-items: center;
}
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-left {
  width: 8%;
  padding: 5px 10px;
}
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right {
  width: 82%;
  padding: 5px 10px;
}
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-img-responsive {
  width: 42px;
  height: 42px;
  border: 1px solid #DADADA;
  border-radius: 8px;
}
.shopbybrand-product-name {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  padding: 10px 0;
}
.autocomplete-no-suggestion {
  padding: 2px 15px !important;
  font-size: 20px;
  color: #333333;
}
.shopbybrand-product-des {
  color: #333333;
  font-size: 12px;
}
.block-brand-feature .block-content .owl-carousel {
  width: calc(80%);
  margin: auto;
}
.sidebar-main .block-brand-feature .block-content .owl-carousel {
  width: calc(94%);
  margin: auto;
}
.block-brand-feature .owl-carousel .owl-item img {
  height: 200px;
}
.block-brand-list .block-title .title {
  width: 100%;
  line-height: 50px;
  text-align: center;
}
.block-brand-list .block-title .title h2 {
  font-weight: bold;
}
.block-brand-list ul.brand-options {
  list-style-type: none;
  padding-left: 0;
  width: 100%;
}
.block-brand-list .block-title {
  padding: 40px 0;
  border-bottom: 2px solid #C2C2C280;
  width: 85%;
  margin: auto;
}
.block-brand-list ul.brand-options:after,
.block-brand-list .brand-mix-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.block-brand-list ul.brand-options li {
  position: relative;
  min-width: 48px;
  float: left;
  margin-bottom: 5px;
  margin-left: 5px;
  border-radius: 8px;
}
.block-brand-list ul.brand-options li#mp-first-opt {
  border-left: 1px solid #4d4d4d;
}
.block-brand-list ul.brand-options li.active {
  color: #ffffff;
}
.block-brand-list ul.brand-options li.control {
  cursor: pointer;
  border: 1px solid #4d4d4d;
}
.block-brand-list ul.brand-options li.control:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  border-color: #ffffff;
}
.block-brand-list ul.brand-options li.disabled {
  cursor: not-allowed;
  border: 1px solid #fff;
}
.block-brand-list ul.brand-options a.mp-option-item {
  color: inherit;
  position: relative;
  display: block;
  padding: 4px 10px;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
.block-brand-list ul.category-nav-list {
  margin-top: 30px;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block-brand-list ul.category-nav-list li {
  padding: 0 10px;
  margin-right: 15px;
  border: 1px solid black;
}
.block-brand-list ul.category-nav-list a {
  line-height: 20px;
  padding: 12px 30px !important;
}
.block-brand-list ul.brand-options li.disabled a {
  opacity: 0.5;
  background: #C8C8C8;
  border-radius: 8px;
}
.block-brand-list .mp-filter.mix {
  float: left;
  margin: 5px;
}
.block-brand-list .mp-filter.mix .mp-label {
  text-align: center;
  padding: 10px;
}
.brand-list-content {
  width: 100%;
  float: right;
}
.brand-list-content ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.brand-list-content ol .product-item-info {
  margin: 0 auto;
}
.brand-list-content .product-item-details {
  float: left;
  width: 70%;
  padding: 0 35px;
}
.brand-info {
  width: 100%;
  float: left;
}
.brand-info .product-item-name {
  float: left;
  width: 85%;
}
.product-item-name a {
  font-weight: 600 !important;
}
.brand-info .quickview_popup {
  float: right;
  width: 10%;
  font-size: 18px;
}
.brand-list-content .product-item-description {
  margin: 15px 0;
  width: 100%;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.quickview_popup a {
  color: #333333;
}
.brand-list-content .product-item-info:hover {
  border: none !important;
  box-shadow: none !important;
}
.brand-list-content .product-item-info .product-image-photo:hover {
  border: 1px solid #d9d9d9 !important;
  box-shadow: 3px 3px 3px 3px #d9d9d9!important;
}
.product-list-container .brand-char {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}
.brand-char .brand-char-title {
  float: left;
  font-weight: 700;
  font-size: 25px;
  width: 3%;
  margin-top: 10px;
}
.brand-char .action {
  float: right;
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 50%;
  padding: 0 !important;
  margin-top: 13px !important;
  background: none !important;
}
.show-more {
  text-align: right;
  font-size: 16px;
}
.brand-char .action:hover {
  background: #eeeeee !important;
}
.product-list-container .action::after {
  font-size: 10px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  text-align: center;
}
.product-list-container .action.active::after {
  content: '\e622';
}
.block-brand-feature .brand-image {
  display: unset;
}
#quick-view .brand_title {
  float: left;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
#quick-view .related-product-modal-title {
  float: left;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
.related-product-modal-content .toolbar-products {
  position: inherit !important;
}
.related-product-modal-content ol {
  display: flex;
  flex-wrap: wrap;
}
.related-product-modal-content .product-item-info {
  width: 90%;
}
@media (max-width: 769px) {
  #quick-view .related-product-modal-title {
    float: left;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border-bottom: solid 1px #dfdfdf;
    margin-bottom: 15px;
  }
  .related-product-modal-content .toolbar-products {
    position: relative !important;
  }
}
#quick-view .brand-info-container {
  float: left;
  width: 30%;
  padding: 0 25px;
}
#quick-view .related-product-container {
  float: left;
  width: 60%;
}
.limiter {
  display: none;
}
.quickview_popup a {
  color: #333333;
}
@media (max-width: 603px) {
  #quick-view .brand-info-container {
    float: left;
    width: 100%;
    padding: 0;
  }
  #quick-view .related-product-container {
    float: left;
    width: 100%;
  }
}
.brand-info-container .img-content {
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0 25px 0;
}
.brand-info-container .img-content img {
  width: 250px;
}
.brand-info-container .quickview_img {
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  box-shadow: 3px 3px 3px 3px #d9d9d9!important;
}
.brand_description {
  clear: both;
  width: 50%;
  margin: 0 auto;
}
.brand-information .product-image-container {
  margin-top: 25px;
}
.shopbybrand-suggestion-right .shopbybrand-product-name {
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shopbybrand-product-des,
.shopbybrand-product-des p {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shopbybrand-product-des li {
  white-space: initial;
}
@media (min-width: 480px) {
  .shopbybrand-product-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 720px) {
  .shopbybrand-product-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mpbrand-top-link .subchildmenu li {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .shopbybrand-product-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#category-brand-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#category-brand-subtitle {
  display: block;
}
#block-category-brand-container {
  border-bottom: solid 1px #ccc;
}
.block-brand-feature .relate-content {
  text-align: center;
}
.block-brand-feature .relate-content a {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  display: block;
  width: 85%;
}
.block-brand-feature .relate-content a span {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .page-with-filter .columns .sidebar-main {
    width: 100%;
  }
}
#thumbnail-brand-subtitle {
  display: block;
}
#block-brand-thumbnail-container {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
#brand-thumbnail-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#brand-thumbnail-menu li a {
  display: block;
  color: #000;
  padding: 3px 0;
  text-decoration: none;
}
#brand-thumbnail-menu li span {
  display: block;
  padding: 8px 8px 8px 50px;
}
.brand-items {
  padding-bottom: 4px;
}
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.loader img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.brand-topmenu-image {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #d9d9d9 !important;
}
.mpbrand-top-link ul.submenu.ui-menu.ui-widget.ui-widget-content.ui-front {
  border-radius: 20px;
  padding-top: 20px;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all:hover {
  background: none !important;
}
.mpbrand-top-link ul.ui-widget-content #ui-all-brand {
  padding: 20px 0 15px;
  text-align: center;
}
.mpbrand-top-link ul.ui-widget-content #ui-all-brand span {
  border: 1px solid #666666;
  border-radius: 15px;
  padding: 3px 20px !important;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all div {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all div:hover {
  color: #000000 !important;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all span {
  font-weight: 600;
  font-size: 16px;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all span:hover {
  color: #000000 !important;
}
.mpbrand-top-link ul.ui-widget-content .ui-corner-all:hover .brand-topmenu-image {
  border: 1px solid #666666 !important;
  box-shadow: 0 0 6px 6px #f2f2f2 inset;
}
.mpbrand-top-link ul.ui-widget-content .mpbrand-dropdown-menu {
  padding-bottom: 30px;
}
.mpbrand-top-link ul.ui-widget-content .mpbrand-dropdown-menu .brand-topmenu-image {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  border: 1px solid #d9d9d9 !important;
}
.mpbrand-top-link ul.ui-widget-content .mpbrand-dropdown-menu .ui-corner-all span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.mpbrand-top-link ul.ui-widget-content .mpbrand-dropdown-menu #ui-all-brand {
  padding-left: 60px !important;
}
@media (max-width: 768px) {
  .nav-bottom-item li {
    width: 100%;
    text-align: center;
  }
}
.owl-carousel.brand-carousel .owl-item img {
  height: 150px;
  width: 150px;
}
@media (max-width: 600px) {
  .brand-detail .product-item-photo {
    width: 100%;
    float: left;
    text-align: center;
  }
  .brand-detail .product-item-details {
    float: left;
  }
}
.navigation li.level0.mpbrand-top-link.grid > .submenu {
  max-width: 100%;
}
@media (min-width: 720px) {
  .navigation li.level0.mpbrand-top-link.grid-2 > .submenu {
    min-width: 320px;
  }
  .navigation li.level0.mpbrand-top-link.grid-3 > .submenu {
    min-width: 500px;
  }
  .navigation li.level0.mpbrand-top-link.grid-4 > .submenu {
    min-width: 640px;
  }
}
.mpbrand-image-container {
  display: inline-block;
  max-width: 100%;
}
.mpbrand-image-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.navigation li.level0.mpbrand-top-link .mpbrand-dropdown-menu {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 350px;
}
.brand-quick-view .modal-inner-wrap {
  border-radius: 10px;
}
.brand-quick-view .modal-inner-wrap .modal-header {
  border-radius: 10px 10px 0 0;
}
/********** Product Page **********/
.product-brand-logo img {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}
.product-brand-logo img:hover {
  box-shadow: 2px 2px 2px 2px #f2f2f2;
}
.product-brand-name span {
  font-size: 16px;
  font-weight: 600;
  padding-left: 5px;
}
.product-brand-desc {
  padding: 5px;
}
/********** Category Page **********/
.sidebar-main .block-brand-feature {
  padding-bottom: 0 !important;
}
.sidebar-main .block-brand-feature .block-content .owl-item .brand-image {
  height: 150px !important;
}
.sidebar-main .block-brand-feature .block-content .owl-item .brand-image:hover {
  box-shadow: 2px 2px 2px 2px #f2f2f2;
}
.sidebar-main .block-brand-feature #block-feature-brand-heading {
  color: #333333 !important;
  font-size: 18px !important;
  font-weight: normal !important;
}
#block-brand-thumbnail-container .brand-items .brand-thumbnail-image {
  border: 1px solid #d9d9d9;
  border-radius: 100%;
}
#block-brand-thumbnail-container .brand-items span {
  font-size: 16px;
  font-weight: 600;
  padding-left: 60px !important;
}
.block-brand-widget a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sidebar-main .block-brand-feature .relate-content {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  margin-right: 20px;
}
html,
body {
  height: unset !important;
}
.selection-summary {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  width: 100% !important;
}
.product-add-form .product-options-wrapper .field .control {
  width: 100% !important;
}
.fieldset-bundle-options .field.choice {
  display: flex;
  align-items: center;
}
.fieldset-bundle-options .field.choice input {
  margin-top: 0 !important;
}
.fieldset-bundle-options .field.choice .label {
  margin-left: 10px !important;
}
.fieldset-bundle-options img.thumb-bundle {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}
.fieldset-bundle-options .view-detail {
  margin: 0 10px;
  position: relative;
  top: -1px;
}
.child-bundle-items.no-quickview .bundle-quickview {
  display: none !important;
}
.child-bundle-items .item {
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 0 0;
}
.child-bundle-items .item.no-select .bundle-quickview {
  display: none;
}
.child-bundle-items .item a {
  display: block;
}
.child-bundle-items .item .bundle-image {
  border: 1px solid #e5e5e5;
  padding: 1px;
}
.child-bundle-items .item .bundle-image + .quickview-handler {
  margin-top: 5px;
}
.child-bundle-items .item .bundle-image[href]:not([href="javascript:void(0)"]):hover {
  border-color: #666;
}
.child-bundle-items .item a[href="javascript:void(0)"] {
  pointer-events: none;
}
.child-bundle-items .item img {
  vertical-align: top;
}
.child-bundle-items .item .quickview-handler {
  margin: 0;
}
.sm-bundle-modal .modal-inner-wrap {
  max-width: 1024px;
}
.config-bundle-container:after {
  content: "";
  display: block;
  clear: both;
}
.config-bundle-container .bundle-product-info {
  float: left;
  width: 30%;
  text-align: center;
}
.config-bundle-container .bundle-product-config {
  float: right;
  width: calc(70% - 30px);
}
.config-bundle-container .bundle.items {
  display: table;
  width: 100%;
}
.config-bundle-container .bundle.items > li {
  display: table-row;
}
.config-bundle-container .bundle.items > li:nth-child(2n + 1) {
  background-color: #f5f5f5;
}
.config-bundle-container .bundle.items > li > strong,
.config-bundle-container .bundle.items > li > div {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
.config-bundle-container .bundle-image {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 1px;
  margin-bottom: 15px;
}
.config-bundle-container .bundle-image img {
  vertical-align: top;
}
.config-bundle-container .price-as-configured .price {
  font-size: 2.4rem;
  font-weight: 700;
}
.config-bundle-container .bundle-top {
  padding-top: 15px;
  margin-bottom: 20px;
}
.config-bundle-container .bundle-top:after {
  content: "";
  display: block;
  clear: both;
}
.config-bundle-container .bundle-top .bundle-name {
  float: left;
}
.config-bundle-container .bundle-top .title {
  margin: 0 0 10px;
}
.config-bundle-container .bundle-top .bundle-button {
  float: right;
}
.config-bundle-container .bundle-top .bundle-addto .action {
  margin-right: 20px;
}
.view-config-bundle .action.primary {
  text-align: center;
}
.config-bundle-container .product-reviews-summary .reviews-actions {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .config-bundle-container .bundle-product-info,
  .config-bundle-container .bundle-product-config {
    width: 100%;
    float: none;
  }
  .config-bundle-container .bundle-top .bundle-name {
    float: none;
    margin-bottom: 20px;
  }
  .config-bundle-container .bundle-top .bundle-button {
    float: none;
  }
}
.category-view .category-image {
  display: none;
}
.block-categories {
  clear: both;
}
.block-categories .cat-title .count {
  display: none;
}
.block-categories .cat-wrap {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.block-categories .cat-wrap .content-box {
  background: none;
  padding: 0;
  margin: 0;
}
.block-categories .cat-wrap .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.block-categories .cat-wrap .item .image-cat {
  margin-bottom: 10px;
}
.block-categories .cat-wrap .item .image-cat img {
  width: auto;
}
.block-categories .cat-wrap .item .cat-title {
  font-weight: 700;
  margin-bottom: 6px;
}
.block-categories .cat-wrap .item .sub-cats {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-categories .cat-wrap .item .sub-cats li {
  margin: 0 0 5px;
}
.product.media {
  position: relative;
}
.product.media .spritespin-progress {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.product.media .sm-degree-container {
  display: none;
}
.product.media .toggle-degree-view {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 300;
}
.product.media .toggle-degree-view .btn-degree-view {
  position: relative;
}
.product.media .toggle-degree-view .btn-degree-view span {
  display: none;
}
.product.media .sm-degree-content {
  position: relative;
}
.product.media .degree-action-group {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 200;
}
.product.media .btn-degree-action {
  background-image: url("../../frontend/Sm/market_2/en_US/Sm_DegreeView/images/degree-icon.png");
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  opacity: .5;
  z-index: 200;
}
.product.media .btn-degree-action:hover {
  opacity: 1;
}
.product.media .btn-degree-view {
  background-position: 0 0;
}
.product.media .btn-degree-view.active {
  background-position: 0 -50px;
}
.product.media .btn-degree-zoom {
  background-position: 0 -100px;
}
.product.media .btn-degree-full {
  background-position: 0 -150px;
}
.product.media .btn-degree-action span {
  display: none;
}
.degree-active .product.media .gallery-placeholder {
  display: none;
}
.degree-active .product.media .sm-degree-container {
  display: block;
}
@media (max-width: 767px) {
  .product.media .btn-degree-full {
    display: none !important;
  }
}
.deals-countdown {
  margin-bottom: 10px;
}
.deals-countdown .deals-time {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.deals-countdown .deals-time .num-time {
  font-weight: 700;
}
.sm_megamenu_wrapper_horizontal_menu {
  display: block;
  position: relative;
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
  margin: 0;
  padding: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
  list-style: none;
  width: 100%;
  padding: 0;
}
.sm_megamenu_wrapper_menu_full {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 9999;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
  list-style: none;
  width: 940px;
  margin: 0 auto 0 auto;
  height: 43px;
  padding: 0 20px 0 20px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  display: inline-block;
  position: static;
  padding: 0;
  margin: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > div {
  opacity: 1;
  visibility: visible;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
  position: static !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover {
  background: transparent;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
  padding: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
  text-decoration: none;
  display: block;
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  position: relative;
  z-index: 11;
}
/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
  float: right;
  right: 0;
  margin-right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
  margin-right: 0;
}
/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left & right aligned common styles ------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0 auto;
  /*top: -9999em;*/
  position: absolute;
  z-index: 99999999;
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
}
/*------------------------------- Drop Downs Sizes --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 16.1446374257406%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 32.2892748514812%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 48.4339122772218%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 64.5785497029624%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 80.723187128703%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  top: auto;
  padding: 30px 10px;
  background: #FFFFFF;
}
.sm_megamenu_wrapper_horizontal_menu .sm-megamenu-hover > li:hover .sm-megamenu-child {
  display: block !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
  left: auto;
  right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
  left: auto;
  right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
  right: 18px;
  top: 33px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50.0%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 15px;
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
  padding: 0;
}
.sm_megamenu_description {
  display: block;
  padding-left: 10px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul {
  margin: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul li a span {
  padding-left: 13px;
}
.sm_megamenu_align_right {
  text-align: right;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu li {
  float: left !important;
  width: 100% !important;
}
.vertical-menu-block .block-title-menu {
  background-color: #ddd;
  padding: 10px 20px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover .sm-megamenu-child {
  opacity: 1;
  visibility: visible;
}
.vertical-menu-content {
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
  position: absolute;
  top: 100%;
  min-width: 270px;
  z-index: 300;
}
.vertical-menu-block {
  position: relative;
}
.vertical-menu-block:hover .vertical-menu-content {
  display: block;
}
.more-w .more-view {
  padding: 12px 20px;
  display: block;
  cursor: pointer;
}
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu {
  margin: 0;
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu > li {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
  position: static;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
  padding: 12.5px 20px;
  text-decoration: none;
  position: relative;
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .icon_items {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.sm_megamenu_wrapper_vertical_menu .icon_items img {
  vertical-align: middle;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0 auto;
  top: 0;
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px 15px 20px;
  z-index: 9999;
  min-height: calc(100% + 1px);
  opacity: 0;
  visibility: hidden;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 168px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 337px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 505px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 673px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 760px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 901px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  left: 100%;
  top: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
  left: 138px;
  top: -1px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50.0%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 15px;
}
.sm_megamenu_firstcolumn {
  padding: 0 !important;
  margin-bottom: 18px;
}
.sm_megamenu_firstcolumn:last-child {
  margin-bottom: 0;
}
.sm_megamenu_title > a {
  padding: 4px 0;
  display: table;
  font-size: 92.857%;
  color: #666;
}
.sm_megamenu_head_item > .sm_megamenu_title > a {
  font-weight: 600;
  padding-top: 0;
  color: #222;
  font-size: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
  width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
  width: 625px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
  padding: 0;
}
.sm_megamenu_description {
  font-size: 10px;
  display: block;
  padding-left: 10px;
}
.sm_megamenu_align_right {
  text-align: right;
}
@media all and (max-width: 800px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 510px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1460px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 168px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 337px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 505px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 673px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 760px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 900px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 625px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 730px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 420px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 490px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 550px;
  }
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown {
  padding: 0 10px;
}
.sm_megamenu_wrapper_vertical_menu ul.dropdown-menu {
  padding: 0 10px !important;
}
.sm_megamenu_wrapper_vertical_menu .pull-right {
  float: right;
  display: inline-block;
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu li {
  float: left !important;
  width: 96% !important;
}
@media all and (max-width: 767px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu {
    width: 100%;
    display: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
    width: 100%;
    border-top: 1px solid #fff;
    position: relative;
    overflow: hidden;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
    position: relative;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    position: static;
    float: left;
    height: 0;
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_fullwidth,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    height: auto;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 98%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_drop,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_actived,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_drop {
    background: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
    padding: 4px 10px;
  }
  .sm_megamenu_wrapper_vertical_menu .icon_items {
    display: inline-block;
    height: 29px;
    position: absolute;
    right: 30px !important;
    top: 0 !important;
    z-index: 9;
  }
}
#price-slider {
  background-color: #ddd;
  border-radius: 3px;
  height: 6px;
  margin: 10px 0;
  position: relative;
}
#price-slider .ui-slider-range {
  background-color: #999;
  height: 100%;
  position: absolute;
}
#price-slider .ui-slider-handle {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #222;
  border-radius: 50%;
  cursor: e-resize;
  display: block;
  height: 15px;
  margin-right: inherit;
  padding-left: inherit;
  padding-right: inherit;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 15px;
  z-index: 15;
}
.price-slider-values {
  margin-top: 20px;
  text-align: center;
}
.price-slider-values input[type="text"] {
  border: 1px solid #ddd;
  color: #666;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  width: 70px;
}
.loading-mask-shopby {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loading-mask-shopby .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.sm-sizechart .modal-header {
  border: none;
}
.sm-sizechart .modal-inner-wrap {
  max-width: 800px;
}
.has-sizechart {
  position: relative;
}
.has-sizechart .button-sizechart-container {
  position: absolute;
  top: 0;
  right: 0;
}
.sm-size-chart-icon {
  vertical-align: middle;
  margin: 0 3px;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  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;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  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.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  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.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 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;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 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;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.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;
  white-space: nowrap;
}
.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 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.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: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.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 {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  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 {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  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;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.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: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  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:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.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: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Sm/market_2/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/Sm/market_2/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: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Sm/market_2/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.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;
  color: #575757;
  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;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  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;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .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 .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .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 .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.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;
}
/*
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), to(#f4f4f4));
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #ffffff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: .5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
.smas-wrap {
  margin: 0;
  padding: 0;
}
.smas-container {
  padding: 30px;
  background-color: #eee;
  display: block;
  position: relative;
}
.smas-loading {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}
.smas-loading .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.smas-caption {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 57px;
}
.smas-caption h2 {
  font-size: 48px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
}
.smas-caption p {
  color: #cccccc;
}
.smas-caption p span {
  color: #fff;
}
.smas-form {
  position: relative;
}
.smas-group-right {
  position: absolute;
  top: 0;
  right: 0;
}
.smas-group-left {
  margin-right: 148px;
}
.smas-attr {
  float: left;
  width: 33.33%;
}
.smas-attr-inner {
  margin: 3px;
}
.chosen-container-single .chosen-single {
  height: 49px;
  line-height: 49px;
  background: none;
  background-color: #fff;
  padding-left: 30px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  background-color: #fff;
}
.chosen-container-single .chosen-single div {
  width: 50px;
}
.chosen-container-single .chosen-single span {
  margin-right: 50px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -35px center;
}
.chosen-container-single.chosen-disabled {
  opacity: 1 !important;
}
.smas-btn .btn.btn-search {
  width: 142px;
  background: none;
  background-color: #ff2d37;
  height: 49px;
  border: none;
  color: #fff;
  box-shadow: none;
  vertical-align: middle;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  border-radius: 3px;
}
.smas-btn .btn.btn-search:before {
  width: 21px;
  height: 35px;
  display: inline-block;
  content: '';
  vertical-align: middle;
}
.smas-btn .btn.btn-reset {
  background: none;
  color: #fff;
  text-transform: uppercase;
  float: right;
  margin-top: 5px;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
.cf {
  *zoom: 1;
}
@media (max-width: 767px) {
  .smas-group-left {
    margin: 0 !important;
  }
  .smas-group-right {
    position: static;
    margin-top: 20px;
  }
  .smas-attr {
    width: 50%;
    margin-bottom: 10px;
  }
  .smas-container {
    padding: 30px;
  }
  .smas-btn .btn.btn-search {
    display: inline-block;
  }
  .smas-btn .btn.btn-reset {
    float: none;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .smas-attr {
    width: auto;
    float: none !important;
  }
  .smas-container {
    padding: 30px;
  }
}
.sm-listing-tabs.ltabs-loading-first {
  background: transparent url("../../frontend/Sm/market_2/en_US/images/loader-1.gif") no-repeat scroll center center;
  display: block;
  max-width: 100%;
  min-height: 300px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.sm-listing-tabs .ltabs-wrap {
  position: relative;
}
.sm-listing-tabs.slider .product-items .product-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.sm-listing-tabs.slider .products.wrapper.products-grid .product-items {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin-bottom: 30px;
}
.sm-listing-tabs.ltabs-loading-first * {
  display: none;
  opacity: 0;
}
.acd-btn-add {
  float: left;
}
.sm-listing-tabs .tab-all .ltabs-tab-img {
  height: 30px;
}
.sm-listing-tabs .ltabs-tabs-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  display: block;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 700;
  cursor: pointer;
}
.sm-listing-tabs .products {
  margin: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  border-bottom: 2px solid #ddd;
}
.sm-listing-tabs .ltabs-tab-img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sm-listing-tabs .add-loadmore {
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}
.sm-listing-tabs .loaded .add-loadmore {
  display: none;
}
.sm-listing-tabs .ltabs-wrap .ltabs-items-container {
  margin: 0;
  padding: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-inner {
  margin: 0;
  padding: 0;
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-selected {
  display: block;
}
.sm-listing-tabs .ltabs-items-container .ltabs-item-wrap {
  box-shadow: 0 0 0 #000;
  margin: 0;
  opacity: 0;
  padding: 0;
}
.sm-listing-tabs .ltabs-items .ltabs-loading {
  background: transparent url("../../frontend/Sm/market_2/en_US/images/loader-1.gif") no-repeat scroll center center;
  display: block;
  max-width: 100%;
  min-height: 300px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-loadmore {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #ddd;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
  background: url(../../frontend/Sm/market_2/en_US/images/loader-1.gif) no-repeat center center / 22px auto;
  display: none;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  width: 22px;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn::after {
  content: attr(data-label);
}
.sm-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
  display: none;
}
.sm-listing-tabs .ltabs-items-container.show-slider {
  margin: 0 10px;
}
.cf::before,
.cf::after {
  content: " ";
  display: table;
}
.cf::after {
  clear: both;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-current-select {
  display: none;
}
.sm-listing-tabs ol[data-liffect] li {
  opacity: 0;
  position: relative;
  animation-duration: .3s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
/* fadeIn */
.sm-listing-tabs ol[data-liffect="fadeIn"].play li {
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap {
    position: relative;
    padding: 10px 30px 10px 10px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    outline: none;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-current-select {
    display: inline;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    font-weight: normal;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #666 transparent;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    opacity: 0;
    position: absolute;
    top: 140%;
    left: auto;
    right: -1px;
    min-width: 200px;
    padding: 10px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    list-style: none;
    pointer-events: none;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.active,
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li {
    float: none !important;
    display: block !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    height: auto !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.active span,
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li span {
    padding: 5px 10px !important;
  }
  /* Hover state */
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:hover {
    background: #ddd !important;
    color: #222;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.active::after {
    display: none;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li span {
    display: block;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li:last-of-type span {
    border: none;
  }
  /* Active state */
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.active .ltabs-tabs {
    opacity: 1;
    pointer-events: auto;
    z-index: 200;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel > span {
    background-color: #ddd;
    color: #222;
  }
  .rtl-layout .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:after {
    left: 15px;
    right: auto;
  }
  .rtl-layout .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:before {
    left: 13px;
    right: auto;
  }
  .rtl-layout .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    left: -1px;
    right: auto;
  }
}
.products-grid .product-item-info {
  position: relative;
}
.products-grid .product-item-info:hover {
  z-index: 50;
}
.products-grid .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}
.products-grid .product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.products-grid .product-item-details {
  padding-bottom: 30px;
}
.quickview-handler {
  background: #1979c3;
  border: 0 none;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  padding: 7px 15px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  margin: 10px 0;
}
.quickview-handler:hover,
.quickview-handler:focus {
  background: none repeat scroll 0 0 #006bb4;
  border: 0 none;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.quickview-handler:focus {
  outline: none outline;
}
.smcqp-actions .smcqp-btn,
.smcqp-actions .smcqp-continue,
.smcqp-modal-popup .modal-inner-wrap {
  border-radius: 5px;
}
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading.smcqp-options,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading {
  width: 200px;
  height: 100px;
  padding: 0px;
}
.cartquickpro-catalog-product-view:not(.fotorama__fullscreen) {
  height: auto !important;
}
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-header,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-content,
.modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading .modal-footer {
  padding: 0;
  margin: 0;
}
.smcqp-modal-popup .loading-mask {
  position: absolute;
}
.smcqp-modal-popup .loading-mask {
  position: absolute;
}
.smcqp-modal-popup .loading-mask .loader > img {
  position: absolute;
}
.modal-popup .modal-inner-wrap.smcqp-loading #smcqp-container {
  min-height: 100px;
}
.modal-popup .modal-inner-wrap.smcqp-loading header,
.modal-popup .modal-inner-wrap.smcqp-loading footer {
  display: none;
}
.modal-popup.smcqp-confirm .modal-inner-wrap,
.modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap.report-messages,
.modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap.smcqp-options:not(.smcqp-loading) {
  width: 420px;
}
/* .modal-popup.smcqp-confirm .modal-inner-wrap, */
/* .modal-popup.smcqp-modal-popup .modal-inner-wrap { */
/* left: 50%; */
/* margin: 0 auto; */
/* right: auto; */
/* -webkit-transform: translate(-50%, -200%); */
/* -ms-transform: translate(-50%, -200%); */
/* transform: translate(-50%, -200%); */
/* } */
/* .modal-popup.smcqp-confirm._show .modal-inner-wrap, */
/* .modal-popup.smcqp-modal-popup._show .modal-inner-wrap { */
/* top: 50%; */
/* -webkit-transform: translate(-50%, -50%); */
/* -ms-transform: translate(-50%, -50%); */
/* transform: translate(-50%, -50%); */
/* } */
.modal-slide.smcqp-modal-popup .action-close {
  padding: 10px;
  margin-top: 10px;
}
.modal-slide.smcqp-modal-popup .modal-header {
  border: none;
}
.modal-slide.smcqp-modal-popup .modal-header .action-close span {
  display: none;
}
.smcqp-actions {
  border-top: 2px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
  text-align: center;
}
.smcqp-actions .smcqp-btn,
.smcqp-actions .smcqp-continue {
  background-color: #0083c1;
}
.smcqp-actions .smcqp-btn,
.smcqp-actions .smcqp-continue {
  color: #fff;
  outline: none;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  margin: 0;
  transition: all 0.2s ease 0s;
}
.smcqp-actions .smcqp-btn:hover,
.smcqp-actions .smcqp-continue:hover {
  background-color: #333 !important;
}
.smcqp-actions .smcqp-continue:after {
  display: none;
}
.smcqp-actions .smcqp-continue.spcqp-count:after {
  display: inline-block;
}
.smcqp-actions .smcqp-continue.spcqp-count:after {
  content: " (" attr(data-count) ")";
}
.smcqp-actions .smcqp-btn {
  display: none;
}
.smcqp-actions .smcqp-btn.smcqp-open {
  display: inline-block;
}
.smcqp-actions .smcqp-btn:not(:last-child) {
  margin-left: 15px;
}
.smcqp-messages {
  margin: 0 0 10px;
  padding: 12px 20px 12px 45px;
  position: relative;
  display: block;
}
.smcqp-messages.msg-success {
  color: #006400;
  background: #e5efe5 none repeat scroll 0 0;
}
.smcqp-messages.msg-error {
  color: #e02b27;
  background: #fae5e5 none repeat scroll 0 0;
}
.smcqp-messages::before {
  display: inline-block;
  font-family: "luma-icons";
  font-size: 24px;
  font-weight: normal;
  left: 0;
  line-height: 24px;
  margin: -12px 0 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 45px;
}
.smcqp-messages.msg-success,
.smcqp-messages.msg-error {
  text-align: center;
  padding: 12px;
}
.smcqp-messages.msg-success:before,
.smcqp-messages.msg-error:before {
  display: none;
}
.cartquickpro-catalog-product-view .page-wrapper,
.cartquickpro-catalog-product-view .columns {
  display: block;
}
.smcqp-modal-popup .modal-inner-wrap {
  max-width: 1024px;
}
.cartquickpro-catalog-product-view .container {
  width: 100%;
  padding: 0;
}
.cartquickpro-catalog-product-view .container .row {
  margin: 0;
}
.cartquickpro-catalog-product-view .container .row .col-lg-9.col-md-9 {
  width: 100%;
}
.smcqp-modal-popup .modal-content {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.list-filter-products .quickview-handler {
  display: none !important;
}
.cartquickpro-catalog-product-view .breadcrumbs {
  display: none !important;
}
.cartquickpro-cart-configure .columns .column.main,
.cartquickpro-wishlist-index-configure .columns .column.main,
.cartquickpro-catalog-product-view .columns .column.main,
.cartquickpro-catalog-product-options .columns .column.main {
  padding-bottom: 0;
}
.cartquickpro-catalog-product-view .product-addto-links .action.towishlist,
.cartquickpro-catalog-product-view .product-addto-links .action.tocompare,
.cartquickpro-cart-configure .product-addto-links .action.tocompare,
.cartquickpro-cart-configure .product-addto-links .action.towishlist,
.cartquickpro-cart-configure .product-addto-links .action.tocompare,
.cartquickpro-wishlist-index-configure .product-addto-links .action.towishlist,
.cartquickpro-wishlist-index-configure .product-addto-links .action.tocompare,
.cartquickpro-catalog-product-options .product-addto-links .action.towishlist,
.cartquickpro-catalog-product-options .product-addto-links .action.tocompare {
  display: inline-block;
}
.smcqp-confirm .modal-footer {
  padding: 30px;
  border-top: 1px solid #e5e5e5;
  text-align: right;
}
.smcqp-confirm .modal-content {
  padding: 30px;
}
.smcqp-modal-popup .report-messages .modal-header {
  padding-bottom: 30px;
}
.smcqp-confirm .modal-header {
  border-bottom: 1px solid #e5e5e5;
}
.smcqp-confirm .modal-footer button,
.smcqp-confirm .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.smcqp-confirm .modal-footer .action-gift {
  background-color: #0083c1;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: normal;
  color: #fff;
}
.smcqp-confirm .modal-footer button:hover,
.smcqp-confirm .modal-footer .cart.table-wrapper .actions-toolbar > .action:hover,
.smcqp-confirm .modal-footer .action-gift:hover {
  background-color: #333;
}
.cartquickpro-catalog-product-options.page-product-downloadable .product-add-form,
.cartquickpro-wishlist-index-configure.page-product-downloadable .product-add-form,
.cartquickpro-catalog-product-view.page-product-downloadable .product-add-form,
.cartquickpro-cart-configure.page-product-downloadable .product-add-form {
  margin-bottom: 0;
}
.modal-popup.modal-slide.smcqp-modal-popup .modal-content {
  padding-bottom: 0;
  -webkit-overflow-scrolling: touch;
}
.modal-popup.modal-slide.smcqp-modal-popup .modal-footer {
  padding: 30px 30px 0px 30px;
  border-top: none;
}
.smcqp-modal-popup .modal-footer button,
.smcqp-modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.smcqp-modal-popup .modal-footer .action-gift {
  display: none;
}
.smcqp-modal-popup.modal-popup.modal-slide .modal-inner-wrap {
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  margin: 5rem auto;
  min-height: auto;
  max-height: 90%;
}
.smcqp-modal-popup.modal-popup.modal-slide._show .modal-inner-wrap {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.ie10 .modal-popup.modal-slide.smcqp-modal-popup .modal-content .ie11 .modal-popup.modal-slide.smcqp-modal-popup .modal-content {
  min-height: auto;
  max-height: 550px;
}
.minicart-wrapper {
  max-width: 50px;
}
@media all and (max-width: 1280px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap {
    position: fixed;
    height: auto;
  }
}
@media all and (max-width: 1024px) {
  body._has-modal {
    overflow-y: hidden;
    overflow-x: hidden !important;
    position: fixed;
  }
}
@media all and (max-width: 800px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap:not(.smcqp-loading) {
    width: 60%;
  }
  .modal-popup.modal-slide.smcqp-modal-popup.smcqp-confirm .modal-inner-wrap,
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap.report-messages,
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap.smcqp-options:not(.smcqp-loading) {
    width: 420px;
  }
  .modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading.smcqp-options,
  .modal-popup.smcqp-modal-popup .modal-inner-wrap.smcqp-loading {
    width: 200px;
    height: 100px;
    padding: 0px;
  }
  .modal-popup.modal-slide.smcqp-modal-popup {
    left: 0;
  }
  .modal-slide.smcqp-modal-popup .action-close {
    margin-top: -2px;
  }
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap.smcqp-options:not(.smcqp-loading) {
    width: 60%;
  }
}
@media all and (max-width: 480px) {
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap:not(.smcqp-loading) {
    width: 90%;
  }
  .modal-popup.smcqp-confirm .modal-inner-wrap,
  .modal-inner-wrap.report-messages,
  .modal-inner-wrap.smcqp-options {
    width: 350px;
  }
  .smcqp-actions .smcqp-btn,
  .smcqp-actions .smcqp-continue {
    padding: 10px 10px;
  }
  .smcqp-actions .smcqp-btn {
    margin-left: 5px;
  }
  .modal-popup.modal-slide.smcqp-modal-popup .modal-inner-wrap.smcqp-options:not(.smcqp-loading) {
    width: 90%;
  }
}
@media all and (max-width: 360px) {
  .modal-popup.smcqp-confirm .modal-inner-wrap,
  .modal-inner-wrap.report-messages,
  .modal-inner-wrap.smcqp-options {
    width: 300px;
  }
  .smcqp-actions .smcqp-btn.smcqp-open,
  .smcqp-actions .smcqp-continue {
    display: block;
    margin: 0;
  }
  .smcqp-modal-popup.modal-popup.modal-slide .modal-inner-wrap {
    margin: 2rem auto;
  }
  .smcqp-actions .smcqp-continue {
    margin-bottom: 5px;
  }
}
.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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@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 {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 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 .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .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;
  }
  .block-recent-posts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-recent-posts .block-recent-posts-item {
    position: relative;
    width: 48%;
    max-width: inherit;
    margin: 0 0 35px 0;
  }
  .block-recent-posts .recent-post-featured-image-link {
    position: relative;
  }
  .block-recent-posts .recent-post-featured-image-link img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .block-recent-posts .recent-post-featured-image-link::after {
    content: '';
    padding-top: 70%;
    display: block;
  }
  .tag-list-view .tag-name {
    margin: 5px 0 5px 0;
  }
  .tag-list-view .tag-link {
    font-size: 20px;
  }
  .blog-sidebar {
    display: none;
  }
  .blog-main {
    float: none;
    max-width: inherit;
    width: auto;
  }
  .blog-pagination {
    text-align: left;
  }
  .block-related-posts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
  }
  .block-related-posts .block-related-posts-item {
    margin-left: 0;
    margin-bottom: 15px;
    width: 48%;
  }
  .grid-view .blog-post .blog-post-featured-image-wrapper img {
    min-width: inherit;
    min-height: inherit;
  }
  #ln_slider_container_rating {
    padding-left: 15px;
  }
  #layered-horizontal-container {
    display: none;
  }
  #ln_button_submit {
    margin-bottom: 15px;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .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;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .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;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .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;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    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;
    float: left;
  }
  .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;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .blog-posts.grid-view .blog-posts-post {
    width: 48%;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .block-recent-posts {
    display: block;
  }
  .block-recent-posts .block-recent-posts-item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 35px 0;
  }
  .block-recent-posts .recent-post-featured-image-link {
    max-height: inherit;
  }
  .block-recent-posts .recent-post-featured-image-link img {
    position: static;
  }
  .block-recent-posts .recent-post-featured-image-link::after {
    display: none;
  }
  .block-related-posts {
    display: block;
  }
  .block-related-posts .block-related-posts-item {
    width: 100%;
  }
  .block-related-posts .block-related-posts-item .related-post-featured-image-link img {
    position: static;
  }
  .block-related-posts .block-related-posts-item .related-post-featured-image-link::after {
    display: none;
  }
  .blog-posts.grid-view .blog-posts-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .blog-view-toggle-buttons-container {
    display: none;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .author-list-view {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .author-list-view .author-image-wrapper {
    max-width: 200px;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
  }
  .author-list-view .author-image {
    max-width: 150px;
  }
  .author-list-view .author-name {
    margin-top: -2px;
  }
  .author-view {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .author-view .author-image-wrapper {
    max-width: 200px;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .author-view .author-image {
    max-width: 150px;
  }
  .author-view .author-name {
    font-size: 41px;
    margin-top: -3px;
  }
  .author-view .author-info {
    font-size: 16px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .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;
  }
}
.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.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: #000000;
  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.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 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-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #cccccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 5px;
  padding-right: 5px;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../../frontend/Sm/market_2/en_US/images/jquery.fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../../frontend/Sm/market_2/en_US/images/jquery.fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../../frontend/Sm/market_2/en_US/images/jquery.fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.6);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../../frontend/Sm/market_2/en_US/images/jquery.fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(../../frontend/Sm/market_2/en_US/images/jquery.fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/**
 * 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,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.owl-carousel .cart.table-wrapper .actions-toolbar > .action.owl-dot,
.owl-carousel .owl-nav .action-gift.owl-prev,
.owl-carousel .owl-nav .action-gift.owl-next,
.owl-carousel .action-gift.owl-dot {
  background: none;
  color: inherit;
  border: none;
  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/Sm/market_2/en_US/images/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;
}
/* THEMES */
/* Delimeters */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #DDDDDD;
}
/* Rotor tops */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222222;
  background-color: #DDDDDD;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333333;
  background-color: #EEEEEE;
}
/* END OF THEMES */
.flipdown .rotor:after {
  border-top: solid 1px #222222;
}
.flipdown {
  overflow: visible;
  margin: 0;
  display: flex;
  justify-content: space-around;
}
.flipdown .rotor-group {
  position: relative;
  float: none;
  margin: 0 7px;
  padding-bottom: 35px;
}
.flipdown .rotor-group:last-child {
  padding-right: 0;
}
.flipdown .rotor-group-heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000;
}
.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before);
}
.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before);
}
.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before);
}
.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before);
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.flipdown .rotor {
  position: relative;
  float: left;
  width: 50px;
  height: 65px;
  margin: 0px 5px 0px 0px;
  border-radius: 8px;
  font-size: 342.85%;
  text-align: center;
  perspective: 200px;
}
.flipdown .rotor:last-child {
  margin-right: 0;
}
.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 32.5px;
}
.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 65px;
  transform-style: preserve-3d;
  transition: transform 0s;
}
.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 32.5px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.flipdown .rotor-leaf-front {
  line-height: 65px;
  border-radius: 8px 8px 0px 0px;
}
.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 8px 8px;
  transform: rotateX(-180deg);
}
.flipdown .rotor-top {
  line-height: 65px;
  border-radius: 8px 8px 0px 0px;
}
.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 8px 8px;
}
.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 32.5px;
  border-radius: 0px 0px 8px 8px;
}
@media (max-width: 575px) {
  .flipdown .rotor {
    font-size: 2.2rem;
    margin-right: 3px;
  }
  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    width: 35px;
  }
  .flipdown .rotor-group:last-child {
    padding-right: 0px;
  }
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    left: 69px;
  }
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    bottom: 13px;
    height: 8px;
    width: 8px;
  }
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    bottom: 29px;
    height: 8px;
    width: 8px;
  }
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-top {
    line-height: 50px;
  }
  .flipdown .rotor-leaf,
  .flipdown .rotor {
    height: 50px;
  }
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    height: 25px;
  }
}
@media (max-width: 480px) {
  .block-deal .title-countdown-slider {
    padding: 20px 15px;
  }
  .block-deal .title-countdown-slider .title-deals {
    font-size: 114.28%;
  }
  .flipdown {
    margin: 0;
  }
  .flipdown .rotor-group {
    margin: 0 5px;
  }
}
@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 {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
html .page-layout-2columns-left .sidebar,
html .page-layout-2columns-right .sidebar {
  width: 270px;
  padding: 0 !important;
}
html .page-layout-2columns-left .column.main,
html .page-layout-2columns-right .column.main {
  width: calc(100% - 300px);
}
.page-layout-2columns-right .sidebar {
  float: right !important;
}
html .page-layout-3columns .sidebar {
  padding: 0;
  width: 270px;
}
html .page-layout-3columns .column.main {
  padding: 0 30px;
  width: calc(100% - 540px);
}
.columns .column.main {
  padding-bottom: 0;
}
.page-layout-1column .block.filter {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.page-layout-1column .block.filter .filter-title {
  background: none;
  margin: 0 0 10px;
  padding: 0;
}
.page-layout-1column .block.filter .filter-title strong {
  font-size: 116.67%;
  font-family: inherit;
  display: block;
  font-weight: 700;
  text-transform: none;
}
.page-layout-1column .block.filter .block-subtitle {
  display: none;
}
.page-layout-1column .block.filter .block-content:after {
  content: "";
  display: block;
  clear: both;
}
.page-layout-1column .block.filter .filter-options-item {
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
}
.page-layout-1column .block.filter .filter-options-item:hover .filter-options-content {
  display: block !important;
}
.page-layout-1column .block.filter .filter-options-item:hover .filter-options-title {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.page-layout-1column .block.filter .filter-options-item:hover .filter-options-title:before {
  display: block;
}
.page-layout-1column .block.filter .filter-options-title {
  height: 30px;
  line-height: 30px;
  margin: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0 15px;
  font-size: 100%;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  font-weight: 700;
}
.page-layout-1column .block.filter .filter-options-title:before {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  content: "";
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -5px;
  height: 10px;
  z-index: 205;
}
.page-layout-1column .block.filter .filter-options-content {
  display: none;
  position: absolute;
  min-width: 200px;
  white-space: nowrap;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px;
  top: 100%;
  left: 0;
  margin-top: 3px;
  max-height: 295px;
  overflow-y: auto;
  z-index: 200;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.page-layout-1column .block.filter .filter-options-content .count {
  display: inline-block;
}
.page-layout-1column .block.filter .filter-current .items {
  display: table;
  width: 100%;
}
.page-layout-1column .block.filter .filter-current .item {
  float: left;
  white-space: nowrap;
  margin: 0 20px 20px 0;
}
.page-layout-1column .block.filter .filter-current .item .remove:before {
  margin: 0 3px;
  color: #fc636b;
}
.page-layout-1column .block.filter .filter-current .item .remove span {
  display: none;
}
.page-layout-1column .block.filter .filter-current + .filter-actions .filter-clear {
  padding: 5px 15px;
  color: #fff;
  background-color: #fc636b;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.page-layout-1column .block.filter .filter-current + .filter-actions .filter-clear:hover {
  background-color: #ef424b;
}
@media (min-width: 768px) and (max-width: 991px) {
  html .page-layout-2columns-left .sidebar,
  html .page-layout-2columns-right .sidebar {
    width: 200px;
    padding: 0 !important;
  }
  html .page-layout-2columns-left .column.main,
  html .page-layout-2columns-right .column.main {
    width: calc(100% - 230px);
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .page-layout-2columns-left .sidebar,
  .page-layout-2columns-right .sidebar {
    float: none !important;
  }
  .columns .column.main {
    padding: 0 0 40px;
  }
}
@media (max-width: 767px) {
  html .page-layout-2columns-left .sidebar,
  html .page-layout-2columns-right .sidebar,
  html .page-layout-2columns-left .column.main,
  html .page-layout-2columns-right .column.main {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media (max-width: 480px) {
  .page-layout-2columns-left .sidebar,
  .page-layout-2columns-right .sidebar {
    float: none !important;
  }
  .columns .column.main {
    padding: 0 0 40px;
  }
}
.product.data.items.accordion-style .item.title.resp-accordion {
  border: 1px solid #ddd;
  display: block;
  float: none !important;
  width: 100%;
  font-size: 116.67%;
  padding: 15px 20px !important;
  cursor: pointer;
  margin: 10px 0 0 !important;
  height: unset !important;
  line-height: unset !important;
  position: relative;
}
.product.data.items.accordion-style .item.title.resp-accordion a {
  background: none !important;
  border: none !important;
  height: auto !important;
  padding: 0 !important;
  line-height: unset !important;
  font-size: inherit;
}
.product.data.items.accordion-style .item.title.resp-accordion .resp-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
}
.product.data.items.accordion-style .item.title.resp-accordion.active {
  background-color: #ddd;
}
.product.data.items.accordion-style .resp-tab-content {
  border: 1px solid #ddd !important;
  float: none !important;
  padding: 20px !important;
  margin: 0 !important;
  border-top: none !important;
}
.default-style .resp-accordion {
  display: none;
}
.default-style .resp-tabs-list {
  padding: 0;
  margin: 0;
}
.default-style .resp-tabs-list::after {
  content: "";
  display: block !important;
  clear: both;
}
.default-style .resp-tabs-list li {
  background-color: #fff;
  float: left;
  display: block;
  border: 1px solid #ddd;
  border-bottom: none;
  font-size: 116.67%;
  padding: 10px 20px !important;
  margin: 0 -1px 0 0;
  cursor: pointer;
  position: relative;
}
.default-style .resp-tabs-list li.active {
  background-color: #ddd;
}
.default-style .resp-tabs-list li a {
  color: inherit;
}
.default-style .resp-tabs-container {
  clear: both;
  padding: 20px;
  border: 1px solid #ddd;
}
.vertical-style .resp-tabs-container {
  padding: 0;
  background-color: #fff;
  clear: left;
}
.vertical-style .resp-accordion {
  display: none;
}
.vertical-style .active {
  border-bottom: none;
}
.vertical-style .resp-content-active,
.vertical-style .resp-accordion-active {
  display: block;
}
.vertical-style .resp-tab-content {
  border: 1px solid #ddd;
  padding: 20px;
  min-height: 200px;
}
.vertical-style h2.resp-tab-active {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.vertical-style ul.resp-tabs-list {
  float: left;
  width: 200px;
  margin: 0;
  padding: 0;
}
.vertical-style .resp-tabs-list li {
  display: block;
  border: 1px solid #ddd;
  border-bottom: none;
  font-size: 116.67%;
  padding: 10px 20px;
  margin: 0 -1px 0 0;
  cursor: pointer;
  float: none;
  position: relative;
}
.vertical-style .resp-tabs-list li a {
  color: inherit;
}
.vertical-style .resp-tabs-list li.active {
  background-color: #ddd;
}
.vertical-style .resp-tabs-list li:last-child {
  border-bottom: 1px solid #ddd;
}
.vertical-style .resp-tabs-container {
  padding: 0;
  background-color: #fff;
  margin-left: 200px;
  clear: none;
}
@media only screen and (max-width: 768px) {
  .vertical-style ul.resp-tabs-list {
    width: 100%;
    margin: 0;
  }
  .vertical-style .resp-tabs-list li {
    margin: 0 !important;
    padding: 10px 20px;
  }
  .vertical-style .resp-tabs-container {
    float: none;
    clear: both;
    margin: 0 !important;
  }
  .vertical-style .resp-tabs-container .resp-tab-content {
    padding: 20px;
    min-height: auto;
  }
  .default-style .resp-tabs-list li {
    float: none;
    margin: 0;
  }
}
/**
 * Override lib and blank theme
 */
/**
 * Loading page
 */
.body-loading {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999999999;
  top: -50px;
  bottom: -50px;
  background: #fff;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #ddd;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/**
 * Page loading image
 */
.page-image-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/**
 * End loading page
 */
.fancybox-skin {
  background-color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
/**
 * Remove padding container, page-main
 */
body .container,
body .page-main {
  padding-left: 0;
  padding-right: 0;
  max-width: unset;
}
body:not(.layout-boxed) .container,
body:not(.layout-boxed) .page-main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}
/**
 * Boxed layout
 */
/**
 * Logo
 */
.logo {
  margin: 0;
  padding: 0;
}
/**
 * Lazy loading image
 */
.lazyload {
  display: block;
  background: url(../../frontend/Sm/market_2/en_US/images/loader-1.gif) no-repeat center center / 30px auto;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  max-height: 100px;
}
picture.lazyload {
  background: none;
  margin: unset;
  min-width: unset;
  max-height: unset;
  min-height: unset;
}
/**
 * Loading block
 */
.loading-content {
  background: url(../../frontend/Sm/market_2/en_US/images/loader-1.gif) no-repeat center center / 30px auto;
  min-height: 100px;
}
.owl-loaded + .loading-content {
  display: none;
}
/**
 * Buynow
 */
.bundle-options-container .block-bundle-summary .box-tocart .actions .buynow {
  width: 100%;
  margin-top: 10px;
  font-size: 100%;
  text-transform: uppercase;
}
/**
 * Toolbar
 */
.toolbar-products {
  padding: 0;
}
/**
 * Layout listing product
 */
.products.wrapper.products-grid .product-items {
  margin-left: -15px;
  margin-right: -15px;
}
.products.wrapper.products-grid .product-items::after {
  content: "";
  display: block !important;
  clear: both;
}
.products.wrapper.products-grid .product-items .product-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 15px;
  float: left;
  display: block;
  clear: none;
}
/**
 * Back to top
 */
.back2top {
  width: 40px;
  height: 40px;
  background-color: #666;
  color: #fff;
  text-align: center;
  line-height: 36px;
  position: fixed;
  right: 30px;
  bottom: 30%;
  font-size: 18px;
  z-index: 500;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.back2top.active {
  opacity: 1;
  visibility: visible;
}
.back2top:hover {
  background-color: #333;
}
.back2top .b-text {
  display: none;
}
/**
 * Newsletter Popup
 */
.w-newsletter {
  width: 500px;
  padding: 20px 15px 20px;
}
.w-newsletter .popup-news-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 200%;
  color: #222;
}
.w-newsletter .news-description {
  margin: 10px 0 20px;
}
.w-newsletter .form-newsletter-popup {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.w-newsletter .form-newsletter-popup .input-box {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.w-newsletter .form-newsletter-popup .action-newsletter {
  display: table-cell;
  vertical-align: top;
}
.w-newsletter .subscribe-bottom .checker {
  display: inline;
}
/**
 * Product Hover Image
 */
.image-product-hover {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  -webkit-transition: .1s;
}
.product-item-photo:hover .image-product-hover {
  opacity: 1;
  visibility: visible;
}
/**
 * Box image - product page
 */
.fotorama__caption {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.fotorama__dot {
  width: 10px !important;
  height: 10px !important;
}
/**
 * Info product product page
 */
.product-social-links {
  text-align: unset;
}
/**
 * Tabs product page
 */
.data.item.content {
  display: none;
}
.data.item.content[aria-hidden="false"] {
  display: block;
}
.product.data.items .item.title > .switch {
  padding: unset !important;
}
/**
 * Sticky action product
 */
.sticky-product-action {
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 800;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: .2s;
  -webkit-transition: .2s;
}
.sticky-product-action.sticky-bottom {
  bottom: -200px;
  top: auto;
  display: flex;
  flex-wrap: wrap;
}
.sticky-product-action.sticky-bottom .sticky-action-cart {
  width: 100%;
  order: 5;
  border: none;
}
.sticky-product-action.sticky-bottom .product-info-detailed {
  width: 100%;
  order: 1;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  padding-bottom: 15px;
}
.sticky-product-action .sticky-action-cart {
  padding: 15px 0;
}
.sticky-product-action .sticky-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.sticky-product-action .product-title {
  color: #222;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.sticky-product-action .sticky-title {
  width: 100%;
}
.sticky-product-action .sticky-product-info {
  display: flex;
  flex-wrap: nowrap;
}
.sticky-product-action .sticky-price {
  padding: 0 10px;
}
.sticky-product-action .sticky-price .price-box {
  display: flex;
  padding-top: 3px;
}
.sticky-product-action .sticky-price .price-box .price {
  font-size: 20px;
}
.sticky-product-action .sticky-price .price-box .old-price .price {
  position: relative;
  top: 6px;
  font-size: 14px;
}
.sticky-product-action .sticky-price .price-from {
  padding: 0 10px;
}
.sticky-product-action .sticky-qty {
  padding: 0 10px;
}
.sticky-product-action .qty-control {
  display: flex;
  align-items: center;
}
.sticky-product-action .qty-control .label {
  padding: 0 5px;
  position: relative;
  top: 2px;
}
.sticky-product-action .qty-control .tf-qty {
  width: 54px;
}
.sticky-product-action .sticky-button {
  padding-left: 10px;
}
.sticky-product-action .sticky-button button,
.sticky-product-action .sticky-button .cart.table-wrapper .actions-toolbar > .action,
.sticky-product-action .sticky-button .action-gift {
  white-space: nowrap;
  text-transform: uppercase;
  min-width: 200px;
}
.show-sticky-product .sticky-product-action {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.show-sticky-product .sticky-product-action.sticky-bottom {
  bottom: 0;
  top: auto;
}
.page-product-grouped .sticky-product-action .sticky-qty {
  display: none !important;
}
/**
 * Sticky tabs
 */
.product-info-detailed {
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}
.list-tab-sticky {
  display: flex;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
.list-tab-sticky > .data.item.title {
  padding: 0 5px;
  margin: 0;
}
.list-tab-sticky > .data.item.title a {
  display: block;
  padding: 10px 15px;
  background-color: #eee;
  text-align: center;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.list-tab-sticky > .data.item.title a:hover {
  background-color: #ededed;
}
@media (max-width: 1200px) {
  .sticky-product-action {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
@media (min-width: 1024px) {
  .layout-boxed .page-wrapper {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1023px) {
  body.layout-boxed .container,
  body.layout-boxed .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Sm/market_2/en_US/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .action-gift:hover,
.slick-dots li .action-gift:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.slick-dots li .action-gift:hover:before,
.slick-dots li .action-gift:focus:before {
  opacity: 1;
}
.slick-dots li button:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li .action-gift:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../frontend/Sm/market_2/en_US/fonts/icomoon.eot?4z0x2d');
  src: url('../../frontend/Sm/market_2/en_US/fonts/icomoon.eot?4z0x2d#iefix') format('embedded-opentype'), url('../../frontend/Sm/market_2/en_US/fonts/icomoon.ttf?4z0x2d') format('truetype'), url('../../frontend/Sm/market_2/en_US/fonts/icomoon.woff?4z0x2d') format('woff'), url('../../frontend/Sm/market_2/en_US/fonts/icomoon.svg?4z0x2d#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  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;
}
.icon-alert-triangle:before {
  content: "\e924";
}
.icon-align-center:before {
  content: "\e902";
}
.icon-align-justify:before {
  content: "\e903";
}
.icon-align-left:before {
  content: "\e905";
}
.icon-align-right:before {
  content: "\e906";
}
.icon-archive:before {
  content: "\e907";
}
.icon-arrow-down-circle:before {
  content: "\e925";
}
.icon-arrow-down:before {
  content: "\e909";
}
.icon-arrow-left-circle:before {
  content: "\e926";
}
.icon-arrow-left1:before {
  content: "\e927";
}
.icon-arrow-right-circle:before {
  content: "\e928";
}
.icon-arrow-right1:before {
  content: "\e929";
}
.icon-arrow-up-circle:before {
  content: "\e92a";
}
.icon-arrow-up:before {
  content: "\e90c";
}
.icon-award:before {
  content: "\e90d";
}
.icon-bar-chart-2:before {
  content: "\e90e";
}
.icon-bar-chart:before {
  content: "\e90f";
}
.icon-battery-charging:before {
  content: "\e910";
}
.icon-battery:before {
  content: "\e911";
}
.icon-bell-off:before {
  content: "\e912";
}
.icon-bell:before {
  content: "\e913";
}
.icon-bookmark:before {
  content: "\e914";
}
.icon-box:before {
  content: "\e92b";
}
.icon-briefcase:before {
  content: "\e915";
}
.icon-calendar2:before {
  content: "\e92c";
}
.icon-camera-off:before {
  content: "\e916";
}
.icon-camera:before {
  content: "\e917";
}
.icon-check-circle:before {
  content: "\e918";
}
.icon-check-square:before {
  content: "\e919";
}
.icon-check1:before {
  content: "\e92d";
}
.icon-chevron-down:before {
  content: "\e92e";
}
.icon-chevron-left:before {
  content: "\e92f";
}
.icon-chevron-right:before {
  content: "\e930";
}
.icon-chevron-up:before {
  content: "\e931";
}
.icon-chevrons-down:before {
  content: "\e91a";
}
.icon-chevrons-left:before {
  content: "\e91b";
}
.icon-chevrons-right:before {
  content: "\e91c";
}
.icon-chevrons-up:before {
  content: "\e91d";
}
.icon-chrome:before {
  content: "\e91e";
}
.icon-clipboard:before {
  content: "\e91f";
}
.icon-clock:before {
  content: "\e932";
}
.icon-copy:before {
  content: "\e933";
}
.icon-database:before {
  content: "\e923";
}
.icon-delete:before {
  content: "\e966";
}
.icon-dollar-sign:before {
  content: "\e934";
}
.icon-edit:before {
  content: "\e935";
}
.icon-eye-off:before {
  content: "\e936";
}
.icon-eye2:before {
  content: "\e937";
}
.icon-facebook:before {
  content: "\e968";
}
.icon-file-text:before {
  content: "\e938";
}
.icon-file:before {
  content: "\e939";
}
.icon-film:before {
  content: "\e96b";
}
.icon-filter:before {
  content: "\e93a";
}
.icon-folder:before {
  content: "\e93b";
}
.icon-gift1:before {
  content: "\e93c";
}
.icon-globe:before {
  content: "\e96e";
}
.icon-grid:before {
  content: "\e93d";
}
.icon-headphones:before {
  content: "\e93e";
}
.icon-heart1:before {
  content: "\e93f";
}
.icon-home:before {
  content: "\e940";
}
.icon-instagram2:before {
  content: "\e941";
}
.icon-layers:before {
  content: "\e96f";
}
.icon-link:before {
  content: "\e971";
}
.icon-linkedin:before {
  content: "\e972";
}
.icon-list:before {
  content: "\e942";
}
.icon-lock1:before {
  content: "\e943";
}
.icon-mail1:before {
  content: "\e944";
}
.icon-map-pin:before {
  content: "\e945";
}
.icon-maximize:before {
  content: "\e975";
}
.icon-menu:before {
  content: "\e946";
}
.icon-message-circle:before {
  content: "\e976";
}
.icon-message-square:before {
  content: "\e947";
}
.icon-minus-circle:before {
  content: "\e977";
}
.icon-minus-square:before {
  content: "\e978";
}
.icon-monitor:before {
  content: "\e979";
}
.icon-more-horizontal:before {
  content: "\e948";
}
.icon-more-vertical:before {
  content: "\e949";
}
.icon-move:before {
  content: "\e94a";
}
.icon-package:before {
  content: "\e97b";
}
.icon-paperclip:before {
  content: "\e97c";
}
.icon-pause:before {
  content: "\e97d";
}
.icon-phone-call:before {
  content: "\e94b";
}
.icon-phone1:before {
  content: "\e94c";
}
.icon-play-circle:before {
  content: "\e94d";
}
.icon-play:before {
  content: "\e94e";
}
.icon-plus-circle:before {
  content: "\e94f";
}
.icon-plus-square1:before {
  content: "\e950";
}
.icon-plus:before {
  content: "\e980";
}
.icon-refresh-ccw:before {
  content: "\e951";
}
.icon-refresh-cw:before {
  content: "\e952";
}
.icon-repeat:before {
  content: "\e953";
}
.icon-rotate-ccw:before {
  content: "\e981";
}
.icon-rotate-cw:before {
  content: "\e982";
}
.icon-rss:before {
  content: "\e983";
}
.icon-search1:before {
  content: "\e954";
}
.icon-send:before {
  content: "\e955";
}
.icon-settings1:before {
  content: "\e956";
}
.icon-share-2:before {
  content: "\e984";
}
.icon-shield:before {
  content: "\e985";
}
.icon-shopping-bag1:before {
  content: "\e957";
}
.icon-shopping-cart1:before {
  content: "\e958";
}
.icon-sliders:before {
  content: "\e959";
}
.icon-star1:before {
  content: "\e95a";
}
.icon-tag1:before {
  content: "\e95b";
}
.icon-thumbs-down:before {
  content: "\e986";
}
.icon-thumbs-up:before {
  content: "\e987";
}
.icon-trash-2:before {
  content: "\e95c";
}
.icon-trash1:before {
  content: "\e95d";
}
.icon-twitter:before {
  content: "\e988";
}
.icon-umbrella:before {
  content: "\e989";
}
.icon-unlock:before {
  content: "\e98a";
}
.icon-user-check:before {
  content: "\e98b";
}
.icon-user1:before {
  content: "\e95e";
}
.icon-users:before {
  content: "\e95f";
}
.icon-watch:before {
  content: "\e98e";
}
.icon-x-circle:before {
  content: "\e960";
}
.icon-x-square:before {
  content: "\e961";
}
.icon-x:before {
  content: "\e962";
}
.icon-youtube1:before {
  content: "\e963";
}
.icon-zoom-in:before {
  content: "\e964";
}
.icon-zoom-out:before {
  content: "\e965";
}
.icon-shopping_basket:before {
  content: "\e900";
}
.icon-shopping-cart:before {
  content: "\e904";
}
.icon-loop:before {
  content: "\e901";
}
.icon-email:before {
  content: "\e908";
}
.icon-location_on:before {
  content: "\e90a";
}
.icon-stay_current_portrait:before {
  content: "\e90b";
}
.icon-phonelink_ring:before {
  content: "\e920";
}
.icon-drafts:before {
  content: "\e921";
}
.icon-access_alarm:before {
  content: "\e922";
}
.icon-phone_android:before {
  content: "\e967";
}
.icon-tablet_android:before {
  content: "\e969";
}
.icon-dehaze:before {
  content: "\e96a";
}
.icon-flash_on:before {
  content: "\e96c";
}
.icon-rotate_left:before {
  content: "\e96d";
}
.icon-360:before {
  content: "\e970";
}
.icon-favorite:before {
  content: "\e973";
}
.icon-reorder:before {
  content: "\e974";
}
.icon-ad_units:before {
  content: "\e97a";
}
.icon-star_rate:before {
  content: "\e97e";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook1:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter1:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-youtube2:before {
  content: "\ea9e";
}
.icon-vimeo:before {
  content: "\eaa0";
}
.icon-dribbble:before {
  content: "\eaa7";
}
.icon-behance:before {
  content: "\eaa8";
}
.icon-skype:before {
  content: "\eac5";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-quotes-left:before {
  content: "\e97f";
}
.icon-quotes-right:before {
  content: "\e98c";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
/**
 * Theme general style
 */
/**
 * Margin and Padding support only Top and Bottom
 */
.mt-desktop-0 {
  margin-top: 0px !important;
}
.mb-desktop-0 {
  margin-bottom: 0px !important;
}
.mt-desktop-1 {
  margin-top: 1px !important;
}
.mb-desktop-1 {
  margin-bottom: 1px !important;
}
.mt-desktop-2 {
  margin-top: 2px !important;
}
.mb-desktop-2 {
  margin-bottom: 2px !important;
}
.mt-desktop-3 {
  margin-top: 3px !important;
}
.mb-desktop-3 {
  margin-bottom: 3px !important;
}
.mt-desktop-4 {
  margin-top: 4px !important;
}
.mb-desktop-4 {
  margin-bottom: 4px !important;
}
.mt-desktop-5 {
  margin-top: 5px !important;
}
.mb-desktop-5 {
  margin-bottom: 5px !important;
}
.mt-desktop-6 {
  margin-top: 6px !important;
}
.mb-desktop-6 {
  margin-bottom: 6px !important;
}
.mt-desktop-7 {
  margin-top: 7px !important;
}
.mb-desktop-7 {
  margin-bottom: 7px !important;
}
.mt-desktop-8 {
  margin-top: 8px !important;
}
.mb-desktop-8 {
  margin-bottom: 8px !important;
}
.mt-desktop-9 {
  margin-top: 9px !important;
}
.mb-desktop-9 {
  margin-bottom: 9px !important;
}
.mt-desktop-10 {
  margin-top: 10px !important;
}
.mb-desktop-10 {
  margin-bottom: 10px !important;
}
.mt-desktop-11 {
  margin-top: 11px !important;
}
.mb-desktop-11 {
  margin-bottom: 11px !important;
}
.mt-desktop-12 {
  margin-top: 12px !important;
}
.mb-desktop-12 {
  margin-bottom: 12px !important;
}
.mt-desktop-13 {
  margin-top: 13px !important;
}
.mb-desktop-13 {
  margin-bottom: 13px !important;
}
.mt-desktop-14 {
  margin-top: 14px !important;
}
.mb-desktop-14 {
  margin-bottom: 14px !important;
}
.mt-desktop-15 {
  margin-top: 15px !important;
}
.mb-desktop-15 {
  margin-bottom: 15px !important;
}
.mt-desktop-16 {
  margin-top: 16px !important;
}
.mb-desktop-16 {
  margin-bottom: 16px !important;
}
.mt-desktop-17 {
  margin-top: 17px !important;
}
.mb-desktop-17 {
  margin-bottom: 17px !important;
}
.mt-desktop-18 {
  margin-top: 18px !important;
}
.mb-desktop-18 {
  margin-bottom: 18px !important;
}
.mt-desktop-19 {
  margin-top: 19px !important;
}
.mb-desktop-19 {
  margin-bottom: 19px !important;
}
.mt-desktop-20 {
  margin-top: 20px !important;
}
.mb-desktop-20 {
  margin-bottom: 20px !important;
}
.mt-desktop-21 {
  margin-top: 21px !important;
}
.mb-desktop-21 {
  margin-bottom: 21px !important;
}
.mt-desktop-22 {
  margin-top: 22px !important;
}
.mb-desktop-22 {
  margin-bottom: 22px !important;
}
.mt-desktop-23 {
  margin-top: 23px !important;
}
.mb-desktop-23 {
  margin-bottom: 23px !important;
}
.mt-desktop-24 {
  margin-top: 24px !important;
}
.mb-desktop-24 {
  margin-bottom: 24px !important;
}
.mt-desktop-25 {
  margin-top: 25px !important;
}
.mb-desktop-25 {
  margin-bottom: 25px !important;
}
.mt-desktop-26 {
  margin-top: 26px !important;
}
.mb-desktop-26 {
  margin-bottom: 26px !important;
}
.mt-desktop-27 {
  margin-top: 27px !important;
}
.mb-desktop-27 {
  margin-bottom: 27px !important;
}
.mt-desktop-28 {
  margin-top: 28px !important;
}
.mb-desktop-28 {
  margin-bottom: 28px !important;
}
.mt-desktop-29 {
  margin-top: 29px !important;
}
.mb-desktop-29 {
  margin-bottom: 29px !important;
}
.mt-desktop-30 {
  margin-top: 30px !important;
}
.mb-desktop-30 {
  margin-bottom: 30px !important;
}
.mt-desktop-31 {
  margin-top: 31px !important;
}
.mb-desktop-31 {
  margin-bottom: 31px !important;
}
.mt-desktop-32 {
  margin-top: 32px !important;
}
.mb-desktop-32 {
  margin-bottom: 32px !important;
}
.mt-desktop-33 {
  margin-top: 33px !important;
}
.mb-desktop-33 {
  margin-bottom: 33px !important;
}
.mt-desktop-34 {
  margin-top: 34px !important;
}
.mb-desktop-34 {
  margin-bottom: 34px !important;
}
.mt-desktop-35 {
  margin-top: 35px !important;
}
.mb-desktop-35 {
  margin-bottom: 35px !important;
}
.mt-desktop-36 {
  margin-top: 36px !important;
}
.mb-desktop-36 {
  margin-bottom: 36px !important;
}
.mt-desktop-37 {
  margin-top: 37px !important;
}
.mb-desktop-37 {
  margin-bottom: 37px !important;
}
.mt-desktop-38 {
  margin-top: 38px !important;
}
.mb-desktop-38 {
  margin-bottom: 38px !important;
}
.mt-desktop-39 {
  margin-top: 39px !important;
}
.mb-desktop-39 {
  margin-bottom: 39px !important;
}
.mt-desktop-40 {
  margin-top: 40px !important;
}
.mb-desktop-40 {
  margin-bottom: 40px !important;
}
.mt-desktop-41 {
  margin-top: 41px !important;
}
.mb-desktop-41 {
  margin-bottom: 41px !important;
}
.mt-desktop-42 {
  margin-top: 42px !important;
}
.mb-desktop-42 {
  margin-bottom: 42px !important;
}
.mt-desktop-43 {
  margin-top: 43px !important;
}
.mb-desktop-43 {
  margin-bottom: 43px !important;
}
.mt-desktop-44 {
  margin-top: 44px !important;
}
.mb-desktop-44 {
  margin-bottom: 44px !important;
}
.mt-desktop-45 {
  margin-top: 45px !important;
}
.mb-desktop-45 {
  margin-bottom: 45px !important;
}
.mt-desktop-46 {
  margin-top: 46px !important;
}
.mb-desktop-46 {
  margin-bottom: 46px !important;
}
.mt-desktop-47 {
  margin-top: 47px !important;
}
.mb-desktop-47 {
  margin-bottom: 47px !important;
}
.mt-desktop-48 {
  margin-top: 48px !important;
}
.mb-desktop-48 {
  margin-bottom: 48px !important;
}
.mt-desktop-49 {
  margin-top: 49px !important;
}
.mb-desktop-49 {
  margin-bottom: 49px !important;
}
.mt-desktop-50 {
  margin-top: 50px !important;
}
.mb-desktop-50 {
  margin-bottom: 50px !important;
}
.mt-desktop-51 {
  margin-top: 51px !important;
}
.mb-desktop-51 {
  margin-bottom: 51px !important;
}
.mt-desktop-52 {
  margin-top: 52px !important;
}
.mb-desktop-52 {
  margin-bottom: 52px !important;
}
.mt-desktop-53 {
  margin-top: 53px !important;
}
.mb-desktop-53 {
  margin-bottom: 53px !important;
}
.mt-desktop-54 {
  margin-top: 54px !important;
}
.mb-desktop-54 {
  margin-bottom: 54px !important;
}
.mt-desktop-55 {
  margin-top: 55px !important;
}
.mb-desktop-55 {
  margin-bottom: 55px !important;
}
.mt-desktop-56 {
  margin-top: 56px !important;
}
.mb-desktop-56 {
  margin-bottom: 56px !important;
}
.mt-desktop-57 {
  margin-top: 57px !important;
}
.mb-desktop-57 {
  margin-bottom: 57px !important;
}
.mt-desktop-58 {
  margin-top: 58px !important;
}
.mb-desktop-58 {
  margin-bottom: 58px !important;
}
.mt-desktop-59 {
  margin-top: 59px !important;
}
.mb-desktop-59 {
  margin-bottom: 59px !important;
}
.mt-desktop-60 {
  margin-top: 60px !important;
}
.mb-desktop-60 {
  margin-bottom: 60px !important;
}
.mt-desktop-61 {
  margin-top: 61px !important;
}
.mb-desktop-61 {
  margin-bottom: 61px !important;
}
.mt-desktop-62 {
  margin-top: 62px !important;
}
.mb-desktop-62 {
  margin-bottom: 62px !important;
}
.mt-desktop-63 {
  margin-top: 63px !important;
}
.mb-desktop-63 {
  margin-bottom: 63px !important;
}
.mt-desktop-64 {
  margin-top: 64px !important;
}
.mb-desktop-64 {
  margin-bottom: 64px !important;
}
.mt-desktop-65 {
  margin-top: 65px !important;
}
.mb-desktop-65 {
  margin-bottom: 65px !important;
}
.mt-desktop-66 {
  margin-top: 66px !important;
}
.mb-desktop-66 {
  margin-bottom: 66px !important;
}
.mt-desktop-67 {
  margin-top: 67px !important;
}
.mb-desktop-67 {
  margin-bottom: 67px !important;
}
.mt-desktop-68 {
  margin-top: 68px !important;
}
.mb-desktop-68 {
  margin-bottom: 68px !important;
}
.mt-desktop-69 {
  margin-top: 69px !important;
}
.mb-desktop-69 {
  margin-bottom: 69px !important;
}
.mt-desktop-70 {
  margin-top: 70px !important;
}
.mb-desktop-70 {
  margin-bottom: 70px !important;
}
.mt-desktop-71 {
  margin-top: 71px !important;
}
.mb-desktop-71 {
  margin-bottom: 71px !important;
}
.mt-desktop-72 {
  margin-top: 72px !important;
}
.mb-desktop-72 {
  margin-bottom: 72px !important;
}
.mt-desktop-73 {
  margin-top: 73px !important;
}
.mb-desktop-73 {
  margin-bottom: 73px !important;
}
.mt-desktop-74 {
  margin-top: 74px !important;
}
.mb-desktop-74 {
  margin-bottom: 74px !important;
}
.mt-desktop-75 {
  margin-top: 75px !important;
}
.mb-desktop-75 {
  margin-bottom: 75px !important;
}
.mt-desktop-76 {
  margin-top: 76px !important;
}
.mb-desktop-76 {
  margin-bottom: 76px !important;
}
.mt-desktop-77 {
  margin-top: 77px !important;
}
.mb-desktop-77 {
  margin-bottom: 77px !important;
}
.mt-desktop-78 {
  margin-top: 78px !important;
}
.mb-desktop-78 {
  margin-bottom: 78px !important;
}
.mt-desktop-79 {
  margin-top: 79px !important;
}
.mb-desktop-79 {
  margin-bottom: 79px !important;
}
.mt-desktop-80 {
  margin-top: 80px !important;
}
.mb-desktop-80 {
  margin-bottom: 80px !important;
}
.mt-desktop-81 {
  margin-top: 81px !important;
}
.mb-desktop-81 {
  margin-bottom: 81px !important;
}
.mt-desktop-82 {
  margin-top: 82px !important;
}
.mb-desktop-82 {
  margin-bottom: 82px !important;
}
.mt-desktop-83 {
  margin-top: 83px !important;
}
.mb-desktop-83 {
  margin-bottom: 83px !important;
}
.mt-desktop-84 {
  margin-top: 84px !important;
}
.mb-desktop-84 {
  margin-bottom: 84px !important;
}
.mt-desktop-85 {
  margin-top: 85px !important;
}
.mb-desktop-85 {
  margin-bottom: 85px !important;
}
.mt-desktop-86 {
  margin-top: 86px !important;
}
.mb-desktop-86 {
  margin-bottom: 86px !important;
}
.mt-desktop-87 {
  margin-top: 87px !important;
}
.mb-desktop-87 {
  margin-bottom: 87px !important;
}
.mt-desktop-88 {
  margin-top: 88px !important;
}
.mb-desktop-88 {
  margin-bottom: 88px !important;
}
.mt-desktop-89 {
  margin-top: 89px !important;
}
.mb-desktop-89 {
  margin-bottom: 89px !important;
}
.mt-desktop-90 {
  margin-top: 90px !important;
}
.mb-desktop-90 {
  margin-bottom: 90px !important;
}
.mt-desktop-91 {
  margin-top: 91px !important;
}
.mb-desktop-91 {
  margin-bottom: 91px !important;
}
.mt-desktop-92 {
  margin-top: 92px !important;
}
.mb-desktop-92 {
  margin-bottom: 92px !important;
}
.mt-desktop-93 {
  margin-top: 93px !important;
}
.mb-desktop-93 {
  margin-bottom: 93px !important;
}
.mt-desktop-94 {
  margin-top: 94px !important;
}
.mb-desktop-94 {
  margin-bottom: 94px !important;
}
.mt-desktop-95 {
  margin-top: 95px !important;
}
.mb-desktop-95 {
  margin-bottom: 95px !important;
}
.mt-desktop-96 {
  margin-top: 96px !important;
}
.mb-desktop-96 {
  margin-bottom: 96px !important;
}
.mt-desktop-97 {
  margin-top: 97px !important;
}
.mb-desktop-97 {
  margin-bottom: 97px !important;
}
.mt-desktop-98 {
  margin-top: 98px !important;
}
.mb-desktop-98 {
  margin-bottom: 98px !important;
}
.mt-desktop-99 {
  margin-top: 99px !important;
}
.mb-desktop-99 {
  margin-bottom: 99px !important;
}
.mt-desktop-100 {
  margin-top: 100px !important;
}
.mb-desktop-100 {
  margin-bottom: 100px !important;
}
.mt-desktop-101 {
  margin-top: 101px !important;
}
.mb-desktop-101 {
  margin-bottom: 101px !important;
}
.mt-desktop-102 {
  margin-top: 102px !important;
}
.mb-desktop-102 {
  margin-bottom: 102px !important;
}
.mt-desktop-103 {
  margin-top: 103px !important;
}
.mb-desktop-103 {
  margin-bottom: 103px !important;
}
.mt-desktop-104 {
  margin-top: 104px !important;
}
.mb-desktop-104 {
  margin-bottom: 104px !important;
}
.mt-desktop-105 {
  margin-top: 105px !important;
}
.mb-desktop-105 {
  margin-bottom: 105px !important;
}
.mt-desktop-106 {
  margin-top: 106px !important;
}
.mb-desktop-106 {
  margin-bottom: 106px !important;
}
.mt-desktop-107 {
  margin-top: 107px !important;
}
.mb-desktop-107 {
  margin-bottom: 107px !important;
}
.mt-desktop-108 {
  margin-top: 108px !important;
}
.mb-desktop-108 {
  margin-bottom: 108px !important;
}
.mt-desktop-109 {
  margin-top: 109px !important;
}
.mb-desktop-109 {
  margin-bottom: 109px !important;
}
.mt-desktop-110 {
  margin-top: 110px !important;
}
.mb-desktop-110 {
  margin-bottom: 110px !important;
}
.mt-desktop-111 {
  margin-top: 111px !important;
}
.mb-desktop-111 {
  margin-bottom: 111px !important;
}
.mt-desktop-112 {
  margin-top: 112px !important;
}
.mb-desktop-112 {
  margin-bottom: 112px !important;
}
.mt-desktop-113 {
  margin-top: 113px !important;
}
.mb-desktop-113 {
  margin-bottom: 113px !important;
}
.mt-desktop-114 {
  margin-top: 114px !important;
}
.mb-desktop-114 {
  margin-bottom: 114px !important;
}
.mt-desktop-115 {
  margin-top: 115px !important;
}
.mb-desktop-115 {
  margin-bottom: 115px !important;
}
.mt-desktop-116 {
  margin-top: 116px !important;
}
.mb-desktop-116 {
  margin-bottom: 116px !important;
}
.mt-desktop-117 {
  margin-top: 117px !important;
}
.mb-desktop-117 {
  margin-bottom: 117px !important;
}
.mt-desktop-118 {
  margin-top: 118px !important;
}
.mb-desktop-118 {
  margin-bottom: 118px !important;
}
.mt-desktop-119 {
  margin-top: 119px !important;
}
.mb-desktop-119 {
  margin-bottom: 119px !important;
}
.mt-desktop-120 {
  margin-top: 120px !important;
}
.mb-desktop-120 {
  margin-bottom: 120px !important;
}
.mt-desktop-121 {
  margin-top: 121px !important;
}
.mb-desktop-121 {
  margin-bottom: 121px !important;
}
.mt-desktop-122 {
  margin-top: 122px !important;
}
.mb-desktop-122 {
  margin-bottom: 122px !important;
}
.mt-desktop-123 {
  margin-top: 123px !important;
}
.mb-desktop-123 {
  margin-bottom: 123px !important;
}
.mt-desktop-124 {
  margin-top: 124px !important;
}
.mb-desktop-124 {
  margin-bottom: 124px !important;
}
.mt-desktop-125 {
  margin-top: 125px !important;
}
.mb-desktop-125 {
  margin-bottom: 125px !important;
}
.mt-desktop-126 {
  margin-top: 126px !important;
}
.mb-desktop-126 {
  margin-bottom: 126px !important;
}
.mt-desktop-127 {
  margin-top: 127px !important;
}
.mb-desktop-127 {
  margin-bottom: 127px !important;
}
.mt-desktop-128 {
  margin-top: 128px !important;
}
.mb-desktop-128 {
  margin-bottom: 128px !important;
}
.mt-desktop-129 {
  margin-top: 129px !important;
}
.mb-desktop-129 {
  margin-bottom: 129px !important;
}
.mt-desktop-130 {
  margin-top: 130px !important;
}
.mb-desktop-130 {
  margin-bottom: 130px !important;
}
.mt-desktop-131 {
  margin-top: 131px !important;
}
.mb-desktop-131 {
  margin-bottom: 131px !important;
}
.mt-desktop-132 {
  margin-top: 132px !important;
}
.mb-desktop-132 {
  margin-bottom: 132px !important;
}
.mt-desktop-133 {
  margin-top: 133px !important;
}
.mb-desktop-133 {
  margin-bottom: 133px !important;
}
.mt-desktop-134 {
  margin-top: 134px !important;
}
.mb-desktop-134 {
  margin-bottom: 134px !important;
}
.mt-desktop-135 {
  margin-top: 135px !important;
}
.mb-desktop-135 {
  margin-bottom: 135px !important;
}
.mt-desktop-136 {
  margin-top: 136px !important;
}
.mb-desktop-136 {
  margin-bottom: 136px !important;
}
.mt-desktop-137 {
  margin-top: 137px !important;
}
.mb-desktop-137 {
  margin-bottom: 137px !important;
}
.mt-desktop-138 {
  margin-top: 138px !important;
}
.mb-desktop-138 {
  margin-bottom: 138px !important;
}
.mt-desktop-139 {
  margin-top: 139px !important;
}
.mb-desktop-139 {
  margin-bottom: 139px !important;
}
.mt-desktop-140 {
  margin-top: 140px !important;
}
.mb-desktop-140 {
  margin-bottom: 140px !important;
}
.mt-desktop-141 {
  margin-top: 141px !important;
}
.mb-desktop-141 {
  margin-bottom: 141px !important;
}
.mt-desktop-142 {
  margin-top: 142px !important;
}
.mb-desktop-142 {
  margin-bottom: 142px !important;
}
.mt-desktop-143 {
  margin-top: 143px !important;
}
.mb-desktop-143 {
  margin-bottom: 143px !important;
}
.mt-desktop-144 {
  margin-top: 144px !important;
}
.mb-desktop-144 {
  margin-bottom: 144px !important;
}
.mt-desktop-145 {
  margin-top: 145px !important;
}
.mb-desktop-145 {
  margin-bottom: 145px !important;
}
.mt-desktop-146 {
  margin-top: 146px !important;
}
.mb-desktop-146 {
  margin-bottom: 146px !important;
}
.mt-desktop-147 {
  margin-top: 147px !important;
}
.mb-desktop-147 {
  margin-bottom: 147px !important;
}
.mt-desktop-148 {
  margin-top: 148px !important;
}
.mb-desktop-148 {
  margin-bottom: 148px !important;
}
.mt-desktop-149 {
  margin-top: 149px !important;
}
.mb-desktop-149 {
  margin-bottom: 149px !important;
}
.mt-desktop-150 {
  margin-top: 150px !important;
}
.mb-desktop-150 {
  margin-bottom: 150px !important;
}
.mt-desktop-151 {
  margin-top: 151px !important;
}
.mb-desktop-151 {
  margin-bottom: 151px !important;
}
.mt-desktop-152 {
  margin-top: 152px !important;
}
.mb-desktop-152 {
  margin-bottom: 152px !important;
}
.mt-desktop-153 {
  margin-top: 153px !important;
}
.mb-desktop-153 {
  margin-bottom: 153px !important;
}
.mt-desktop-154 {
  margin-top: 154px !important;
}
.mb-desktop-154 {
  margin-bottom: 154px !important;
}
.mt-desktop-155 {
  margin-top: 155px !important;
}
.mb-desktop-155 {
  margin-bottom: 155px !important;
}
.mt-desktop-156 {
  margin-top: 156px !important;
}
.mb-desktop-156 {
  margin-bottom: 156px !important;
}
.mt-desktop-157 {
  margin-top: 157px !important;
}
.mb-desktop-157 {
  margin-bottom: 157px !important;
}
.mt-desktop-158 {
  margin-top: 158px !important;
}
.mb-desktop-158 {
  margin-bottom: 158px !important;
}
.mt-desktop-159 {
  margin-top: 159px !important;
}
.mb-desktop-159 {
  margin-bottom: 159px !important;
}
.mt-desktop-160 {
  margin-top: 160px !important;
}
.mb-desktop-160 {
  margin-bottom: 160px !important;
}
.mt-desktop-161 {
  margin-top: 161px !important;
}
.mb-desktop-161 {
  margin-bottom: 161px !important;
}
.mt-desktop-162 {
  margin-top: 162px !important;
}
.mb-desktop-162 {
  margin-bottom: 162px !important;
}
.mt-desktop-163 {
  margin-top: 163px !important;
}
.mb-desktop-163 {
  margin-bottom: 163px !important;
}
.mt-desktop-164 {
  margin-top: 164px !important;
}
.mb-desktop-164 {
  margin-bottom: 164px !important;
}
.mt-desktop-165 {
  margin-top: 165px !important;
}
.mb-desktop-165 {
  margin-bottom: 165px !important;
}
.mt-desktop-166 {
  margin-top: 166px !important;
}
.mb-desktop-166 {
  margin-bottom: 166px !important;
}
.mt-desktop-167 {
  margin-top: 167px !important;
}
.mb-desktop-167 {
  margin-bottom: 167px !important;
}
.mt-desktop-168 {
  margin-top: 168px !important;
}
.mb-desktop-168 {
  margin-bottom: 168px !important;
}
.mt-desktop-169 {
  margin-top: 169px !important;
}
.mb-desktop-169 {
  margin-bottom: 169px !important;
}
.mt-desktop-170 {
  margin-top: 170px !important;
}
.mb-desktop-170 {
  margin-bottom: 170px !important;
}
.mt-desktop-171 {
  margin-top: 171px !important;
}
.mb-desktop-171 {
  margin-bottom: 171px !important;
}
.mt-desktop-172 {
  margin-top: 172px !important;
}
.mb-desktop-172 {
  margin-bottom: 172px !important;
}
.mt-desktop-173 {
  margin-top: 173px !important;
}
.mb-desktop-173 {
  margin-bottom: 173px !important;
}
.mt-desktop-174 {
  margin-top: 174px !important;
}
.mb-desktop-174 {
  margin-bottom: 174px !important;
}
.mt-desktop-175 {
  margin-top: 175px !important;
}
.mb-desktop-175 {
  margin-bottom: 175px !important;
}
.mt-desktop-176 {
  margin-top: 176px !important;
}
.mb-desktop-176 {
  margin-bottom: 176px !important;
}
.mt-desktop-177 {
  margin-top: 177px !important;
}
.mb-desktop-177 {
  margin-bottom: 177px !important;
}
.mt-desktop-178 {
  margin-top: 178px !important;
}
.mb-desktop-178 {
  margin-bottom: 178px !important;
}
.mt-desktop-179 {
  margin-top: 179px !important;
}
.mb-desktop-179 {
  margin-bottom: 179px !important;
}
.mt-desktop-180 {
  margin-top: 180px !important;
}
.mb-desktop-180 {
  margin-bottom: 180px !important;
}
.mt-desktop-181 {
  margin-top: 181px !important;
}
.mb-desktop-181 {
  margin-bottom: 181px !important;
}
.mt-desktop-182 {
  margin-top: 182px !important;
}
.mb-desktop-182 {
  margin-bottom: 182px !important;
}
.mt-desktop-183 {
  margin-top: 183px !important;
}
.mb-desktop-183 {
  margin-bottom: 183px !important;
}
.mt-desktop-184 {
  margin-top: 184px !important;
}
.mb-desktop-184 {
  margin-bottom: 184px !important;
}
.mt-desktop-185 {
  margin-top: 185px !important;
}
.mb-desktop-185 {
  margin-bottom: 185px !important;
}
.mt-desktop-186 {
  margin-top: 186px !important;
}
.mb-desktop-186 {
  margin-bottom: 186px !important;
}
.mt-desktop-187 {
  margin-top: 187px !important;
}
.mb-desktop-187 {
  margin-bottom: 187px !important;
}
.mt-desktop-188 {
  margin-top: 188px !important;
}
.mb-desktop-188 {
  margin-bottom: 188px !important;
}
.mt-desktop-189 {
  margin-top: 189px !important;
}
.mb-desktop-189 {
  margin-bottom: 189px !important;
}
.mt-desktop-190 {
  margin-top: 190px !important;
}
.mb-desktop-190 {
  margin-bottom: 190px !important;
}
.mt-desktop-191 {
  margin-top: 191px !important;
}
.mb-desktop-191 {
  margin-bottom: 191px !important;
}
.mt-desktop-192 {
  margin-top: 192px !important;
}
.mb-desktop-192 {
  margin-bottom: 192px !important;
}
.mt-desktop-193 {
  margin-top: 193px !important;
}
.mb-desktop-193 {
  margin-bottom: 193px !important;
}
.mt-desktop-194 {
  margin-top: 194px !important;
}
.mb-desktop-194 {
  margin-bottom: 194px !important;
}
.mt-desktop-195 {
  margin-top: 195px !important;
}
.mb-desktop-195 {
  margin-bottom: 195px !important;
}
.mt-desktop-196 {
  margin-top: 196px !important;
}
.mb-desktop-196 {
  margin-bottom: 196px !important;
}
.mt-desktop-197 {
  margin-top: 197px !important;
}
.mb-desktop-197 {
  margin-bottom: 197px !important;
}
.mt-desktop-198 {
  margin-top: 198px !important;
}
.mb-desktop-198 {
  margin-bottom: 198px !important;
}
.mt-desktop-199 {
  margin-top: 199px !important;
}
.mb-desktop-199 {
  margin-bottom: 199px !important;
}
.mt-desktop-200 {
  margin-top: 200px !important;
}
.mb-desktop-200 {
  margin-bottom: 200px !important;
}
/**
 * Padding
 */
.pt-desktop-0 {
  padding-top: 0px !important;
}
.pb-desktop-0 {
  padding-bottom: 0px !important;
}
.pt-desktop-1 {
  padding-top: 1px !important;
}
.pb-desktop-1 {
  padding-bottom: 1px !important;
}
.pt-desktop-2 {
  padding-top: 2px !important;
}
.pb-desktop-2 {
  padding-bottom: 2px !important;
}
.pt-desktop-3 {
  padding-top: 3px !important;
}
.pb-desktop-3 {
  padding-bottom: 3px !important;
}
.pt-desktop-4 {
  padding-top: 4px !important;
}
.pb-desktop-4 {
  padding-bottom: 4px !important;
}
.pt-desktop-5 {
  padding-top: 5px !important;
}
.pb-desktop-5 {
  padding-bottom: 5px !important;
}
.pt-desktop-6 {
  padding-top: 6px !important;
}
.pb-desktop-6 {
  padding-bottom: 6px !important;
}
.pt-desktop-7 {
  padding-top: 7px !important;
}
.pb-desktop-7 {
  padding-bottom: 7px !important;
}
.pt-desktop-8 {
  padding-top: 8px !important;
}
.pb-desktop-8 {
  padding-bottom: 8px !important;
}
.pt-desktop-9 {
  padding-top: 9px !important;
}
.pb-desktop-9 {
  padding-bottom: 9px !important;
}
.pt-desktop-10 {
  padding-top: 10px !important;
}
.pb-desktop-10 {
  padding-bottom: 10px !important;
}
.pt-desktop-11 {
  padding-top: 11px !important;
}
.pb-desktop-11 {
  padding-bottom: 11px !important;
}
.pt-desktop-12 {
  padding-top: 12px !important;
}
.pb-desktop-12 {
  padding-bottom: 12px !important;
}
.pt-desktop-13 {
  padding-top: 13px !important;
}
.pb-desktop-13 {
  padding-bottom: 13px !important;
}
.pt-desktop-14 {
  padding-top: 14px !important;
}
.pb-desktop-14 {
  padding-bottom: 14px !important;
}
.pt-desktop-15 {
  padding-top: 15px !important;
}
.pb-desktop-15 {
  padding-bottom: 15px !important;
}
.pt-desktop-16 {
  padding-top: 16px !important;
}
.pb-desktop-16 {
  padding-bottom: 16px !important;
}
.pt-desktop-17 {
  padding-top: 17px !important;
}
.pb-desktop-17 {
  padding-bottom: 17px !important;
}
.pt-desktop-18 {
  padding-top: 18px !important;
}
.pb-desktop-18 {
  padding-bottom: 18px !important;
}
.pt-desktop-19 {
  padding-top: 19px !important;
}
.pb-desktop-19 {
  padding-bottom: 19px !important;
}
.pt-desktop-20 {
  padding-top: 20px !important;
}
.pb-desktop-20 {
  padding-bottom: 20px !important;
}
.pt-desktop-21 {
  padding-top: 21px !important;
}
.pb-desktop-21 {
  padding-bottom: 21px !important;
}
.pt-desktop-22 {
  padding-top: 22px !important;
}
.pb-desktop-22 {
  padding-bottom: 22px !important;
}
.pt-desktop-23 {
  padding-top: 23px !important;
}
.pb-desktop-23 {
  padding-bottom: 23px !important;
}
.pt-desktop-24 {
  padding-top: 24px !important;
}
.pb-desktop-24 {
  padding-bottom: 24px !important;
}
.pt-desktop-25 {
  padding-top: 25px !important;
}
.pb-desktop-25 {
  padding-bottom: 25px !important;
}
.pt-desktop-26 {
  padding-top: 26px !important;
}
.pb-desktop-26 {
  padding-bottom: 26px !important;
}
.pt-desktop-27 {
  padding-top: 27px !important;
}
.pb-desktop-27 {
  padding-bottom: 27px !important;
}
.pt-desktop-28 {
  padding-top: 28px !important;
}
.pb-desktop-28 {
  padding-bottom: 28px !important;
}
.pt-desktop-29 {
  padding-top: 29px !important;
}
.pb-desktop-29 {
  padding-bottom: 29px !important;
}
.pt-desktop-30 {
  padding-top: 30px !important;
}
.pb-desktop-30 {
  padding-bottom: 30px !important;
}
.pt-desktop-31 {
  padding-top: 31px !important;
}
.pb-desktop-31 {
  padding-bottom: 31px !important;
}
.pt-desktop-32 {
  padding-top: 32px !important;
}
.pb-desktop-32 {
  padding-bottom: 32px !important;
}
.pt-desktop-33 {
  padding-top: 33px !important;
}
.pb-desktop-33 {
  padding-bottom: 33px !important;
}
.pt-desktop-34 {
  padding-top: 34px !important;
}
.pb-desktop-34 {
  padding-bottom: 34px !important;
}
.pt-desktop-35 {
  padding-top: 35px !important;
}
.pb-desktop-35 {
  padding-bottom: 35px !important;
}
.pt-desktop-36 {
  padding-top: 36px !important;
}
.pb-desktop-36 {
  padding-bottom: 36px !important;
}
.pt-desktop-37 {
  padding-top: 37px !important;
}
.pb-desktop-37 {
  padding-bottom: 37px !important;
}
.pt-desktop-38 {
  padding-top: 38px !important;
}
.pb-desktop-38 {
  padding-bottom: 38px !important;
}
.pt-desktop-39 {
  padding-top: 39px !important;
}
.pb-desktop-39 {
  padding-bottom: 39px !important;
}
.pt-desktop-40 {
  padding-top: 40px !important;
}
.pb-desktop-40 {
  padding-bottom: 40px !important;
}
.pt-desktop-41 {
  padding-top: 41px !important;
}
.pb-desktop-41 {
  padding-bottom: 41px !important;
}
.pt-desktop-42 {
  padding-top: 42px !important;
}
.pb-desktop-42 {
  padding-bottom: 42px !important;
}
.pt-desktop-43 {
  padding-top: 43px !important;
}
.pb-desktop-43 {
  padding-bottom: 43px !important;
}
.pt-desktop-44 {
  padding-top: 44px !important;
}
.pb-desktop-44 {
  padding-bottom: 44px !important;
}
.pt-desktop-45 {
  padding-top: 45px !important;
}
.pb-desktop-45 {
  padding-bottom: 45px !important;
}
.pt-desktop-46 {
  padding-top: 46px !important;
}
.pb-desktop-46 {
  padding-bottom: 46px !important;
}
.pt-desktop-47 {
  padding-top: 47px !important;
}
.pb-desktop-47 {
  padding-bottom: 47px !important;
}
.pt-desktop-48 {
  padding-top: 48px !important;
}
.pb-desktop-48 {
  padding-bottom: 48px !important;
}
.pt-desktop-49 {
  padding-top: 49px !important;
}
.pb-desktop-49 {
  padding-bottom: 49px !important;
}
.pt-desktop-50 {
  padding-top: 50px !important;
}
.pb-desktop-50 {
  padding-bottom: 50px !important;
}
.pt-desktop-51 {
  padding-top: 51px !important;
}
.pb-desktop-51 {
  padding-bottom: 51px !important;
}
.pt-desktop-52 {
  padding-top: 52px !important;
}
.pb-desktop-52 {
  padding-bottom: 52px !important;
}
.pt-desktop-53 {
  padding-top: 53px !important;
}
.pb-desktop-53 {
  padding-bottom: 53px !important;
}
.pt-desktop-54 {
  padding-top: 54px !important;
}
.pb-desktop-54 {
  padding-bottom: 54px !important;
}
.pt-desktop-55 {
  padding-top: 55px !important;
}
.pb-desktop-55 {
  padding-bottom: 55px !important;
}
.pt-desktop-56 {
  padding-top: 56px !important;
}
.pb-desktop-56 {
  padding-bottom: 56px !important;
}
.pt-desktop-57 {
  padding-top: 57px !important;
}
.pb-desktop-57 {
  padding-bottom: 57px !important;
}
.pt-desktop-58 {
  padding-top: 58px !important;
}
.pb-desktop-58 {
  padding-bottom: 58px !important;
}
.pt-desktop-59 {
  padding-top: 59px !important;
}
.pb-desktop-59 {
  padding-bottom: 59px !important;
}
.pt-desktop-60 {
  padding-top: 60px !important;
}
.pb-desktop-60 {
  padding-bottom: 60px !important;
}
.pt-desktop-61 {
  padding-top: 61px !important;
}
.pb-desktop-61 {
  padding-bottom: 61px !important;
}
.pt-desktop-62 {
  padding-top: 62px !important;
}
.pb-desktop-62 {
  padding-bottom: 62px !important;
}
.pt-desktop-63 {
  padding-top: 63px !important;
}
.pb-desktop-63 {
  padding-bottom: 63px !important;
}
.pt-desktop-64 {
  padding-top: 64px !important;
}
.pb-desktop-64 {
  padding-bottom: 64px !important;
}
.pt-desktop-65 {
  padding-top: 65px !important;
}
.pb-desktop-65 {
  padding-bottom: 65px !important;
}
.pt-desktop-66 {
  padding-top: 66px !important;
}
.pb-desktop-66 {
  padding-bottom: 66px !important;
}
.pt-desktop-67 {
  padding-top: 67px !important;
}
.pb-desktop-67 {
  padding-bottom: 67px !important;
}
.pt-desktop-68 {
  padding-top: 68px !important;
}
.pb-desktop-68 {
  padding-bottom: 68px !important;
}
.pt-desktop-69 {
  padding-top: 69px !important;
}
.pb-desktop-69 {
  padding-bottom: 69px !important;
}
.pt-desktop-70 {
  padding-top: 70px !important;
}
.pb-desktop-70 {
  padding-bottom: 70px !important;
}
.pt-desktop-71 {
  padding-top: 71px !important;
}
.pb-desktop-71 {
  padding-bottom: 71px !important;
}
.pt-desktop-72 {
  padding-top: 72px !important;
}
.pb-desktop-72 {
  padding-bottom: 72px !important;
}
.pt-desktop-73 {
  padding-top: 73px !important;
}
.pb-desktop-73 {
  padding-bottom: 73px !important;
}
.pt-desktop-74 {
  padding-top: 74px !important;
}
.pb-desktop-74 {
  padding-bottom: 74px !important;
}
.pt-desktop-75 {
  padding-top: 75px !important;
}
.pb-desktop-75 {
  padding-bottom: 75px !important;
}
.pt-desktop-76 {
  padding-top: 76px !important;
}
.pb-desktop-76 {
  padding-bottom: 76px !important;
}
.pt-desktop-77 {
  padding-top: 77px !important;
}
.pb-desktop-77 {
  padding-bottom: 77px !important;
}
.pt-desktop-78 {
  padding-top: 78px !important;
}
.pb-desktop-78 {
  padding-bottom: 78px !important;
}
.pt-desktop-79 {
  padding-top: 79px !important;
}
.pb-desktop-79 {
  padding-bottom: 79px !important;
}
.pt-desktop-80 {
  padding-top: 80px !important;
}
.pb-desktop-80 {
  padding-bottom: 80px !important;
}
.pt-desktop-81 {
  padding-top: 81px !important;
}
.pb-desktop-81 {
  padding-bottom: 81px !important;
}
.pt-desktop-82 {
  padding-top: 82px !important;
}
.pb-desktop-82 {
  padding-bottom: 82px !important;
}
.pt-desktop-83 {
  padding-top: 83px !important;
}
.pb-desktop-83 {
  padding-bottom: 83px !important;
}
.pt-desktop-84 {
  padding-top: 84px !important;
}
.pb-desktop-84 {
  padding-bottom: 84px !important;
}
.pt-desktop-85 {
  padding-top: 85px !important;
}
.pb-desktop-85 {
  padding-bottom: 85px !important;
}
.pt-desktop-86 {
  padding-top: 86px !important;
}
.pb-desktop-86 {
  padding-bottom: 86px !important;
}
.pt-desktop-87 {
  padding-top: 87px !important;
}
.pb-desktop-87 {
  padding-bottom: 87px !important;
}
.pt-desktop-88 {
  padding-top: 88px !important;
}
.pb-desktop-88 {
  padding-bottom: 88px !important;
}
.pt-desktop-89 {
  padding-top: 89px !important;
}
.pb-desktop-89 {
  padding-bottom: 89px !important;
}
.pt-desktop-90 {
  padding-top: 90px !important;
}
.pb-desktop-90 {
  padding-bottom: 90px !important;
}
.pt-desktop-91 {
  padding-top: 91px !important;
}
.pb-desktop-91 {
  padding-bottom: 91px !important;
}
.pt-desktop-92 {
  padding-top: 92px !important;
}
.pb-desktop-92 {
  padding-bottom: 92px !important;
}
.pt-desktop-93 {
  padding-top: 93px !important;
}
.pb-desktop-93 {
  padding-bottom: 93px !important;
}
.pt-desktop-94 {
  padding-top: 94px !important;
}
.pb-desktop-94 {
  padding-bottom: 94px !important;
}
.pt-desktop-95 {
  padding-top: 95px !important;
}
.pb-desktop-95 {
  padding-bottom: 95px !important;
}
.pt-desktop-96 {
  padding-top: 96px !important;
}
.pb-desktop-96 {
  padding-bottom: 96px !important;
}
.pt-desktop-97 {
  padding-top: 97px !important;
}
.pb-desktop-97 {
  padding-bottom: 97px !important;
}
.pt-desktop-98 {
  padding-top: 98px !important;
}
.pb-desktop-98 {
  padding-bottom: 98px !important;
}
.pt-desktop-99 {
  padding-top: 99px !important;
}
.pb-desktop-99 {
  padding-bottom: 99px !important;
}
.pt-desktop-100 {
  padding-top: 100px !important;
}
.pb-desktop-100 {
  padding-bottom: 100px !important;
}
.pt-desktop-101 {
  padding-top: 101px !important;
}
.pb-desktop-101 {
  padding-bottom: 101px !important;
}
.pt-desktop-102 {
  padding-top: 102px !important;
}
.pb-desktop-102 {
  padding-bottom: 102px !important;
}
.pt-desktop-103 {
  padding-top: 103px !important;
}
.pb-desktop-103 {
  padding-bottom: 103px !important;
}
.pt-desktop-104 {
  padding-top: 104px !important;
}
.pb-desktop-104 {
  padding-bottom: 104px !important;
}
.pt-desktop-105 {
  padding-top: 105px !important;
}
.pb-desktop-105 {
  padding-bottom: 105px !important;
}
.pt-desktop-106 {
  padding-top: 106px !important;
}
.pb-desktop-106 {
  padding-bottom: 106px !important;
}
.pt-desktop-107 {
  padding-top: 107px !important;
}
.pb-desktop-107 {
  padding-bottom: 107px !important;
}
.pt-desktop-108 {
  padding-top: 108px !important;
}
.pb-desktop-108 {
  padding-bottom: 108px !important;
}
.pt-desktop-109 {
  padding-top: 109px !important;
}
.pb-desktop-109 {
  padding-bottom: 109px !important;
}
.pt-desktop-110 {
  padding-top: 110px !important;
}
.pb-desktop-110 {
  padding-bottom: 110px !important;
}
.pt-desktop-111 {
  padding-top: 111px !important;
}
.pb-desktop-111 {
  padding-bottom: 111px !important;
}
.pt-desktop-112 {
  padding-top: 112px !important;
}
.pb-desktop-112 {
  padding-bottom: 112px !important;
}
.pt-desktop-113 {
  padding-top: 113px !important;
}
.pb-desktop-113 {
  padding-bottom: 113px !important;
}
.pt-desktop-114 {
  padding-top: 114px !important;
}
.pb-desktop-114 {
  padding-bottom: 114px !important;
}
.pt-desktop-115 {
  padding-top: 115px !important;
}
.pb-desktop-115 {
  padding-bottom: 115px !important;
}
.pt-desktop-116 {
  padding-top: 116px !important;
}
.pb-desktop-116 {
  padding-bottom: 116px !important;
}
.pt-desktop-117 {
  padding-top: 117px !important;
}
.pb-desktop-117 {
  padding-bottom: 117px !important;
}
.pt-desktop-118 {
  padding-top: 118px !important;
}
.pb-desktop-118 {
  padding-bottom: 118px !important;
}
.pt-desktop-119 {
  padding-top: 119px !important;
}
.pb-desktop-119 {
  padding-bottom: 119px !important;
}
.pt-desktop-120 {
  padding-top: 120px !important;
}
.pb-desktop-120 {
  padding-bottom: 120px !important;
}
.pt-desktop-121 {
  padding-top: 121px !important;
}
.pb-desktop-121 {
  padding-bottom: 121px !important;
}
.pt-desktop-122 {
  padding-top: 122px !important;
}
.pb-desktop-122 {
  padding-bottom: 122px !important;
}
.pt-desktop-123 {
  padding-top: 123px !important;
}
.pb-desktop-123 {
  padding-bottom: 123px !important;
}
.pt-desktop-124 {
  padding-top: 124px !important;
}
.pb-desktop-124 {
  padding-bottom: 124px !important;
}
.pt-desktop-125 {
  padding-top: 125px !important;
}
.pb-desktop-125 {
  padding-bottom: 125px !important;
}
.pt-desktop-126 {
  padding-top: 126px !important;
}
.pb-desktop-126 {
  padding-bottom: 126px !important;
}
.pt-desktop-127 {
  padding-top: 127px !important;
}
.pb-desktop-127 {
  padding-bottom: 127px !important;
}
.pt-desktop-128 {
  padding-top: 128px !important;
}
.pb-desktop-128 {
  padding-bottom: 128px !important;
}
.pt-desktop-129 {
  padding-top: 129px !important;
}
.pb-desktop-129 {
  padding-bottom: 129px !important;
}
.pt-desktop-130 {
  padding-top: 130px !important;
}
.pb-desktop-130 {
  padding-bottom: 130px !important;
}
.pt-desktop-131 {
  padding-top: 131px !important;
}
.pb-desktop-131 {
  padding-bottom: 131px !important;
}
.pt-desktop-132 {
  padding-top: 132px !important;
}
.pb-desktop-132 {
  padding-bottom: 132px !important;
}
.pt-desktop-133 {
  padding-top: 133px !important;
}
.pb-desktop-133 {
  padding-bottom: 133px !important;
}
.pt-desktop-134 {
  padding-top: 134px !important;
}
.pb-desktop-134 {
  padding-bottom: 134px !important;
}
.pt-desktop-135 {
  padding-top: 135px !important;
}
.pb-desktop-135 {
  padding-bottom: 135px !important;
}
.pt-desktop-136 {
  padding-top: 136px !important;
}
.pb-desktop-136 {
  padding-bottom: 136px !important;
}
.pt-desktop-137 {
  padding-top: 137px !important;
}
.pb-desktop-137 {
  padding-bottom: 137px !important;
}
.pt-desktop-138 {
  padding-top: 138px !important;
}
.pb-desktop-138 {
  padding-bottom: 138px !important;
}
.pt-desktop-139 {
  padding-top: 139px !important;
}
.pb-desktop-139 {
  padding-bottom: 139px !important;
}
.pt-desktop-140 {
  padding-top: 140px !important;
}
.pb-desktop-140 {
  padding-bottom: 140px !important;
}
.pt-desktop-141 {
  padding-top: 141px !important;
}
.pb-desktop-141 {
  padding-bottom: 141px !important;
}
.pt-desktop-142 {
  padding-top: 142px !important;
}
.pb-desktop-142 {
  padding-bottom: 142px !important;
}
.pt-desktop-143 {
  padding-top: 143px !important;
}
.pb-desktop-143 {
  padding-bottom: 143px !important;
}
.pt-desktop-144 {
  padding-top: 144px !important;
}
.pb-desktop-144 {
  padding-bottom: 144px !important;
}
.pt-desktop-145 {
  padding-top: 145px !important;
}
.pb-desktop-145 {
  padding-bottom: 145px !important;
}
.pt-desktop-146 {
  padding-top: 146px !important;
}
.pb-desktop-146 {
  padding-bottom: 146px !important;
}
.pt-desktop-147 {
  padding-top: 147px !important;
}
.pb-desktop-147 {
  padding-bottom: 147px !important;
}
.pt-desktop-148 {
  padding-top: 148px !important;
}
.pb-desktop-148 {
  padding-bottom: 148px !important;
}
.pt-desktop-149 {
  padding-top: 149px !important;
}
.pb-desktop-149 {
  padding-bottom: 149px !important;
}
.pt-desktop-150 {
  padding-top: 150px !important;
}
.pb-desktop-150 {
  padding-bottom: 150px !important;
}
.pt-desktop-151 {
  padding-top: 151px !important;
}
.pb-desktop-151 {
  padding-bottom: 151px !important;
}
.pt-desktop-152 {
  padding-top: 152px !important;
}
.pb-desktop-152 {
  padding-bottom: 152px !important;
}
.pt-desktop-153 {
  padding-top: 153px !important;
}
.pb-desktop-153 {
  padding-bottom: 153px !important;
}
.pt-desktop-154 {
  padding-top: 154px !important;
}
.pb-desktop-154 {
  padding-bottom: 154px !important;
}
.pt-desktop-155 {
  padding-top: 155px !important;
}
.pb-desktop-155 {
  padding-bottom: 155px !important;
}
.pt-desktop-156 {
  padding-top: 156px !important;
}
.pb-desktop-156 {
  padding-bottom: 156px !important;
}
.pt-desktop-157 {
  padding-top: 157px !important;
}
.pb-desktop-157 {
  padding-bottom: 157px !important;
}
.pt-desktop-158 {
  padding-top: 158px !important;
}
.pb-desktop-158 {
  padding-bottom: 158px !important;
}
.pt-desktop-159 {
  padding-top: 159px !important;
}
.pb-desktop-159 {
  padding-bottom: 159px !important;
}
.pt-desktop-160 {
  padding-top: 160px !important;
}
.pb-desktop-160 {
  padding-bottom: 160px !important;
}
.pt-desktop-161 {
  padding-top: 161px !important;
}
.pb-desktop-161 {
  padding-bottom: 161px !important;
}
.pt-desktop-162 {
  padding-top: 162px !important;
}
.pb-desktop-162 {
  padding-bottom: 162px !important;
}
.pt-desktop-163 {
  padding-top: 163px !important;
}
.pb-desktop-163 {
  padding-bottom: 163px !important;
}
.pt-desktop-164 {
  padding-top: 164px !important;
}
.pb-desktop-164 {
  padding-bottom: 164px !important;
}
.pt-desktop-165 {
  padding-top: 165px !important;
}
.pb-desktop-165 {
  padding-bottom: 165px !important;
}
.pt-desktop-166 {
  padding-top: 166px !important;
}
.pb-desktop-166 {
  padding-bottom: 166px !important;
}
.pt-desktop-167 {
  padding-top: 167px !important;
}
.pb-desktop-167 {
  padding-bottom: 167px !important;
}
.pt-desktop-168 {
  padding-top: 168px !important;
}
.pb-desktop-168 {
  padding-bottom: 168px !important;
}
.pt-desktop-169 {
  padding-top: 169px !important;
}
.pb-desktop-169 {
  padding-bottom: 169px !important;
}
.pt-desktop-170 {
  padding-top: 170px !important;
}
.pb-desktop-170 {
  padding-bottom: 170px !important;
}
.pt-desktop-171 {
  padding-top: 171px !important;
}
.pb-desktop-171 {
  padding-bottom: 171px !important;
}
.pt-desktop-172 {
  padding-top: 172px !important;
}
.pb-desktop-172 {
  padding-bottom: 172px !important;
}
.pt-desktop-173 {
  padding-top: 173px !important;
}
.pb-desktop-173 {
  padding-bottom: 173px !important;
}
.pt-desktop-174 {
  padding-top: 174px !important;
}
.pb-desktop-174 {
  padding-bottom: 174px !important;
}
.pt-desktop-175 {
  padding-top: 175px !important;
}
.pb-desktop-175 {
  padding-bottom: 175px !important;
}
.pt-desktop-176 {
  padding-top: 176px !important;
}
.pb-desktop-176 {
  padding-bottom: 176px !important;
}
.pt-desktop-177 {
  padding-top: 177px !important;
}
.pb-desktop-177 {
  padding-bottom: 177px !important;
}
.pt-desktop-178 {
  padding-top: 178px !important;
}
.pb-desktop-178 {
  padding-bottom: 178px !important;
}
.pt-desktop-179 {
  padding-top: 179px !important;
}
.pb-desktop-179 {
  padding-bottom: 179px !important;
}
.pt-desktop-180 {
  padding-top: 180px !important;
}
.pb-desktop-180 {
  padding-bottom: 180px !important;
}
.pt-desktop-181 {
  padding-top: 181px !important;
}
.pb-desktop-181 {
  padding-bottom: 181px !important;
}
.pt-desktop-182 {
  padding-top: 182px !important;
}
.pb-desktop-182 {
  padding-bottom: 182px !important;
}
.pt-desktop-183 {
  padding-top: 183px !important;
}
.pb-desktop-183 {
  padding-bottom: 183px !important;
}
.pt-desktop-184 {
  padding-top: 184px !important;
}
.pb-desktop-184 {
  padding-bottom: 184px !important;
}
.pt-desktop-185 {
  padding-top: 185px !important;
}
.pb-desktop-185 {
  padding-bottom: 185px !important;
}
.pt-desktop-186 {
  padding-top: 186px !important;
}
.pb-desktop-186 {
  padding-bottom: 186px !important;
}
.pt-desktop-187 {
  padding-top: 187px !important;
}
.pb-desktop-187 {
  padding-bottom: 187px !important;
}
.pt-desktop-188 {
  padding-top: 188px !important;
}
.pb-desktop-188 {
  padding-bottom: 188px !important;
}
.pt-desktop-189 {
  padding-top: 189px !important;
}
.pb-desktop-189 {
  padding-bottom: 189px !important;
}
.pt-desktop-190 {
  padding-top: 190px !important;
}
.pb-desktop-190 {
  padding-bottom: 190px !important;
}
.pt-desktop-191 {
  padding-top: 191px !important;
}
.pb-desktop-191 {
  padding-bottom: 191px !important;
}
.pt-desktop-192 {
  padding-top: 192px !important;
}
.pb-desktop-192 {
  padding-bottom: 192px !important;
}
.pt-desktop-193 {
  padding-top: 193px !important;
}
.pb-desktop-193 {
  padding-bottom: 193px !important;
}
.pt-desktop-194 {
  padding-top: 194px !important;
}
.pb-desktop-194 {
  padding-bottom: 194px !important;
}
.pt-desktop-195 {
  padding-top: 195px !important;
}
.pb-desktop-195 {
  padding-bottom: 195px !important;
}
.pt-desktop-196 {
  padding-top: 196px !important;
}
.pb-desktop-196 {
  padding-bottom: 196px !important;
}
.pt-desktop-197 {
  padding-top: 197px !important;
}
.pb-desktop-197 {
  padding-bottom: 197px !important;
}
.pt-desktop-198 {
  padding-top: 198px !important;
}
.pb-desktop-198 {
  padding-bottom: 198px !important;
}
.pt-desktop-199 {
  padding-top: 199px !important;
}
.pb-desktop-199 {
  padding-bottom: 199px !important;
}
.pt-desktop-200 {
  padding-top: 200px !important;
}
.pb-desktop-200 {
  padding-bottom: 200px !important;
}
@media (max-width: 768px) {
  .mt-mobile-0 {
    margin-top: 0px !important;
  }
  .mb-mobile-0 {
    margin-bottom: 0px !important;
  }
  .mt-mobile-1 {
    margin-top: 1px !important;
  }
  .mb-mobile-1 {
    margin-bottom: 1px !important;
  }
  .mt-mobile-2 {
    margin-top: 2px !important;
  }
  .mb-mobile-2 {
    margin-bottom: 2px !important;
  }
  .mt-mobile-3 {
    margin-top: 3px !important;
  }
  .mb-mobile-3 {
    margin-bottom: 3px !important;
  }
  .mt-mobile-4 {
    margin-top: 4px !important;
  }
  .mb-mobile-4 {
    margin-bottom: 4px !important;
  }
  .mt-mobile-5 {
    margin-top: 5px !important;
  }
  .mb-mobile-5 {
    margin-bottom: 5px !important;
  }
  .mt-mobile-6 {
    margin-top: 6px !important;
  }
  .mb-mobile-6 {
    margin-bottom: 6px !important;
  }
  .mt-mobile-7 {
    margin-top: 7px !important;
  }
  .mb-mobile-7 {
    margin-bottom: 7px !important;
  }
  .mt-mobile-8 {
    margin-top: 8px !important;
  }
  .mb-mobile-8 {
    margin-bottom: 8px !important;
  }
  .mt-mobile-9 {
    margin-top: 9px !important;
  }
  .mb-mobile-9 {
    margin-bottom: 9px !important;
  }
  .mt-mobile-10 {
    margin-top: 10px !important;
  }
  .mb-mobile-10 {
    margin-bottom: 10px !important;
  }
  .mt-mobile-11 {
    margin-top: 11px !important;
  }
  .mb-mobile-11 {
    margin-bottom: 11px !important;
  }
  .mt-mobile-12 {
    margin-top: 12px !important;
  }
  .mb-mobile-12 {
    margin-bottom: 12px !important;
  }
  .mt-mobile-13 {
    margin-top: 13px !important;
  }
  .mb-mobile-13 {
    margin-bottom: 13px !important;
  }
  .mt-mobile-14 {
    margin-top: 14px !important;
  }
  .mb-mobile-14 {
    margin-bottom: 14px !important;
  }
  .mt-mobile-15 {
    margin-top: 15px !important;
  }
  .mb-mobile-15 {
    margin-bottom: 15px !important;
  }
  .mt-mobile-16 {
    margin-top: 16px !important;
  }
  .mb-mobile-16 {
    margin-bottom: 16px !important;
  }
  .mt-mobile-17 {
    margin-top: 17px !important;
  }
  .mb-mobile-17 {
    margin-bottom: 17px !important;
  }
  .mt-mobile-18 {
    margin-top: 18px !important;
  }
  .mb-mobile-18 {
    margin-bottom: 18px !important;
  }
  .mt-mobile-19 {
    margin-top: 19px !important;
  }
  .mb-mobile-19 {
    margin-bottom: 19px !important;
  }
  .mt-mobile-20 {
    margin-top: 20px !important;
  }
  .mb-mobile-20 {
    margin-bottom: 20px !important;
  }
  .mt-mobile-21 {
    margin-top: 21px !important;
  }
  .mb-mobile-21 {
    margin-bottom: 21px !important;
  }
  .mt-mobile-22 {
    margin-top: 22px !important;
  }
  .mb-mobile-22 {
    margin-bottom: 22px !important;
  }
  .mt-mobile-23 {
    margin-top: 23px !important;
  }
  .mb-mobile-23 {
    margin-bottom: 23px !important;
  }
  .mt-mobile-24 {
    margin-top: 24px !important;
  }
  .mb-mobile-24 {
    margin-bottom: 24px !important;
  }
  .mt-mobile-25 {
    margin-top: 25px !important;
  }
  .mb-mobile-25 {
    margin-bottom: 25px !important;
  }
  .mt-mobile-26 {
    margin-top: 26px !important;
  }
  .mb-mobile-26 {
    margin-bottom: 26px !important;
  }
  .mt-mobile-27 {
    margin-top: 27px !important;
  }
  .mb-mobile-27 {
    margin-bottom: 27px !important;
  }
  .mt-mobile-28 {
    margin-top: 28px !important;
  }
  .mb-mobile-28 {
    margin-bottom: 28px !important;
  }
  .mt-mobile-29 {
    margin-top: 29px !important;
  }
  .mb-mobile-29 {
    margin-bottom: 29px !important;
  }
  .mt-mobile-30 {
    margin-top: 30px !important;
  }
  .mb-mobile-30 {
    margin-bottom: 30px !important;
  }
  .mt-mobile-31 {
    margin-top: 31px !important;
  }
  .mb-mobile-31 {
    margin-bottom: 31px !important;
  }
  .mt-mobile-32 {
    margin-top: 32px !important;
  }
  .mb-mobile-32 {
    margin-bottom: 32px !important;
  }
  .mt-mobile-33 {
    margin-top: 33px !important;
  }
  .mb-mobile-33 {
    margin-bottom: 33px !important;
  }
  .mt-mobile-34 {
    margin-top: 34px !important;
  }
  .mb-mobile-34 {
    margin-bottom: 34px !important;
  }
  .mt-mobile-35 {
    margin-top: 35px !important;
  }
  .mb-mobile-35 {
    margin-bottom: 35px !important;
  }
  .mt-mobile-36 {
    margin-top: 36px !important;
  }
  .mb-mobile-36 {
    margin-bottom: 36px !important;
  }
  .mt-mobile-37 {
    margin-top: 37px !important;
  }
  .mb-mobile-37 {
    margin-bottom: 37px !important;
  }
  .mt-mobile-38 {
    margin-top: 38px !important;
  }
  .mb-mobile-38 {
    margin-bottom: 38px !important;
  }
  .mt-mobile-39 {
    margin-top: 39px !important;
  }
  .mb-mobile-39 {
    margin-bottom: 39px !important;
  }
  .mt-mobile-40 {
    margin-top: 40px !important;
  }
  .mb-mobile-40 {
    margin-bottom: 40px !important;
  }
  .mt-mobile-41 {
    margin-top: 41px !important;
  }
  .mb-mobile-41 {
    margin-bottom: 41px !important;
  }
  .mt-mobile-42 {
    margin-top: 42px !important;
  }
  .mb-mobile-42 {
    margin-bottom: 42px !important;
  }
  .mt-mobile-43 {
    margin-top: 43px !important;
  }
  .mb-mobile-43 {
    margin-bottom: 43px !important;
  }
  .mt-mobile-44 {
    margin-top: 44px !important;
  }
  .mb-mobile-44 {
    margin-bottom: 44px !important;
  }
  .mt-mobile-45 {
    margin-top: 45px !important;
  }
  .mb-mobile-45 {
    margin-bottom: 45px !important;
  }
  .mt-mobile-46 {
    margin-top: 46px !important;
  }
  .mb-mobile-46 {
    margin-bottom: 46px !important;
  }
  .mt-mobile-47 {
    margin-top: 47px !important;
  }
  .mb-mobile-47 {
    margin-bottom: 47px !important;
  }
  .mt-mobile-48 {
    margin-top: 48px !important;
  }
  .mb-mobile-48 {
    margin-bottom: 48px !important;
  }
  .mt-mobile-49 {
    margin-top: 49px !important;
  }
  .mb-mobile-49 {
    margin-bottom: 49px !important;
  }
  .mt-mobile-50 {
    margin-top: 50px !important;
  }
  .mb-mobile-50 {
    margin-bottom: 50px !important;
  }
  .mt-mobile-51 {
    margin-top: 51px !important;
  }
  .mb-mobile-51 {
    margin-bottom: 51px !important;
  }
  .mt-mobile-52 {
    margin-top: 52px !important;
  }
  .mb-mobile-52 {
    margin-bottom: 52px !important;
  }
  .mt-mobile-53 {
    margin-top: 53px !important;
  }
  .mb-mobile-53 {
    margin-bottom: 53px !important;
  }
  .mt-mobile-54 {
    margin-top: 54px !important;
  }
  .mb-mobile-54 {
    margin-bottom: 54px !important;
  }
  .mt-mobile-55 {
    margin-top: 55px !important;
  }
  .mb-mobile-55 {
    margin-bottom: 55px !important;
  }
  .mt-mobile-56 {
    margin-top: 56px !important;
  }
  .mb-mobile-56 {
    margin-bottom: 56px !important;
  }
  .mt-mobile-57 {
    margin-top: 57px !important;
  }
  .mb-mobile-57 {
    margin-bottom: 57px !important;
  }
  .mt-mobile-58 {
    margin-top: 58px !important;
  }
  .mb-mobile-58 {
    margin-bottom: 58px !important;
  }
  .mt-mobile-59 {
    margin-top: 59px !important;
  }
  .mb-mobile-59 {
    margin-bottom: 59px !important;
  }
  .mt-mobile-60 {
    margin-top: 60px !important;
  }
  .mb-mobile-60 {
    margin-bottom: 60px !important;
  }
  .mt-mobile-61 {
    margin-top: 61px !important;
  }
  .mb-mobile-61 {
    margin-bottom: 61px !important;
  }
  .mt-mobile-62 {
    margin-top: 62px !important;
  }
  .mb-mobile-62 {
    margin-bottom: 62px !important;
  }
  .mt-mobile-63 {
    margin-top: 63px !important;
  }
  .mb-mobile-63 {
    margin-bottom: 63px !important;
  }
  .mt-mobile-64 {
    margin-top: 64px !important;
  }
  .mb-mobile-64 {
    margin-bottom: 64px !important;
  }
  .mt-mobile-65 {
    margin-top: 65px !important;
  }
  .mb-mobile-65 {
    margin-bottom: 65px !important;
  }
  .mt-mobile-66 {
    margin-top: 66px !important;
  }
  .mb-mobile-66 {
    margin-bottom: 66px !important;
  }
  .mt-mobile-67 {
    margin-top: 67px !important;
  }
  .mb-mobile-67 {
    margin-bottom: 67px !important;
  }
  .mt-mobile-68 {
    margin-top: 68px !important;
  }
  .mb-mobile-68 {
    margin-bottom: 68px !important;
  }
  .mt-mobile-69 {
    margin-top: 69px !important;
  }
  .mb-mobile-69 {
    margin-bottom: 69px !important;
  }
  .mt-mobile-70 {
    margin-top: 70px !important;
  }
  .mb-mobile-70 {
    margin-bottom: 70px !important;
  }
  .mt-mobile-71 {
    margin-top: 71px !important;
  }
  .mb-mobile-71 {
    margin-bottom: 71px !important;
  }
  .mt-mobile-72 {
    margin-top: 72px !important;
  }
  .mb-mobile-72 {
    margin-bottom: 72px !important;
  }
  .mt-mobile-73 {
    margin-top: 73px !important;
  }
  .mb-mobile-73 {
    margin-bottom: 73px !important;
  }
  .mt-mobile-74 {
    margin-top: 74px !important;
  }
  .mb-mobile-74 {
    margin-bottom: 74px !important;
  }
  .mt-mobile-75 {
    margin-top: 75px !important;
  }
  .mb-mobile-75 {
    margin-bottom: 75px !important;
  }
  .mt-mobile-76 {
    margin-top: 76px !important;
  }
  .mb-mobile-76 {
    margin-bottom: 76px !important;
  }
  .mt-mobile-77 {
    margin-top: 77px !important;
  }
  .mb-mobile-77 {
    margin-bottom: 77px !important;
  }
  .mt-mobile-78 {
    margin-top: 78px !important;
  }
  .mb-mobile-78 {
    margin-bottom: 78px !important;
  }
  .mt-mobile-79 {
    margin-top: 79px !important;
  }
  .mb-mobile-79 {
    margin-bottom: 79px !important;
  }
  .mt-mobile-80 {
    margin-top: 80px !important;
  }
  .mb-mobile-80 {
    margin-bottom: 80px !important;
  }
  .mt-mobile-81 {
    margin-top: 81px !important;
  }
  .mb-mobile-81 {
    margin-bottom: 81px !important;
  }
  .mt-mobile-82 {
    margin-top: 82px !important;
  }
  .mb-mobile-82 {
    margin-bottom: 82px !important;
  }
  .mt-mobile-83 {
    margin-top: 83px !important;
  }
  .mb-mobile-83 {
    margin-bottom: 83px !important;
  }
  .mt-mobile-84 {
    margin-top: 84px !important;
  }
  .mb-mobile-84 {
    margin-bottom: 84px !important;
  }
  .mt-mobile-85 {
    margin-top: 85px !important;
  }
  .mb-mobile-85 {
    margin-bottom: 85px !important;
  }
  .mt-mobile-86 {
    margin-top: 86px !important;
  }
  .mb-mobile-86 {
    margin-bottom: 86px !important;
  }
  .mt-mobile-87 {
    margin-top: 87px !important;
  }
  .mb-mobile-87 {
    margin-bottom: 87px !important;
  }
  .mt-mobile-88 {
    margin-top: 88px !important;
  }
  .mb-mobile-88 {
    margin-bottom: 88px !important;
  }
  .mt-mobile-89 {
    margin-top: 89px !important;
  }
  .mb-mobile-89 {
    margin-bottom: 89px !important;
  }
  .mt-mobile-90 {
    margin-top: 90px !important;
  }
  .mb-mobile-90 {
    margin-bottom: 90px !important;
  }
  .mt-mobile-91 {
    margin-top: 91px !important;
  }
  .mb-mobile-91 {
    margin-bottom: 91px !important;
  }
  .mt-mobile-92 {
    margin-top: 92px !important;
  }
  .mb-mobile-92 {
    margin-bottom: 92px !important;
  }
  .mt-mobile-93 {
    margin-top: 93px !important;
  }
  .mb-mobile-93 {
    margin-bottom: 93px !important;
  }
  .mt-mobile-94 {
    margin-top: 94px !important;
  }
  .mb-mobile-94 {
    margin-bottom: 94px !important;
  }
  .mt-mobile-95 {
    margin-top: 95px !important;
  }
  .mb-mobile-95 {
    margin-bottom: 95px !important;
  }
  .mt-mobile-96 {
    margin-top: 96px !important;
  }
  .mb-mobile-96 {
    margin-bottom: 96px !important;
  }
  .mt-mobile-97 {
    margin-top: 97px !important;
  }
  .mb-mobile-97 {
    margin-bottom: 97px !important;
  }
  .mt-mobile-98 {
    margin-top: 98px !important;
  }
  .mb-mobile-98 {
    margin-bottom: 98px !important;
  }
  .mt-mobile-99 {
    margin-top: 99px !important;
  }
  .mb-mobile-99 {
    margin-bottom: 99px !important;
  }
  .mt-mobile-100 {
    margin-top: 100px !important;
  }
  .mb-mobile-100 {
    margin-bottom: 100px !important;
  }
  .mt-mobile-101 {
    margin-top: 101px !important;
  }
  .mb-mobile-101 {
    margin-bottom: 101px !important;
  }
  .mt-mobile-102 {
    margin-top: 102px !important;
  }
  .mb-mobile-102 {
    margin-bottom: 102px !important;
  }
  .mt-mobile-103 {
    margin-top: 103px !important;
  }
  .mb-mobile-103 {
    margin-bottom: 103px !important;
  }
  .mt-mobile-104 {
    margin-top: 104px !important;
  }
  .mb-mobile-104 {
    margin-bottom: 104px !important;
  }
  .mt-mobile-105 {
    margin-top: 105px !important;
  }
  .mb-mobile-105 {
    margin-bottom: 105px !important;
  }
  .mt-mobile-106 {
    margin-top: 106px !important;
  }
  .mb-mobile-106 {
    margin-bottom: 106px !important;
  }
  .mt-mobile-107 {
    margin-top: 107px !important;
  }
  .mb-mobile-107 {
    margin-bottom: 107px !important;
  }
  .mt-mobile-108 {
    margin-top: 108px !important;
  }
  .mb-mobile-108 {
    margin-bottom: 108px !important;
  }
  .mt-mobile-109 {
    margin-top: 109px !important;
  }
  .mb-mobile-109 {
    margin-bottom: 109px !important;
  }
  .mt-mobile-110 {
    margin-top: 110px !important;
  }
  .mb-mobile-110 {
    margin-bottom: 110px !important;
  }
  .mt-mobile-111 {
    margin-top: 111px !important;
  }
  .mb-mobile-111 {
    margin-bottom: 111px !important;
  }
  .mt-mobile-112 {
    margin-top: 112px !important;
  }
  .mb-mobile-112 {
    margin-bottom: 112px !important;
  }
  .mt-mobile-113 {
    margin-top: 113px !important;
  }
  .mb-mobile-113 {
    margin-bottom: 113px !important;
  }
  .mt-mobile-114 {
    margin-top: 114px !important;
  }
  .mb-mobile-114 {
    margin-bottom: 114px !important;
  }
  .mt-mobile-115 {
    margin-top: 115px !important;
  }
  .mb-mobile-115 {
    margin-bottom: 115px !important;
  }
  .mt-mobile-116 {
    margin-top: 116px !important;
  }
  .mb-mobile-116 {
    margin-bottom: 116px !important;
  }
  .mt-mobile-117 {
    margin-top: 117px !important;
  }
  .mb-mobile-117 {
    margin-bottom: 117px !important;
  }
  .mt-mobile-118 {
    margin-top: 118px !important;
  }
  .mb-mobile-118 {
    margin-bottom: 118px !important;
  }
  .mt-mobile-119 {
    margin-top: 119px !important;
  }
  .mb-mobile-119 {
    margin-bottom: 119px !important;
  }
  .mt-mobile-120 {
    margin-top: 120px !important;
  }
  .mb-mobile-120 {
    margin-bottom: 120px !important;
  }
  .mt-mobile-121 {
    margin-top: 121px !important;
  }
  .mb-mobile-121 {
    margin-bottom: 121px !important;
  }
  .mt-mobile-122 {
    margin-top: 122px !important;
  }
  .mb-mobile-122 {
    margin-bottom: 122px !important;
  }
  .mt-mobile-123 {
    margin-top: 123px !important;
  }
  .mb-mobile-123 {
    margin-bottom: 123px !important;
  }
  .mt-mobile-124 {
    margin-top: 124px !important;
  }
  .mb-mobile-124 {
    margin-bottom: 124px !important;
  }
  .mt-mobile-125 {
    margin-top: 125px !important;
  }
  .mb-mobile-125 {
    margin-bottom: 125px !important;
  }
  .mt-mobile-126 {
    margin-top: 126px !important;
  }
  .mb-mobile-126 {
    margin-bottom: 126px !important;
  }
  .mt-mobile-127 {
    margin-top: 127px !important;
  }
  .mb-mobile-127 {
    margin-bottom: 127px !important;
  }
  .mt-mobile-128 {
    margin-top: 128px !important;
  }
  .mb-mobile-128 {
    margin-bottom: 128px !important;
  }
  .mt-mobile-129 {
    margin-top: 129px !important;
  }
  .mb-mobile-129 {
    margin-bottom: 129px !important;
  }
  .mt-mobile-130 {
    margin-top: 130px !important;
  }
  .mb-mobile-130 {
    margin-bottom: 130px !important;
  }
  .mt-mobile-131 {
    margin-top: 131px !important;
  }
  .mb-mobile-131 {
    margin-bottom: 131px !important;
  }
  .mt-mobile-132 {
    margin-top: 132px !important;
  }
  .mb-mobile-132 {
    margin-bottom: 132px !important;
  }
  .mt-mobile-133 {
    margin-top: 133px !important;
  }
  .mb-mobile-133 {
    margin-bottom: 133px !important;
  }
  .mt-mobile-134 {
    margin-top: 134px !important;
  }
  .mb-mobile-134 {
    margin-bottom: 134px !important;
  }
  .mt-mobile-135 {
    margin-top: 135px !important;
  }
  .mb-mobile-135 {
    margin-bottom: 135px !important;
  }
  .mt-mobile-136 {
    margin-top: 136px !important;
  }
  .mb-mobile-136 {
    margin-bottom: 136px !important;
  }
  .mt-mobile-137 {
    margin-top: 137px !important;
  }
  .mb-mobile-137 {
    margin-bottom: 137px !important;
  }
  .mt-mobile-138 {
    margin-top: 138px !important;
  }
  .mb-mobile-138 {
    margin-bottom: 138px !important;
  }
  .mt-mobile-139 {
    margin-top: 139px !important;
  }
  .mb-mobile-139 {
    margin-bottom: 139px !important;
  }
  .mt-mobile-140 {
    margin-top: 140px !important;
  }
  .mb-mobile-140 {
    margin-bottom: 140px !important;
  }
  .mt-mobile-141 {
    margin-top: 141px !important;
  }
  .mb-mobile-141 {
    margin-bottom: 141px !important;
  }
  .mt-mobile-142 {
    margin-top: 142px !important;
  }
  .mb-mobile-142 {
    margin-bottom: 142px !important;
  }
  .mt-mobile-143 {
    margin-top: 143px !important;
  }
  .mb-mobile-143 {
    margin-bottom: 143px !important;
  }
  .mt-mobile-144 {
    margin-top: 144px !important;
  }
  .mb-mobile-144 {
    margin-bottom: 144px !important;
  }
  .mt-mobile-145 {
    margin-top: 145px !important;
  }
  .mb-mobile-145 {
    margin-bottom: 145px !important;
  }
  .mt-mobile-146 {
    margin-top: 146px !important;
  }
  .mb-mobile-146 {
    margin-bottom: 146px !important;
  }
  .mt-mobile-147 {
    margin-top: 147px !important;
  }
  .mb-mobile-147 {
    margin-bottom: 147px !important;
  }
  .mt-mobile-148 {
    margin-top: 148px !important;
  }
  .mb-mobile-148 {
    margin-bottom: 148px !important;
  }
  .mt-mobile-149 {
    margin-top: 149px !important;
  }
  .mb-mobile-149 {
    margin-bottom: 149px !important;
  }
  .mt-mobile-150 {
    margin-top: 150px !important;
  }
  .mb-mobile-150 {
    margin-bottom: 150px !important;
  }
  .mt-mobile-151 {
    margin-top: 151px !important;
  }
  .mb-mobile-151 {
    margin-bottom: 151px !important;
  }
  .mt-mobile-152 {
    margin-top: 152px !important;
  }
  .mb-mobile-152 {
    margin-bottom: 152px !important;
  }
  .mt-mobile-153 {
    margin-top: 153px !important;
  }
  .mb-mobile-153 {
    margin-bottom: 153px !important;
  }
  .mt-mobile-154 {
    margin-top: 154px !important;
  }
  .mb-mobile-154 {
    margin-bottom: 154px !important;
  }
  .mt-mobile-155 {
    margin-top: 155px !important;
  }
  .mb-mobile-155 {
    margin-bottom: 155px !important;
  }
  .mt-mobile-156 {
    margin-top: 156px !important;
  }
  .mb-mobile-156 {
    margin-bottom: 156px !important;
  }
  .mt-mobile-157 {
    margin-top: 157px !important;
  }
  .mb-mobile-157 {
    margin-bottom: 157px !important;
  }
  .mt-mobile-158 {
    margin-top: 158px !important;
  }
  .mb-mobile-158 {
    margin-bottom: 158px !important;
  }
  .mt-mobile-159 {
    margin-top: 159px !important;
  }
  .mb-mobile-159 {
    margin-bottom: 159px !important;
  }
  .mt-mobile-160 {
    margin-top: 160px !important;
  }
  .mb-mobile-160 {
    margin-bottom: 160px !important;
  }
  .mt-mobile-161 {
    margin-top: 161px !important;
  }
  .mb-mobile-161 {
    margin-bottom: 161px !important;
  }
  .mt-mobile-162 {
    margin-top: 162px !important;
  }
  .mb-mobile-162 {
    margin-bottom: 162px !important;
  }
  .mt-mobile-163 {
    margin-top: 163px !important;
  }
  .mb-mobile-163 {
    margin-bottom: 163px !important;
  }
  .mt-mobile-164 {
    margin-top: 164px !important;
  }
  .mb-mobile-164 {
    margin-bottom: 164px !important;
  }
  .mt-mobile-165 {
    margin-top: 165px !important;
  }
  .mb-mobile-165 {
    margin-bottom: 165px !important;
  }
  .mt-mobile-166 {
    margin-top: 166px !important;
  }
  .mb-mobile-166 {
    margin-bottom: 166px !important;
  }
  .mt-mobile-167 {
    margin-top: 167px !important;
  }
  .mb-mobile-167 {
    margin-bottom: 167px !important;
  }
  .mt-mobile-168 {
    margin-top: 168px !important;
  }
  .mb-mobile-168 {
    margin-bottom: 168px !important;
  }
  .mt-mobile-169 {
    margin-top: 169px !important;
  }
  .mb-mobile-169 {
    margin-bottom: 169px !important;
  }
  .mt-mobile-170 {
    margin-top: 170px !important;
  }
  .mb-mobile-170 {
    margin-bottom: 170px !important;
  }
  .mt-mobile-171 {
    margin-top: 171px !important;
  }
  .mb-mobile-171 {
    margin-bottom: 171px !important;
  }
  .mt-mobile-172 {
    margin-top: 172px !important;
  }
  .mb-mobile-172 {
    margin-bottom: 172px !important;
  }
  .mt-mobile-173 {
    margin-top: 173px !important;
  }
  .mb-mobile-173 {
    margin-bottom: 173px !important;
  }
  .mt-mobile-174 {
    margin-top: 174px !important;
  }
  .mb-mobile-174 {
    margin-bottom: 174px !important;
  }
  .mt-mobile-175 {
    margin-top: 175px !important;
  }
  .mb-mobile-175 {
    margin-bottom: 175px !important;
  }
  .mt-mobile-176 {
    margin-top: 176px !important;
  }
  .mb-mobile-176 {
    margin-bottom: 176px !important;
  }
  .mt-mobile-177 {
    margin-top: 177px !important;
  }
  .mb-mobile-177 {
    margin-bottom: 177px !important;
  }
  .mt-mobile-178 {
    margin-top: 178px !important;
  }
  .mb-mobile-178 {
    margin-bottom: 178px !important;
  }
  .mt-mobile-179 {
    margin-top: 179px !important;
  }
  .mb-mobile-179 {
    margin-bottom: 179px !important;
  }
  .mt-mobile-180 {
    margin-top: 180px !important;
  }
  .mb-mobile-180 {
    margin-bottom: 180px !important;
  }
  .mt-mobile-181 {
    margin-top: 181px !important;
  }
  .mb-mobile-181 {
    margin-bottom: 181px !important;
  }
  .mt-mobile-182 {
    margin-top: 182px !important;
  }
  .mb-mobile-182 {
    margin-bottom: 182px !important;
  }
  .mt-mobile-183 {
    margin-top: 183px !important;
  }
  .mb-mobile-183 {
    margin-bottom: 183px !important;
  }
  .mt-mobile-184 {
    margin-top: 184px !important;
  }
  .mb-mobile-184 {
    margin-bottom: 184px !important;
  }
  .mt-mobile-185 {
    margin-top: 185px !important;
  }
  .mb-mobile-185 {
    margin-bottom: 185px !important;
  }
  .mt-mobile-186 {
    margin-top: 186px !important;
  }
  .mb-mobile-186 {
    margin-bottom: 186px !important;
  }
  .mt-mobile-187 {
    margin-top: 187px !important;
  }
  .mb-mobile-187 {
    margin-bottom: 187px !important;
  }
  .mt-mobile-188 {
    margin-top: 188px !important;
  }
  .mb-mobile-188 {
    margin-bottom: 188px !important;
  }
  .mt-mobile-189 {
    margin-top: 189px !important;
  }
  .mb-mobile-189 {
    margin-bottom: 189px !important;
  }
  .mt-mobile-190 {
    margin-top: 190px !important;
  }
  .mb-mobile-190 {
    margin-bottom: 190px !important;
  }
  .mt-mobile-191 {
    margin-top: 191px !important;
  }
  .mb-mobile-191 {
    margin-bottom: 191px !important;
  }
  .mt-mobile-192 {
    margin-top: 192px !important;
  }
  .mb-mobile-192 {
    margin-bottom: 192px !important;
  }
  .mt-mobile-193 {
    margin-top: 193px !important;
  }
  .mb-mobile-193 {
    margin-bottom: 193px !important;
  }
  .mt-mobile-194 {
    margin-top: 194px !important;
  }
  .mb-mobile-194 {
    margin-bottom: 194px !important;
  }
  .mt-mobile-195 {
    margin-top: 195px !important;
  }
  .mb-mobile-195 {
    margin-bottom: 195px !important;
  }
  .mt-mobile-196 {
    margin-top: 196px !important;
  }
  .mb-mobile-196 {
    margin-bottom: 196px !important;
  }
  .mt-mobile-197 {
    margin-top: 197px !important;
  }
  .mb-mobile-197 {
    margin-bottom: 197px !important;
  }
  .mt-mobile-198 {
    margin-top: 198px !important;
  }
  .mb-mobile-198 {
    margin-bottom: 198px !important;
  }
  .mt-mobile-199 {
    margin-top: 199px !important;
  }
  .mb-mobile-199 {
    margin-bottom: 199px !important;
  }
  .mt-mobile-200 {
    margin-top: 200px !important;
  }
  .mb-mobile-200 {
    margin-bottom: 200px !important;
  }
  .pt-mobile-0 {
    padding-top: 0px !important;
  }
  .pb-mobile-0 {
    padding-bottom: 0px !important;
  }
  .pt-mobile-1 {
    padding-top: 1px !important;
  }
  .pb-mobile-1 {
    padding-bottom: 1px !important;
  }
  .pt-mobile-2 {
    padding-top: 2px !important;
  }
  .pb-mobile-2 {
    padding-bottom: 2px !important;
  }
  .pt-mobile-3 {
    padding-top: 3px !important;
  }
  .pb-mobile-3 {
    padding-bottom: 3px !important;
  }
  .pt-mobile-4 {
    padding-top: 4px !important;
  }
  .pb-mobile-4 {
    padding-bottom: 4px !important;
  }
  .pt-mobile-5 {
    padding-top: 5px !important;
  }
  .pb-mobile-5 {
    padding-bottom: 5px !important;
  }
  .pt-mobile-6 {
    padding-top: 6px !important;
  }
  .pb-mobile-6 {
    padding-bottom: 6px !important;
  }
  .pt-mobile-7 {
    padding-top: 7px !important;
  }
  .pb-mobile-7 {
    padding-bottom: 7px !important;
  }
  .pt-mobile-8 {
    padding-top: 8px !important;
  }
  .pb-mobile-8 {
    padding-bottom: 8px !important;
  }
  .pt-mobile-9 {
    padding-top: 9px !important;
  }
  .pb-mobile-9 {
    padding-bottom: 9px !important;
  }
  .pt-mobile-10 {
    padding-top: 10px !important;
  }
  .pb-mobile-10 {
    padding-bottom: 10px !important;
  }
  .pt-mobile-11 {
    padding-top: 11px !important;
  }
  .pb-mobile-11 {
    padding-bottom: 11px !important;
  }
  .pt-mobile-12 {
    padding-top: 12px !important;
  }
  .pb-mobile-12 {
    padding-bottom: 12px !important;
  }
  .pt-mobile-13 {
    padding-top: 13px !important;
  }
  .pb-mobile-13 {
    padding-bottom: 13px !important;
  }
  .pt-mobile-14 {
    padding-top: 14px !important;
  }
  .pb-mobile-14 {
    padding-bottom: 14px !important;
  }
  .pt-mobile-15 {
    padding-top: 15px !important;
  }
  .pb-mobile-15 {
    padding-bottom: 15px !important;
  }
  .pt-mobile-16 {
    padding-top: 16px !important;
  }
  .pb-mobile-16 {
    padding-bottom: 16px !important;
  }
  .pt-mobile-17 {
    padding-top: 17px !important;
  }
  .pb-mobile-17 {
    padding-bottom: 17px !important;
  }
  .pt-mobile-18 {
    padding-top: 18px !important;
  }
  .pb-mobile-18 {
    padding-bottom: 18px !important;
  }
  .pt-mobile-19 {
    padding-top: 19px !important;
  }
  .pb-mobile-19 {
    padding-bottom: 19px !important;
  }
  .pt-mobile-20 {
    padding-top: 20px !important;
  }
  .pb-mobile-20 {
    padding-bottom: 20px !important;
  }
  .pt-mobile-21 {
    padding-top: 21px !important;
  }
  .pb-mobile-21 {
    padding-bottom: 21px !important;
  }
  .pt-mobile-22 {
    padding-top: 22px !important;
  }
  .pb-mobile-22 {
    padding-bottom: 22px !important;
  }
  .pt-mobile-23 {
    padding-top: 23px !important;
  }
  .pb-mobile-23 {
    padding-bottom: 23px !important;
  }
  .pt-mobile-24 {
    padding-top: 24px !important;
  }
  .pb-mobile-24 {
    padding-bottom: 24px !important;
  }
  .pt-mobile-25 {
    padding-top: 25px !important;
  }
  .pb-mobile-25 {
    padding-bottom: 25px !important;
  }
  .pt-mobile-26 {
    padding-top: 26px !important;
  }
  .pb-mobile-26 {
    padding-bottom: 26px !important;
  }
  .pt-mobile-27 {
    padding-top: 27px !important;
  }
  .pb-mobile-27 {
    padding-bottom: 27px !important;
  }
  .pt-mobile-28 {
    padding-top: 28px !important;
  }
  .pb-mobile-28 {
    padding-bottom: 28px !important;
  }
  .pt-mobile-29 {
    padding-top: 29px !important;
  }
  .pb-mobile-29 {
    padding-bottom: 29px !important;
  }
  .pt-mobile-30 {
    padding-top: 30px !important;
  }
  .pb-mobile-30 {
    padding-bottom: 30px !important;
  }
  .pt-mobile-31 {
    padding-top: 31px !important;
  }
  .pb-mobile-31 {
    padding-bottom: 31px !important;
  }
  .pt-mobile-32 {
    padding-top: 32px !important;
  }
  .pb-mobile-32 {
    padding-bottom: 32px !important;
  }
  .pt-mobile-33 {
    padding-top: 33px !important;
  }
  .pb-mobile-33 {
    padding-bottom: 33px !important;
  }
  .pt-mobile-34 {
    padding-top: 34px !important;
  }
  .pb-mobile-34 {
    padding-bottom: 34px !important;
  }
  .pt-mobile-35 {
    padding-top: 35px !important;
  }
  .pb-mobile-35 {
    padding-bottom: 35px !important;
  }
  .pt-mobile-36 {
    padding-top: 36px !important;
  }
  .pb-mobile-36 {
    padding-bottom: 36px !important;
  }
  .pt-mobile-37 {
    padding-top: 37px !important;
  }
  .pb-mobile-37 {
    padding-bottom: 37px !important;
  }
  .pt-mobile-38 {
    padding-top: 38px !important;
  }
  .pb-mobile-38 {
    padding-bottom: 38px !important;
  }
  .pt-mobile-39 {
    padding-top: 39px !important;
  }
  .pb-mobile-39 {
    padding-bottom: 39px !important;
  }
  .pt-mobile-40 {
    padding-top: 40px !important;
  }
  .pb-mobile-40 {
    padding-bottom: 40px !important;
  }
  .pt-mobile-41 {
    padding-top: 41px !important;
  }
  .pb-mobile-41 {
    padding-bottom: 41px !important;
  }
  .pt-mobile-42 {
    padding-top: 42px !important;
  }
  .pb-mobile-42 {
    padding-bottom: 42px !important;
  }
  .pt-mobile-43 {
    padding-top: 43px !important;
  }
  .pb-mobile-43 {
    padding-bottom: 43px !important;
  }
  .pt-mobile-44 {
    padding-top: 44px !important;
  }
  .pb-mobile-44 {
    padding-bottom: 44px !important;
  }
  .pt-mobile-45 {
    padding-top: 45px !important;
  }
  .pb-mobile-45 {
    padding-bottom: 45px !important;
  }
  .pt-mobile-46 {
    padding-top: 46px !important;
  }
  .pb-mobile-46 {
    padding-bottom: 46px !important;
  }
  .pt-mobile-47 {
    padding-top: 47px !important;
  }
  .pb-mobile-47 {
    padding-bottom: 47px !important;
  }
  .pt-mobile-48 {
    padding-top: 48px !important;
  }
  .pb-mobile-48 {
    padding-bottom: 48px !important;
  }
  .pt-mobile-49 {
    padding-top: 49px !important;
  }
  .pb-mobile-49 {
    padding-bottom: 49px !important;
  }
  .pt-mobile-50 {
    padding-top: 50px !important;
  }
  .pb-mobile-50 {
    padding-bottom: 50px !important;
  }
  .pt-mobile-51 {
    padding-top: 51px !important;
  }
  .pb-mobile-51 {
    padding-bottom: 51px !important;
  }
  .pt-mobile-52 {
    padding-top: 52px !important;
  }
  .pb-mobile-52 {
    padding-bottom: 52px !important;
  }
  .pt-mobile-53 {
    padding-top: 53px !important;
  }
  .pb-mobile-53 {
    padding-bottom: 53px !important;
  }
  .pt-mobile-54 {
    padding-top: 54px !important;
  }
  .pb-mobile-54 {
    padding-bottom: 54px !important;
  }
  .pt-mobile-55 {
    padding-top: 55px !important;
  }
  .pb-mobile-55 {
    padding-bottom: 55px !important;
  }
  .pt-mobile-56 {
    padding-top: 56px !important;
  }
  .pb-mobile-56 {
    padding-bottom: 56px !important;
  }
  .pt-mobile-57 {
    padding-top: 57px !important;
  }
  .pb-mobile-57 {
    padding-bottom: 57px !important;
  }
  .pt-mobile-58 {
    padding-top: 58px !important;
  }
  .pb-mobile-58 {
    padding-bottom: 58px !important;
  }
  .pt-mobile-59 {
    padding-top: 59px !important;
  }
  .pb-mobile-59 {
    padding-bottom: 59px !important;
  }
  .pt-mobile-60 {
    padding-top: 60px !important;
  }
  .pb-mobile-60 {
    padding-bottom: 60px !important;
  }
  .pt-mobile-61 {
    padding-top: 61px !important;
  }
  .pb-mobile-61 {
    padding-bottom: 61px !important;
  }
  .pt-mobile-62 {
    padding-top: 62px !important;
  }
  .pb-mobile-62 {
    padding-bottom: 62px !important;
  }
  .pt-mobile-63 {
    padding-top: 63px !important;
  }
  .pb-mobile-63 {
    padding-bottom: 63px !important;
  }
  .pt-mobile-64 {
    padding-top: 64px !important;
  }
  .pb-mobile-64 {
    padding-bottom: 64px !important;
  }
  .pt-mobile-65 {
    padding-top: 65px !important;
  }
  .pb-mobile-65 {
    padding-bottom: 65px !important;
  }
  .pt-mobile-66 {
    padding-top: 66px !important;
  }
  .pb-mobile-66 {
    padding-bottom: 66px !important;
  }
  .pt-mobile-67 {
    padding-top: 67px !important;
  }
  .pb-mobile-67 {
    padding-bottom: 67px !important;
  }
  .pt-mobile-68 {
    padding-top: 68px !important;
  }
  .pb-mobile-68 {
    padding-bottom: 68px !important;
  }
  .pt-mobile-69 {
    padding-top: 69px !important;
  }
  .pb-mobile-69 {
    padding-bottom: 69px !important;
  }
  .pt-mobile-70 {
    padding-top: 70px !important;
  }
  .pb-mobile-70 {
    padding-bottom: 70px !important;
  }
  .pt-mobile-71 {
    padding-top: 71px !important;
  }
  .pb-mobile-71 {
    padding-bottom: 71px !important;
  }
  .pt-mobile-72 {
    padding-top: 72px !important;
  }
  .pb-mobile-72 {
    padding-bottom: 72px !important;
  }
  .pt-mobile-73 {
    padding-top: 73px !important;
  }
  .pb-mobile-73 {
    padding-bottom: 73px !important;
  }
  .pt-mobile-74 {
    padding-top: 74px !important;
  }
  .pb-mobile-74 {
    padding-bottom: 74px !important;
  }
  .pt-mobile-75 {
    padding-top: 75px !important;
  }
  .pb-mobile-75 {
    padding-bottom: 75px !important;
  }
  .pt-mobile-76 {
    padding-top: 76px !important;
  }
  .pb-mobile-76 {
    padding-bottom: 76px !important;
  }
  .pt-mobile-77 {
    padding-top: 77px !important;
  }
  .pb-mobile-77 {
    padding-bottom: 77px !important;
  }
  .pt-mobile-78 {
    padding-top: 78px !important;
  }
  .pb-mobile-78 {
    padding-bottom: 78px !important;
  }
  .pt-mobile-79 {
    padding-top: 79px !important;
  }
  .pb-mobile-79 {
    padding-bottom: 79px !important;
  }
  .pt-mobile-80 {
    padding-top: 80px !important;
  }
  .pb-mobile-80 {
    padding-bottom: 80px !important;
  }
  .pt-mobile-81 {
    padding-top: 81px !important;
  }
  .pb-mobile-81 {
    padding-bottom: 81px !important;
  }
  .pt-mobile-82 {
    padding-top: 82px !important;
  }
  .pb-mobile-82 {
    padding-bottom: 82px !important;
  }
  .pt-mobile-83 {
    padding-top: 83px !important;
  }
  .pb-mobile-83 {
    padding-bottom: 83px !important;
  }
  .pt-mobile-84 {
    padding-top: 84px !important;
  }
  .pb-mobile-84 {
    padding-bottom: 84px !important;
  }
  .pt-mobile-85 {
    padding-top: 85px !important;
  }
  .pb-mobile-85 {
    padding-bottom: 85px !important;
  }
  .pt-mobile-86 {
    padding-top: 86px !important;
  }
  .pb-mobile-86 {
    padding-bottom: 86px !important;
  }
  .pt-mobile-87 {
    padding-top: 87px !important;
  }
  .pb-mobile-87 {
    padding-bottom: 87px !important;
  }
  .pt-mobile-88 {
    padding-top: 88px !important;
  }
  .pb-mobile-88 {
    padding-bottom: 88px !important;
  }
  .pt-mobile-89 {
    padding-top: 89px !important;
  }
  .pb-mobile-89 {
    padding-bottom: 89px !important;
  }
  .pt-mobile-90 {
    padding-top: 90px !important;
  }
  .pb-mobile-90 {
    padding-bottom: 90px !important;
  }
  .pt-mobile-91 {
    padding-top: 91px !important;
  }
  .pb-mobile-91 {
    padding-bottom: 91px !important;
  }
  .pt-mobile-92 {
    padding-top: 92px !important;
  }
  .pb-mobile-92 {
    padding-bottom: 92px !important;
  }
  .pt-mobile-93 {
    padding-top: 93px !important;
  }
  .pb-mobile-93 {
    padding-bottom: 93px !important;
  }
  .pt-mobile-94 {
    padding-top: 94px !important;
  }
  .pb-mobile-94 {
    padding-bottom: 94px !important;
  }
  .pt-mobile-95 {
    padding-top: 95px !important;
  }
  .pb-mobile-95 {
    padding-bottom: 95px !important;
  }
  .pt-mobile-96 {
    padding-top: 96px !important;
  }
  .pb-mobile-96 {
    padding-bottom: 96px !important;
  }
  .pt-mobile-97 {
    padding-top: 97px !important;
  }
  .pb-mobile-97 {
    padding-bottom: 97px !important;
  }
  .pt-mobile-98 {
    padding-top: 98px !important;
  }
  .pb-mobile-98 {
    padding-bottom: 98px !important;
  }
  .pt-mobile-99 {
    padding-top: 99px !important;
  }
  .pb-mobile-99 {
    padding-bottom: 99px !important;
  }
  .pt-mobile-100 {
    padding-top: 100px !important;
  }
  .pb-mobile-100 {
    padding-bottom: 100px !important;
  }
  .pt-mobile-101 {
    padding-top: 101px !important;
  }
  .pb-mobile-101 {
    padding-bottom: 101px !important;
  }
  .pt-mobile-102 {
    padding-top: 102px !important;
  }
  .pb-mobile-102 {
    padding-bottom: 102px !important;
  }
  .pt-mobile-103 {
    padding-top: 103px !important;
  }
  .pb-mobile-103 {
    padding-bottom: 103px !important;
  }
  .pt-mobile-104 {
    padding-top: 104px !important;
  }
  .pb-mobile-104 {
    padding-bottom: 104px !important;
  }
  .pt-mobile-105 {
    padding-top: 105px !important;
  }
  .pb-mobile-105 {
    padding-bottom: 105px !important;
  }
  .pt-mobile-106 {
    padding-top: 106px !important;
  }
  .pb-mobile-106 {
    padding-bottom: 106px !important;
  }
  .pt-mobile-107 {
    padding-top: 107px !important;
  }
  .pb-mobile-107 {
    padding-bottom: 107px !important;
  }
  .pt-mobile-108 {
    padding-top: 108px !important;
  }
  .pb-mobile-108 {
    padding-bottom: 108px !important;
  }
  .pt-mobile-109 {
    padding-top: 109px !important;
  }
  .pb-mobile-109 {
    padding-bottom: 109px !important;
  }
  .pt-mobile-110 {
    padding-top: 110px !important;
  }
  .pb-mobile-110 {
    padding-bottom: 110px !important;
  }
  .pt-mobile-111 {
    padding-top: 111px !important;
  }
  .pb-mobile-111 {
    padding-bottom: 111px !important;
  }
  .pt-mobile-112 {
    padding-top: 112px !important;
  }
  .pb-mobile-112 {
    padding-bottom: 112px !important;
  }
  .pt-mobile-113 {
    padding-top: 113px !important;
  }
  .pb-mobile-113 {
    padding-bottom: 113px !important;
  }
  .pt-mobile-114 {
    padding-top: 114px !important;
  }
  .pb-mobile-114 {
    padding-bottom: 114px !important;
  }
  .pt-mobile-115 {
    padding-top: 115px !important;
  }
  .pb-mobile-115 {
    padding-bottom: 115px !important;
  }
  .pt-mobile-116 {
    padding-top: 116px !important;
  }
  .pb-mobile-116 {
    padding-bottom: 116px !important;
  }
  .pt-mobile-117 {
    padding-top: 117px !important;
  }
  .pb-mobile-117 {
    padding-bottom: 117px !important;
  }
  .pt-mobile-118 {
    padding-top: 118px !important;
  }
  .pb-mobile-118 {
    padding-bottom: 118px !important;
  }
  .pt-mobile-119 {
    padding-top: 119px !important;
  }
  .pb-mobile-119 {
    padding-bottom: 119px !important;
  }
  .pt-mobile-120 {
    padding-top: 120px !important;
  }
  .pb-mobile-120 {
    padding-bottom: 120px !important;
  }
  .pt-mobile-121 {
    padding-top: 121px !important;
  }
  .pb-mobile-121 {
    padding-bottom: 121px !important;
  }
  .pt-mobile-122 {
    padding-top: 122px !important;
  }
  .pb-mobile-122 {
    padding-bottom: 122px !important;
  }
  .pt-mobile-123 {
    padding-top: 123px !important;
  }
  .pb-mobile-123 {
    padding-bottom: 123px !important;
  }
  .pt-mobile-124 {
    padding-top: 124px !important;
  }
  .pb-mobile-124 {
    padding-bottom: 124px !important;
  }
  .pt-mobile-125 {
    padding-top: 125px !important;
  }
  .pb-mobile-125 {
    padding-bottom: 125px !important;
  }
  .pt-mobile-126 {
    padding-top: 126px !important;
  }
  .pb-mobile-126 {
    padding-bottom: 126px !important;
  }
  .pt-mobile-127 {
    padding-top: 127px !important;
  }
  .pb-mobile-127 {
    padding-bottom: 127px !important;
  }
  .pt-mobile-128 {
    padding-top: 128px !important;
  }
  .pb-mobile-128 {
    padding-bottom: 128px !important;
  }
  .pt-mobile-129 {
    padding-top: 129px !important;
  }
  .pb-mobile-129 {
    padding-bottom: 129px !important;
  }
  .pt-mobile-130 {
    padding-top: 130px !important;
  }
  .pb-mobile-130 {
    padding-bottom: 130px !important;
  }
  .pt-mobile-131 {
    padding-top: 131px !important;
  }
  .pb-mobile-131 {
    padding-bottom: 131px !important;
  }
  .pt-mobile-132 {
    padding-top: 132px !important;
  }
  .pb-mobile-132 {
    padding-bottom: 132px !important;
  }
  .pt-mobile-133 {
    padding-top: 133px !important;
  }
  .pb-mobile-133 {
    padding-bottom: 133px !important;
  }
  .pt-mobile-134 {
    padding-top: 134px !important;
  }
  .pb-mobile-134 {
    padding-bottom: 134px !important;
  }
  .pt-mobile-135 {
    padding-top: 135px !important;
  }
  .pb-mobile-135 {
    padding-bottom: 135px !important;
  }
  .pt-mobile-136 {
    padding-top: 136px !important;
  }
  .pb-mobile-136 {
    padding-bottom: 136px !important;
  }
  .pt-mobile-137 {
    padding-top: 137px !important;
  }
  .pb-mobile-137 {
    padding-bottom: 137px !important;
  }
  .pt-mobile-138 {
    padding-top: 138px !important;
  }
  .pb-mobile-138 {
    padding-bottom: 138px !important;
  }
  .pt-mobile-139 {
    padding-top: 139px !important;
  }
  .pb-mobile-139 {
    padding-bottom: 139px !important;
  }
  .pt-mobile-140 {
    padding-top: 140px !important;
  }
  .pb-mobile-140 {
    padding-bottom: 140px !important;
  }
  .pt-mobile-141 {
    padding-top: 141px !important;
  }
  .pb-mobile-141 {
    padding-bottom: 141px !important;
  }
  .pt-mobile-142 {
    padding-top: 142px !important;
  }
  .pb-mobile-142 {
    padding-bottom: 142px !important;
  }
  .pt-mobile-143 {
    padding-top: 143px !important;
  }
  .pb-mobile-143 {
    padding-bottom: 143px !important;
  }
  .pt-mobile-144 {
    padding-top: 144px !important;
  }
  .pb-mobile-144 {
    padding-bottom: 144px !important;
  }
  .pt-mobile-145 {
    padding-top: 145px !important;
  }
  .pb-mobile-145 {
    padding-bottom: 145px !important;
  }
  .pt-mobile-146 {
    padding-top: 146px !important;
  }
  .pb-mobile-146 {
    padding-bottom: 146px !important;
  }
  .pt-mobile-147 {
    padding-top: 147px !important;
  }
  .pb-mobile-147 {
    padding-bottom: 147px !important;
  }
  .pt-mobile-148 {
    padding-top: 148px !important;
  }
  .pb-mobile-148 {
    padding-bottom: 148px !important;
  }
  .pt-mobile-149 {
    padding-top: 149px !important;
  }
  .pb-mobile-149 {
    padding-bottom: 149px !important;
  }
  .pt-mobile-150 {
    padding-top: 150px !important;
  }
  .pb-mobile-150 {
    padding-bottom: 150px !important;
  }
  .pt-mobile-151 {
    padding-top: 151px !important;
  }
  .pb-mobile-151 {
    padding-bottom: 151px !important;
  }
  .pt-mobile-152 {
    padding-top: 152px !important;
  }
  .pb-mobile-152 {
    padding-bottom: 152px !important;
  }
  .pt-mobile-153 {
    padding-top: 153px !important;
  }
  .pb-mobile-153 {
    padding-bottom: 153px !important;
  }
  .pt-mobile-154 {
    padding-top: 154px !important;
  }
  .pb-mobile-154 {
    padding-bottom: 154px !important;
  }
  .pt-mobile-155 {
    padding-top: 155px !important;
  }
  .pb-mobile-155 {
    padding-bottom: 155px !important;
  }
  .pt-mobile-156 {
    padding-top: 156px !important;
  }
  .pb-mobile-156 {
    padding-bottom: 156px !important;
  }
  .pt-mobile-157 {
    padding-top: 157px !important;
  }
  .pb-mobile-157 {
    padding-bottom: 157px !important;
  }
  .pt-mobile-158 {
    padding-top: 158px !important;
  }
  .pb-mobile-158 {
    padding-bottom: 158px !important;
  }
  .pt-mobile-159 {
    padding-top: 159px !important;
  }
  .pb-mobile-159 {
    padding-bottom: 159px !important;
  }
  .pt-mobile-160 {
    padding-top: 160px !important;
  }
  .pb-mobile-160 {
    padding-bottom: 160px !important;
  }
  .pt-mobile-161 {
    padding-top: 161px !important;
  }
  .pb-mobile-161 {
    padding-bottom: 161px !important;
  }
  .pt-mobile-162 {
    padding-top: 162px !important;
  }
  .pb-mobile-162 {
    padding-bottom: 162px !important;
  }
  .pt-mobile-163 {
    padding-top: 163px !important;
  }
  .pb-mobile-163 {
    padding-bottom: 163px !important;
  }
  .pt-mobile-164 {
    padding-top: 164px !important;
  }
  .pb-mobile-164 {
    padding-bottom: 164px !important;
  }
  .pt-mobile-165 {
    padding-top: 165px !important;
  }
  .pb-mobile-165 {
    padding-bottom: 165px !important;
  }
  .pt-mobile-166 {
    padding-top: 166px !important;
  }
  .pb-mobile-166 {
    padding-bottom: 166px !important;
  }
  .pt-mobile-167 {
    padding-top: 167px !important;
  }
  .pb-mobile-167 {
    padding-bottom: 167px !important;
  }
  .pt-mobile-168 {
    padding-top: 168px !important;
  }
  .pb-mobile-168 {
    padding-bottom: 168px !important;
  }
  .pt-mobile-169 {
    padding-top: 169px !important;
  }
  .pb-mobile-169 {
    padding-bottom: 169px !important;
  }
  .pt-mobile-170 {
    padding-top: 170px !important;
  }
  .pb-mobile-170 {
    padding-bottom: 170px !important;
  }
  .pt-mobile-171 {
    padding-top: 171px !important;
  }
  .pb-mobile-171 {
    padding-bottom: 171px !important;
  }
  .pt-mobile-172 {
    padding-top: 172px !important;
  }
  .pb-mobile-172 {
    padding-bottom: 172px !important;
  }
  .pt-mobile-173 {
    padding-top: 173px !important;
  }
  .pb-mobile-173 {
    padding-bottom: 173px !important;
  }
  .pt-mobile-174 {
    padding-top: 174px !important;
  }
  .pb-mobile-174 {
    padding-bottom: 174px !important;
  }
  .pt-mobile-175 {
    padding-top: 175px !important;
  }
  .pb-mobile-175 {
    padding-bottom: 175px !important;
  }
  .pt-mobile-176 {
    padding-top: 176px !important;
  }
  .pb-mobile-176 {
    padding-bottom: 176px !important;
  }
  .pt-mobile-177 {
    padding-top: 177px !important;
  }
  .pb-mobile-177 {
    padding-bottom: 177px !important;
  }
  .pt-mobile-178 {
    padding-top: 178px !important;
  }
  .pb-mobile-178 {
    padding-bottom: 178px !important;
  }
  .pt-mobile-179 {
    padding-top: 179px !important;
  }
  .pb-mobile-179 {
    padding-bottom: 179px !important;
  }
  .pt-mobile-180 {
    padding-top: 180px !important;
  }
  .pb-mobile-180 {
    padding-bottom: 180px !important;
  }
  .pt-mobile-181 {
    padding-top: 181px !important;
  }
  .pb-mobile-181 {
    padding-bottom: 181px !important;
  }
  .pt-mobile-182 {
    padding-top: 182px !important;
  }
  .pb-mobile-182 {
    padding-bottom: 182px !important;
  }
  .pt-mobile-183 {
    padding-top: 183px !important;
  }
  .pb-mobile-183 {
    padding-bottom: 183px !important;
  }
  .pt-mobile-184 {
    padding-top: 184px !important;
  }
  .pb-mobile-184 {
    padding-bottom: 184px !important;
  }
  .pt-mobile-185 {
    padding-top: 185px !important;
  }
  .pb-mobile-185 {
    padding-bottom: 185px !important;
  }
  .pt-mobile-186 {
    padding-top: 186px !important;
  }
  .pb-mobile-186 {
    padding-bottom: 186px !important;
  }
  .pt-mobile-187 {
    padding-top: 187px !important;
  }
  .pb-mobile-187 {
    padding-bottom: 187px !important;
  }
  .pt-mobile-188 {
    padding-top: 188px !important;
  }
  .pb-mobile-188 {
    padding-bottom: 188px !important;
  }
  .pt-mobile-189 {
    padding-top: 189px !important;
  }
  .pb-mobile-189 {
    padding-bottom: 189px !important;
  }
  .pt-mobile-190 {
    padding-top: 190px !important;
  }
  .pb-mobile-190 {
    padding-bottom: 190px !important;
  }
  .pt-mobile-191 {
    padding-top: 191px !important;
  }
  .pb-mobile-191 {
    padding-bottom: 191px !important;
  }
  .pt-mobile-192 {
    padding-top: 192px !important;
  }
  .pb-mobile-192 {
    padding-bottom: 192px !important;
  }
  .pt-mobile-193 {
    padding-top: 193px !important;
  }
  .pb-mobile-193 {
    padding-bottom: 193px !important;
  }
  .pt-mobile-194 {
    padding-top: 194px !important;
  }
  .pb-mobile-194 {
    padding-bottom: 194px !important;
  }
  .pt-mobile-195 {
    padding-top: 195px !important;
  }
  .pb-mobile-195 {
    padding-bottom: 195px !important;
  }
  .pt-mobile-196 {
    padding-top: 196px !important;
  }
  .pb-mobile-196 {
    padding-bottom: 196px !important;
  }
  .pt-mobile-197 {
    padding-top: 197px !important;
  }
  .pb-mobile-197 {
    padding-bottom: 197px !important;
  }
  .pt-mobile-198 {
    padding-top: 198px !important;
  }
  .pb-mobile-198 {
    padding-bottom: 198px !important;
  }
  .pt-mobile-199 {
    padding-top: 199px !important;
  }
  .pb-mobile-199 {
    padding-bottom: 199px !important;
  }
  .pt-mobile-200 {
    padding-top: 200px !important;
  }
  .pb-mobile-200 {
    padding-bottom: 200px !important;
  }
}
#cookie-status {
  display: none !important;
}
.block-authentication .actions-toolbar > .primary .action {
  font-size: 100%;
  text-transform: uppercase;
  padding: 7px 15px;
}
body {
  line-height: 1.5;
}
body.cms-index-index .page-main {
  padding: 0;
  width: 100%;
  max-width: unset;
}
body.cms-index-index .page-main .columns .column.main {
  padding-bottom: 0 !important;
}
.page-layout-2columns-right .main,
.page-layout-2columns-left .main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/**
 * Overflow-x body
 */
body {
  overflow-x: hidden;
}
body:not(.layout-boxed) .page-wrapper {
  overflow-x: hidden;
}
/**
 * Cookie note
 */
.message.global.cookie {
  padding: 15px;
  text-align: center;
}
.message.global.cookie .action.allow {
  text-transform: uppercase;
}
/**
 * Back to top
 */
.back2top {
  line-height: 39px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.back2top:before {
  content: '\e91d';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 19px;
}
.back2top .b-icon {
  display: none;
}
/**
 * Page main
 */
.page-main {
  padding: 30px 0 30px;
}
.page-products .columns {
  z-index: unset !important;
}
/**
 * Effect Image product
 */
img.product-image-photo {
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
img.image-product-hover {
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
/**
 * Buy theme
 */
.buy-sm-theme {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 888;
}
.buy-sm-theme a {
  display: inline-block;
  position: relative;
  height: 46px;
  line-height: 46px;
  padding: 0 20px 0 48px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-transition: 0.1s;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
}
.buy-sm-theme a:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  background: url("../../frontend/Sm/market_2/en_US/images/buy-icon.svg") no-repeat center center #81b441;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-transition: 0.1s;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
}
.buy-sm-theme a:hover {
  background-color: #81b441;
  color: #fff;
}
.buy-sm-theme a:hover:before {
  border-color: #fff;
}
.buy-sm-theme a strong {
  font-weight: 400;
  white-space: nowrap;
}
/**
 * Block newsletter
 */
.block.newsletter {
  max-width: unset !important;
}
/**
 * Box image product page
 */
.gallery-placeholder {
  position: relative;
  width: 100%;
}
.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: static;
}
.gallery-placeholder .loader img {
  position: absolute;
}
/**
 * Alert
 */
.cms-index-index .messages .message {
  margin-bottom: 0;
  text-align: center;
  border-left: none;
  border-right: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.cms-index-index .messages .message > *:first-child:before {
  display: none;
}
.message.success {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #c3e6cb;
  background-color: #d4edda;
  color: #155724;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.message.success > div:first-child:before {
  top: 23px;
}
.message.error {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #f5c6cb;
  background-color: #f8d7da;
  color: #721c24;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.message.error > div:first-child:before {
  top: 22px;
}
.message.error > *:first-child:before {
  top: 22px;
}
/**
 * Hidden class
 */
.hidden-label-product .product-labels,
.hidden-title-block .block-title,
.hidden {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.text-label-countdown {
  display: none;
}
/**
 * Link
 */
a:hover {
  text-decoration: none;
}
/**
 * Select box
 */
select::-ms-expand {
  display: none;
}
select {
  background: url("../../frontend/Sm/market_2/en_US/images/bg-select.svg") no-repeat center right #ffffff;
  height: 36px;
  border: 1px solid #e5e5e5;
  padding-right: 25px;
  padding-left: 9px;
  max-width: 980px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:focus {
  border: 1px solid #e5e5e5;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
/**
 * Label
 */
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
/**
 * Input text
 */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  height: 36px;
  border: 1px solid #e5e5e5;
  max-width: 980px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  border: 1px solid #e5e5e5;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
textarea {
  border: 1px solid #e5e5e5;
}
textarea:focus {
  border: 1px solid #e5e5e5;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
/**
 * Fancybox
 */
.fancybox-skin {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
/**
 * Button primary
 */
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  outline: none !important;
  font-weight: 400;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.action.primary {
  font-size: unset;
  outline: none;
}
.action.primary,
.action-primary {
  padding: 7px 15px;
}
/**
     * Check box custom
     */
input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-left: 1px solid #111;
  border-bottom: 1px solid #111;
  position: absolute;
  left: 2px;
  top: 3px;
  opacity: 0;
  -o-transition: 0.1s;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type="checkbox"]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
}
input[type="checkbox"]:checked {
  border-color: #111;
}
input[type="checkbox"]:checked:before {
  opacity: 1;
}
/**
 * Radio box custom
 */
input[type="radio"] {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 0;
}
input[type="radio"]:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #111;
  position: absolute;
  left: 4px;
  top: 4px;
  opacity: 0;
  -o-transition: 0.1s;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
}
input[type="radio"]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
}
input[type="radio"]:checked {
  border-color: #111;
}
input[type="radio"]:checked:before {
  opacity: 1;
}
input[type="radio"],
input[type="radio"]:before {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/**
 * Table
 */
.table th.col,
.table td.col {
  width: unset;
}
/**
 * Modal
 */
.modal-content {
  border: none;
}
.modal-header {
  border: none;
}
.page-header {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}
.modal-popup .modal-title {
  font-size: 116.67%;
  text-transform: uppercase;
  padding-bottom: 0;
  color: #222;
  font-weight: 600;
  border: none;
}
.modal-footer .action.secondary {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.modal-slide .action-close {
  padding: 19px 10px;
}
.modal-slide .action-close:before {
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.modal-slide .action-close:hover:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modal-popup .modal-content {
  padding-top: 20px;
}
.modal-header {
  border-color: #c1c1c1;
}
.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  background-color: #fff !important;
}
/**
 * Size chart
 */
.sm-size-chart-icon {
  position: relative;
  top: -1px;
}
.size-chart-table tr td {
  border: 2px solid #fff;
}
.size-chart-table table tr td {
  text-align: center !important;
}
.size-chart-table table tr:hover {
  background-color: #f5f5f5;
}
.size-chart-table table tr:first-child,
.size-chart-table table tr td:first-child {
  background-color: #f5f5f5;
  color: #333;
  font-weight: 700;
}
.size-chart-table .chart-content::after {
  content: "";
  display: block !important;
  clear: both;
}
.size-chart-table .chart-table h3 {
  color: #222;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 116%;
}
.size-chart-table .chart-image {
  float: left;
  width: 231px;
}
.size-chart-table .chart-table {
  margin-left: 261px;
}
/**
 * Height item product slider
 */
.max-height-items .owl-stage {
  display: flex;
}
.max-height-items .owl-stage .owl-item {
  min-height: 100%;
  display: flex;
}
/**
 * Filter mobile
 */
.filter-mobile-btn,
.close-filter {
  display: none;
}
.filter-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 990;
  visibility: hidden;
  -o-transition: 0.1s;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
}
.show-filter-sidebar .filter-overlay {
  visibility: visible;
}
.close-filter {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.close-filter:before {
  content: '\e962';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.close-filter span {
  display: none;
}
/**
 * Qty control
 */
.qty-control .tf-qty {
  display: inline-block;
}
.qty-control .qty-button {
  display: inline-block;
  vertical-align: top;
}
.qty-control .qty-btn {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
}
.qty-control .qty-btn:before {
  content: "";
  display: block;
  width: 9px;
  position: absolute;
  left: 4px;
  height: 1px;
  background-color: #444;
  top: 8px;
}
.qty-control .qty-plus:after {
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  left: 8px;
  width: 1px;
  background-color: #444;
  top: 4px;
}
/**
 * Sidebar
 */
.sidebar-main,
.sidebar-additional {
  padding: 0 !important;
}
/**
 * Quickview
 */
.cartquickpro-catalog_product-view .product-info-main .product-reviews-summary .reviews-actions {
  display: none !important;
}
/**
 * Search
 */
.search-autocomplete {
  width: 100% !important;
  top: 100% !important;
  padding-top: 1px;
  box-shadow: 0 10px 11px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 11px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 11px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 10px 11px rgba(0, 0, 0, 0.15);
}
.search-autocomplete ul li {
  border: none !important;
  background-color: #fff !important;
}
.search-autocomplete ul li:hover {
  background-color: #fafafa !important;
}
.search-autocomplete ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5 !important;
}
/**
 * Logo
 */
.logo-content {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  font-size: 0px;
}
.logo-content strong {
  display: none;
}
.logo-content .logo {
  max-width: unset;
  margin: 0;
}
/**
 * Customer dropdown after loged in
 */
.header.links .customer-welcome {
  position: relative;
  margin: 0;
}
.header.links .customer-welcome .greet.welcome:after {
  content: '\e92e';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
}
.header.links .customer-welcome .customer-menu {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 15px 20px;
  white-space: nowrap;
  min-width: 170px;
  z-index: 200;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header.links .customer-welcome .customer-menu .header.links {
  margin: 0;
  position: relative;
  padding: 0 0 45px;
  list-style: none;
}
.header.links .customer-welcome .customer-menu .header.links li {
  margin-bottom: 0;
}
.header.links .customer-welcome .customer-menu .header.links li a {
  display: block;
  padding: 5px 0;
}
.header.links .customer-welcome .customer-menu .header.links li.authorization-link {
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.header.links .customer-welcome .customer-menu .header.links li.authorization-link a {
  background-color: #fd5c63;
  display: block;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.header.links .customer-welcome:hover .customer-menu {
  display: block;
}
.header.links .customer-welcome + .authorization-link {
  display: none !important;
}
/**
 * Owl carousel
 */
.products.wrapper.products-grid .product-items .owl-dots {
  width: 100%;
}
.owl-carousel {
  direction: ltr;
}
.owl-carousel .owl-item img {
  height: auto;
}
/**
 * Slick slider
 */
.slick-slider {
  direction: ltr;
}
/**
 * Compare sidebar
 */
.sidebar .block-compare .product-items-names .product-item {
  padding-right: 24px;
}
/**
 * Icon megamenu
 */
.icon_items img {
  width: auto;
}
/**
 * Dropdown cart header
 */
.minicart-wrapper .product .actions {
  margin-top: -31px;
}
.minicart-wrapper .action.close {
  display: none !important;
}
.minicart-wrapper .mage-dropdown-dialog {
  position: absolute;
  top: 100%;
  right: 0;
  width: 370px;
  z-index: 300;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  border: none;
  width: 100% !important;
  position: static !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.minicart-wrapper .block-minicart .subtitle.empty {
  padding: 30px 0 20px;
  font-weight: normal;
}
.minicart-wrapper .block-minicart .items-total {
  margin: 0;
}
.minicart-wrapper .block-minicart .subtotal {
  margin: 0;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin: 0 0 15px;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary {
  height: auto;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 100%;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper {
  margin: 0;
  padding: 15px 0 0;
  border-top: none;
  border-bottom: none;
  height: auto !important;
  max-height: 315px !important;
  overflow-y: auto;
}
.minicart-wrapper .block-minicart .block-content > .actions .secondary {
  padding-top: 5px;
  text-transform: uppercase;
}
.minicart-wrapper .block-minicart .block-content > .actions .secondary a {
  background: #e5e5e5;
  display: block;
  padding: 10px 20px;
  color: #222;
  border-radius: 4px;
}
.minicart-wrapper .block-minicart .block-content > .actions .secondary a:hover {
  background-color: #ccc;
}
.minicart-wrapper .block-minicart .product-item-photo {
  width: 70px;
  float: left;
}
.minicart-wrapper .block-minicart .product-item-photo img {
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
}
.minicart-wrapper .block-minicart .minicart-items .item-qty {
  margin-right: 5px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details {
  margin-left: 80px;
  padding-left: 0;
  padding-right: 0;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details .details-qty {
  margin-top: 12px !important;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-name {
  margin-bottom: 3px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-name a {
  color: #222;
}
.minicart-wrapper .block-minicart .minicart-items .update-cart-item {
  height: 36px;
  padding: 0 15px;
  font-size: 100%;
  font-weight: normal;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.minicart-wrapper .product.options.list dt,
.minicart-wrapper .product.options.list dd {
  display: inline-block;
}
.minicart-wrapper .product.options.list dd {
  margin-right: 5px;
}
/**
 * Banner image
 */
.banner-image a img {
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.banner-image a img:hover {
  opacity: .8;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**
 * Listing
 */
.products-grid .product-item .product-reviews-summary .rating-summary {
  margin-left: 0;
  margin-right: 0;
}
#price-slider .ui-slider-handle {
  border-width: 2px;
}
.page-layout-1column .block.filter .filter-title strong {
  font-size: 116.67% !important;
}
.page-layout-1column .block.filter {
  margin-bottom: 10px;
}
.catalog-category-view .page-title {
  margin-bottom: 12px;
}
.products.wrapper {
  margin: 0;
}
.product-items {
  font-size: unset;
}
.products.wrapper.products-grid .product-items {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  font-size: unset;
}
.products.wrapper.products-grid .product-items .product-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.products.wrapper.products-grid .product-items .product-item .product-item-info {
  height: 100%;
  width: 100%;
}
/**
 * Breadcrumbs
 */
.breadcrumbs {
  padding-top: 15px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0;
}
.breadcrumbs a {
  color: #888 !important;
  text-decoration: none !important;
}
.breadcrumbs a:hover {
  color: #222 !important;
}
.breadcrumbs strong {
  color: #222;
}
.breadcrumbs .items {
  font-size: 92.857%;
}
.breadcrumbs .item:not(:last-child):after {
  position: relative;
  top: 1px;
  margin: 0 5px;
  content: '\e91c';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
}
/**
 * Title page
 */
.page-title {
  font-size: 150%;
  color: #222;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
/**
 * Banner image
 */
.banner-image {
  margin-bottom: 30px;
  overflow: hidden;
}
/**
 * Show vertical menu in home page
 */
.show-vertical-menu .vertical-menu-content {
  display: block;
}
/**
 * Nav, dots owl slider
 */
.owl-theme .owl-dots .owl-dot {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.owl-theme .owl-nav [class*="owl-"] span {
  display: none;
}
.owl-theme .owl-nav [class*="owl-"].owl-next:before {
  content: '\e930';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.owl-theme .owl-nav [class*="owl-"].owl-prev:before {
  content: '\e92f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.owl-theme .owl-nav [class*="owl-"].disabled {
  opacity: 1;
}
/**
 * Hover to show nav slider owl slider
 */
.hover-to-show .owl-theme .owl-nav {
  opacity: 0;
  -o-transition: 0.1s;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
}
.hover-to-show:hover .owl-theme .owl-nav {
  opacity: 1;
}
/**
 * Product slider
 */
.owl-carousel .product-item {
  width: 100% !important;
}
/**
 * Countdown timer
 */
.deals-countdown {
  margin-bottom: 10px;
}
.deals-countdown .deals-time {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
}
.deals-countdown .deals-time .num-time {
  font-weight: 700;
}
.products-grid .product-item {
  margin-left: 0;
  margin-right: 0;
}
/**
 * Custom rating product
 */
.rating-summary .rating-result {
  width: 89px;
}
.rating-summary .rating-result {
  margin-left: 0;
  margin-right: 0;
}
.rating-summary .rating-result > span:before,
.rating-summary .rating-result:before {
  font-size: 18px;
  letter-spacing: 0;
  font-family: icomoon;
  content: "\e97e \e97e \e97e \e97e \e97e";
}
.rating-summary .rating-result > span:before {
  color: #ffb400;
}
.product-reviews-summary {
  margin: 0;
}
.product-reviews-summary .rating-summary {
  left: auto;
  right: auto;
}
/**
 * Price product
 */
.product-item .price-box .price {
  font-weight: 600;
}
.price-box .price {
  color: #222;
  font-weight: 600;
}
.price-box .special-price,
.price-box .old-price {
  display: inline-block;
  vertical-align: top;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label {
  display: none;
}
.price-box .special-price {
  margin-right: 5px;
}
.price-box .special-price .price {
  color: #ff384b;
}
.price-box .old-price .price {
  color: #888;
  font-weight: 400 !important;
}
/**
 * Product image
 */
.products-grid .product-item-info .product-item-photo {
  text-align: center;
}
/**
 * Swatches product
 */
.swatch-option-tooltip {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.swatch-option.text {
  height: auto;
  background: #fff !important;
  outline: none !important;
  font-weight: normal;
  border: 1px solid #e5e5e5;
  color: #666 !important;
  min-width: 30px;
  padding: 6px 10px;
}
.swatch-option.text.selected,
.swatch-option.text:hover {
  border-color: #222 !important;
}
.swatch-option.color {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 15px;
  overflow: visible;
  outline: none !important;
  min-width: 26px;
  height: 26px;
  border: none !important;
  position: relative;
}
.swatch-option.color:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  border: 1px solid #e5e5e5;
}
.swatch-option.color.selected:before,
.swatch-option.color:hover:before {
  border-color: #222 !important;
}
.products-grid .swatch-attribute-options {
  margin: 0;
}
/**
 * Listing 1 column filter
 */
.page-layout-1column .block.filter .filter-options-title {
  font-weight: normal;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
.page-layout-1column .block.filter .filter-current .filter-label {
  color: #222;
}
.page-layout-1column .block.filter .filter-current .item .remove:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  color: #333;
  font-size: 26px;
  vertical-align: middle;
  position: relative;
  top: 0;
  margin: 0;
}
/**
 * Box image product
 */
.product.media {
  display: block !important;
  margin-bottom: 30px !important;
}
html .page-layout-1column .product.media,
html .page-layout-2columns-left .product.media,
html .page-layout-2columns-right .product.media {
  width: 422px;
}
.product.media .toggle-degree-view {
  z-index: 22;
}
canvas.spritespin-canvas:hover {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.degree-active .product.media .sm-degree-container {
  border: 1px solid #e5e5e5;
}
.gallery-placeholder {
  display: block;
  width: 100%;
  position: relative;
}
.fotorama__thumb {
  background-color: #fff !important;
}
.fotorama__thumb .fotorama__img {
  max-width: 100%;
}
.fotorama__dot {
  width: 14px !important;
  height: 14px !important;
  margin: 10px auto 0;
  position: static !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}
.fotorama__thumb {
  border: 1px solid #e5e5e5;
}
.fotorama__thumb-border {
  background: none !important;
}
.fotorama__stage__frame {
  border: 1px solid #e5e5e5;
}
.gallery-placeholder .fotorama__thumb__arr {
  width: 30px !important;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  position: absolute;
  top: 50% !important;
  margin-top: -25px;
  -o-transition: 0s;
  transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
}
.gallery-placeholder .fotorama__thumb__arr:hover {
  color: #222;
}
.gallery-placeholder .fotorama__thumb__arr.fotorama__thumb__arr--left {
  left: 10px;
}
.gallery-placeholder .fotorama__thumb__arr.fotorama__thumb__arr--left:before {
  content: '\e92f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.gallery-placeholder .fotorama__thumb__arr.fotorama__thumb__arr--right {
  right: 10px;
}
.gallery-placeholder .fotorama__thumb__arr.fotorama__thumb__arr--right:before {
  content: '\e930';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.gallery-placeholder .fotorama__thumb__arr .fotorama__thumb--icon {
  display: none !important;
}
.magnifier-preview {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  display: none !important;
}
.fotorama--fullscreen .fotorama__stage {
  border: none !important;
}
.fotorama--fullscreen .fotorama__nav__shaft {
  margin-left: 10px;
  margin-right: 10px;
}
/**
 * Box info product
 */
html .page-layout-1column .product-info-main,
html .page-layout-2columns-left .product-info-main,
html .page-layout-2columns-right .product-info-main {
  width: calc(100% - 452px);
}
.product-info-main {
  margin-bottom: 30px;
}
.product-info-main .page-title-wrapper .page-title {
  font-weight: normal;
  line-height: 1.3;
  margin-top: 0 !important;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 600;
  text-transform: none;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  color: #222;
}
.product-info-main .product-info-stock-sku {
  margin-bottom: 10px;
}
.product-info-main .product.attribute.overview {
  margin: 0;
  clear: both;
}
.product-info-main .price-box {
  margin: 20px 0 25px;
}
.product-info-main .product-social-links::after {
  content: "";
  display: block !important;
  clear: both;
}
.product-info-main .product-social-links .mailto.friend:before {
  display: none !important;
}
.product-info-main .product-social-links .mailto.friend:after {
  content: '\e944';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart,
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 0;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  height: 40px;
  padding: 0 25px;
  font-size: 100%;
  text-transform: uppercase;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  margin: 0;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 171.428%;
  font-weight: 600;
}
.product-info-main .price-box .old-price .price,
.product-options-bottom .price-box .old-price .price {
  font-size: 128.571% !important;
}
.product.info.detailed {
  margin-bottom: 0;
}
.product.info.detailed .product.data.items {
  margin-bottom: 0;
}
.product.info.detailed .additional-attributes > tbody > tr > th {
  width: auto;
  white-space: nowrap;
}
.catalog-product-view .page-main {
  padding-bottom: 40px;
}
/**
 * Product type list
 */
.product-type-list .products {
  margin: 0;
}
.product-type-list .product-item-info {
  display: table;
  width: 100% !important;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.product-type-list .product-item {
  margin: 0 !important;
}
.product-type-list .product-item:last-child .product-item-info {
  margin: 0;
  padding: 0;
  border: none;
}
.product-type-list .quickview-handler {
  display: none !important;
  visibility: hidden !important;
}
.product-type-list .image-product {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}
.product-type-list .image-product .product-item-photo,
.product-type-list .image-product .product-image-photo,
.product-type-list .image-product .product-item-photo {
  position: static !important;
}
.product-type-list .image-product .product-image-wrapper {
  height: auto !important;
  padding: 0 !important;
}
.product-type-list .image-product .product-image-container {
  width: 100% !important;
}
.product-type-list .product-item-name {
  margin: 0 0 5px;
}
.product-type-list .product-item-details {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 10px;
}
.product-type-list .product-item-details .price-box {
  margin: 0 !important;
}
.product-type-list .product-item-details .product-reviews-summary {
  position: relative;
  top: -3px;
}
.product-type-list .product-reviews-summary .reviews-actions {
  display: none !important;
}
.product-type-list .price-box .price {
  color: #e74c3c;
  font-weight: 400;
  font-size: 120.67%;
}
.product-type-list .price-box .old-price .price {
  font-size: 100%;
  color: #888;
  position: relative;
  top: 4px;
}
.hidden-rating .product-reviews-summary {
  display: none !important;
}
.hidden-rating .product-type-list .product-item-details {
  padding: 7px 0 0 10px;
}
.block.review-list .review-items .review-content-container {
  clear: both;
  padding-top: 10px;
}
/**
 * Product types detail
 */
.modal-popup.sm-bundle-modal .modal-header {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  border-bottom: 1px solid #e5e5e5;
}
.modal-popup.sm-bundle-modal .modal-title {
  font-weight: 700;
}
.sticky-product-info .price-from .price-container,
.sticky-product-info .price-to .price-container {
  display: flex;
  align-items: center;
}
.sticky-product-info .price-from .price-label,
.sticky-product-info .price-to .price-label {
  padding: 0 10px;
}
.view-config-bundle .action.primary {
  margin-top: 10px;
  width: 100%;
  font-size: 100% !important;
  text-transform: uppercase;
}
.config-bundle-container .bundle-top .title {
  font-weight: 600;
  color: #222;
}
.config-bundle-container .bundle-image {
  margin-bottom: 10px;
}
.config-bundle-container .product-reviews-summary {
  display: block;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
}
.config-bundle-container .product-reviews-summary .reviews-actions {
  display: none;
}
.page-product-bundle .product-info-main .product-social-links {
  padding-top: 10px;
  margin-bottom: 25px;
}
.bundle-options-container .product-options-wrapper {
  width: 100% !important;
}
.bundle-options-container .block-bundle-summary > .title > strong,
.bundle-options-container .legend.title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 116.67%;
  color: #222;
}
.bundle-options-container .block-bundle-summary {
  background: #fff;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.bundle-options-container .block-bundle-summary {
  margin-bottom: 40px;
}
.bundle-actions {
  float: left;
  margin: 10px 0;
}
.bundle-actions .action.primary {
  background-color: #282828;
  color: #fff;
  font-size: 100%;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.table-wrapper.grouped {
  margin: 0;
}
.table-wrapper.grouped .price-box {
  margin: 0 !important;
}
.table-wrapper.grouped .image-group-product {
  display: block;
  width: 50px;
  border: 1px solid #e5e5e5;
}
.table-wrapper.grouped .price-box .price-wrapper .price {
  font-size: 100% !important;
}
.table-wrapper.grouped .product-item-name {
  margin-top: 2px;
}
.page-product-downloadable .product-options-bottom,
.page-product-downloadable .product-options-wrapper {
  float: none !important;
  width: 100% !important;
}
.page-product-downloadable .product-info-main .box-tocart .fieldset:last-child {
  margin-bottom: 0;
}
.field.downloads .sample.link {
  margin: 0 10px;
}
.product.attribute.description table {
  margin-bottom: 10px;
  border: none;
}
.product.attribute.description table td,
.product.attribute.description table th {
  border: none;
}
.product.attribute.description table tr:nth-child(2n) {
  background-color: #f7f7f7;
}
/**
 * My wishlist
 */
.wishlist-index-index .product-item-info {
  width: unset !important;
}
.wishlist-index-index .products-grid.wishlist .product-item-info {
  padding: 15px;
  text-align: left !important;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-item-photo {
  margin: -15px -15px 15px;
}
.products-grid.wishlist .product-item-actions {
  display: inline-block;
  vertical-align: top;
  margin-top: 0 !important;
  float: none !important;
}
.products-grid.wishlist .product-item .fieldset {
  margin-bottom: 0;
}
.products-grid.wishlist .product-item .fieldset .field.qty {
  display: inline-block;
  vertical-align: top;
  padding-right: 5px !important;
}
.products-grid.wishlist .product-item .fieldset .field.qty .control {
  width: auto;
  display: inline-block;
  margin: 0 10px;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 36px;
}
.rtl-layout.wishlist-index-index .product-item-info {
  text-align: right;
}
.wishlist-toolbar {
  margin-top: 20px;
}
.wishlist-toolbar br {
  display: none;
}
.form-wishlist-items .quickview-handler {
  display: none !important;
}
.products-grid.wishlist .product-item-comment {
  height: 60px;
}
/**
 * Compare page
 */
.table-comparison .product-reviews-summary .reviews-actions {
  display: none;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 0;
  vertical-align: top;
}
/**
 * Print order
 */
.sales-order-print .logo-content {
  margin-bottom: 25px;
}
/**
 * Page bottom
 */
body .page-wrapper > .page-bottom {
  width: 100%;
}
/**
 * Product types
 */
.product-info-stock-sku .availability.only {
  display: none !important;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: block;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions .tocart {
  width: 100%;
  font-size: 100%;
  text-transform: uppercase;
}
.page-product-grouped .product-info-main .box-tocart .fieldset {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
.product-options-wrapper .swatch-attribute-options {
  margin-bottom: 0;
}
.product-options-wrapper .swatch-attribute:not(:last-child) {
  margin-bottom: 15px;
}
.cartquickpro-catalog_product-view.fotorama__fullscreen .page-wrapper {
  min-height: 500px !important;
}
/**
 * Responsive
 */
@media (min-width: 992px) and (max-width: 1199px) {
  /**
     * Product page layout
     */
  html .page-layout-2columns-left .product.media,
  html .page-layout-2columns-right .product.media {
    width: 300px;
  }
  html .page-layout-2columns-left .product-info-main,
  html .page-layout-2columns-right .product-info-main {
    width: calc(100% - 330px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /**
     * Product page layout
     */
  html .page-layout-2columns-left .product.media,
  html .page-layout-2columns-right .product.media {
    width: 300px;
  }
  html .page-layout-2columns-left .product-info-main,
  html .page-layout-2columns-right .product-info-main {
    width: calc(100% - 330px);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: unset;
  }
  .navigation {
    z-index: 50;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  /**
     * Set full width sidebar and column main
     */
  html .page-layout-2columns-left .sidebar,
  html .page-layout-2columns-right .sidebar,
  html .page-layout-2columns-left .column.main,
  html .page-layout-2columns-right .column.main {
    width: 100%;
    float: none;
  }
  .columns {
    display: block;
  }
}
@media (max-width: 767px) {
  .buy-sm-theme {
    display: none;
  }
  body .page-wrapper > .page-bottom .container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .smcqp-modal-popup.modal-popup.modal-slide._show .modal-inner-wrap {
    min-height: unset;
  }
  /**
     * Product page
     */
  .product-info-main,
  .product.media {
    width: 100% !important;
    float: none;
  }
  /**
     * Wishlist
     */
  .wishlist-index-index.account .toolbar .limiter {
    margin-bottom: 0;
  }
  .wishlist-index-index.account .toolbar .toolbar-amount {
    display: none;
  }
  .wishlist-index-index.account .toolbar .limiter {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item-inner {
    position: static;
  }
  .products-grid.wishlist .product-item {
    width: 100% !important;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-info .product-item-photo {
    margin: 0;
    width: 90px;
  }
  .products-grid.wishlist .product-item-actions {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .wishlist-index-index .products.wrapper.products-grid .product-items .product-item {
    border: none;
  }
  /**
     * Size chart
     */
  .size-chart-table .chart-image {
    display: none;
  }
  .size-chart-table .chart-table {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .columns .column.main {
    padding-bottom: 0;
  }
}
/**
 * Features megamenu
 */
.note-item {
  background: #f3f4f7;
  border: 1px solid #fd0;
  padding: 10px;
  color: #444;
  margin-top: 10px !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.mega-feature-content {
  padding: 0 13px;
}
.mega-feature-content .feature-title {
  font-weight: 600;
  color: #222;
  font-size: 107.69%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mega-feature-content .ft-label {
  background-color: #e85766;
  color: #fff;
  font-size: 11px;
  padding: 1px 3px 1px;
  margin: 0 3px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 4px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.mega-feature-content .ft-featured {
  background-color: #ffb502;
}
.mega-feature-content .ft-new {
  background-color: #159deb;
}
.mega-feature-content ul {
  margin: 0 0 30px !important;
  padding: 0;
  list-style: none;
}
.mega-feature-content ul li {
  margin: 0;
  position: relative;
  display: table;
  width: 100%;
}
.mega-feature-content ul li a {
  display: inline-block;
  vertical-align: top;
  padding: 4px 0;
  font-size: 100%;
  color: #222;
}
.mega-feature-content ul li .prev-layout {
  display: none;
  position: absolute;
  left: 65%;
  top: -50px;
  min-width: 100px;
  min-height: 320px;
  background-size: 30px;
  z-index: 10;
  -o-transition: 0.05s;
  transition: 0.05s;
  -moz-transition: 0.05s;
  -webkit-transition: 0.05s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.mega-feature-content ul li .prev-layout img {
  width: unset !important;
  height: unset !important;
  max-width: unset !important;
}
.mega-feature-content ul li .prev-layout img {
  width: 100%;
  height: auto;
}
.mega-feature-content .feature-layout .ft-label {
  top: 2px;
}
.mega-feature-content .feature-layout ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 0 !important;
}
.mega-feature-content .feature-layout ul li {
  padding: 0 5px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.mega-feature-content .feature-layout .ft-item {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 12px 10px 12px 50px;
  color: #222;
  font-size: 107.69%;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-transition: 0.1s;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
}
.mega-feature-content .feature-layout .ft-item:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -15px;
  background-image: url("../../frontend/Sm/market_2/en_US/images/icon-feature.png");
  background-repeat: no-repeat;
}
.mega-feature-content .feature-layout .ft-item:hover {
  background-color: #fff;
}
.mega-feature-content .feature-layout .ft-icon-1:before {
  background-position: -14px -7px;
}
.mega-feature-content .feature-layout .ft-icon-2:before {
  background-position: -92px -5px;
}
.mega-feature-content .feature-layout .ft-icon-3:before {
  background-position: -157px -6px;
}
.mega-feature-content .feature-layout .ft-icon-4:before {
  background-position: -14px -60px;
}
.mega-feature-content .feature-layout .ft-icon-5:before {
  background-position: -92px -62px;
}
.mega-feature-content .feature-layout .ft-icon-6:before {
  background-position: -157px -60px;
}
.mega-feature-content .feature-layout .ft-icon-7:before {
  background-position: -14px -114px;
}
.mega-feature-content .feature-layout .ft-icon-8:before {
  background-position: -92px -114px;
}
.mega-feature-content .feature-layout .ft-icon-9:before {
  background-position: -157px -114px;
}
.mega-feature-content .feature-layout .ft-icon-10:before {
  background-position: -14px -168px;
}
.mega-feature-content .feature-layout .ft-icon-11:before {
  background-position: -93px -168px;
}
.mega-feature-content .feature-layout .ft-icon-12:before {
  background-position: -157px -164px;
}
.mega-feature-content .feature-layout .ft-icon-13:before {
  background-position: -16px -276px;
}
.mega-feature-content .feature-layout .ft-icon-14:before {
  background-position: -92px -224px;
}
.mega-feature-content .feature-layout .ft-icon-15:before {
  background-position: -14px -226px;
}
@media (min-width: 1200px) {
  .mega-feature-content ul li.active .prev-layout {
    display: block;
  }
  .mega-feature-content .feature-layout ul li {
    width: 33.333333%;
  }
  .sm_megamenu_wrapper_horizontal_menu .features-item-parent > div,
  .sm_megamenu_wrapper_horizontal_menu .home-item-parent > div {
    width: 900px !important;
  }
}
@media (max-width: 1199px) {
  .mega-feature-content .home-layout {
    margin-bottom: 30px;
  }
  .mega-feature-content .home-layout ul {
    margin-bottom: 0 !important;
  }
}
/**
 * Right to left
 */
.rtl-layout .mega-feature-content .feature-layout .ft-item {
  padding: 12px 50px 12px 10px;
}
.rtl-layout .mega-feature-content .feature-layout .ft-item:before {
  right: 12px;
  left: auto;
}
.rtl-layout .mega-feature-content ul li .prev-layout {
  right: 65%;
  left: auto;
}
.page-header .switcher li {
  font-size: 12px;
}
.header-container .language-currency .language .list-item {
  display: grid;
  margin-left: -5px;
  margin-right: -5px;
  grid-template-columns: 50% 50%;
}
.header-container .language-currency .language .list-item > li {
  margin-left: 5px;
  margin-right: 5px;
  min-width: 130px;
}
.block-search input {
  font-size: unset;
}
.minicart-wrapper .block-minicart .product-item-photo .product-image-container {
  width: 100% !important;
}
.sm_megamenu_head_item > .sm_megamenu_title > a {
  font-size: 107.69%;
  font-weight: 700;
  color: #444;
}
h3.sm_megamenu_nodrop.title-cat {
  font-size: 107.69%;
}
h3.sm_megamenu_nodrop.title-cat a {
  font-weight: 700;
  color: #222;
}
.text-min-cart {
  display: none;
}
/**
 * Background bottom right, banner right dropdown megamenu
 */
.background-bottom-right {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  text-align: right;
  pointer-events: none;
}
.banner-full-right .banner-image {
  margin: -21px -16px -21px 0;
  text-align: right;
}
.rtl-layout .banner-full-right .banner-image {
  margin: -21px 0 -21px -16px;
  text-align: left;
}
.rtl-layout .background-bottom-right {
  text-align: left;
}
/**
 * Product megamenu
 */
.product-megamenu .block .block-title {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  font-size: 116.67%;
  padding-bottom: 5px;
  color: #444;
}
.product-megamenu.hidden-title .block .block-title {
  display: none;
}
.product-megamenu .product-items {
  margin: 0;
  font-size: unset;
}
.product-megamenu .product-items .product-item {
  width: 100% !important;
}
/**
 * Vertical css menu
 */
.vertical-menu-block .navigation .level0 .submenu,
.vertical-menu-block .navigation {
  font-weight: unset;
}
.vertical-menu-block .navigation li.level0 {
  display: block;
  margin: 0;
  padding: 0;
}
.vertical-menu-block .navigation .level0 > .level-top {
  padding: 5px 10px;
  display: block;
  line-height: unset;
}
.vertical-menu-block .navigation .level0 .submenu {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
/**
 * Header mobile
 */
.header-mobiles {
  display: none;
}
.header-mobiles .mobile-top {
  height: 50px;
}
.header-mobiles .mobile-header-content {
  position: relative;
}
.header-mobiles .mobile-menu {
  position: absolute;
  left: 0;
  top: 0;
}
.header-mobiles .mobile-menu > a {
  display: inline-block;
  height: 41px;
  line-height: 36px;
  margin-top: 7px;
}
.header-mobiles .mobile-menu > a span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  margin: 6px 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.header-mobiles .mobile-menu > a span.s-top {
  margin-top: 9px;
}
.header-mobiles .mobile-logo {
  text-align: center;
}
.header-mobiles .mobile-logo img {
  max-height: 32px;
  width: auto;
  margin-top: 9px;
}
.header-mobiles .mobile-cart {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
}
.header-mobiles .mobile-bottom {
  background-color: #f5f5f5;
  padding: 10px 0;
}
.header-mobiles .mobile-bottom .block-search-mobile {
  margin: 0;
}
.header-mobiles .mobile-bottom .block-search-mobile .form.minisearch {
  display: block;
  position: relative;
}
.header-mobiles .mobile-bottom .block-search-mobile .form.minisearch .field.search .input-text {
  height: 34px;
  max-width: unset;
  width: 100%;
  padding: 0 40px 0 10px;
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.header-mobiles .mobile-bottom .block-search-mobile .form.minisearch .actions button,
.header-mobiles .mobile-bottom .block-search-mobile .form.minisearch .actions .cart.table-wrapper .actions-toolbar > .action,
.header-mobiles .mobile-bottom .block-search-mobile .form.minisearch .actions .action-gift {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  opacity: 1;
  z-index: 10;
}
.header-mobiles .mobile-bottom .block-search-mobile .form.minisearch .actions button:before,
.header-mobiles .mobile-bottom .block-search-mobile .form.minisearch .actions .cart.table-wrapper .actions-toolbar > .action:before,
.header-mobiles .mobile-bottom .block-search-mobile .form.minisearch .actions .action-gift:before {
  content: '\e954';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.header-mobiles .mobile-bottom .block-search-mobile .form.minisearch .actions button span,
.header-mobiles .mobile-bottom .block-search-mobile .form.minisearch .actions .cart.table-wrapper .actions-toolbar > .action span,
.header-mobiles .mobile-bottom .block-search-mobile .form.minisearch .actions .action-gift span {
  display: none;
}
.header-mobiles .sidebar-nav-mobile {
  background-color: #fff;
  position: fixed;
  left: -320px;
  width: 280px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 30px 20px;
  z-index: 898;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header-mobiles .nav-tabs {
  border-bottom: 1px solid #e5e5e5;
}
.header-mobiles .nav-tabs > a {
  text-transform: uppercase;
  font-weight: 600;
  color: #222 !important;
  border: none !important;
  margin: 0 15px -1px 0;
  padding: 0 0 10px !important;
  background: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.header-mobiles .nav-tabs > a.active {
  border-color: #222 !important;
}
.header-mobiles .tab-content-mobile {
  padding: 20px 0;
}
.header-mobiles .tab-content-mobile .tab-panel {
  display: none;
}
.header-mobiles .tab-content-mobile .tab-panel.active {
  display: block;
}
.header-mobiles .header.links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.header-mobiles .header.links li a {
  padding: 0 !important;
}
.header-mobiles .customer-welcome {
  margin: 0 !important;
}
.header-mobiles .customer-welcome .dashboard {
  display: none;
}
.header-mobiles .customer-welcome .customer-menu {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.header-mobiles .customer-welcome .customer-menu li {
  margin-bottom: 10px !important;
}
.header-mobiles .switcher {
  margin: 0 0 20px;
  display: block !important;
  clear: both !important;
}
.header-mobiles .switcher .switcher-label {
  display: block;
  position: static;
  width: auto;
  height: auto;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}
.header-mobiles .switcher .heading-switcher {
  font-weight: 600;
  color: #222;
  margin-bottom: 7px;
}
.header-mobiles .switcher .list-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-mobiles .switcher .list-item .switcher-option {
  font-size: 100%;
  margin-bottom: 7px;
}
.header-mobiles .switcher.switcher-language .list-item .switcher-option a span,
.header-mobiles .switcher.switcher-language .heading-switcher {
  padding-left: 28px;
  background-position: left center;
  background-size: 21px auto;
}
.header-mobiles .navigation-mobile .vertical-type,
.header-mobiles .navigation-mobile .horizontal-type {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-mobiles .navigation-mobile .icon_items {
  display: none !important;
}
.header-mobiles .navigation-mobile .sm_megamenu_menu > li {
  position: relative;
}
.header-mobiles .navigation-mobile .sm_megamenu_menu > li > a {
  text-transform: uppercase;
}
.header-mobiles .navigation-mobile .sm_megamenu_menu > li > div {
  margin: 0;
  padding: 15px 0 0;
  display: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.header-mobiles .navigation-mobile .sm_megamenu_menu > li .btn-submobile {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: -2px;
  right: 0;
}
.header-mobiles .navigation-mobile .sm_megamenu_menu > li .btn-submobile:before {
  content: '\e92e';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.header-mobiles .navigation-mobile .sm_megamenu_menu > li.parent-active .btn-submobile:before {
  content: '\e931';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.header-mobiles .navigation-mobile .sm_megamenu_menu > li .sm_megamenu_firstcolumn {
  margin-bottom: 15px !important;
}
.header-mobiles .navigation-mobile .mega-feature-content {
  padding: 0;
}
.minicart-mobile {
  display: inline-block;
  clear: both;
}
.minicart-mobile .minicart-wrapper {
  margin: 0 !important;
  float: none !important;
}
.minicart-mobile .minicart-wrapper .action.showcart {
  height: 50px;
  line-height: 50px;
}
.minicart-mobile .minicart-wrapper .action.showcart .price-minicart,
.minicart-mobile .minicart-wrapper .action.showcart .text {
  display: none !important;
}
.minicart-mobile .minicart-wrapper .action.showcart:before {
  content: '\e957';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 23px;
  line-height: 50px !important;
  opacity: 1 !important;
}
.minicart-mobile .minicart-wrapper .action.showcart .counter.qty {
  position: relative;
  margin: 0;
  top: 14px;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
}
.minicart-mobile .minicart-wrapper .action.showcart .counter.qty .counter-label {
  display: none;
}
.nav-cssmenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-cssmenu li {
  position: relative;
  margin-bottom: 10px;
}
.nav-cssmenu li > a {
  display: table;
  margin-bottom: 10px;
}
.nav-cssmenu li .touch-button {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: -2px;
  right: 0;
}
.nav-cssmenu li .touch-button:before {
  content: '\e92e';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.nav-cssmenu li .touch-button span {
  display: none;
}
.nav-cssmenu li.parent-active > .touch-button:before {
  content: '\e931';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.nav-cssmenu > li > a {
  text-transform: uppercase;
}
.nav-cssmenu > li ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
  display: none;
}
.nav-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.show-sidebar-nav {
  overflow-y: hidden;
}
.show-sidebar-nav .nav-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 895;
}
.show-sidebar-nav .header-mobiles .sidebar-nav-mobile {
  left: 0;
}
/**
 * Right to left layout
 */
.rtl-layout .nav-cssmenu li .touch-button {
  left: 0;
  right: auto;
}
.rtl-layout .header-mobiles .navigation-mobile .sm_megamenu_menu > li .btn-submobile {
  left: 0;
  right: auto;
}
.rtl-layout .header-mobile .nav-tabs > a {
  margin-left: 15px;
  margin-right: 0;
}
.rtl-layout .header-mobile .switcher.switcher-language .list-item .switcher-option a span,
.rtl-layout .header-mobile .switcher.switcher-language .heading-switcher {
  padding-right: 28px;
  padding-left: 0;
  background-position: right center;
}
@media (min-width: 1200px) {
  .ontop-element.menu-on-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  }
}
@media (max-width: 767px) {
  .header-mobile .minicart-wrapper .product .actions {
    float: right;
  }
}
@media (max-width: 480px) {
  .minicart-wrapper .mage-dropdown-dialog {
    width: 290px;
  }
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/Sm/market_2/en_US/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../../frontend/Sm/market_2/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../frontend/Sm/market_2/en_US/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../frontend/Sm/market_2/en_US/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../frontend/Sm/market_2/en_US/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../frontend/Sm/market_2/en_US/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.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";
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333;
}
.page-main .col-xs-1,
.page-main .col-sm-1,
.page-main .col-md-1,
.page-main .col-lg-1,
.page-main .col-xs-2,
.page-main .col-sm-2,
.page-main .col-md-2,
.page-main .col-lg-2,
.page-main .col-xs-3,
.page-main .col-sm-3,
.page-main .col-md-3,
.page-main .col-lg-3,
.page-main .col-xs-4,
.page-main .col-sm-4,
.page-main .col-md-4,
.page-main .col-lg-4,
.page-main .col-xs-5,
.page-main .col-sm-5,
.page-main .col-md-5,
.page-main .col-lg-5,
.page-main .col-xs-6,
.page-main .col-sm-6,
.page-main .col-md-6,
.page-main .col-lg-6,
.page-main .col-xs-7,
.page-main .col-sm-7,
.page-main .col-md-7,
.page-main .col-lg-7,
.page-main .col-xs-8,
.page-main .col-sm-8,
.page-main .col-md-8,
.page-main .col-lg-8,
.page-main .col-xs-9,
.page-main .col-sm-9,
.page-main .col-md-9,
.page-main .col-lg-9,
.page-main .col-xs-10,
.page-main .col-sm-10,
.page-main .col-md-10,
.page-main .col-lg-10,
.page-main .col-xs-11,
.page-main .col-sm-11,
.page-main .col-md-11,
.page-main .col-lg-11,
.page-main .col-xs-12,
.page-main .col-sm-12,
.page-main .col-md-12,
.page-main .col-lg-12 {
  position: relative;
}
#at-expanded-menu-host .at-expanded-menu-round .at-expanded-menu-button-label {
  display: none !important;
}
#at-expanded-menu-host .at-expanded-menu-ft {
  margin: 0 35px!important;
}
#at-expanded-menu-host .at-expanded-menu-load {
  color: #000 !important;
}
#at-expanded-menu-host .at-expanded-menu-service-list li {
  margin-bottom: 40px !important;
}
#at-expanded-menu-host .at-expanded-menu .at-icon-wrapper,
#at-expanded-menu-host .at-expanded-menu-service-list button,
#at-expanded-menu-host .at-expanded-menu-service-list .cart.table-wrapper .actions-toolbar > .action,
#at-expanded-menu-host .at-expanded-menu-service-list .action-gift {
  width: 84px !important;
  height: 84px !important;
}
#at-expanded-menu-host .at-expanded-menu-close {
  padding: 0 !important;
}
#at-expanded-menu-host .at-expanded-menu-close span {
  color: #000;
}
.comparison.headings.data.table {
  display: none;
}
.switcher-dropdown {
  display: none;
}
.swatch-option.text {
  height: auto;
}
.dropdown.options.switcher-options.active .mage-dropdown-dialog .switcher-dropdown {
  display: block;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  display: none;
}
.modals-overlay {
  z-index: 1000000 !important;
}
.modal-popup {
  z-index: 10000000 !important;
}
.loading-mask {
  z-index: 9999999;
}
.clear-block {
  clear: both !important;
  float: none !important;
}
address {
  margin-bottom: 0;
}
label,
.label {
  font-weight: 500 !important;
  font-size: 100% !important;
  padding: 0 !important;
  margin: 0;
  text-align: left;
}
.direction_rtl label,
.direction_rtl .label {
  text-align: right;
}
.opc-wrapper .fieldset > .field.required > label:after,
.opc-wrapper .fieldset > .field._required > label:after {
  top: 0 !important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul > li,
ol > li {
  margin-bottom: 0;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
h1 {
  font-size: 2.6666em;
  line-height: 1.25em;
  /*32px, 40px*/
}
h2 {
  font-size: 2em;
  line-height: 1.25em;
  /*24px, 30px*/
}
h3 {
  font-size: 1.6666em;
  line-height: 1.2em;
  /*20px, 24px*/
}
h4 {
  font-size: 1.3333em;
  line-height: 1.25em;
  /*16px, 20px*/
}
h5 {
  font-size: 1.1666em;
  line-height: 1.1428em;
  /*14px, 16px*/
}
h6 {
  font-size: 1em;
  line-height: 1.1666em;
  /*12px, 14px*/
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  height: 35px;
  font-size: 100%;
  border: 1px solid #adadad;
  line-height: 1.66;
  background-color: #fff;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
textarea {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.cssload-square {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
  width: 35px;
  height: 35px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.cssload-square-part {
  position: absolute;
  width: 35px;
  height: 35px;
  z-index: 1;
  animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -ms-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}
.cssload-square-green {
  background: #f4a137;
  right: 0;
  bottom: 0;
  animation-direction: alternate-reverse;
  -o-animation-direction: alternate-reverse;
  -ms-animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse;
}
.cssload-square-pink {
  background: #e74c3c;
  left: 0;
  top: 0;
}
.cssload-square-blend {
  background: #75517d;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  animation: blend-anim 0.92s ease-in infinite;
  -o-animation: blend-anim 0.92s ease-in infinite;
  -ms-animation: blend-anim 0.92s ease-in infinite;
  -webkit-animation: blend-anim 0.92s ease-in infinite;
  -moz-animation: blend-anim 0.92s ease-in infinite;
}
@keyframes blend-anim {
  0% {
    transform: scale(0.01, 0.01) rotateY(0);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    transform: scale(1, 1) rotateY(0);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
  }
  100% {
    transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-o-keyframes blend-anim {
  0% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -o-transform: scale(1, 1) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
  }
  100% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-ms-keyframes blend-anim {
  0% {
    -ms-transform: scale(0.01, 0.01) rotateY(0);
    -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -ms-transform: scale(1, 1) rotateY(0);
    -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
  }
  100% {
    -ms-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-webkit-keyframes blend-anim {
  0% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -webkit-transform: scale(1, 1) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
  }
  100% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-moz-keyframes blend-anim {
  0% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -moz-transform: scale(1, 1) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
  }
  100% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@keyframes cssload-part-anim {
  0% {
    transform: translate3d(-18px, -18px, 0);
  }
  100% {
    transform: translate3d(18px, 18px, 0);
  }
}
@-o-keyframes cssload-part-anim {
  0% {
    -o-transform: translate3d(-18px, -18px, 0);
  }
  100% {
    -o-transform: translate3d(18px, 18px, 0);
  }
}
@-ms-keyframes cssload-part-anim {
  0% {
    -ms-transform: translate3d(-18px, -18px, 0);
  }
  100% {
    -ms-transform: translate3d(18px, 18px, 0);
  }
}
@-webkit-keyframes cssload-part-anim {
  0% {
    -webkit-transform: translate3d(-18px, -18px, 0);
  }
  100% {
    -webkit-transform: translate3d(18px, 18px, 0);
  }
}
@-moz-keyframes cssload-part-anim {
  0% {
    -moz-transform: translate3d(-18px, -18px, 0);
  }
  100% {
    -moz-transform: translate3d(18px, 18px, 0);
  }
}
#yt-totop {
  position: absolute;
  top: -25px;
  right: 17px;
  background-color: #666666;
  border: 4px solid #ddd;
  color: #dddddd;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  width: 48px;
  height: 48px;
  z-index: 30;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
#yt-totop:hover {
  background-color: #444;
}
#yt-totop:before {
  content: '\f062';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "f062";
  font-size: 20px;
}
.direction_rtl #yt-totop {
  left: 17px;
  right: auto;
}
.showcart .loading-mask .loader > img {
  width: auto;
}
.gallery-image {
  display: none;
}
#btn-gallery {
  display: block;
  bottom: 10px;
  height: 34px;
  text-align: center;
  line-height: 39px;
  position: absolute;
  right: 10px;
  width: 34px;
  background-color: #8f8f8f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  z-index: 10005;
}
#btn-gallery:before {
  content: '\f0b2';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "f0b2";
  font-size: 20px;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  -webkit-border-fit: lines;
}
.menu-ontop {
  position: fixed;
  z-index: 888;
}
.social-detail {
  clear: both;
}
.social-detail .share-title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 600;
  font-size: 133.33%;
  color: #000;
}
.social-detail .addthis_sharing_toolbox {
  display: inline-block;
  vertical-align: middle;
}
.modals-wrapper .modal-popup .modal-inner-wrap {
  width: 50%;
}
/* <- Safari & Google Chrome Fix */
button,
button:focus,
.cart-container .action.continue,
a.action.primary,
.modal-footer .action-primary.action-accept,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift,
.action-gift:focus {
  border: none !important;
  overflow: visible;
  display: inline-block;
  background: #444;
  width: auto;
  margin: 0;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  font-size: 100% !important;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 0 20px !important;
  color: #fff !important;
  text-decoration: none !important;
}
.fotorama__arr--disabled {
  opacity: 0 !important;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--right:after {
  display: none !important;
}
select {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-right: 26px;
  padding-left: 5px;
  background: url(../../frontend/Sm/market_2/en_US/images/bg-selectbox.png) no-repeat right center #ffffff;
}
.direction_rtl select {
  background-position: left center;
  padding-left: 26px;
  padding-right: 5px;
}
.page-title {
  margin-bottom: 30px;
}
.category-description {
  margin-bottom: 40px;
}
mark,
.mark {
  background-color: transparent;
}
.empty {
  padding-top: 10px;
}
.pager {
  margin: 0;
}
.modal-footer {
  border: none;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background: transparent;
}
.table > thead > tr > th {
  text-transform: uppercase;
}
.radio,
.checkbox {
  display: inline;
  position: relative;
  top: 3px;
  margin-top: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.full-wrapper {
  margin-left: -1000px;
  margin-right: -1000px;
  clear: both;
}
.page-header {
  padding-bottom: 0;
  border: none;
}
.modal-header {
  border-bottom: none;
}
.modal-popup .action-close {
  border: none !important;
}
.page-main {
  padding: 30px 0;
  min-height: 500px;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 30px;
}
.cms-index-index .page-main {
  padding: 0;
}
.fieldset > .field:not(.choice) > .label {
  width: auto !important;
  text-align: left !important;
  margin-bottom: 10px;
  display: table;
  float: none !important;
}
.fieldset > .field:not(.choice) > .control {
  float: none !important;
  width: auto !important;
}
.page-main .fieldset > .field.choice:before,
.page-main .fieldset > .field.no-label:before {
  width: auto;
  padding: 0;
}
.page-main .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.page-main .abs-margin-for-forms-desktop,
.page-main .fieldset .legend,
.page-main .column:not(.sidebar-main) form .actions-toolbar,
.page-main .column:not(.sidebar-additional) form .actions-toolbar,
.page-main .login-container .fieldset:after {
  margin-left: 0;
}
.page-main .form.password.reset,
.page-main .form.send.confirmation,
.page-main .form.password.forget,
.page-main .form.create.account {
  width: 100%;
}
/*DROPDOWN MINI CART*/
.block-minicart {
  background: #f2f2f2 !important;
  padding: 15px 15px 0!important;
  border: none !important;
  width: 100% !important;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4) !important;
  left: auto !important;
  right: auto !important;
}
.block-minicart .subtitle.empty {
  padding: 25px 0 40px;
}
.block-minicart li {
  border: none !important;
  padding: 10px 0!important;
}
.block-minicart .product-item-photo {
  border: 1px solid #ddd;
  width: 62px;
}
.block-minicart .product-item-photo img {
  width: 100% !important;
  height: auto !important;
}
.block-minicart #btn-minicart-close {
  display: none !important;
}
.block-minicart .items-total {
  float: none;
  display: none;
}
.block-minicart .header-minicart {
  background: #666;
  margin: -16px -16px 0;
  color: #fff;
  padding: 8px 20px;
  font-size: 116.67%;
}
.block-minicart .header-minicart .text-right {
  float: right;
}
.block-minicart .minicart-items-wrapper {
  margin: 0 -15px;
  padding: 15px;
  border: none;
  height: auto !important;
}
.block-minicart .minicart-items-wrapper .minicart-items {
  height: auto !important;
  max-height: 250px;
  overflow-y: auto;
}
.block-minicart .subtotal {
  margin: 0 -15px;
  background-color: #fff;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
  color: #444;
  text-align: left;
  padding: 13px 25px 10px;
}
.block-minicart .subtotal .label {
  font-weight: 700 !important;
  font-size: 133.33%;
  color: #444;
}
.block-minicart .subtotal .price-container {
  float: right;
  margin-top: -4px;
}
.block-minicart .subtotal .price-container .price-wrapper:first-child .price {
  font-size: 133.33%;
}
.block-minicart .block-content > .actions {
  background-color: #fff;
  margin: 0 -15px;
  text-align: left;
  padding: 10px 15px;
}
.block-minicart .block-content > .actions a {
  cursor: pointer;
  display: inline-block;
  height: 34px;
  padding: 0 20px;
  text-transform: uppercase;
  background-color: #666666;
  font-size: 116.67%;
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
  line-height: 34px;
}
.block-minicart .block-content > .actions a:hover {
  background-color: #333;
}
.block-minicart .minicart-widgets {
  margin: 0;
}
.block-minicart .minicart-items .product-item-details {
  padding-left: 75px;
  position: relative;
  margin-top: -5px;
}
.block-minicart .minicart-items .product-item-details .product-item-name {
  display: block;
  padding-right: 75px;
  font-weight: 700;
}
.block-minicart .minicart-items .product-item-details .product-item-name a {
  color: #444;
}
.block-minicart .minicart-items .product-item-details .price-container {
  position: absolute;
  top: 5px;
  right: 0;
}
.block-minicart .minicart-items .product-item-details .price-container .price-excluding-tax {
  font-size: 100%;
}
.block-minicart .minicart-items .product-item-details .price-container .price {
  font-weight: 700;
  background-color: #666666;
  border-radius: 3px;
  color: #fff;
  -webkit-border-radius: 3px;
  padding: 5px 10px;
}
.block-minicart .minicart-items .product-item-details .product-item-pricing .label {
  width: auto;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.delete:after {
  content: '\f057';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "f057";
  font-size: 19px;
  position: absolute;
  top: 54px;
  left: 52px;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.delete:before {
  display: none;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.edit {
  display: none;
}
.direction_rtl .block-minicart .header-minicart .text-right {
  float: left;
}
.direction_rtl .block-minicart .product-item-photo {
  float: right !important;
}
.direction_rtl .block-minicart .minicart-items .product-item-details {
  padding-right: 75px;
  padding-left: 0;
}
.direction_rtl .block-minicart .minicart-items .product-item-details .product-item-name {
  padding-left: 75px;
  padding-right: 0;
}
.direction_rtl .block-minicart .minicart-items .product-item-details .price-container {
  left: 0;
  right: auto;
}
.direction_rtl .block-minicart .minicart-items .product-item-details .product.actions .action.delete:after {
  right: 52px;
  left: auto;
}
.direction_rtl .block-minicart .subtotal {
  text-align: right;
}
.direction_rtl .block-minicart .subtotal .price-container {
  float: left;
}
.direction_rtl .block-minicart .block-content > .actions {
  text-align: right;
}
/*DROPDOWN MEGAMENU*/
.fix-width-60 {
  width: 60% !important;
}
.fix-width-40 {
  width: 40% !important;
}
.product-megamenu {
  padding-left: 15px;
}
.product-megamenu .products-grid .item:last-child .item-inner {
  margin-bottom: 0;
}
.product-megamenu .products-grid .item .item-inner {
  border: none;
}
.product-megamenu .products-grid .item .item-inner .box-info {
  padding: 10px 0 0;
}
.product-megamenu .products-grid .item .item-inner:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.right-image-menu {
  margin: -26px -16px -26px 0;
  text-align: right;
  float: right;
}
.border-right {
  border-right: 1px solid #ddd;
}
.margin-bottom {
  margin-bottom: 20px;
}
.remove-padding {
  padding: 0 !important;
}
.sm_megamenu_title .title-cat {
  font-size: 116.67%;
  font-weight: 700;
  color: #444;
  padding-bottom: 10px;
}
.sm_megamenu_title > a > span {
  display: inline-block;
  padding: 3px 0;
}
/*END DROPDOWN MEGAMENU*/
.modal-content {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.authentication-dropdown .action-close {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 20px;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: none;
}
.products.wrapper.products-grid .item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.hot-label {
  background: #f00;
  padding: 1px 5px!important;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 10px;
  position: relative;
}
.hot-label:before {
  border-bottom: 5px solid transparent;
  border-right: 6px solid #f00;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 0;
}
.direction_rtl .products.wrapper.products-grid .item {
  float: right;
}
.direction_rtl .swatch-option {
  float: right;
  margin: 0 0 5px 10px!important;
}
.direction_rtl .hot-label {
  float: left;
}
.direction_rtl .hot-label:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  left: auto;
  right: -5px;
}
.col3-layout .toolbar-top .pages {
  display: none;
}
.col3-layout .toolbar-bottom .limiter,
.col3-layout .toolbar-bottom .toolbar-sorter {
  display: none;
}
.price-box .price {
  color: #e74c3c;
  font-size: 133.33%;
}
.price-box .special-price,
.price-box .old-price {
  display: inline-block;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label {
  display: none;
}
.price-box .special-price {
  margin-right: 10px;
}
.price-box .special-price .price {
  color: #e74c3c;
}
.price-box .old-price .price {
  font-size: 100%;
  color: #999999;
  text-decoration: line-through;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  margin: 0;
}
.direction_rtl .price-box .special-price {
  margin-left: 10px;
  margin-right: 0;
}
div[class^="swatch-opt-"] {
  display: table;
}
.counter:after {
  content: ")";
}
.counter:before {
  content: "(";
}
.product-reviews-summary {
  margin: 0;
  display: inline-table;
}
.product-reviews-summary .rating-summary {
  display: inline-table;
  left: auto;
  padding-right: 10px;
}
.product-reviews-summary .reviews-actions {
  position: relative;
  top: 0;
}
.product-reviews-summary .reviews-actions a {
  display: inline-block;
}
.product-reviews-summary .reviews-actions .view span:last-child:after {
  content: "|";
  margin-left: 10px;
}
.direction_rtl .product-reviews-summary .reviews-actions .view span:last-child:after {
  margin-right: 10px;
  margin-left: 0;
}
.direction_rtl .product-reviews-summary .rating-summary {
  padding-left: 10px;
  padding-right: 0;
}
.info-box-detail .fieldset .control.control-qty-cart {
  width: 70px !important;
  margin-top: 5px;
  float: left !important;
}
.control-qty {
  position: relative;
  margin-left: -1px;
  float: left;
}
.control-qty .quantity-controls {
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url(../../frontend/Sm/market_2/en_US/images/plus-minus.png) no-repeat #444444;
}
.control-qty .quantity-controls.quantity-plus {
  background-position: 2px 2px;
}
.control-qty .quantity-controls.quantity-minus {
  background-position: 2px -47px;
}
.direction_rtl .control-qty {
  float: right;
  margin-right: -1px;
  margin-left: 0;
}
.direction_rtl .review-ratings {
  float: right;
}
.direction_rtl .review-ratings ~ .review-content,
.direction_rtl .review-ratings ~ .review-details {
  margin-right: 280px;
  margin-left: 0;
}
.rating-summary .rating-result {
  width: 74px;
  height: 12px;
  margin: 0;
  background: url(../../frontend/Sm/market_2/en_US/images/rating_icon.png) repeat-x bottom left;
}
.rating-summary .rating-result:before {
  display: none;
}
.rating-summary .rating-result > span {
  display: inline-block;
  height: 12px;
  position: relative;
  vertical-align: top;
  background: url(../../frontend/Sm/market_2/en_US/images/rating_icon.png) repeat-x left 0px;
}
.rating-summary .rating-result > span:before {
  display: none;
}
.page-wrapper {
  overflow-x: hidden;
  position: relative;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.page-header {
  margin: 0;
}
.page-title {
  font-size: 166.6%;
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.page-title:before {
  content: "";
  width: 70px;
  height: 3px;
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.direction_rtl .page-title:before {
  right: 0;
  left: auto;
}
.owl-controls .owl-nav div {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #444;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  margin-left: 6px;
}
.owl-controls .owl-nav div:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  text-indent: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.owl-controls .owl-nav div.owl-next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "f105";
  font-size: 16px;
  line-height: 30px;
}
.owl-controls .owl-nav div.owl-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "f104";
  font-size: 16px;
  line-height: 30px;
}
.owl-controls .owl-nav div:hover:before {
  opacity: 1;
}
.toolbar .pager .limiter strong,
.toolbar .pager .limiter select,
.toolbar .pager .limiter span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.toolbar.review-toolbar {
  border: none;
}
.toolbar.review-toolbar .pager {
  margin: 0;
}
.toolbar.review-toolbar .pager .limiter {
  float: left;
}
legend {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.review-legend {
  border-bottom: 1px solid #ddd;
}
.review-field-ratings .review-field-rating .label {
  line-height: 33px;
}
.review-field-ratings .review-field-rating .label:after {
  content: ": ";
}
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar {
  margin: 0 !important;
}
.review-title {
  text-transform: uppercase;
}
.review-form {
  max-width: none;
}
.fieldset .review-legend.legend {
  padding-bottom: 10px;
}
.review-add .fieldset > .field:not(.choice) > .label {
  width: 100%;
  float: none;
  text-align: left;
}
.review-add .fieldset > .field:not(.choice) > .control {
  float: none;
  width: 100%;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px !important;
}
.dropdown .mage-dropdown-dialog {
  position: absolute;
  top: 100%;
  left: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 11px;
  z-index: 10009;
  min-width: 155px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.product.options.list dt {
  display: inline;
}
.product.options.list dd {
  display: inline;
  margin-right: 5px;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: -2px !important;
}
.product.data.items > .item.title {
  height: 50px;
  border: 1px solid #e1e1e1;
  margin-right: -1px !important;
  line-height: 50px;
  padding: 0 25px;
  text-transform: uppercase;
}
.product.data.items > .item.title.active a {
  color: #fff !important;
}
.product.data.items > .item.title a {
  background: none !important;
  line-height: 50px !important;
  color: #000 !important;
  font-weight: 600;
}
.product.data.items > .item.content {
  margin-top: 49px !important;
  border: 1px solid #e1e1e1 !important;
  padding: 30px !important;
}
.product.data.items > .item.title > .switch {
  display: block;
  border: none !important;
  margin: 0;
  padding: 0 !important;
}
.breadcrumbs {
  padding: 30px 0 0;
  margin-bottom: 0;
}
.breadcrumbs .items .item {
  height: 25px;
  line-height: 22px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 0 8px 0 18px;
}
.breadcrumbs .items .item a {
  display: block;
  text-decoration: none;
}
.breadcrumbs .items .item strong {
  font-weight: 500;
}
.breadcrumbs .items .item:before,
.breadcrumbs .items .item:after {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  content: "";
  display: inline-block;
  height: 17px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 17px;
}
.breadcrumbs .items .item:after {
  right: -8px;
}
.breadcrumbs .items .item:before {
  left: -8px;
}
.breadcrumbs .items .item:first-child {
  padding-left: 10px;
  border-left: 1px solid #ddd;
}
.breadcrumbs .items .item:first-child:before {
  display: none;
}
.breadcrumbs .items .item:last-child {
  border-color: #ddd !important;
  color: #444;
}
.breadcrumbs .items .item:last-child:before,
.breadcrumbs .items .item:last-child:after {
  border-color: #ddd !important;
}
.direction_rtl .breadcrumbs .items .item {
  padding: 0 18px 0 8px;
}
.direction_rtl .breadcrumbs .items .item:before,
.direction_rtl .breadcrumbs .items .item:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.direction_rtl .breadcrumbs .items .item:first-child {
  border-right: 1px solid #ddd;
  border-left: none;
}
.direction_rtl .breadcrumbs .items .item:first-child:after {
  left: -8px;
  right: auto;
}
.slider-brand .item a img:hover,
.blog-wrapper .blog-image a img:hover,
.banner-megamenu a img:hover,
.image-sidebar a img:hover,
.minicart-items-wrapper .product .product-image-wrapper img:hover {
  opacity: 0.8;
}
.products-grid .item .item-inner .box-image:hover a img {
  opacity: 0.8;
}
.thumb-vertical .fotorama__stage {
  border: none;
}
.thumb-vertical .fotorama__stage .fotorama__stage__shaft {
  border: 1px solid #ddd;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .fotorama__stage__frame .fotorama__img {
    -webkit-transform: inherit !important;
  }
  .fotorama__stage__frame .fotorama__img {
    left: 0 !important;
    top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .layout-boxed .page-wrapper {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .navbar-active .page-wrapper {
    left: auto !important;
    right: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-boxed .page-wrapper {
    background-color: #fff;
    max-width: 970px;
    margin: 0 auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .navbar-active .page-wrapper {
    left: auto !important;
    right: auto !important;
  }
  .col3-layout .toolbar-top .pages,
  .col3-layout .toolbar-top .toolbar-sorter {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-boxed .page-wrapper {
    background-color: #fff;
    max-width: 750px;
    margin: 0 auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 767px) {
  .cart.table-wrapper .item .col.item {
    min-height: 90px;
  }
  .full-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 50% !important;
  }
  .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: 0 !important;
  }
  .products-grid.wishlist .product-item-photo {
    float: none !important;
    margin-right: 0 !important;
  }
  .breadcrumbs .items .item {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .modals-wrapper .modal-popup .modal-inner-wrap {
    width: 90%;
  }
  .cartpro-modal .cpmodal-wrapper .content-cpcart {
    max-height: 200px !important;
  }
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links > li {
  display: none;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links > li.myaccount-link,
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links > li.link.wishlist,
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links > li.checkout-link,
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links > li.authorization-link {
  display: block !important;
}
@media (max-width: 640px) {
  .cartpro-modal .cpmodal-wrapper .content-cpcart {
    max-height: 130px !important;
  }
}
@media (max-width: 480px) {
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 100%;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-dots .owl-dot {
  margin: 0 2px;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #999999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.owl-wrapper-outer {
  overflow-x: hidden;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  direction: ltr;
  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;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: unset;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: unset;
}
/* 
 * 	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/Sm/market_2/en_US/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/*=====================================================*/
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 100070;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../../frontend/Sm/market_2/en_US/images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 100051;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../frontend/Sm/market_2/en_US/images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.direction_rtl .fancybox-close {
  left: -18px;
  right: auto;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../../frontend/Sm/market_2/en_US/images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 100050;
  background-color: rgba(0, 0, 0, 0.5);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow-x: hidden;
  overflow-y: auto;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../../frontend/Sm/market_2/en_US/images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../../frontend/Sm/market_2/en_US/images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.login-container .block-customer-login,
.login-container .block-new-customer {
  padding: 30px;
  background-color: #fafafa;
  min-height: 420px;
  border: 1px solid #ddd;
}
.login-container .block-customer-login .block-title,
.login-container .block-new-customer .block-title {
  font-size: 100%;
  padding: 0;
}
.password-strength-meter {
  background-color: #f1f1f1;
}
.form-create-account .fieldset {
  width: 48.8%;
  min-height: 381px;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #ddd;
}
.form-create-account .fieldset .legend {
  border-bottom: 1px solid #e8e8e8;
  font-size: 133.33%;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.form-create-account .fieldset.create.info {
  float: left;
}
.form-create-account .fieldset.create.info .field-name-firstname,
.form-create-account .fieldset.create.info .field-name-lastname {
  width: 47%;
}
.form-create-account .fieldset.create.info .field-name-firstname {
  float: left;
}
.form-create-account .fieldset.create.info .field-name-lastname {
  float: right;
}
.form-create-account .fieldset.create.info .field.choice.newsletter {
  clear: both;
}
.form-create-account .fieldset.create.account {
  float: right;
}
.form-create-account .actions-toolbar {
  clear: both;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #ddd;
}
.direction_rtl.account .page-title-wrapper .page-title,
.direction_rtl [class^="sales-guest-"] .page-title-wrapper .page-title,
.direction_rtl .sales-guest-view .page-title-wrapper .page-title {
  margin-left: 25px;
  margin-right: 0;
}
.direction_rtl .form-create-account .fieldset.create.info {
  float: right;
}
.direction_rtl .form-create-account .fieldset.create.account {
  float: left;
}
.cart.table-wrapper .gift-content._active {
  table-layout: auto;
}
.cart-container .paypal-review-discount .block > .title:after {
  right: 0;
  top: -7px;
}
.cart-container .cart.table-wrapper .product-item-photo {
  width: 30%;
}
.cart-container .cart.table-wrapper .product-item-photo .product-image-photo {
  border: 1px solid #ddd;
}
.cart-container .cart.table-wrapper .item .col.item {
  padding-bottom: 10px;
  padding-top: 10px;
}
.cart-container .cart-summary {
  width: 30%;
  background: none;
  border: 1px solid #ddd;
  padding: 25px;
  top: auto !important;
}
.cart-container .cart-summary .summary.title {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.cart-container .cart-summary .block > .title:after {
  right: 0;
  top: -7px;
}
.cart-container .cart-summary .block .title {
  padding: 10px 10px 5px;
  background: #fafafa;
  border: 1px solid #ddd;
}
.cart-container .cart-summary .block .title strong {
  font-weight: 500 !important;
  font-size: 100% !important;
  text-transform: uppercase;
}
.cart-container .cart-summary .block .content {
  padding: 10px 0;
}
.cart-container .cart-summary .block .fieldset {
  margin: 0;
}
.cart-container .cart-summary .coupon .actions-toolbar .primary .apply.primary {
  background-color: #333;
}
.cart-container .form.form-cart {
  width: 67%;
}
.cart-container .cart.main.actions .action {
  border: none;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  font-family: inherit;
  font-size: 100%;
  margin-bottom: 10px;
  margin-right: 0;
}
.cart-container .cart.main.actions .action span {
  font-size: 100%;
}
.cart-container .cart.main.actions .action:before {
  display: none;
}
.cart-container .cart.main.actions .action.update {
  margin-left: 10px;
}
.cart-container .cart.table-wrapper .product-item-name {
  font-weight: 500;
  text-transform: uppercase;
}
.cart-container .cart.table-wrapper .item .col.item {
  border-top: none;
}
.cart-container .cart.table-wrapper .actions-toolbar {
  text-align: right;
}
.cart-container .cart.table-wrapper .actions-toolbar .action-edit,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete {
  background: none;
  font-weight: 500;
  font-size: 100%;
  border: 1px solid #cdcdcd !important;
  color: #555555 !important;
}
.cart-container .cart.table-wrapper .actions-toolbar .action-edit:hover,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete:hover {
  color: #fff;
}
.cart-container .cart.table-wrapper .gift-content {
  clear: both;
}
.cart-container .cart.table-wrapper .gift-content._active {
  display: block;
}
.cart-container mark,
.cart-container .mark {
  background: none;
}
.cart-container .cart-totals {
  border-top: none;
}
.cart-container .checkout-methods-items {
  background: #fafafa;
  margin: 25px -25px -25px;
  padding: 25px;
  border-top: 1px solid #ddd;
}
.cart-container .checkout-methods-items .action.primary.checkout {
  height: 40px;
  padding: 0 20px;
  border: none !important;
  color: #fff;
  letter-spacing: 0;
}
.crosssell-container {
  padding-top: 30px;
}
.cart-container .cart.main.actions .action:hover,
.cart-container .checkout-methods-items .action.primary.checkout:hover {
  background-color: #444 !important;
}
.direction_rtl table th {
  text-align: right;
}
.direction_rtl .cart.table-wrapper .product-item-photo {
  padding-left: 20px;
  padding-right: 0;
}
.direction_rtl .cart.table-wrapper .col.price,
.direction_rtl .order-items.table-wrapper .col.price,
.direction_rtl .cart.table-wrapper .col.qty,
.direction_rtl .order-items.table-wrapper .col.qty,
.direction_rtl .cart.table-wrapper .col.subtotal,
.direction_rtl .order-items.table-wrapper .col.subtotal,
.direction_rtl .cart.table-wrapper .col.msrp,
.direction_rtl .order-items.table-wrapper .col.msrp {
  text-align: left;
}
.direction_rtl .cart.table-wrapper .item-options dt,
.direction_rtl .block-giftregistry-shared-items .product .item-options dt,
.direction_rtl .multicheckout .item-options dt {
  float: right;
  clear: right;
  margin: 0 0 5px 10px;
}
.direction_rtl .cart.table-wrapper .item-options dd,
.direction_rtl .block-giftregistry-shared-items .product .item-options dd,
.direction_rtl .multicheckout .item-options dd,
.direction_rtl .block-cart-failed .action.continue,
.direction_rtl .cart-container .form-cart .action.continue,
.direction_rtl .cart-container .cart-gift-item .action.continue {
  float: right;
}
.direction_rtl .abs-shopping-cart-items-desktop .actions,
.direction_rtl .block-cart-failed .actions,
.direction_rtl .cart-container .form-cart .actions,
.direction_rtl .cart-container .cart-gift-item .actions {
  text-align: left;
}
.direction_rtl .cart-container .cart.main.actions .action.update {
  margin-right: 10px;
  margin-left: 0;
}
.direction_rtl .cart-container .cart-summary .block > .title:after {
  left: 0;
  right: auto;
}
.direction_rtl .cart-summary .block .item-options {
  margin-right: 0;
}
.direction_rtl .cart-totals .amount,
.direction_rtl .opc-block-summary .table-totals .amount,
.direction_rtl .cart-totals .grand .amount,
.direction_rtl .opc-block-summary .table-totals .grand .amount {
  text-align: left;
}
.direction_rtl .cart.table-wrapper .item-actions .actions-toolbar,
.direction_rtl .cart.table-wrapper .gift-content {
  text-align: right;
}
.direction_rtl .cart.table-wrapper .actions-toolbar > .action,
.direction_rtl .cart.table-wrapper .action-gift,
.direction_rtl .action-gift {
  margin-left: 10px;
  margin-right: 0;
}
.direction_rtl .cart.table-wrapper .action-gift {
  float: right;
}
.table-wrapper.comparison {
  overflow-x: auto;
  clear: both;
}
.table-comparison th {
  text-transform: uppercase;
}
.table-comparison .products-grid .item {
  float: left;
  min-width: 270px;
}
.direction_rtl .table-comparison .products-grid .item {
  float: right;
}
.wishlist-index-index .products-grid .product-item-actions {
  clear: both;
}
.wishlist-index-index .products-grid .product-item-actions a {
  float: left !important;
  margin-top: 0 !important;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .product-item-actions {
  margin: 0 0 10px!important;
}
.form-wishlist-items .box-tocart .control {
  margin-bottom: 10px;
  margin-right: 5px !important;
}
.checkout-container .opc-sidebar .modal-header {
  border: none;
  padding: 0;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary {
  padding: 30px;
  margin: 0 0 30px;
  background-color: #fafafa;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
  font-size: 166.67%;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-container .authentication-wrapper {
  margin-top: 10px;
}
.checkout-container .authentication-wrapper button,
.checkout-container .authentication-wrapper .cart.table-wrapper .actions-toolbar > .action,
.checkout-container .authentication-wrapper .action-gift {
  text-transform: uppercase;
}
.checkout-container .block-customer-login .block-title {
  font-size: 100%;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  top: -26px;
}
.checkout-container .table-checkout-shipping-method thead th {
  display: none !important;
}
.checkout-container .opc-wrapper .fieldset > .field.required > label:after {
  top: 0;
  margin-left: 4px;
}
.checkout-container .opc-block-shipping-information {
  padding: 0;
}
.checkout-container .opc-block-shipping-information .ship-to,
.checkout-container .opc-block-shipping-information .ship-via {
  padding: 30px;
  margin: 0 0 30px;
  background-color: #fafafa;
}
.checkout-container .opc-block-shipping-information .ship-to .shipping-information-title,
.checkout-container .opc-block-shipping-information .ship-via .shipping-information-title {
  font-size: 166.67%;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-container .opc-block-shipping-information .ship-to .action-edit,
.checkout-container .opc-block-shipping-information .ship-via .action-edit {
  padding: 0 !important;
  border: none !important;
}
.checkout-container .checkout-payment-method .payment-method-content {
  padding: 0 0 20px;
}
.checkout-container .checkout-payment-method .payment-option-title {
  padding-left: 0;
}
.checkout-container .checkout-payment-method .payment-option-content {
  padding: 0 0 20px;
}
.checkout-container .checkout-payment-method .step-title {
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-container .opc-wrapper .shipping-address-item {
  width: 100%;
}
.checkout-container .opc-wrapper .shipping-address-items {
  margin-top: 30px;
}
.checkout-container .opc-wrapper .action-show-popup > span:before {
  content: "";
}
.direction_rtl .opc-wrapper {
  float: right;
  padding-left: 30px;
  padding-right: 0;
}
.direction_rtl .opc-sidebar {
  float: left;
}
.direction_rtl .field-tooltip {
  left: 0;
  right: auto;
}
.direction_rtl .field .control._with-tooltip input {
  margin-left: 10px;
  margin-right: 0;
}
.direction_rtl .minicart-items .product > .product-item-photo,
.direction_rtl .minicart-items .product > .product-image-container {
  float: right;
}
.direction_rtl .minicart-items .product-item-details {
  padding-right: 88px;
  padding-left: 0;
}
.direction_rtl .opc-block-summary .product-item .product-item-name-block {
  padding-left: 5px;
  padding-right: 0;
  text-align: right;
}
.direction_rtl .opc-block-shipping-information .shipping-information-title .action-edit {
  left: 0;
  right: auto;
}
.form-wishlist-items {
  margin: 0 -15px;
}
.form-wishlist-items .products-grid.wishlist {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.form-wishlist-items .products-grid.wishlist .product-items {
  padding: 0;
  list-style: none;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item {
  float: left;
  width: 33.33%;
  padding: 15px;
  margin: 0;
  background-color: #fff;
  position: relative;
  border: 1px solid transparent;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info {
  width: 100% !important;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-inner {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  z-index: 10;
  padding: 0 15px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 !important;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty .qty {
  height: 35px;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .product-item-actions {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item:hover {
  border: 1px solid #ddd;
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item:hover .product-item-inner {
  display: block;
}
.form-wishlist-items .actions-toolbar {
  clear: both;
  padding: 0 15px;
}
.title-bonus-page h2 {
  font-size: 166.67%;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.about-us-page .title-bonus-page {
  margin-bottom: 25px;
}
.about-us-page .content-bonus-page p {
  margin-bottom: 20px;
}
.about-us-page .banner-about-us {
  padding: 50px 0 0;
}
.about-us-page .banner-bottom-wrapper {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.direction_rtl .aboutus-page .title-about-us h2 {
  padding: 0 0 6px 30px;
}
.direction_rtl .aboutus-page .why-list li {
  padding-right: 29px;
  padding-left: 0;
}
.direction_rtl .aboutus-page .why-list li:before {
  right: 0;
  left: auto;
}
.direction_rtl .aboutus-page .image-about-us {
  float: right;
}
.direction_rtl .aboutus-page .des-about-us {
  margin-right: 300px;
  margin-left: 0;
}
.direction_rtl .aboutus-page .title-happy-about {
  right: 20px;
  left: auto;
}
.direction_rtl .aboutus-page .slider-happy-client .owl-controls {
  left: 2px;
  right: auto;
}
.direction_rtl .aboutus-page .ct-why {
  text-align: right;
  padding: 0 25px 0 10px;
}
.direction_rtl .aboutus-page .ct-why:before {
  right: 0 !important;
  left: auto !important;
}
.google-map {
  border: 5px solid #ddd;
  margin-bottom: 40px;
}
.google-map #map {
  width: 100%;
  height: 361px;
}
.contact-info .title-bonus-page {
  margin-bottom: 25px;
}
.contact-info .address-info {
  margin-bottom: 15px;
}
.contact-info .address-info li {
  padding: 10px 0px 10px 30px;
  border-top: 1px solid #f3f3f3;
  position: relative;
}
.contact-info .address-info li:before {
  position: absolute;
  left: 0px;
  top: 7px;
  font-family: fontawesome;
}
.contact-info .address-info li.add-icon:before {
  content: "\f041";
  font-size: 21px;
  padding-left: 3px;
}
.contact-info .address-info li.email-icon:before {
  content: "\f0e0";
  font-size: 16px;
}
.contact-info .address-info li.phone-icon:before {
  content: "\f095";
  font-size: 18px;
}
.contact-us-page .banner-bottom-wrapper {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.contact-us-page .banner-about-us {
  padding-top: 50px;
}
.contact-us-page .form.contact .title-bonus-page {
  margin-bottom: 25px;
}
.contact-us-page .form.contact .fieldset {
  margin-bottom: 0;
}
.contact-us-page .form.contact .left-input {
  float: left;
  width: 270px;
}
.contact-us-page .form.contact .left-input .field {
  margin-bottom: 20px;
}
.contact-us-page .form.contact .field.comment {
  margin-left: 300px;
}
.contact-us-page .form.contact .input-text::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.contact-us-page .form.contact .input-text:-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.contact-us-page .form.contact .input-text::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.contact-us-page .form.contact .input-text:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.contact-us-page .form.contact .input-text::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.contact-us-page .form.contact .input-text:-ms-input-placeholder {
  color: #666666;
}
.contact-us-page .form.contact .input-text::-webkit-input-placeholder {
  color: #666666;
}
.contact-us-page .form.contact .input-text::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.contact-us-page .form.contact .input-text:-ms-input-placeholder {
  color: #666666;
}
.contact-us-page .form.contact .input-text::-webkit-input-placeholder {
  color: #666666;
}
.contact-us-page .form.contact .input-text::-webkit-input-placeholder {
  color: #666666;
}
.contact-us-page .form.contact .input-text::-moz-placeholder {
  color: #666666;
}
.contact-us-page .form.contact .input-text:-ms-input-placeholder {
  color: #666666;
}
.contact-us-page .form.contact .input-text::placeholder {
  color: #666666;
}
.direction_rtl .contact-us-page .form.contact .left-input {
  float: right;
}
.direction_rtl .form-contact .actions-toolbar .primary {
  float: right;
}
.direction_rtl .form-contact .actions-toolbar .primary button,
.direction_rtl .form-contact .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.direction_rtl .form-contact .actions-toolbar .primary .action-gift {
  margin-left: 5px;
  margin-right: 0;
}
.direction_rtl .contact-info .address-info li {
  padding: 10px 30px 10px 0;
}
.direction_rtl .contact-info .address-info li:before {
  right: 0;
  left: auto;
}
/* ------------------------------ABOUT US PAGE-------------------------------- */
.slider-ourmember .owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: #d7d7d5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.aboutus-page .box-1-about {
  background: #fff;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.aboutus-page .title-about-us {
  background: url(../../frontend/Sm/market_2/en_US/images/bg-title-about.png) repeat-x left center;
  margin-bottom: 17px;
}
.aboutus-page .title-about-us h2 {
  background: #fff;
  display: inline-block;
  font-size: 183.3%;
  color: #444;
  padding: 0 30px 6px 0px;
  font-family: inherit;
}
.aboutus-page .image-about-us {
  float: left;
  width: 270px;
  padding-top: 6px;
}
.aboutus-page .des-about-us {
  margin-left: 300px;
  line-height: 18px;
}
.aboutus-page .why-list li {
  position: relative;
  padding-left: 29px;
}
.aboutus-page .why-list li:before {
  background-image: url("../../frontend/Sm/market_2/en_US/images/icon-whylist.png");
  content: "";
  width: 14px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 10px;
  background-repeat: no-repeat;
  background-position: top left;
}
.aboutus-page .why-list li > a {
  display: block;
  padding: 5px 0 7px;
  background: url("../../frontend/Sm/market_2/en_US/images/border-bottom-bs.png") repeat-x left bottom;
}
.aboutus-page .why-list li:last-child > a {
  background: none;
}
.aboutus-page .happy-about-us {
  clear: both;
  padding-top: 45px;
}
.aboutus-page .title-happy-about {
  background: #fff;
  display: inline-block;
  left: 20px;
  padding: 5px 10px;
  position: absolute;
  top: -17px;
}
.aboutus-page .title-happy-about h2 {
  font-size: 150%;
  color: #444;
  font-family: inherit;
  font-weight: normal;
}
.aboutus-page .happy-ab {
  border: 1px solid #e9e9e9;
  padding: 33px 8px 20px;
}
.aboutus-page .ct-why {
  padding: 0 10px 0 25px;
  position: relative;
}
.aboutus-page .slider-happy-client .item > div:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 12px;
  background: url(../../frontend/Sm/market_2/en_US/images/note-client.png) no-repeat top left;
  left: 0px;
  top: 6px;
}
.aboutus-page .slider-happy-client .owl-dots {
  display: none !important;
}
.aboutus-page .slider-happy-client .owl-controls {
  background: #fff;
  padding: 0 5px;
  position: absolute;
  right: 2px;
  top: -47px;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev,
.aboutus-page .slider-happy-client .owl-controls .owl-next {
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  background-color: transparent !important;
  top: 0px;
  margin: 0 3px;
  position: relative;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev:before,
.aboutus-page .slider-happy-client .owl-controls .owl-next:before {
  display: none;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev {
  background-image: url(../../frontend/Sm/market_2/en_US/images/btn-prev-hp.png) !important;
  margin-right: 3px;
  right: 0px !important;
  left: inherit !important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-prev:hover {
  background-image: url(../../frontend/Sm/market_2/en_US/images/btn-prev-hp-h.png) !important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-nav {
  width: 68px;
  display: inline-block;
  height: 26px;
  background: #fff;
}
.aboutus-page .cms-about-us .service-bottom {
  margin-bottom: 0px;
}
.cms-about-us #yt_main > .container {
  background: none;
  margin-bottom: 0px;
}
.aboutus-page .slider-happy-client .owl-controls .owl-next {
  background-image: url(../../frontend/Sm/market_2/en_US/images/btn-next-hp.png) !important;
  right: 0px !important;
}
.aboutus-page .slider-happy-client .owl-controls .owl-next:hover {
  background-image: url(../../frontend/Sm/market_2/en_US/images/btn-next-hp-h.png) !important;
}
.aboutus-page .client-info-about .name {
  font-size: 133%;
}
.aboutus-page .ct-why .client-say {
  font-size: 107.69%;
  color: #909090;
  margin-bottom: 10px;
}
.aboutus-page .our-member {
  clear: both;
  padding-top: 30px;
}
.aboutus-page .our-member .owl-nav {
  display: none !important;
}
.aboutus-page .our-member .sm_quickview_handler {
  display: none !important;
}
.aboutus-page .our-member .info-member {
  text-align: center;
  padding-top: 10px;
}
.aboutus-page .our-member .info-member .cl-name {
  font-size: 133%;
}
.aboutus-page .our-member .info-member .cl-name > a:hover {
  text-decoration: underline;
}
.aboutus-page .our-member .cl-job {
  font-size: 116.6%;
  padding: 3px 0px 2px;
  color: #444;
}
.aboutus-page .our-member .cl-des {
  /*color:#909090;*/
}
.aboutus-page .our-member .respl-item .w-image-box {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.aboutus-page .our-member .respl-item .w-image-box .item-image > a:before {
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.aboutus-page .our-member .respl-item .w-image-box:hover .item-image > a:before {
  height: 100%;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.aboutus-page .our-member .respl-item .w-image-box .cl-nw {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -12px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 10;
  border-radius: 50%;
}
.aboutus-page .our-member .respl-item .w-image-box .cl-nw.cl-facebook {
  background-image: url(../../frontend/Sm/market_2/en_US/images/cl_facebook.png);
  margin-left: -42px;
  transition: all 0.3s ease 0.3s;
  -web-kit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
}
.aboutus-page .our-member .respl-item .w-image-box .cl-nw.cl-flickr {
  background-image: url(../../frontend/Sm/market_2/en_US/images/cl_flickr.png);
  transition: all 0.3s ease 0.6s;
  -web-kit-transition: all 0.3s ease 0.6s;
  -moz-transition: all 0.3s ease 0.6s;
}
.aboutus-page .our-member .respl-item .w-image-box .cl-nw.cl-twitter {
  background-image: url(../../frontend/Sm/market_2/en_US/images/cl_twitter.png);
  margin-left: 18px;
  transition: all 0.3s ease 0.9s;
  -web-kit-transition: all 0.3s ease 0.9s;
  -moz-transition: all 0.3s ease 0.9s;
}
.aboutus-page .our-member .respl-item .w-image-box:hover .cl-nw {
  bottom: 28px;
}
.aboutus-page .our-member .title-about-us {
  text-align: center;
}
.aboutus-page .our-member .title-about-us > h2 {
  padding: 0 30px 6px 30px;
  font-size: 215.38%;
  font-weight: normal;
  font-family: inherit;
}
.aboutus-page .our-member .short-des {
  text-align: center;
  color: #909090;
  margin-bottom: 70px;
}
.aboutus-page .our-member .owl-controls {
  position: absolute;
  top: -45px;
  left: 0px;
  width: 100%;
}
.wrapper_404page {
  background-color: #eeeeee;
  border-radius: 3px;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
.wrapper_404page .content-404page {
  float: right;
  margin-top: 40px;
  max-width: 500px;
  text-align: center;
}
.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text {
  font-size: 133.33%;
}
.wrapper_404page .content-404page .img-404 {
  margin: 30px 0;
}
.wrapper_404page .content-404page .img-404 img {
  max-width: 100%;
  width: auto;
}
.wrapper_404page .content-404page .button-404 {
  padding-top: 40px;
}
.wrapper_404page .img-right-404 {
  margin-top: 60px;
}
.wrapper_404page .content-404page .prev-page-btn {
  background-color: #ea3a3c;
}
.wrapper_404page .content-404page .btn-404 {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin: 0 4px 10px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.wrapper_404page .content-404page .back2home {
  background-color: #3cb7e7;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-container .form.form-cart {
    width: 100%;
    float: none;
    clear: both;
  }
  .cart-container .cart-summary {
    position: relative;
    top: auto !important;
    width: 100%;
  }
  .welcome-about-us {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .login-container .block-customer-login,
  .login-container .block-new-customer {
    min-height: auto;
  }
  .form-create-account .fieldset {
    width: 100%;
    float: none;
  }
  .cart-container .form.form-cart {
    width: 100%;
    float: none;
    clear: both;
  }
  .cart-container .cart-summary {
    position: relative;
    top: auto !important;
    width: 100%;
  }
  .cart-container .action.continue,
  .cart-container .action.clear,
  .cart-container .action.update {
    width: 100%;
    margin: 0 0 10px!important;
  }
  .cart-container .cart.table-wrapper .actions-toolbar {
    text-align: left;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .opc-estimated-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    display: none;
  }
  .opc-estimated-wrapper .estimated-block {
    float: none;
  }
  .opc-estimated-wrapper .estimated-block span {
    display: inline-block !important;
    margin-right: 10px !important;
  }
  .checkout-payment-method .payment-method-billing-address .billing-address-details {
    padding: 0 15px!important;
  }
  .checkout-payment-method .billing-address-same-as-shipping-block {
    padding: 0 15px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 !important;
  }
  .checkout-container .checkout-payment-method .payment-option-title {
    padding: 10px 0!important;
  }
  .payment-method-billing-address > .fieldset {
    padding: 0 15px!important;
  }
  .payment-method-billing-address > .fieldset .actions-toolbar {
    padding: 0 !important;
  }
  .opc-wrapper .form-discount,
  .checkout-payment-method .field-select-billing,
  .checkout-payment-method .billing-address-form {
    max-width: 100% !important;
  }
  .payment-method-content .actions-toolbar {
    padding: 0 15px;
  }
  .welcome-about-us {
    margin-bottom: 30px;
  }
  .aboutus-page .des-about-us {
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 20px;
  }
  .contact-us-page .form.contact .left-input {
    width: 100%;
  }
  .contact-us-page .form.contact .field.comment {
    margin-left: 0;
    clear: both;
  }
  .block-collapsible-nav {
    position: relative;
    top: auto;
    left: auto;
  }
  .block-collapsible-nav .title {
    background-color: #f5f5f5;
    padding: 14px 40px 10px 15px;
  }
}
@media (max-width: 480px) {
  .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    width: 100% !important;
  }
}
.pricing-title h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  font-size: 150%;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
}
.pricing-title h2:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.table-style-1 {
  margin-bottom: 30px;
}
.table-style-1 .pricing-title {
  margin-bottom: 75px;
}
.table-style-1 .table-container {
  display: table;
  width: 100%;
}
.table-style-1 .table-container .table-column {
  display: table-cell;
}
.table-style-1 .table-container .table-column .table-content {
  background-color: #f4f4f4;
  padding: 0 20px 54px;
  border: 1px solid #e9e9e9;
  border-right: none;
}
.table-style-1 .table-container .table-column .table-content .table-header {
  background-color: #dddddd;
  text-align: center;
  margin: -1px -20px 15px;
  padding: 28px 10px;
  color: #222;
}
.table-style-1 .table-container .table-column .table-content .table-header h3 {
  text-transform: uppercase;
  font-size: 150%;
  font-weight: bold;
}
.table-style-1 .table-container .table-column .table-content .table-detail {
  text-align: center;
  font-size: 116.67%;
}
.table-style-1 .table-container .table-column .table-content .table-detail .table-option {
  margin-bottom: 10px;
}
.table-style-1 .table-container .table-column .table-content .table-detail .table-option li {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
}
.table-style-1 .table-container .table-column .table-content .table-detail .table-price {
  margin-bottom: 25px;
}
.table-style-1 .table-container .table-column .table-content .table-detail .table-price .dv-price {
  font-size: 128.57%;
  position: relative;
  top: -26px;
  color: #df1f26;
}
.table-style-1 .table-container .table-column .table-content .table-detail .table-price .price {
  font-size: 433.33%;
  font-weight: bold;
  color: #df1f26;
}
.table-style-1 .table-container .table-column .table-content .table-detail .table-price p {
  margin-top: -15px;
}
.table-style-1 .table-container .table-column .table-content .table-detail .button-container a {
  background-color: #222222;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 13px 50px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.table-style-1 .table-container .table-column:last-child .table-content {
  border-right: 1px solid #e9e9e9;
}
.table-style-1 .table-container .table-column.column-active {
  position: relative;
  top: -33px;
}
.table-style-1 .table-container .table-column.column-active .table-content {
  padding-bottom: 90px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.table-style-1 .table-container .table-column.column-active .table-content .table-header {
  margin-bottom: 48px;
  background-color: #222;
  color: #fff;
}
.table-style-2 {
  margin-bottom: 60px;
}
.table-style-2 .pricing-title {
  margin-bottom: 54px;
}
.table-style-2 .table-container {
  box-shadow: 0 0 0 5px #f4f3f3;
  -webkit-box-shadow: 0 0 0 5px #f4f3f3;
  border: 1px solid #c2c2c2;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px 0px 30px;
}
.table-style-2 .table-container .table-column .table-content .table-detail {
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #efefef;
}
.table-style-2 .table-container .table-column .table-content .table-detail .table-header {
  margin-left: 10px;
  margin-right: 10px;
  color: #222222;
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #ededed;
}
.table-style-2 .table-container .table-column .table-content .table-detail .table-header h3 {
  font-size: 150%;
  text-transform: uppercase;
  font-weight: bold;
}
.table-style-2 .table-container .table-column .table-content .table-detail .table-option {
  margin-left: 10px;
  margin-right: 10px;
}
.table-style-2 .table-container .table-column .table-content .table-detail .table-option li {
  padding: 5px 36px;
  border-bottom: 1px solid #ededed;
}
.table-style-2 .table-container .table-column .table-content .table-detail .table-option li:before {
  content: "";
  display: inline-block;
  background-color: #909090;
  position: relative;
  top: -1px;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.table-style-2 .table-container .table-column .table-content .table-detail .table-price {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  padding: 15px 0;
}
.table-style-2 .table-container .table-column .table-content .table-detail .table-price .price {
  color: #222;
  font-size: 200%;
}
.table-style-2 .table-container .table-column .table-content .button-container {
  margin-left: 11px;
  margin-right: 11px;
  text-align: center;
}
.table-style-2 .table-container .table-column .table-content .button-container a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background-color: #222222;
  color: #fff;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 116.67%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.table-style-2 .table-container .table-column .table-content .button-container a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: -12px;
  background: url(../../frontend/Sm/market_2/en_US/images/pages/arrow_pcicing.png) no-repeat center center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.table-style-2 .table-container .table-column:first-child .table-content .table-detail {
  border-left: none;
}
.table-style-2 .table-container .table-column:last-child .table-content .table-detail {
  border-right: none;
}
.table-style-2 .table-container .table-column.column-active .table-content {
  background-color: #222;
  position: relative;
}
.table-style-2 .table-container .table-column.column-active .table-content:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 23px;
  background-color: #222;
  position: absolute;
  left: 0;
  top: -23px;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
.table-style-2 .table-container .table-column.column-active .table-content:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 42px;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: -42px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}
.table-style-2 .table-container .table-column.column-active .table-content .table-detail {
  border: none;
}
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-header {
  border-color: #323232;
}
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-option {
  color: #bbb;
}
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-option li {
  border-color: #323232;
}
.table-style-2 .table-container .table-column.column-active .table-content .table-detail .table-price p {
  color: #bbb;
}
.table-style-2 .table-container .table-column.column-active .table-content .button-container a {
  background-color: #fff;
  border-color: #1b1b1b;
  color: #222222;
}
.table-style-3 {
  margin-bottom: 60px;
}
.table-style-3 .pricing-title {
  margin-bottom: 30px;
}
.table-style-3 .table-container {
  text-align: center;
}
.table-style-3 .table-container .table-column {
  display: inline-block;
  min-width: 245px;
  margin: 0 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.table-style-3 .table-container .table-column .table-content {
  padding: 8px;
  box-shadow: 0 15px 22px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 15px 22px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.table-style-3 .table-container .table-column .table-content .table-header {
  color: #fff;
  padding: 18px 10px;
  margin: -8px -8px 0;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
.table-style-3 .table-container .table-column .table-content .table-header h3 {
  font-weight: bold;
  font-size: 250%;
}
.table-style-3 .table-container .table-column .table-content .table-header .short-des {
  font-weight: bold;
}
.table-style-3 .table-container .table-column .table-content .table-detail {
  background-color: #f2f2f2;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}
.table-style-3 .table-container .table-column .table-content .table-detail .table-option li {
  border-bottom: 1px solid #e2e2e2;
  padding: 13px 10px;
}
.table-style-3 .table-container .table-column .table-content .table-detail .table-option li:last-child {
  border-bottom: none;
}
.table-style-3 .table-container .table-column .table-content .table-price {
  font-weight: bold;
  margin-bottom: 12px;
}
.table-style-3 .table-container .table-column .table-content .table-price .price {
  font-size: 500%;
  color: #222222;
  line-height: 1.3;
}
.table-style-3 .table-container .table-column .table-content .table-price .dv-price {
  color: #444444;
  font-size: 250%;
  position: relative;
  top: -9px;
}
.table-style-3 .table-container .table-column .table-content .table-price p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 116.67%;
  color: #444444;
  margin-top: -10px;
}
.table-style-3 .table-container .table-column .table-content .button-container a {
  display: block;
  font-size: 116.67%;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.table-style-3 .table-container .table-column .table-content .button-container a:hover {
  background-color: #222;
}
.table-style-3 .color-1 {
  background-color: #4cbf8d;
}
.table-style-3 .color-2 {
  background-color: #f4a137;
}
.table-style-3 .color-3 {
  background-color: #50c1e9;
}
.table-style-4 {
  margin-bottom: 60px;
}
.table-style-4 .pricing-title {
  margin-bottom: 40px;
}
.table-style-4 .table-container {
  text-align: center;
}
.table-style-4 .table-container .table-column {
  display: inline-block;
  vertical-align: top;
  min-width: 270px;
  margin: 0 13px;
}
.table-style-4 .table-container .table-column .table-content {
  overflow: hidden;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.table-style-4 .table-container .table-column .table-content .table-header h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 141.67%;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-style-4 .table-container .table-column .table-content .table-header .table-price {
  display: inline-block;
  font-size: 166.67%;
  padding: 2px 27px;
  color: #fff;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  margin: 27px 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.table-style-4 .table-container .table-column .table-content .table-detail .table-option li {
  padding: 14px 10px;
}
.table-style-4 .table-container .table-column .table-content .table-detail .table-option li:nth-child(even) {
  background-color: #dddddd;
}
.table-style-4 .table-container .table-column .table-content .button-container a {
  color: #fff;
  display: block;
  font-size: 116.67%;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.table-style-4 .table-container .table-column .table-content .button-container a:hover {
  background-color: #222;
}
.table-style-5 .pricing-title {
  margin-bottom: 40px;
}
.table-style-5 .table-container {
  text-align: center;
}
.table-style-5 .table-container .table-column {
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  margin: 0 4px;
}
.table-style-5 .table-container .table-column .table-content {
  background-color: #ebebeb;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.table-style-5 .table-container .table-column .table-content .table-price {
  padding-top: 10px;
  padding-bottom: 25px;
  font-weight: bold;
  color: #222;
}
.table-style-5 .table-container .table-column .table-content .table-price .price {
  font-size: 300%;
}
.table-style-5 .table-container .table-column .table-content .table-price .dv-price {
  font-size: 200%;
}
.table-style-5 .table-container .table-column .table-content .table-price .short-des {
  color: #909090;
  margin-top: -5px;
  text-transform: uppercase;
}
.table-style-5 .table-container .table-column .table-content .button-container a {
  display: block;
  font-size: 116.67%;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  position: relative;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.table-style-5 .table-container .table-column .table-content .button-container a:before {
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.table-style-5 .table-container .table-column.column-active .table-content {
  margin-top: -5px;
}
.table-style-5 .table-container .table-column.column-active .table-content .table-price {
  padding-top: 15px;
  padding-bottom: 30px;
}
.table-style-5 .color-1 {
  background-color: #4cbf8d;
}
.table-style-5 .color-1:before {
  background-color: #4cbf8d;
}
.table-style-5 .color-1:hover {
  background-color: #222;
}
.table-style-5 .color-1:hover:before {
  background-color: #222;
}
.table-style-5 .color-2 {
  background-color: #f4a137;
}
.table-style-5 .color-2:before {
  background-color: #f4a137;
}
.table-style-5 .color-2:hover {
  background-color: #222;
}
.table-style-5 .color-2:hover:before {
  background-color: #222;
}
.table-style-5 .color-3 {
  background-color: #50c1e9;
}
.table-style-5 .color-3:before {
  background-color: #50c1e9;
}
.table-style-5 .color-3:hover {
  background-color: #222;
}
.table-style-5 .color-3:hover:before {
  background-color: #222;
}
.team-title h2 {
  font-size: 150%;
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  margin-bottom: 35px;
}
.team-container {
  margin-bottom: 75px;
}
.team-style-1 .team-container .team-inner .team-info {
  text-align: center;
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 15px 10px 10px;
}
.team-style-1 .team-container .team-inner .team-info h3 {
  font-size: 116.67%;
  font-weight: bold;
  color: #222;
}
.team-style-1 .team-container .team-inner .team-info p {
  font-size: 108.33%;
  color: #777;
  padding: 5px 0 10px;
}
.team-style-1 .team-container .team-inner .team-info .socials li {
  display: inline-block;
  margin: 0 3px;
}
.team-style-1 .team-container .team-inner .team-info .socials li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.team-style-1 .team-container .team-inner .team-info .socials li a:hover {
  top: -2px;
}
.team-style-1 .team-container .team-inner .team-info .socials li.rss a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/rss.png);
}
.team-style-1 .team-container .team-inner .team-info .socials li.facebook a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/facebook.png);
}
.team-style-1 .team-container .team-inner .team-info .socials li.twitter a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/twitter.png);
}
.team-style-1 .team-container .team-inner .team-info .socials li.google-plus a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/google.png);
}
.team-style-2 .team-container .team-inner .team-info {
  text-align: center;
  padding: 15px 10px 10px;
  color: #fff;
}
.team-style-2 .team-container .team-inner .team-info h3 {
  font-size: 116.67%;
  font-weight: bold;
}
.team-style-2 .team-container .team-inner .team-info p {
  font-size: 108.33%;
  padding: 5px 0 10px;
}
.team-style-2 .team-container .team-inner .team-image {
  position: relative;
}
.team-style-2 .team-container .team-inner .team-image .socials {
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 100%;
}
.team-style-2 .team-container .team-inner .team-image .socials li {
  display: inline-block;
  margin: 0 3px;
}
.team-style-2 .team-container .team-inner .team-image .socials li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.team-style-2 .team-container .team-inner .team-image .socials li a:hover {
  top: -2px;
}
.team-style-2 .team-container .team-inner .team-image .socials li.rss a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/rss_2.png);
}
.team-style-2 .team-container .team-inner .team-image .socials li.facebook a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/facebook_2.png);
}
.team-style-2 .team-container .team-inner .team-image .socials li.twitter a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/twitter_2.png);
}
.team-style-2 .team-container .team-inner .team-image .socials li.google-plus a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/google_2.png);
}
.team-style-2 .team-container .team-inner .team-image .socials-container {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.team-style-2 .team-container .team-inner .team-image:hover .socials-container {
  opacity: 1;
}
.team-style-3 .team-container .team-inner .team-info {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.team-style-3 .team-container .team-inner .team-info .team-info-middle {
  width: 100%;
  position: absolute;
  padding: 0 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-style-3 .team-container .team-inner .team-info h3 {
  font-size: 116.67%;
  font-weight: bold;
}
.team-style-3 .team-container .team-inner .team-info p {
  font-size: 108.33%;
  padding: 10px 0 15px;
}
.team-style-3 .team-container .team-inner .team-image {
  position: relative;
}
.team-style-3 .team-container .team-inner .team-image:hover .team-info {
  opacity: 1;
}
.team-style-3 .team-container .team-inner .team-image .socials li {
  display: inline-block;
  margin: 0 3px;
}
.team-style-3 .team-container .team-inner .team-image .socials li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.team-style-3 .team-container .team-inner .team-image .socials li a:hover {
  top: -2px;
}
.team-style-3 .team-container .team-inner .team-image .socials li.rss a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/rss_2.png);
}
.team-style-3 .team-container .team-inner .team-image .socials li.facebook a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/facebook_2.png);
}
.team-style-3 .team-container .team-inner .team-image .socials li.twitter a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/twitter_2.png);
}
.team-style-3 .team-container .team-inner .team-image .socials li.google-plus a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/google_2.png);
}
.team-style-4 .team-container .team-inner .team-image {
  width: 270px;
  display: table-cell;
  vertical-align: top;
}
.team-style-4 .team-container .team-inner .team-info {
  background-color: #ebebeb;
  padding: 28px 10px 10px 30px;
  display: table-cell;
  vertical-align: top;
}
.team-style-4 .team-container .team-inner .team-info h3 {
  font-size: 116.67%;
  font-weight: bold;
  color: #222;
}
.team-style-4 .team-container .team-inner .team-info p {
  font-size: 108.33%;
  color: #777;
  padding: 5px 0 10px;
}
.team-style-4 .team-container .team-inner .team-info .socials {
  margin: 10px 0;
  display: table;
}
.team-style-4 .team-container .team-inner .team-info .socials li {
  float: left;
  margin-right: 5px;
}
.team-style-4 .team-container .team-inner .team-info .socials li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.team-style-4 .team-container .team-inner .team-info .socials li a:before {
  font-family: fontawesome;
}
.team-style-4 .team-container .team-inner .team-info .socials li a:hover {
  top: -2px;
}
.team-style-4 .team-container .team-inner .team-info .socials li.rss a:before {
  content: "\f09e";
}
.team-style-4 .team-container .team-inner .team-info .socials li.facebook a:before {
  content: "\f09a";
}
.team-style-4 .team-container .team-inner .team-info .socials li.twitter a:before {
  content: "\f099";
}
.team-style-4 .team-container .team-inner .team-info .socials li.google-plus a:before {
  content: "\f0d5";
}
.team-style-4 .team-container .team-inner .team-info .contact li {
  margin: 3px 0;
}
.team-style-4 .team-container .team-inner .team-info .contact li:before {
  display: inline-block;
  width: 22px;
  font-family: fontawesome;
}
.team-style-4 .team-container .team-inner .team-info .contact li.phone:before {
  content: "\f10b";
  font-size: 18px;
}
.team-style-4 .team-container .team-inner .team-info .contact li.email:before {
  content: "\f0e0";
}
.team-style-4 .team-container .team-inner .team-info .contact li.tool-contact:before {
  content: "\f17e";
  font-size: 16px;
}
.team-style-5 .team-container .team-inner .team-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.team-style-5 .team-container .team-inner .team-info {
  text-align: center;
  padding: 25px 0 0;
}
.team-style-5 .team-container .team-inner .team-info h3 {
  font-size: 116.67%;
  font-weight: bold;
  color: #222;
}
.team-style-5 .team-container .team-inner .team-info p {
  font-size: 108.33%;
  color: #777;
  padding: 5px 0 10px;
}
.team-style-5 .team-container .team-inner .team-info .socials li {
  display: inline-block;
  margin: 0 3px;
}
.team-style-5 .team-container .team-inner .team-info .socials li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.team-style-5 .team-container .team-inner .team-info .socials li a:hover {
  top: -2px;
}
.team-style-5 .team-container .team-inner .team-info .socials li.rss a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/rss.png);
}
.team-style-5 .team-container .team-inner .team-info .socials li.facebook a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/facebook.png);
}
.team-style-5 .team-container .team-inner .team-info .socials li.twitter a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/twitter.png);
}
.team-style-5 .team-container .team-inner .team-info .socials li.google-plus a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/google.png);
}
.team-style-5 .team-image {
  text-align: center;
}
.team-style-5 .team-image img {
  max-width: 218px;
}
.category-item .image-category {
  margin-bottom: 30px;
  position: relative;
  padding: 1px;
}
.category-item .image-category img {
  outline: 1px solid #ddd;
}
.category-item .image-category .center-bottom {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
}
.category-item .image-category .left-center {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  width: 100%;
}
.category-item .image-category .title-category h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 200%;
}
.category-item .image-category .title-category h2 a {
  color: #222;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.category-item .image-category .title-category h2 a:hover {
  color: #333;
}
.category-item .image-category .description {
  font-size: 108.33%;
  color: #777777;
  margin: 15px 0 25px;
}
.category-item .image-category .btn-shopnow {
  display: inline-block;
  border: 1px solid #dddddd;
  text-transform: uppercase;
  font-weight: bold;
  color: #777777;
  padding: 7px 20px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.category-item .image-category .btn-shopnow:hover {
  background-color: #fff;
  border-color: #fff;
}
.category-item.category-3 {
  clear: both;
}
.popular-search .search-title {
  margin-bottom: 15px;
}
.popular-search .search-title h2 {
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  font-size: 150%;
}
.link-list li {
  padding: 10px 0;
}
.link-list li a {
  text-transform: uppercase;
  font-size: 91.67%;
  color: #777777;
}
.link-list li.category-link-title {
  padding-top: 25px;
}
.link-list li.category-link-title a {
  font-size: 133.33%;
  font-weight: bold;
}
.country-item .country-info h2 {
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  font-size: 116.67%;
  text-align: center;
  padding: 10px 0 55px;
}
.country-container,
.testimonials-style-1 {
  padding-top: 40px;
}
.owl-loaded {
  display: block;
}
.testimonials-title h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 150%;
  color: #222;
  text-align: center;
}
.testimonials-style-1 {
  margin-bottom: 40px;
}
.testimonials-style-1 .testimonials-title {
  margin-bottom: 30px;
}
.testimonials-style-1 .testimonials-image {
  width: 155px;
  height: 155px;
  margin: 0 auto;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.testimonials-style-1 .testimonials-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-1 .testimonials-info {
  text-align: center;
  padding: 30px 30px 0;
}
.testimonials-style-1 .testimonials-info .description-client {
  font-size: 108.33%;
}
.testimonials-style-1 .testimonials-info .name-client {
  font-size: 116.67%;
  font-weight: bold;
  margin: 20px 0;
}
.testimonials-style-1 .owl-theme .owl-dots {
  text-align: center;
  float: none;
  margin: 0;
}
.testimonials-style-1 .owl-theme .owl-dots .owl-dot {
  background: none;
  display: inline-block;
  float: none;
  height: auto;
  width: auto;
}
.testimonials-style-1 .owl-theme .owl-dots .owl-dot span {
  display: block;
  cursor: pointer;
  margin: 0 6px;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-1 .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #222222;
  border-color: #222222;
}
.testimonials-style-1 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #222222;
  border-color: #222222;
}
.testimonial_2_wrapper {
  margin-bottom: 40px;
  padding: 40px 0;
  background-color: #f6f6f6;
}
.testimonials-style-2 .testimonials-title {
  margin-bottom: 30px;
}
.testimonials-style-2 .testimonials-container {
  margin-left: -15px;
  margin-right: -15px;
}
.testimonials-style-2 .testimonials-container .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.testimonials-style-2 .testimonials-container .owl-theme .owl-dots {
  float: none;
  margin: 0;
  text-align: center;
}
.testimonials-style-2 .testimonials-image {
  width: 155px;
  height: 155px;
  float: left;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.testimonials-style-2 .testimonials-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-2 .testimonials-info {
  margin-left: 175px;
  padding-top: 5px;
}
.testimonials-style-2 .testimonials-info .description-client {
  font-size: 108.33%;
  font-style: italic;
}
.testimonials-style-2 .testimonials-info .name-client {
  font-size: 116.67%;
  font-weight: bold;
  margin: 20px 0 0;
  color: #ea3a3c;
}
.testimonials-style-2 .item {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.testimonials-style-2 .owl-theme .owl-dots .owl-dot {
  background: none;
  display: inline-block;
  float: none;
  height: auto;
  width: auto;
}
.testimonials-style-2 .owl-theme .owl-dots .owl-dot span {
  display: block;
  cursor: pointer;
  margin: 0 6px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-2 .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #222222;
  border-color: #222222;
}
.testimonials-style-2 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #222222;
  border-color: #222222;
}
.testimonials-style-3 {
  margin-bottom: 40px;
}
.testimonials-style-3 .testimonials-title {
  margin-bottom: 30px;
}
.testimonials-style-3 .testimonials-image {
  width: 155px;
  height: 155px;
  float: left;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.testimonials-style-3 .testimonials-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-3 .testimonials-info {
  margin-left: 175px;
  padding-top: 5px;
}
.testimonials-style-3 .testimonials-info .description-client {
  font-size: 108.33%;
  font-style: italic;
}
.testimonials-style-3 .testimonials-info .name-client {
  font-size: 116.67%;
  font-weight: bold;
  margin: 20px 0 0;
  color: #ea3a3c;
}
.testimonials-style-3 .item {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  padding: 30px;
}
.testimonials-style-3 .owl-theme .owl-dots {
  float: none;
  margin: 0;
  text-align: center;
}
.testimonials-style-3 .owl-theme .owl-dots .owl-dot {
  background: none;
  display: inline-block;
  float: none;
  height: auto;
  width: auto;
}
.testimonials-style-3 .owl-theme .owl-dots .owl-dot span {
  display: inline-block;
  cursor: pointer;
  margin: 0 6px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-3 .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #222222;
  border-color: #222222;
}
.testimonials-style-3 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #222222;
  border-color: #222222;
}
.testimonial_4_wrapper {
  padding: 40px 0;
  background-color: #f6f6f6;
}
.blurred-background {
  padding: 40px 0;
}
.testimonials-style-4 .testimonials-title {
  margin-bottom: 30px;
}
.testimonials-style-4 .testimonials-image {
  width: 155px;
  height: 155px;
  margin: 0 auto;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.testimonials-style-4 .testimonials-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-4 .testimonials-info {
  text-align: center;
  padding: 30px 10px 0;
  max-width: 700px;
  margin: 0 auto;
}
.testimonials-style-4 .testimonials-info .description-client {
  font-size: 108.33%;
}
.testimonials-style-4 .testimonials-info .name-client {
  color: #ea3a3c;
  font-size: 116.67%;
  font-weight: bold;
  margin: 20px 0;
}
.testimonials-style-4 .owl-theme .owl-dots .owl-dot span {
  cursor: pointer;
  margin: 0 6px;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-4 .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #222222;
  border-color: #222222;
}
.testimonials-style-4 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #222222;
  border-color: #222222;
}
.testimonials-style-4 .owl-theme .owl-nav {
  position: absolute;
  top: 0;
  width: 156px;
  left: 50%;
  margin-left: -78px;
}
.testimonials-style-4 .owl-theme .owl-nav div {
  width: 30px;
  height: 31px;
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/btn-control-owl.png);
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none !important;
  position: absolute;
  top: 55px;
}
.testimonials-style-4 .owl-theme .owl-nav .owl-next {
  background-position: -145px 0;
  right: -40px;
}
.testimonials-style-4 .owl-theme .owl-nav .owl-prev {
  background-position: -29px 0;
  left: -40px;
}
.blurred-background {
  background: url(../../frontend/Sm/market_2/en_US/images/pages/blurred_bg.jpg) no-repeat top center;
}
.testimonials-style-5 .testimonials-title {
  margin-bottom: 30px;
}
.testimonials-style-5 .testimonials-title h2 {
  color: #fff;
}
.testimonials-style-5 .testimonials-image {
  width: 155px;
  height: 155px;
  float: left;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.testimonials-style-5 .testimonials-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-5 .testimonials-info {
  margin-left: 175px;
  padding-top: 5px;
}
.testimonials-style-5 .testimonials-info .description-client {
  font-size: 108.33%;
  font-style: italic;
}
.testimonials-style-5 .testimonials-info .name-client {
  font-size: 116.67%;
  font-weight: bold;
  margin: 20px 0 0;
  color: #ea3a3c;
}
.testimonials-style-5 .item {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.testimonials-style-5 .testimonials-container {
  margin-left: -15px;
  margin-right: -15px;
}
.testimonials-style-5 .testimonials-container .owl-carousel .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.testimonials-style-5 .owl-theme .owl-dots {
  float: none;
  margin: 0;
  text-align: center;
}
.testimonials-style-5 .owl-theme .owl-dots .owl-dot {
  background: none;
  display: inline-block;
  float: none;
  height: auto;
  width: auto;
}
.testimonials-style-5 .owl-theme .owl-dots .owl-dot span {
  display: inline-block;
  cursor: pointer;
  margin: 0 6px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials-style-5 .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #222222;
  border-color: #222222;
}
.testimonials-style-5 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #222222;
  border-color: #222222;
}
.events-list .item {
  margin-bottom: 40px;
  display: table;
  width: 100%;
}
.events-list .item .event-image {
  width: 270px;
  float: left;
}
.events-list .item .event-info {
  margin-left: 300px;
}
.events-list .item .event-info .bottom-info a {
  display: inline-block;
}
.events-list .item .event-info .bottom-info a:hover {
  text-decoration: underline;
}
.events-list .item .event-info .event-title h2 {
  font-size: 133.33%;
  font-weight: bold;
}
.events-list .item .event-info .event-title h2 a {
  color: #444444;
}
.events-list .item .event-info .event-date {
  font-size: 91.67%;
  color: #909090;
  padding: 6px 0 5px;
}
.events-list .item .event-info .event-date span {
  display: inline-block;
  padding: 0 30px;
}
.events-list .item .event-info .event-date:before {
  font-family: fontawesome;
  content: "\f073";
  font-size: 13px;
  margin-right: 5px;
}
.events-list .item .event-info .event-description {
  margin-bottom: 10px;
}
.hd-typography {
  display: inline-block;
  margin-right: 70px;
}
.heading-typography {
  padding: 20px 0 30px;
}
.typography-h1,
.typography-h2,
.typography-h3,
.typography-h4,
.typography-h5,
.typography-h6 {
  color: #222222;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.typography-h1 {
  font-size: 216.67%;
}
.typography-h2 {
  font-size: 166.67%;
}
.typography-h3 {
  font-size: 150%;
}
.typography-h4 {
  font-size: 133.33%;
}
.typography-h5 {
  font-size: 116.67%;
}
.typography-h6 {
  font-size: 91.67%;
}
.paragraph p,
.blockquotes-container p {
  margin-bottom: 20px;
}
.blockquotes {
  background: url(../../frontend/Sm/market_2/en_US/images/pages/qte.png) no-repeat center 27px #eeeeee;
  border-left: 5px solid #ea3a3c;
  border-radius: 6px;
  padding: 55px 20px 20px;
}
.blockquotes .name-qte {
  color: #ea3a3c;
  font-size: 116.67%;
  font-weight: bold;
}
.dropcaps {
  padding: 20px 0 40px;
}
.dropcap:first-letter {
  font-size: 216.67%;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  float: left;
}
.dropcap.dropcap-type1:first-letter {
  margin: -4px 10px 9px;
}
.dropcap.dropcap-type2:first-letter {
  background-color: #ea3a3c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin-right: 10px;
  margin-top: -10px;
  padding: 10px 13px;
  vertical-align: middle;
  width: 40px;
}
.dropcap.dropcap-type3:first-letter {
  background-color: #ea3a3c;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin-right: 10px;
  margin-top: -5px;
  padding: 10px 13px;
  vertical-align: middle;
  width: 40px;
}
.w-newsletter {
  display: table;
  width: 902px;
  padding: 5px;
}
.w-newsletter .image-newsletter {
  width: 433px;
  float: left;
}
.w-newsletter .newsletter-info {
  margin-left: 466px;
  text-align: center;
  padding-top: 100px;
}
.w-newsletter .newsletter-info .newsletter-title h3 {
  font-size: 300%;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
}
.w-newsletter .newsletter-info .short-description {
  padding: 20px 0 30px;
}
.w-newsletter .newsletter-info .subscribe-bottom {
  padding: 20px 0 30px;
}
.w-newsletter .newsletter-info .subscribe-bottom .checker {
  display: inline-block;
  position: relative;
  top: 2px;
}
.w-newsletter .newsletter-info .subscribe-bottom label {
  font-weight: normal;
  padding-left: 5px !important;
}
.w-newsletter .newsletter-info .form-newsletter-popup {
  display: table;
}
.w-newsletter .newsletter-info .form-newsletter-popup .input-box {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.w-newsletter .newsletter-info .form-newsletter-popup .input-box .input-text {
  height: 39px;
  width: 100%;
  border-right: none;
}
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter {
  display: table-cell;
  vertical-align: top;
}
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button,
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter .cart.table-wrapper .actions-toolbar > .action,
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter .action-gift {
  padding: 0 20px;
  height: 39px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter button:hover,
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter .cart.table-wrapper .actions-toolbar > .action:hover,
.w-newsletter .newsletter-info .form-newsletter-popup .action-newsletter .action-gift:hover {
  background-color: #333;
}
.socials-popup li {
  display: inline-block;
}
.socials-popup li a {
  display: inline-block;
  line-height: 38px;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.socials-popup li a:hover {
  color: #fff;
}
.faq-accordion {
  box-shadow: none;
  background: transparent;
  margin-top: 0 !important;
  border: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.faq-accordion .panel-body img {
  width: auto;
  max-width: 100%;
}
.faq-accordion .panel-body p {
  margin-bottom: 20px;
}
.faq-accordion.accordion-type-2 {
  margin: 0 !important;
}
.faq-accordion.accordion-type-4 {
  margin: 0 !important;
}
.faq-accordion.accordion-type-5 {
  margin: 0 !important;
}
.full-wrapper-faq-2,
.full-wrapper-faq-4 {
  margin-bottom: 40px;
  padding: 40px 0;
  background-color: #f6f6f6;
}
.full-wrapper-faq-4 .container {
  padding-left: 15px;
  padding-right: 15px;
}
.accordion-type-1 {
  margin-bottom: 40px;
}
.accordion-type-1 .faq-accordion:last-child .panel-title a {
  border-bottom: 0;
}
.accordion-type-1 .panel-title {
  font-size: 133.33%;
}
.accordion-type-1 .panel-title a {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  padding: 15px 10px 15px 40px;
  position: relative;
  border-bottom: none;
}
.accordion-type-1 .panel-title a:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background: url(../../frontend/Sm/market_2/en_US/images/pages/btn_faqs.png) no-repeat left bottom;
}
.accordion-type-1 .panel-title a.collapsed {
  border-bottom: 1px solid #ebebeb;
}
.accordion-type-1 .panel-title a.collapsed:before {
  background-position: top left;
}
.accordion-type-1 .panel-body {
  display: table;
  width: 100%;
  padding: 10px 0 30px;
  border-bottom: 1px solid #ebebeb;
}
.accordion-type-2 .panel-title {
  font-size: 133.33%;
}
.accordion-type-2 .panel-title a {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  padding: 15px 10px 15px 40px;
  position: relative;
  border-bottom: none;
}
.accordion-type-2 .panel-title a.collapsed {
  border-bottom: 1px dotted #ababab;
}
.accordion-type-2 .panel-title a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-position: left center;
}
.accordion-type-2 .panel-body {
  display: table;
  width: 100%;
  padding: 10px 0 30px;
  border-bottom: 1px dotted #ababab;
}
.faq-icon1 {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/faq-icon1.png);
}
.faq-icon2 {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/faq-icon2.png);
}
.faq-icon3 {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/faq-icon3.png);
}
.faq-icon4 {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/faq-icon4.png);
}
.faq-icon5 {
  background-image: url(../../frontend/Sm/market_2/en_US/images/pages/faq-icon5.png);
}
.accordion-type-3 {
  margin-bottom: 40px;
}
.accordion-type-3 .faq-accordion {
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 17px;
  color: #fff;
}
.accordion-type-3 .panel-title {
  font-size: 133.33%;
}
.accordion-type-3 .panel-title a {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 15px 10px 15px 40px;
  position: relative;
  border-bottom: none;
}
.accordion-type-3 .panel-title a:hover {
  color: #333;
}
.accordion-type-3 .panel-title a:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background: url(../../frontend/Sm/market_2/en_US/images/pages/btn_faqs_2.png) no-repeat left bottom;
}
.accordion-type-3 .panel-title a.collapsed:before {
  background-position: top left;
}
.accordion-type-3 .panel-body {
  display: table;
  width: 100%;
  padding: 10px 0 30px;
}
.accordion-type-3 .imagebox-faq {
  float: left;
  width: 145px;
}
.accordion-type-3 .info-faq {
  margin-left: 173px;
}
.accordion-type-3 .color-1 {
  background-color: #a864a8;
}
.accordion-type-3 .color-2 {
  background-color: #c7b299;
}
.accordion-type-3 .color-3 {
  background-color: #7cc576;
}
.accordion-type-3 .color-4 {
  background-color: #7accc8;
}
.accordion-type-3 .color-5 {
  background-color: #448ccb;
}
.accordion-type-3 .color-6 {
  background-color: #ea3a3c;
}
.accordion-type-4 .faq-accordion {
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 18px;
  border: none;
}
.accordion-type-4 .panel-title {
  font-size: 133.33%;
}
.accordion-type-4 .panel-title a {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  padding: 15px 10px 15px 56px;
  position: relative;
  border-bottom: none;
}
.accordion-type-4 .panel-title a span.number {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 0;
  width: 40px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #f5f5f5;
}
.accordion-type-4 .panel-body {
  display: table;
  width: 100%;
  padding: 30px 25px;
  border-top: 1px solid #f5f5f5;
}
.accordion-type-4 .imagebox-faq {
  float: left;
  width: 145px;
}
.accordion-type-4 .info-faq {
  margin-left: 173px;
}
.accordion-type-5 .accordion-heading {
  background-color: #eee;
  padding: 5px 20px;
}
.accordion-type-5 .panel-body {
  padding: 20px 20px 30px;
  background-color: #eee;
  position: relative;
}
.accordion-type-5 .panel-body:before {
  content: "";
  background-color: #d7d7d7;
  height: 1px;
  left: 20px;
  right: 20px;
  top: 0;
  display: inline-block;
  position: absolute;
}
.accordion-type-5 .panel-title {
  font-size: 133.33%;
}
.accordion-type-5 .panel-title a {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  padding: 15px 10px 15px 40px;
  position: relative;
  border-bottom: none;
}
.accordion-type-5 .panel-title a:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background: url(../../frontend/Sm/market_2/en_US/images/pages/btn_faqs.png) no-repeat left bottom;
}
.accordion-type-5 .panel-title a.collapsed {
  border-bottom: 1px solid #ebebeb;
}
.accordion-type-5 .panel-title a.collapsed:before {
  background-position: top left;
}
/* RTL */
.direction_rtl .table-style-2 .table-container .table-column .table-content .table-detail .table-option li:before {
  margin-left: 10px;
  margin-right: 0;
}
.direction_rtl .team-style-4 .team-container .team-inner .team-info {
  padding: 28px 30px 10px 10px;
}
.direction_rtl .team-style-4 .team-container .team-inner .team-info .socials li {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.direction_rtl .category-item .image-category .left-center {
  right: 30px;
  left: auto;
}
.direction_rtl .accordion-type-3 .imagebox-faq,
.direction_rtl .accordion-type-4 .imagebox-faq {
  float: right;
}
.direction_rtl .accordion-type-3 .info-faq,
.direction_rtl .accordion-type-4 .info-faq {
  margin-right: 173px;
  margin-left: 0;
}
.direction_rtl .accordion-type-1 .panel-title a,
.direction_rtl .accordion-type-2 .panel-title a,
.direction_rtl .accordion-type-3 .panel-title a,
.direction_rtl .accordion-type-5 .panel-title a {
  padding: 15px 40px 15px 10px;
}
.direction_rtl .accordion-type-1 .panel-title a:before,
.direction_rtl .accordion-type-2 .panel-title a:before,
.direction_rtl .accordion-type-3 .panel-title a:before,
.direction_rtl .accordion-type-5 .panel-title a:before {
  right: 0;
  left: auto;
}
.direction_rtl .accordion-type-2 .panel-title a span {
  right: 0;
  left: auto;
}
.direction_rtl .accordion-type-4 .panel-title a {
  padding: 15px 56px 15px 10px;
}
.direction_rtl .accordion-type-4 .panel-title a span.number {
  right: 0;
  left: auto;
  border-left: 1px solid #f5f5f5;
  border-right: none;
}
.direction_rtl .testimonials-style-2 .testimonials-image,
.direction_rtl .testimonials-style-3 .testimonials-image,
.direction_rtl .testimonials-style-5 .testimonials-image {
  float: right;
}
.direction_rtl .testimonials-style-2 .testimonials-info,
.direction_rtl .testimonials-style-3 .testimonials-info,
.direction_rtl .testimonials-style-5 .testimonials-info {
  margin-right: 175px;
  margin-left: 0;
  text-align: right;
}
.direction_rtl .hd-typography {
  margin-left: 70px;
  margin-right: 0;
}
.direction_rtl .dropcap {
  direction: ltr;
  text-align: right;
}
.direction_rtl .dropcap:first-letter {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.direction_rtl .events-list .item .event-image {
  float: right;
}
.direction_rtl .events-list .item .event-info {
  margin-right: 300px;
  margin-left: 0;
}
.direction_rtl .w-newsletter .image-newsletter {
  float: right;
}
.direction_rtl .w-newsletter .newsletter-info {
  margin-right: 466px;
  margin-left: 0;
}
.direction_rtl .w-newsletter .newsletter-info .form-newsletter-popup .input-box .input-text {
  border: 1px solid #adadad;
  border-left: none;
}
.direction_rtl .w-newsletter .newsletter-info .subscribe-bottom label {
  padding-right: 5px !important;
  padding-left: 0 !important;
}
/* END RTL */
@media (min-width: 1200px) {
  .col-lg-20 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-20 {
    float: left;
    width: 20%;
  }
  .table-style-2 .table-container .table-column .table-content .table-detail .table-option li {
    padding: 5px 15px;
  }
  .our-team img {
    width: auto;
    max-width: 100%;
  }
  .categories-page img {
    width: auto;
    max-width: 100%;
  }
  .category-3,
  .category-5 {
    clear: left;
  }
  .accordion-type-5 .faq-accordion {
    margin-bottom: 4px !important;
  }
  .country-item img {
    width: 100%;
  }
  .team-style-4 .team-container .team-inner .team-info {
    padding: 28px 10px 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-style-1 .table-container .table-column {
    display: block;
    margin-bottom: 30px;
  }
  .table-style-1 .table-container .table-column.column-active {
    position: static;
    top: 0;
  }
  .table-style-2 .table-column {
    margin-bottom: 30px;
  }
  .table-style-2 .column-active {
    padding: 30px 0 10px;
  }
  .table-style-3 .table-container .table-column,
  .table-style-4 .table-container .table-column {
    display: block;
    margin-bottom: 30px;
  }
  .our-team img {
    width: 100%;
  }
  .team-style-1 .team-inner,
  .team-style-2 .team-inner,
  .team-style-3 .team-inner,
  .team-style-5 .team-inner {
    margin-bottom: 30px;
  }
  .team-style-4 .item-team {
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  .category-item.category-3 {
    clear: none;
  }
  .categories-page img {
    width: auto;
    max-width: 100%;
  }
  .category-4 {
    clear: both;
  }
  .accordion-type-5 .faq-accordion {
    margin-bottom: 4px !important;
  }
  .dropcap {
    clear: both;
    margin: 30px 0;
  }
  .events-list .item .event-image {
    float: none;
    width: auto;
  }
  .events-list .item .event-info {
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 15px;
  }
  .team-style-4 .team-container .team-inner .team-image {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .team-style-4 .team-container .team-inner .team-info {
    float: none;
    display: table-cell;
    margin: 0;
    vertical-align: top;
  }
  .w-newsletter {
    display: block;
    width: 100%;
    text-align: center;
  }
  .w-newsletter .image-newsletter {
    float: none;
    width: 100%;
  }
  .w-newsletter .image-newsletter .static-image {
    display: inline-block;
  }
  .w-newsletter .newsletter-info {
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 30px;
  }
  .w-newsletter .socials-popup li {
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .table-style-1 .table-container .table-column {
    display: block;
    margin-bottom: 30px;
  }
  .table-style-1 .table-container .table-column.column-active {
    position: static;
    top: 0;
  }
  .table-style-2 .table-column {
    margin-bottom: 30px;
  }
  .table-style-2 .column-active {
    padding: 30px 0 10px;
  }
  .table-style-3 .table-container .table-column,
  .table-style-4 .table-container .table-column {
    display: block;
    margin-bottom: 30px;
  }
  .table-style-5 .table-container .table-column {
    display: block;
    margin-bottom: 30px;
  }
  .our-team img {
    width: 100%;
  }
  .team-style-1 .team-inner,
  .team-style-2 .team-inner,
  .team-style-3 .team-inner,
  .team-style-5 .team-inner {
    margin-bottom: 30px;
  }
  .team-style-4 .item-team {
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  .team-style-4 .team-container .team-inner .team-image {
    float: none;
    width: 100%;
    display: block;
  }
  .team-style-4 .team-container .team-inner .team-info {
    float: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .categories-page img {
    width: 100%;
  }
  .accordion-type-5 .faq-accordion {
    margin-bottom: 4px !important;
  }
  .full-wrapper-faq-4 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 15px;
  }
  .accordion-type-3 .info-faq,
  .accordion-type-4 .info-faq {
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .dropcap {
    clear: both;
    margin: 30px 0;
  }
  .events-list .item .event-image {
    float: none;
    width: auto;
  }
  .events-list .item .event-image img {
    width: auto;
    max-width: 100%;
  }
  .events-list .item .event-info {
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 15px;
  }
  .full-wrapper.testimonial_2_wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .full-wrapper.testimonial_4_wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .full-wrapper.blurred-background {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonials-style-2 .testimonials-image,
  .testimonials-style-3 .testimonials-image,
  .testimonials-style-5 .testimonials-image {
    float: none !important;
    margin: 0 auto;
  }
  .testimonials-style-2 .testimonials-info,
  .testimonials-style-3 .testimonials-info,
  .testimonials-style-5 .testimonials-info {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
    padding-top: 20px;
  }
  .blurred-background {
    background-size: auto 100%;
  }
  .w-newsletter {
    display: block;
    width: 100%;
    text-align: center;
  }
  .w-newsletter .image-newsletter {
    float: none;
    width: 100%;
  }
  .w-newsletter .image-newsletter .static-image {
    display: inline-block;
  }
  .w-newsletter .newsletter-info {
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 30px;
  }
  .w-newsletter .socials-popup li {
    margin-bottom: 2px;
  }
}
@media (max-width: 480px) {
  .category-item .image-category .description {
    display: none;
  }
  .category-item .image-category .title-category h2 {
    margin-bottom: 10px;
  }
  .country-item,
  .parners-list li {
    text-align: center;
  }
}
.accordion-style .resp-accordion {
  border: 1px solid #ddd;
  display: block;
  font-size: 133.33%;
  color: #444;
  padding: 15px 20px !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
}
.accordion-style .resp-accordion .resp-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
}
.accordion-style .resp-accordion .resp-arrow:before {
  content: "f067";
  font-size: 16px;
}
.accordion-style .resp-accordion.resp-tab-active {
  color: #fff;
}
.accordion-style .resp-accordion.resp-tab-active .resp-arrow:before {
  content: "f068";
  font-size: 16px;
}
.accordion-style .resp-tab-content {
  padding: 20px 0;
  border: none;
}
/* RTL */
.direction_rtl .accordion-style .resp-accordion .resp-arrow {
  left: 10px;
  right: auto;
}
.default-style .resp-accordion {
  display: none;
}
.default-style .resp-tabs-list li {
  background-color: #fff;
  float: left;
  display: block;
  border: 1px solid #ddd;
  border-bottom: none;
  font-size: 133.33%;
  color: #444;
  padding: 10px 30px !important;
  margin: 0 -1px 0 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.default-style .resp-tabs-list li.resp-tab-active:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 4px;
  left: -1px;
  right: -1px;
  top: -4px;
  z-index: 3;
}
.default-style .resp-tabs-list li.resp-tab-active:after {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 5px;
  left: 0;
  right: 0;
  bottom: -2px;
}
.default-style .resp-tabs-container {
  clear: both;
}
.default-style .resp-tabs-container .resp-tab-content {
  display: none;
}
.default-style .resp-tabs-container .resp-tab-content.resp-tab-content-active {
  display: block;
}
/* RTL */
.direction_rtl .default-style .resp-tabs-list li {
  float: right;
  margin: 0 0 0 -1px;
}
.vertical-style {
  /*-----------Vertical tabs-----------*/
}
.vertical-style .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
.vertical-style .resp-tab-content {
  display: none;
  padding: 30px;
}
.vertical-style .resp-accordion {
  display: none;
}
.vertical-style .resp-tab-active {
  border-bottom: none;
}
.vertical-style .resp-content-active,
.vertical-style .resp-accordion-active {
  display: block;
}
.vertical-style .resp-tab-content {
  border: 1px solid #ddd;
  min-height: 268px;
}
.vertical-style h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
}
.vertical-style ul.resp-tabs-list {
  float: left;
  width: 200px;
}
.vertical-style .resp-tabs-list li {
  display: block;
  border: 1px solid #ddd;
  border-bottom: none;
  font-size: 133.33%;
  color: #444;
  padding: 15px 30px !important;
  margin: 0 -1px 0 0;
  cursor: pointer;
  float: none;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.vertical-style .resp-tabs-list li.resp-tab-active:before {
  content: "";
  display: inline-block;
  width: 4px;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
}
.vertical-style .resp-tabs-list li:last-child {
  border-bottom: 1px solid #ddd;
}
.vertical-style .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  min-height: 250px;
  margin-left: 200px;
  clear: none;
}
/* RTL */
.direction_rtl .vertical-style ul.resp-tabs-list {
  float: right;
}
.direction_rtl .vertical-style ul.resp-tabs-list li {
  border-left: none;
}
.direction_rtl .vertical-style ul.resp-tabs-list li.resp-tab-active:before {
  right: -1px;
  left: auto;
}
.direction_rtl .vertical-style .resp-tabs-container {
  margin-right: 200px;
  margin-left: 0;
}
.resp-tab-content {
  display: none;
  padding: 30px;
  border: 1px solid #ddd;
}
.resp-tab-content.resp-tab-content-active {
  display: block;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  .resp-tabs-list {
    display: none !important;
  }
  .resp-accordion {
    border: 1px solid #ddd;
    font-size: 133.33%;
    display: block !important;
    color: #444;
    padding: 15px 20px !important;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    position: relative;
  }
  .resp-accordion .resp-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    text-align: center;
  }
  .resp-accordion .resp-arrow:before {
    content: '\f067';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    content: "f067";
    font-size: 16px;
  }
  .resp-accordion.resp-tab-active {
    color: #fff;
  }
  .resp-accordion.resp-tab-active .resp-arrow:before {
    content: '\f068';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    content: "f068";
    font-size: 16px;
  }
  .vertical-style .resp-tabs-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .resp-tab-content {
    padding: 20px 0!important;
    border: none !important;
    min-height: auto !important;
  }
  .direction_rtl .resp-accordion .resp-arrow {
    left: 10px;
    right: auto;
  }
}
/* EXTENSION */
.basicproducts_title_text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.bs-pretext {
  margin-bottom: 10px;
}
.sm-basic-products {
  margin: 0 -15px;
}
.sm-basic-products .bs-items {
  margin: 0;
  padding: 0;
  width: 100%;
}
.sm-basic-products .bs-content {
  margin: 0;
  padding: 0;
}
.sm-basic-products .bs-items .bs-votes {
  margin-bottom: 5px;
}
.sm-basic-products .bs-items .bs-btn-add {
  margin-bottom: 5px;
}
.sm-basic-products .bs-items .bs-btn-add form {
  margin: 0;
}
.sm-basic-products .bs-items .bs-item .bs-image {
  max-width: 100%;
}
.sm-basic-products .bs-items .bs-item .bs-image img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.sm-basic-products .bs-items .bs-item .bs-detail {
  text-align: right;
}
.sm-basic-products .bs-title {
  margin-bottom: 10px;
}
.sm-basic-products .bs-prices {
  margin-bottom: 5px;
}
.sm-basic-products .bs-description {
  margin-bottom: 5px;
  line-height: 18px;
  word-wrap: break-word;
  color: #636363;
}
.sm-basic-products .bs-cat-date {
  word-wrap: break-word;
  margin-bottom: 5px;
}
.sm-basic-products .bs-category {
  margin-bottom: 5px;
}
.sm-basic-products .bs-review {
  margin-bottom: 5px;
}
.sm-basic-products .bs-review .ratings {
  margin: 0;
}
.sm-basic-products .bs-review .rating-box {
  margin-right: 5px;
}
.sm-basic-products .bs-review .rating-links {
  padding-top: 1px;
}
.sm-basic-products .bs-price {
  margin-bottom: 5px;
}
.sm-basic-products .bs-btn-addtocart {
  margin-bottom: 10px;
}
.sm-basic-products .bs-btn-addtocart button,
.sm-basic-products .bs-btn-addtocart .cart.table-wrapper .actions-toolbar > .action,
.sm-basic-products .bs-btn-addtocart .action-gift {
  color: #FFF;
}
.sm-basic-products .add-to-links {
  margin: 0;
}
.sm-basic-products .add-to-links li {
  margin-bottom: 5px;
}
.sm-basic-products .bs-date {
  margin-bottom: 5px;
}
.sm-basic-products .bs-description p {
  line-height: 18px;
  word-wrap: break-word;
}
.sm-basic-products .bs-items .bs-item {
  float: left;
  overflow: hidden;
  padding: 0 15px;
}
.sm-basic-products .bs-items a {
  text-decoration: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/*CSS Responsive*/
/*   --- For IE8 ---
@media all and (min-width: 768px) and (max-width: 1199px){  */
.sm-basic-products.lt-ie9 .bs-resp01-6 .bs-item {
  width: 16.600%;
}
.sm-basic-products.lt-ie9 .bs-resp01-5 .bs-item {
  width: 19.958%;
}
.sm-basic-products.lt-ie9 .bs-resp01-4 .bs-item {
  width: 24.995%;
}
.sm-basic-products.lt-ie9 .bs-resp01-3 .bs-item {
  width: 33.315%;
}
.sm-basic-products.lt-ie9 .bs-resp01-2 .bs-item {
  width: 49.985%;
}
.sm-basic-products.lt-ie9 .bs-resp01-1 .bs-item {
  width: 100%;
}
.sm-basic-products.lt-ie9 .bs-resp01-1 .clr1,
.sm-basic-products.lt-ie9 .bs-resp01-2 .clr2,
.sm-basic-products.lt-ie9 .bs-resp01-3 .clr3,
.sm-basic-products.lt-ie9 .bs-resp01-4 .clr4,
.sm-basic-products.lt-ie9 .bs-resp01-5 .clr5,
.sm-basic-products.lt-ie9 .bs-resp01-6 .clr6 {
  clear: both;
}
/*--------- Other --------------*/
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-basic-products .bs-resp04-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp04-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp04-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp04-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp04-2 .bs-item {
    width: 49.985%;
  }
  .sm-basic-products .bs-resp04-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp04-1 .clr1,
  .sm-basic-products .bs-resp04-2 .clr2,
  .sm-basic-products .bs-resp04-3 .clr3,
  .sm-basic-products .bs-resp04-4 .clr4,
  .sm-basic-products .bs-resp04-5 .clr5,
  .sm-basic-products .bs-resp04-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm-basic-products .bs-resp03-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp03-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp03-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp03-3 .bs-item {
    width: 33.295%;
  }
  .sm-basic-products .bs-resp03-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp03-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp03-1 .clr1 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-2 .clr2 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-3 .clr3 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-4 .clr4 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-5 .clr5 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm-basic-products .bs-resp02-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp02-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp02-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp02-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp02-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp02-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp02-1 .clr1,
  .sm-basic-products .bs-resp02-2 .clr2,
  .sm-basic-products .bs-resp02-3 .clr3,
  .sm-basic-products .bs-resp02-4 .clr4,
  .sm-basic-products .bs-resp02-5 .clr5,
  .sm-basic-products .bs-resp02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-basic-products .bs-resp01-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp01-5 .bs-item {
    width: 19.970%;
  }
  .sm-basic-products .bs-resp01-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp01-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp01-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp01-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp01-1 .clr1,
  .sm-basic-products .bs-resp01-2 .clr2,
  .sm-basic-products .bs-resp01-3 .clr3,
  .sm-basic-products .bs-resp01-4 .clr4,
  .sm-basic-products .bs-resp01-5 .clr5,
  .sm-basic-products .bs-resp01-6 .clr6 {
    clear: both;
  }
}
.bs-item:before,
.bs-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.bs-item:after {
  clear: both;
}
/*
TABLE OF CONTENTS
01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING
04 CONTACT FORM
05 COLORS
*/
/*---------------------------01 MENU BAR------------------------------*/
.sambar {
  position: relative;
}
.sambar a:focus {
  outline: none;
}
.sambar ul li {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
  display: table;
  content: '';
  line-height: 0;
}
.sambar .sambar-inner:after {
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu {
  display: block;
  position: relative;
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
  margin: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
  list-style: none;
  width: 100%;
  padding: 0;
}
.sm_megamenu_wrapper_menu_full {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 9999;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
  list-style: none;
  width: 940px;
  margin: 0px auto 0px auto;
  height: 43px;
  padding: 0px 20px 0px 20px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  float: left;
  position: static;
  padding: 0 0px;
  border: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
  position: static !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover {
  background: transparent;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
  padding: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
  text-decoration: none;
  display: block;
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  position: relative;
  z-index: 11;
}
/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
  float: right;
  right: 0;
  margin-right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
  margin-right: 0px;
}
/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left & right aligned common styles ------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  top: -9999em;
  position: absolute;
  z-index: 99999999;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 10px;
}
/*------------------------------- Drop Downs Sizes --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 16.1446374257406%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 32.2892748514812%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 48.4339122772218%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 64.5785497029624%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 80.723187128703%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 100%;
  left: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
}
/*---------------------------------- Showing Drop Down on Mouse Hover - Left aligned -----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  top: auto;
  padding: 30px 10px;
  background: #FFFFFF;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 21px;
  top: 33px;
  display: block;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 50%;
  margin-left: -470px;
  top: 32px;
  display: block;
}
/*----------------------------------- Showing Drop Down on Mouse Hover - Right aligned --------------------------------- */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
  left: auto;
  right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
  left: auto;
  right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
  right: 18px;
  top: 33px;
}
/*-------------------------------------- Columns Sizes ---------------------------------------- */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50.0%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 15px;
  clear: both;
}
/* Use the .sm_megamenu_firstcolumn class for the items that stick to the left edge of the dropdown */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
  padding: 0;
}
/*-------------------------------- 2-Levels Drop Down ----------------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels ul {
  /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .levels a {
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a {
  display: block;
  width: 10em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li {
  float: left;
  width: 150px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul {
  position: absolute;
  top: -23px;
  margin: 15px 0px 0px 4px;
  padding: 6px;
  left: -999em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul ul {
  top: -23px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul ul {
  left: -999em;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li:hover ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li li:hover ul {
  left: 142px;
}
.sm_megamenu_description {
  display: block;
  padding-left: 10px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul {
  margin: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .parent-item > a:after {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "f107";
  font-size: 14px;
  margin-left: 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul li a span {
  padding-left: 13px;
}
.sm_megamenu_align_right {
  text-align: right;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  display: block;
}
/*css for button*/
.sambar .sambar-inner .btn-sambar {
  background: #fff;
  color: #FFFFFF;
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 7px;
  display: none;
}
.sambar .sambar-inner .btn-inner {
  background: #08c;
  width: 100%;
  padding: 7px 0;
  float: left;
}
.sambar .btn-sambar .icon-bar {
  display: block;
  height: 2px;
  margin: 2px 0;
  width: 18px;
}
.sm_megamenu_wrapper_horizontal_menu .media-list {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu li.media {
  width: 100% !important;
  padding: 0 0 10px 0 !important;
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu {
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu {
  float: left;
  padding-bottom: 15px;
  padding-left: 15px;
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu i {
  padding-right: 10px;
}
.sm_megamenu_wrapper_horizontal_menu .title-megamenu-home {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 108.33% !important;
  line-height: 2em !important;
  width: 100% !important;
  position: relative;
  text-align: left;
}
.sm_megamenu_wrapper_horizontal_menu .clear_item_megamenu {
  clear: both;
  border: 1px solid #cccccc;
}
.sm_megamenu_wrapper_horizontal_menu .element_shop_product-1,
.sm_megamenu_wrapper_horizontal_menu .element_shop_product-2 {
  padding: 15px 0 0 0;
}
.sm_megamenu_wrapper_horizontal_menu #fitvid402488 {
  width: 100%;
  display: block;
  height: 202px;
}
.sm_megamenu_wrapper_horizontal_menu iframe {
  border: none;
}
.sm_megamenu_wrapper_horizontal_menu #gmap_canvas img {
  max-width: none !important;
  background: none !important;
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu {
  width: 20%;
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu li {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu li {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu {
  width: 30.068956956776%;
}
.sm_megamenu_wrapper_horizontal_menu .pull-right {
  float: right;
  display: inline-block;
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu li {
  float: left !important;
  width: 100% !important;
}
.class-5-columns-parent .sm_megamenu_col_1 {
  width: 20% !important;
}
.fix-width > .sm-megamenu-child {
  left: auto !important;
  right: 0 !important;
}
.banner-megamenu {
  padding-top: 20px;
}
.categories-group {
  border-right: 1px solid #d7d7d7;
  padding-left: 0 !important;
  width: 55% !important;
}
.slider-product-content {
  width: 45% !important;
}
.slider-product-content .slider-megamenu {
  padding-left: 15px;
}
.class-men-parent > .sm-megamenu-child {
  width: 780px !important;
}
.sm_megamenu_menu .page-content .page-list li {
  padding: 5px 0!important;
}
@media all and (max-width: 767px) {
  .sm_megamenu_wrapper_horizontal_menu .sambar-inner {
    box-shadow: none;
    list-style: none outside none;
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
  }
  .sambar .sambar-inner .btn-sambar {
    display: block;
    clear: both;
    margin: 7px;
  }
  .sambar .sambar-inner .btn-sambar + .sm_megamenu_menu {
    display: none;
    margin-left: -30px;
    width: 92%;
    float: left;
  }
  .sambar .sambar-inner .btn-sambar.open + .sm_megamenu_menu {
    display: block;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
    position: relative;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div > div {
    box-shadow: none;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    position: static;
    float: left;
    height: 0;
    width: 100%;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_fullwidth,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_fullwidth {
    height: auto;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 98%;
  }
  .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
    padding: 4px 10px;
  }
  .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu {
    width: 100% !important;
  }
  .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu li {
    width: 100%;
  }
  .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu {
    width: 100%;
  }
  .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu li {
    width: 100%;
  }
  .sm_megamenu_wrapper_horizontal_menu .icon_items {
    display: inline-block;
    height: 29px;
    position: absolute;
    right: 30px !important;
    top: 0 !important;
    z-index: 9;
  }
  .sm_megamenu_wrapper_horizontal_menu .envato_sites {
    background: rgba(0, 0, 0, 0) url("../../frontend/Sm/market_2/en_US/css/img/drop.png") no-repeat scroll 100% 11px !important;
    /*display: flex !important;*/
    width: 100% !important;
  }
  .sm_megamenu_wrapper_horizontal_menu .envato_tuts {
    background: rgba(0, 0, 0, 0) url("../../frontend/Sm/market_2/en_US/css/img/drop.png") no-repeat scroll 99% 9px !important;
  }
  .sm_megamenu_wrapper_horizontal_menu .envato_col_1 {
    left: 0 !important;
    position: relative;
    display: none;
    width: 100%;
  }
  .sm_megamenu_wrapper_horizontal_menu .envato_sites:hover > .envato_col_1 {
    margin-top: 0;
    display: block;
    border: none;
  }
  .sm_megamenu_wrapper_horizontal_menu .envato-sublv-3 {
    position: relative;
    left: 0;
    top: -1px;
    border: none;
    width: 100%;
    background: #ffffff;
    display: none;
  }
}
/*
TABLE OF CONTENTS
01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING
04 CONTACT FORM
05 COLORS
*/
/* 01 MENU BAR */
.sambar {
  position: relative;
}
.background_moto-parent > div {
  background-image: url(../../frontend/Sm/market_2/en_US/images/moto_bg.png) !important;
  background-position: bottom right!important;
  background-repeat: no-repeat !important;
}
.sm_megamenu_wrapper_vertical_menu .sambar-inner {
  position: relative;
  padding-top: 3px;
}
.sm_megamenu_wrapper_vertical_menu .sambar-inner:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.more-w {
  border: 1px solid #ddd;
  border-top: none;
}
.more-w .more-view {
  font-size: 108.33%;
  padding: 15px 20px;
  display: block;
  cursor: pointer;
}
.more-w .more-view:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: url(../../frontend/Sm/market_2/en_US/images/icon-image.png) no-repeat -124px -103px;
  margin-left: 3px;
  margin-right: 12px;
  position: relative;
  top: -1px;
}
.more-w.active-i .more-view:before {
  background-position: -178px -103px;
}
.sambar ul li {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu {
  margin: 0;
  display: block;
  position: relative;
  z-index: 95;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  border: 1px solid #dddddd;
  border-top: none;
  padding-bottom: 3px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li {
  margin: 0 -1px;
}
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu {
  margin: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
  position: relative;
  border: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-item > a:before {
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "f105";
  font-size: 14px;
  line-height: 14px;
  color: #666;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #666;
  float: right;
  position: relative;
  top: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-item:hover > a:before {
  border-color: #fff;
  color: #fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover {
  background: #3A5163;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
  padding: 0px;
  border: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
  padding: 10px 12px 10px 20px;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 108.33%;
}
.sm_megamenu_wrapper_vertical_menu .icon_items {
  display: inline-block;
}
.sm_megamenu_wrapper_vertical_menu .icon_items img {
  vertical-align: top;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  color: #ffffff;
  position: relative;
}
/* 02 DROP DOWN MENU */
/* Left & right aligned common styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  top: -9999em;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #ddd;
  padding: 25px 15px 26px;
  z-index: 99999999;
  margin-left: -1px;
}
/* Drop Downs Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 168px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 337px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 505px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 673px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 842px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 1010px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
}
/* Showing Drop Down on Mouse Hover - Left aligned */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  left: 100%;
  top: 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
  left: 138px;
  top: -1px;
}
/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  /*display:inline;*/
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50.0%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
  width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
  width: 625px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100%;
  padding: 0;
}
/* Other lists styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .plus li {
  background: url("../../frontend/Sm/market_2/en_US/css/img/plus_dark.png") left 6px no-repeat;
  margin: 0px 0px 4px 0px;
  padding: 0px 0px 0px 21px;
  width: 109px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .plus li:hover {
  background: url("../../frontend/Sm/market_2/en_US/css/img/plus_dark.png") left 6px no-repeat;
  padding: 0px 0px 0px 21px;
  margin: 0px 0px 4px 0px;
}
/* 2-Levels Drop Down */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels ul {
  /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .levels a {
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a {
  display: block;
  width: 10em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a.parent,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a.parent:hover {
  background: url("../../frontend/Sm/market_2/en_US/css/img/drop2_dark.png") right center no-repeat;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li {
  float: left;
  width: 150px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul {
  /* second-level lists */
  position: absolute;
  background: #161616;
  border: 1px solid #000000;
  top: -23px;
  margin: 15px 0px 0px 4px;
  padding: 6px;
  left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul ul {
  top: -23px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul ul {
  left: -999em;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li li:hover ul {
  left: 142px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_icon {
  padding-left: 5px;
}
.sm_megamenu_description {
  font-size: 10px;
  display: block;
  padding-left: 10px;
}
.sm_megamenu_title span {
  display: inline-block;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content label {
  color: #fff;
}
.sm_megamenu_align_right {
  text-align: right;
}
/*css for button*/
@media all and (max-width: 800px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 510px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 510px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1460px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 168px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 337px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 505px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 673px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 842px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 1010px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 500px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 625px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 730px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 125px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 250px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 375px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 420px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 490px;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 550px;
  }
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_col_6 .sm_megamenu_firstcolumn > .sm_megamenu_head_item > .sm_megamenu_title > a > .sm_megamenu_title_lv-3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 108.33% !important;
  line-height: 2em;
}
.sm_megamenu_wrapper_vertical_menu .title-cat-st h2 > a {
  font-weight: bolder;
  font-size: 14px;
  margin-bottom: 18px;
  padding-bottom: 11px;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown {
  padding: 0 10px;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 {
  padding: 0 10px;
}
.sm_megamenu_wrapper_vertical_menu ul.dropdown-menu {
  padding: 0 10px !important;
}
.sm_megamenu_wrapper_vertical_menu .pink img,
.sm_megamenu_wrapper_vertical_menu .orange img,
.sm_megamenu_wrapper_vertical_menu .purple img,
.sm_megamenu_wrapper_vertical_menu .red img,
.sm_megamenu_wrapper_vertical_menu .royal-blue img,
.sm_megamenu_wrapper_vertical_menu .salmon img,
.sm_megamenu_wrapper_vertical_menu .silver img,
.sm_megamenu_wrapper_vertical_menu .taupe img,
.sm_megamenu_wrapper_vertical_menu .white img,
.sm_megamenu_wrapper_vertical_menu .yellow img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu {
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu {
  float: left;
  padding-bottom: 15px;
  padding-left: 15px;
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu i {
  padding-right: 10px;
}
.sm_megamenu_wrapper_vertical_menu .title-megamenu-home {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 108.33% !important;
  line-height: 2em !important;
  width: 100% !important;
  position: relative;
  text-align: left;
}
.sm_megamenu_wrapper_vertical_menu .clear_item_megamenu {
  clear: both;
  border: 1px solid #cccccc;
}
.sm_megamenu_wrapper_vertical_menu .element_shop_product-1,
.sm_megamenu_wrapper_vertical_menu .element_shop_product-2 {
  padding: 15px 0 0 0;
}
.sm_megamenu_wrapper_vertical_menu .title-megamenu-home {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 108.33% !important;
  line-height: 2em !important;
  width: 100% !important;
  position: relative;
  text-align: left;
}
.sm_megamenu_wrapper_vertical_menu #fitvid402488 {
  width: 100%;
  display: block;
  height: 202px;
}
.sm_megamenu_wrapper_vertical_menu iframe {
  border: none;
}
.sm_megamenu_wrapper_vertical_menu #gmap_canvas img {
  max-width: none !important;
  background: none !important;
}
.sm_megamenu_wrapper_vertical_menu .pull-right {
  float: right;
  display: inline-block;
}
.sm_megamenu_wrapper_vertical_menu .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sm_megamenu_wrapper_vertical_menu .media-object {
  display: block;
}
.sm_megamenu_wrapper_vertical_menu .icon_items {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.sm_megamenu_wrapper_vertical_menu .icon_items img {
  vertical-align: middle;
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu li {
  float: left !important;
  width: 96% !important;
}
@media all and (max-width: 767px) {
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu p,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu ul,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
    line-height: 15px;
  }
  .sm_megamenu_wrapper_vertical_menu {
    width: 100%;
    display: none;
    /* hidden megamenu vertical when screen less than 767px */
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
    box-shadow: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sambar-inner {
    box-shadow: none;
    list-style: none outside none;
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
  }
  .sambar .sambar-inner .btn-sambar {
    display: block;
    clear: both;
    margin: 7px;
  }
  .sambar .sambar-inner .btn-sambar + .sm_megamenu_menu {
    display: none;
    width: 100%;
    float: left;
  }
  .sambar .sambar-inner .btn-sambar.open + .sm_megamenu_menu {
    display: block;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
    width: 100%;
    border-top: 1px solid #fff;
    position: relative;
    overflow: hidden;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
    position: relative;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div > div {
    box-shadow: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    position: static;
    float: left;
    height: 0;
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_6columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_fullwidth,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    height: auto;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 98%;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_drop,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_actived,
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_drop {
    background: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
    padding: 4px 10px;
  }
  .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu li {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu li {
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .icon_items {
    display: inline-block;
    height: 29px;
    position: absolute;
    right: 30px !important;
    top: 0 !important;
    z-index: 9;
  }
  .sm_megamenu_wrapper_vertical_menu .envato_sites {
    background: rgba(0, 0, 0, 0) url("../../frontend/Sm/market_2/en_US/css/img/drop.png") no-repeat scroll 100% 11px !important;
    width: 100% !important;
  }
  .sm_megamenu_wrapper_vertical_menu .envato_tuts {
    background: rgba(0, 0, 0, 0) url("../../frontend/Sm/market_2/en_US/css/img/drop.png") no-repeat scroll 99% 9px !important;
  }
  .sm_megamenu_wrapper_vertical_menu .envato_col_1 {
    left: 0 !important;
    position: relative;
    display: none;
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu .envato_sites:hover > .envato_col_1 {
    display: block;
    border: none;
  }
  .sm_megamenu_wrapper_vertical_menu .envato-sublv-3 {
    position: relative;
    left: 0;
    top: -1px;
    border: none;
    width: 100%;
    background: #ffffff;
    display: none;
  }
}
.sm-imageslider-inner {
  overflow: hidden;
}
.sm-imageslider .owl-controls .owl-nav {
  opacity: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.sm-imageslider .owl-controls .owl-nav div {
  position: absolute;
  top: 50%;
  opacity: 0.3;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  margin-top: -27px !important;
}
.sm-imageslider .owl-controls .owl-nav div:before {
  font-size: 20px;
  line-height: 48px;
}
.sm-imageslider .owl-controls .owl-nav div.owl-prev {
  left: 0;
}
.sm-imageslider .owl-controls .owl-nav div.owl-next {
  right: 0;
}
.sm-imageslider .owl-controls .owl-nav div:hover {
  opacity: 0.7 !important;
}
.sm-imageslider .owl-controls .owl-dots {
  position: absolute;
  bottom: 80px;
  width: 100%;
}
.sm-imageslider:hover .owl-controls .owl-nav {
  opacity: 1;
}
.sm-imageslider .image-pre-text {
  margin: 10px 0;
}
.sm-imageslider .image-post-text {
  margin-top: 5px;
}
.sm-imageslider .title-imageslider {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.sm-imageslider-content .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sm-imageslider-content .owl-animated-in {
  z-index: 0;
}
.sm-imageslider-content .owl-animated-out {
  z-index: 1;
}
.sm-imageslider-content .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.sm-imageslider-inner .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.sm-imageslider-content {
  /*display: none;*/
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  min-height: 80px;
}
.sm-imageslider-content .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.sm-imageslider-content .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.theme1 .sm-imageslider-content .owl-stage-outer {
  overflow: hidden;
}
.sm-imageslider-content .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  /*overflow: hidden;*/
}
.sm-imageslider-content .owl-controls .owl-nav .owl-prev,
.sm-imageslider-content .owl-controls .owl-nav .owl-next,
.sm-imageslider-content .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm-imageslider-content .owl-dots .owl-dot {
  display: inline-block;
}
.sm-imageslider-content.owl-loaded {
  display: block;
}
.sm-imageslider-content.owl-loading {
  opacity: 0;
  display: block;
}
.sm-imageslider-content.owl-hidden {
  opacity: 0;
}
.sm-imageslider-content .owl-refresh .owl-item {
  /*display: none;*/
}
.sm-imageslider-content .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sm-imageslider-content .owl-item img {
  display: block;
  width: 100%;
}
.sm-imageslider-content.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: text;
  -ms-user-select: element;
  user-select: element;
}
.sm-imageslider-content.owl-rtl {
  direction: rtl;
}
.sm-imageslider-content.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .sm-imageslider-content {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.sm-imageslider-content .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.sm-imageslider-inner .owl-theme .owl-controls .owl-nav div {
  width: 30px;
  height: 50px;
  margin: 0;
  background: #444444;
}
.sm-imageslider-inner .owl-theme .owl-controls .owl-nav div:hover {
  opacity: 0.8;
}
.sm-imageslider-content .owl-controls .owl-dot,
.sm-imageslider-content .owl-controls .owl-nav .owl-next,
.sm-imageslider-content .owl-controls .owl-nav .owl-prev {
  -moz-user-select: none;
  cursor: pointer;
}
.sm-imageslider-inner .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.sm-imageslider-inner .owl-theme .owl-dots .owl-dot.active span,
.sm-imageslider-inner .owl-theme .owl-dots .owl-dot:hover span {
  background: none repeat scroll 0 0 #869791;
}
.sm-imageslider-inner .owl-theme .owl-dots .owl-dot span {
  background: none repeat scroll 0 0 #d6d6d6;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  width: 10px;
}
.sm-imageslider-inner .owl-item .item img {
  border: none;
}
.sm-imageslider-inner.theme1 .item {
  overflow: hidden;
}
.sm-imageslider-inner.theme2 .item {
  position: relative;
  border: none;
  overflow: hidden;
}
.sm-imageslider-inner.theme2 .item .item-info {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 10%;
  right: 5%;
}
.sm-imageslider-inner.theme2 .item .item-info .item-desc {
  padding: 10px 20px 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  font-family: arial, helvetica, sans-serif;
  white-space: normal;
  margin-right: 0;
  position: relative;
  background: none;
}
.sm-imageslider-inner.theme2 .item .item-info .item-desc:after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewX(160deg);
  -o-transform: skewX(160deg);
  -ms-transform: skewX(160deg);
  -moz-transform: skewX(160deg);
  width: 100%;
  z-index: 1;
}
.sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner {
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title {
  display: inline-block;
  margin-top: -5px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 17px;
  word-wrap: break-word;
  float: right;
  margin-right: 24px;
  position: relative;
  white-space: normal;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title:after {
  background: #55E415;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 3;
  bottom: 0;
  transform: skewX(160deg);
  -o-transform: skewX(160deg);
  -ms-transform: skewX(160deg);
  -moz-transform: skewX(160deg);
  width: 100%;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title a {
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title .item-title-inner {
  position: relative;
  display: inline-block;
  padding: 3px 15px 10px 15px;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title a {
  position: relative;
  z-index: 4;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title a:hover {
  text-decoration: none;
  cursor: pointer;
}
.sm-imageslider-inner.theme2 .item .item-info .item-title-inner:before {
  border-color: transparent #636363;
  border-style: solid;
  border-width: 5px 0px 0px 10px;
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  top: 0px;
  width: 0;
  z-index: 3;
}
.sm-imageslider {
  position: relative;
  overflow: hidden;
}
.sm-imageslider-inner.theme2 {
  overflow: visible;
}
.sm-imageslider-inner.theme2 .owl-nav .owl-prev {
  left: -115px;
}
.sm-imageslider-inner.theme2 .owl-nav .owl-next {
  right: -115px;
}
.sm-imageslider.theme2 {
  /*padding-left: 115px;
	padding-right: 115px;*/
  overflow: hidden;
}
@media all and (max-width: 479px) {
  .sm-imageslider {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-imageslider {
    padding-left: 0;
    padding-right: 0;
  }
}
.sm-imageslider .item-image img {
  width: 100%;
  max-width: 100%;
}
.sm-imageslider-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  min-height: 200px;
}
.imgsl-preload {
  min-height: 200px;
  overflow: hidden;
  height: 200px;
}
/* Effect Fade In */
.sm-listing-tabs .ltabs-items .fadeIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Effect Flip In Vertical */
.sm-listing-tabs .ltabs-items .flipInY .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@-moz-keyframes flipInY {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -moz-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
  }
}
@-o-keyframes flipInY {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -o-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -o-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
/* Effect Flip In Horizontal */
.sm-listing-tabs .ltabs-items .flipInX .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes flipInX {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -moz-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes flipInX {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -o-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -o-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(85deg);
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    transform: perspective(400px) rotateX(15deg);
  }
  90% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/* Effect Flip */
.sm-listing-tabs .ltabs-items .flip .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flip {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    opacity: 0;
    -moz-transform: perspective(500px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(500px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    opacity: 0;
    -o-transform: perspective(500px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -o-transform: perspective(500px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    opacity: 0;
    transform: perspective(500px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(500px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(500px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    transform: perspective(500px) scale(1);
    animation-timing-function: ease-in;
  }
}
/* Effect Star War */
.sm-listing-tabs .ltabs-items .starwars .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-play-state: running;
  -moz-transform-origin: 50% 50%;
  -moz-animation-play-state: running;
  -o-transform-origin: 50% 50%;
  -o-animation-play-state: running;
  transform-origin: 50% 50%;
  animation-play-state: running;
}
@-webkit-keyframes starwars {
  0% {
    opacity: 0;
    -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-moz-keyframes starwars {
  0% {
    opacity: 0;
    -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-o-keyframes starwars {
  0% {
    opacity: 0;
    -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@keyframes starwars {
  0% {
    opacity: 0;
    transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
/* Effect Slide Right */
.sm-listing-tabs .ltabs-items .slideRight .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* Effect Bounce In */
.sm-listing-tabs .ltabs-items .bounceIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*Effect Zoom In */
.sm-listing-tabs .ltabs-items .zoomIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Effect Page Top*/
.sm-listing-tabs .ltabs-items .pageTop .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-transform-origin: 50% 0%;
  -moz-animation-play-state: running;
  -moz-transform-origin: 50% 0%;
  -o-animation-play-state: running;
  -o-transform-origin: 50% 0%;
  animation-play-state: running;
  transform-origin: 50% 0%;
}
@-webkit-keyframes pageTop {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes pageTop {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes pageTop {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes pageTop {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/*Effect Zoom Out */
.sm-listing-tabs .ltabs-items .zoomOut .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation: zoomOut 600ms ease both;
  -moz-animation-play-state: paused;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 0;
    -moz-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 0;
    -o-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.sm-listing-tabs .ltabs-items .slideLeft .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.play .ltabs-item {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.sm-listing-tabs .show-loadmore .ltabs-items .ltabs-item .item-inner {
  margin: 0 15px 30px;
}
.sm-listing-tabs .show-loadmore .ltabs-items .ltabs-items-inner {
  width: auto;
  margin: 0 -15px;
}
.sm-listing-tabs .show-loadmore .ltabs-tabs-container {
  right: 10px;
}
.sm-listing-tabs.show-slider .products-grid .item .item-inner {
  margin-bottom: 0;
}
.acd-btn-add {
  float: left;
}
.list-product-home {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  overflow: hidden;
}
.sm-listing-tabs .owl-controls .owl-nav {
  position: absolute;
  top: -53px;
  right: 0;
}
.sm-listing-tabs .owl-controls .owl-nav div {
  width: 20px;
  height: 27px;
  background-color: transparent;
  border: 1px solid #ddd;
  color: #666;
}
.sm-listing-tabs .owl-controls .owl-nav div:before {
  line-height: 26px;
}
.sm-listing-tabs .tab-all .ltabs-tab-img {
  height: 30px;
}
.sm-listing-tabs .ltabs-wrap {
  position: relative;
}
.sm-listing-tabs .item-price {
  padding-right: 5px;
}
.sm-listing-tabs .ltabs-tabs-container {
  position: absolute;
  right: 80px;
  top: -53px;
}
.sm-listing-tabs .ltabs-tabs-container ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  display: block;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  cursor: pointer;
  float: left;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 2px solid transparent;
  height: 33px;
  line-height: 29px;
  padding: 0 20px;
  text-transform: uppercase;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all {
  margin-top: -48px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
  margin-top: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
  margin-top: -48px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #fff;
}
.sm-listing-tabs .ltabs-tab-img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sm-listing-tabs .item-prices {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  color: #909090;
  float: left;
  padding: 2% 0;
  width: 40%;
}
.sm-listing-tabs .other-infor {
  margin-top: 15px;
}
.sm-listing-tabs .hits {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  color: #909090;
  float: left;
  overflow: hidden;
  padding: 2% 0 2% 3%;
  width: 53%;
}
.sm-listing-tabs .hits-text {
  color: #0088cc;
}
.sm-listing-tabs .item-title {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sm-listing-tabs .item-review .ratings .rating-box .rating {
  width: 100% !important;
}
.sm-listing-tabs .item-review .ratings .rating-box {
  margin-right: 5px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span {
  cursor: pointer;
  vertical-align: middle;
}
.sm-listing-tabs .created-date {
  color: #909090;
  margin-bottom: 10px;
}
.sm-listing-tabs .item-addcart {
  margin-bottom: 5px;
}
.sm-listing-tabs .add-to-links {
  list-style: outside none none;
  margin: 0 0 5px;
}
.sm-listing-tabs .add-to-links li:first-child {
  margin-bottom: 5px;
}
.sm-listing-tabs ul.add-to-links li {
  font-style: normal;
  margin: 0;
}
.sm-listing-tabs .item-desc {
  margin-bottom: 5px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
  display: none;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
  clear: both;
  color: #888;
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
  position: relative;
  text-align: left;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-right: none;
  overflow: hidden;
  padding: 0 20px;
  width: auto;
}
.direction_rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  border-right: 1px solid #ddd;
  border-left: none;
}
.direction_rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.direction_rtl .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  float: right;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
  -moz-user-select: none;
  border: 1px solid #ddd;
  font-size: 12px;
  text-align: center;
  width: 30px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  display: inline-block;
  float: left;
  height: 27px;
  line-height: 27px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 1;
}
.sm-listing-tabs .add-loadmore {
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}
.sm-listing-tabs .loaded .add-loadmore {
  display: none;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: none;
  right: 0;
  overflow: hidden;
  position: absolute;
  top: 28px;
  width: 100%;
  z-index: 9999;
  min-width: 200px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
  display: block;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
  float: none;
  margin: 0;
  padding: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
  display: block;
  line-height: 20px;
  padding: 5px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 -1px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span:hover {
  background: #0088cc;
  color: #f6f6f6;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items {
  display: none;
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .owl-stage-outer {
  overflow: visible;
}
.bs-description {
  margin: 10px 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-inner {
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-selected {
  display: block;
}
.sm-listing-tabs .ltabs-items-container .ltabs-item-wrap {
  box-shadow: 0 0 0 #000;
  margin: 0;
  opacity: 0;
  padding: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-item-wrap img {
  box-shadow: 0 0 0 #000;
  max-width: 99.9%;
  width: 99.9%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
  float: left;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img {
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img:hover {
  opacity: 0.7;
  transform: scale(1.1, 1.1);
}
.sm-listing-tabs .ltabs-items .ltabs-loading {
  display: block;
  max-width: 100%;
  min-height: 300px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-loadmore {
  clear: both;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
  background: transparent url("../../frontend/Sm/market_2/en_US/images/301.gif") no-repeat scroll center center;
  display: none;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  width: 22px;
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn::after {
  content: attr(data-label);
}
.sm-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
  display: none;
}
.sm-listing-tabs .ltabs-items-container.show-slider .new-box {
  top: 1px;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
  box-shadow: none;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-item .item-inner .item-image {
  box-sizing: border-box;
}
.sm-listing-tabs .ltabs-item {
  width: 100%;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner {
  margin: 0;
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner .ltabs-detail {
  padding-top: 10px;
}
@media all and (max-width: 479px) {
  .sm-listing-tabs .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .ltabs-tabs-container .ltabs-tabs li {
    border-left: medium none !important;
    border-right: medium none !important;
    border-top: medium none !important;
  }
  .sm-listing-tabs .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs-tab-img {
    display: none;
  }
  .sm-listing-tabs .ltabs04-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs04-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-listing-tabs .ltabs04-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-listing-tabs .ltabs04-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tabs .ltabs04-2 .ltabs-item {
    width: 49.985%;
  }
  .sm-listing-tabs .ltabs04-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs04-1 .clr1,
  .sm-listing-tabs .ltabs04-2 .clr2,
  .sm-listing-tabs .ltabs04-3 .clr3,
  .sm-listing-tabs .ltabs04-4 .clr4,
  .sm-listing-tabs .ltabs04-5 .clr5,
  .sm-listing-tabs .ltabs04-6 .clr6 {
    clear: both;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-listing-tabs .ltabs03-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs03-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-listing-tabs .ltabs03-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-listing-tabs .ltabs02-5 .ltabs-item .hits {
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs03-3 .ltabs-item {
    width: 33.295%;
  }
  .sm-listing-tabs .ltabs03-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tabs .ltabs03-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs03-1 .clr1,
  .sm-listing-tabs .ltabs03-2 .clr2,
  .sm-listing-tabs .ltabs03-3 .clr3,
  .sm-listing-tabs .ltabs03-4 .clr4,
  .sm-listing-tabs .ltabs03-5 .clr5,
  .sm-listing-tabs .ltabs03-6 .clr6 {
    clear: both;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs02-5 .ltabs-item {
    width: 19.958%;
  }
  .sm-listing-tabs .ltabs02-4 .ltabs-item {
    width: 24.995%;
  }
  .sm-listing-tabs .ltabs02-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tabs .ltabs02-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tabs .ltabs02-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-4 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs02-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs02-6 .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs02-1 .clr1,
  .sm-listing-tabs .ltabs02-2 .clr2,
  .sm-listing-tabs .ltabs02-3 .clr3,
  .sm-listing-tabs .ltabs02-4 .clr4,
  .sm-listing-tabs .ltabs02-5 .clr5,
  .sm-listing-tabs .ltabs02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  .sm-listing-tabs .ltabs01-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs01-5 .ltabs-item {
    width: 20%;
  }
  .sm-listing-tabs .ltabs01-4 .ltabs-item {
    width: 25%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tabs .ltabs01-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tabs .ltabs01-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-1 .clr1,
  .sm-listing-tabs .ltabs01-2 .clr2,
  .sm-listing-tabs .ltabs01-3 .clr3,
  .sm-listing-tabs .ltabs01-4 .clr4,
  .sm-listing-tabs .ltabs01-5 .clr5,
  .sm-listing-tabs .ltabs01-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1600px) {
  .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-tabs .ltabs00-6 .ltabs-item {
    width: 16.64%;
  }
  .sm-listing-tabs .ltabs00-5 .ltabs-item {
    width: 20%;
  }
  .sm-listing-tabs .ltabs00-4 .ltabs-item {
    width: 25%;
  }
  .sm-listing-tabs .ltabs00-3 .ltabs-item {
    width: 33.315%;
  }
  .sm-listing-tabs .ltabs00-2 .ltabs-item {
    width: 49.999%;
  }
  .sm-listing-tabs .ltabs00-1 .ltabs-item {
    width: 100%;
  }
  .sm-listing-tabs .ltabs00-1 .clr1,
  .sm-listing-tabs .ltabs00-2 .clr2,
  .sm-listing-tabs .ltabs00-3 .clr3,
  .sm-listing-tabs .ltabs00-4 .clr4,
  .sm-listing-tabs .ltabs00-5 .clr5,
  .sm-listing-tabs .ltabs00-6 .clr6 {
    clear: both;
  }
}
.sm-listing-tabs.lt-ie9 .ltabs01-6 .ltabs-item {
  width: 16.64%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-5 .ltabs-item {
  width: 20%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-4 .ltabs-item {
  width: 25%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-3 .ltabs-item {
  width: 33.315%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-2 .ltabs-item {
  width: 49.999%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-1 .ltabs-item {
  width: 100%;
}
.sm-listing-tabs.lt-ie9 .ltabs01-1 .clr1,
.sm-listing-tabs.lt-ie9 .ltabs01-2 .clr2,
.sm-listing-tabs.lt-ie9 .ltabs01-3 .clr3,
.sm-listing-tabs.lt-ie9 .ltabs01-4 .clr4,
.sm-listing-tabs.lt-ie9 .ltabs01-5 .clr5,
.sm-listing-tabs.lt-ie9 .ltabs01-6 .clr6 {
  clear: both;
}
.sm-listing-tabs .ltabs-item .item-desc {
  overflow: hidden;
}
.sm-listing-tabs .ltabs-item .item-readmore {
  text-align: right;
}
.sm-listing-tabs .ltabs-item .item-desc + .item-readmore {
  margin-top: 10px;
}
.sm-listing-tabs .ltabs-item .item-votes {
  margin: 0 0 10px;
}
.sm-listing-tabs .ltabs-item .item-btn-add {
  clear: both;
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.sm-listing-tabs .ltabs-item .item-btn-add form {
  margin: 0;
}
.sm-listing-tabs .ltabs-item .item-btn-add .hikashop_add_to_cart,
.sm-listing-tabs .ltabs-item .item-btn-add .hikashop_add_wishlist {
  display: inline-block;
  margin: 10px 5px 0 0;
}
.cf::before,
.cf::after {
  content: " ";
  display: table;
}
.cf::after {
  clear: both;
}
.sm-listing-tabs .pre-text,
.sm-listing-tabs .post-text {
  margin: 10px;
}
.deals_title_text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.sm-deals .deals-description {
  margin: 5px 0;
  line-height: 18px;
  word-wrap: break-word;
}
.sm-deals .deals-detail {
  margin: 5px 0;
}
.sm-deals.products-grid .item .item-inner .box-image {
  margin: 0 10px 10px;
}
.sm-deals.products-grid .item .item-inner .box-info {
  padding: 8px 20px 18px;
}
.sm-deals.products-grid .item .item-inner .box-info.box-info-top {
  padding: 10px 10px 0;
}
.sm-deals.products-grid .item .item-inner .box-info.box-info-top .product-name {
  padding: 0;
}
.sm-deals.products-grid .item .item-inner .box-info.box-info-top .product-reviews-summary {
  margin-bottom: 0;
}
/*CSS Responsive*/
@media all and (max-width: 467px) {
  .sm-deals .deals-resp05-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp05-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp05-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp05-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp05-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp05-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp05-1 .clr1,
  .sm-deals .deals-resp05-2 .clr2,
  .sm-deals .deals-resp05-3 .clr3,
  .sm-deals .deals-resp05-4 .clr4,
  .sm-deals .deals-resp05-5 .clr5,
  .sm-deals .deals-resp05-6 .clr6 {
    clear: both;
  }
  .sm-deals .product-item-actions {
    display: block;
  }
  .sm-deals .product-item-actions .actions-primary {
    display: table-cell;
  }
  .sm-deals .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 10px;
    width: 50%;
  }
  .sm-deals .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
}
@media all and (min-width: 468px) and (max-width: 767px) {
  .sm-deals .deals-resp04-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp04-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp04-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp04-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp04-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp04-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp04-1 .clr1,
  .sm-deals .deals-resp04-2 .clr2,
  .sm-deals .deals-resp04-3 .clr3,
  .sm-deals .deals-resp04-4 .clr4,
  .sm-deals .deals-resp04-5 .clr5,
  .sm-deals .deals-resp04-6 .clr6 {
    clear: both;
  }
  .sm-deals .product-item-actions {
    display: block;
  }
  .sm-deals .product-item-actions .actions-primary {
    display: table-cell;
  }
  .sm-deals .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 10px;
    width: 50%;
  }
  .sm-deals .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm-deals .deals-resp03-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp03-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp03-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp03-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp03-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp03-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp03-1 .clr1,
  .sm-deals .deals-resp03-2 .clr2,
  .sm-deals .deals-resp03-3 .clr3,
  .sm-deals .deals-resp03-4 .clr4,
  .sm-deals .deals-resp03-5 .clr5,
  .sm-deals .deals-resp03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm-deals .deals-resp02-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp02-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp02-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp02-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp02-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp02-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp02-1 .clr1,
  .sm-deals .deals-resp02-2 .clr2,
  .sm-deals .deals-resp02-3 .clr3,
  .sm-deals .deals-resp02-4 .clr4,
  .sm-deals .deals-resp02-5 .clr5,
  .sm-deals .deals-resp02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-deals .deals-resp01-6 .deals-item {
    width: 16.666%;
  }
  .sm-deals .deals-resp01-5 .deals-item {
    width: 20%;
  }
  .sm-deals .deals-resp01-4 .deals-item {
    width: 25%;
  }
  .sm-deals .deals-resp01-3 .deals-item {
    width: 33.333%;
  }
  .sm-deals .deals-resp01-2 .deals-item {
    width: 50%;
  }
  .sm-deals .deals-resp01-1 .deals-item {
    width: 100%;
  }
  .sm-deals .deals-resp01-1 .clr1,
  .sm-deals .deals-resp01-2 .clr2,
  .sm-deals .deals-resp01-3 .clr3,
  .sm-deals .deals-resp01-4 .clr4,
  .sm-deals .deals-resp01-5 .clr5,
  .sm-deals .deals-resp01-6 .clr6 {
    clear: both;
  }
}
.sm-deals.boxed {
  padding: 0;
}
.sm-deals-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  min-height: 200px;
}
.clear {
  clear: both;
}
.categories-title-text {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
.sm-categories {
  margin: 20px 0;
  overflow: hidden;
}
.sm-categories .intro_text,
.sm-categories .footer_text {
  margin: 10px 0px;
}
.sm-categories .cat-wrap {
  width: 100%;
  display: table;
}
/*############################################## Css Device ##################################*/
.sm-categories.lt-ie9.cat01-1 .cat-wrap .content-box {
  float: left;
  margin: 0;
  width: 100%;
}
.sm-categories.lt-ie9.cat01-2 .cat-wrap .content-box {
  float: left;
  margin: 0 1%;
  width: 48%;
}
.sm-categories.lt-ie9.cat01-3 .cat-wrap .content-box {
  float: left;
  margin: 0 1%;
  width: 31.3333%;
}
.sm-categories.lt-ie9.cat01-4 .cat-wrap .content-box {
  float: left;
  margin: 0 1%;
  width: 23%;
}
.sm-categories.lt-ie9.cat01-5 .cat-wrap .content-box {
  float: left;
  margin: 0 1%;
  width: 18%;
}
.sm-categories.lt-ie9.cat01-6 .cat-wrap .content-box {
  float: left;
  margin: 0 1%;
  width: 14.6666%;
}
.sm-categories.lt-ie9.cat01-1 .clr1,
.sm-categories.lt-ie9.cat01-2 .clr2,
.sm-categories.lt-ie9.cat01-3 .clr3,
.sm-categories.lt-ie9.cat01-4 .clr4,
.sm-categories.lt-ie9.cat01-5 .clr5,
.sm-categories.lt-ie9.cat01-6 .clr6 {
  clear: both;
}
@media all and (max-width: 479px) {
  .sm-categories.cat05-1 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.cat05-2 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
  .sm-categories.cat05-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 33.3333%;
  }
  .sm-categories.cat05-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 25%;
  }
  .sm-categories.cat05-5 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 20%;
  }
  .sm-categories.cat05-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 16.6666%;
  }
  .sm-categories.cat05-1 .clr1,
  .sm-categories.cat05-2 .clr2,
  .sm-categories.cat05-3 .clr3,
  .sm-categories.cat05-4 .clr4,
  .sm-categories.cat05-5 .clr5,
  .sm-categories.cat05-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-categories.cat04-1 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.cat04-2 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
  .sm-categories.cat04-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 33.3333%;
  }
  .sm-categories.cat04-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 25%;
  }
  .sm-categories.cat04-5 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 20%;
  }
  .sm-categories.cat04-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 16.6666%;
  }
  .sm-categories.cat04-1 .clr1,
  .sm-categories.cat04-2 .clr2,
  .sm-categories.cat04-3 .clr3,
  .sm-categories.cat04-4 .clr4,
  .sm-categories.cat04-5 .clr5,
  .sm-categories.cat04-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm-categories.cat03-1 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .sm-categories.cat03-2 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
  .sm-categories.cat03-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 33.3333%;
  }
  .sm-categories.cat03-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 25%;
  }
  .sm-categories.cat03-5 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 20%;
  }
  .sm-categories.cat03-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 16.6666%;
  }
  .sm-categories.cat03-1 .clr1,
  .sm-categories.cat03-2 .clr2,
  .sm-categories.cat03-3 .clr3,
  .sm-categories.cat03-4 .clr4,
  .sm-categories.cat03-5 .clr5,
  .sm-categories.cat03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm-categories.cat02-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categories.cat02-2 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 50%;
  }
  .sm-categories.cat02-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 33.3333%;
  }
  .sm-categories.cat02-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 25%;
  }
  .sm-categories.cat02-5 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 20%;
  }
  .sm-categories.cat02-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 16.6666%;
  }
  .sm-categories.cat02-1 .clr1,
  .sm-categories.cat02-2 .clr2,
  .sm-categories.cat02-3 .clr3,
  .sm-categories.cat02-4 .clr4,
  .sm-categories.cat02-5 .clr5,
  .sm-categories.cat02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-categories.cat01-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sm-categories.cat01-2 .cat-wrap .content-box {
    float: left;
    margin: 0 15px;
    width: 50%;
  }
  .sm-categories.cat01-3 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 33.3333%;
  }
  .sm-categories.cat01-4 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 25%;
  }
  .sm-categories.cat01-5 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 20%;
  }
  .sm-categories.cat01-6 .cat-wrap .content-box {
    float: left;
    padding: 0 15px;
    width: 16.6666%;
  }
  .sm-categories.cat01-1 .clr1,
  .sm-categories.cat01-2 .clr2,
  .sm-categories.cat01-3 .clr3,
  .sm-categories.cat01-4 .clr4,
  .sm-categories.cat01-5 .clr5,
  .sm-categories.cat01-6 .clr6 {
    clear: both;
  }
}
/*################################# End css Device #############################################*/
.sm-categories .cat-wrap .content-box {
  overflow: hidden;
  line-height: 20px;
  padding-bottom: 15px;
}
.sm-categories .cat-wrap .content-box .cat-title a {
  font-weight: bold;
}
.sm-categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title {
  float: none;
  padding: 0;
}
.sm-categories .cat-wrap .content-box .child-cat .child-cat-title {
  float: left;
  padding-right: 5px;
}
.sm-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title {
  float: left;
  display: inline;
}
.sm-categories .cat-wrap.theme2 .content-box img,
.sm-categories .cat-wrap.theme3 .content-box img {
  width: auto;
  display: block;
  max-width: 100%;
}
.sm-categories .cat-wrap .image-cat {
  overflow: hidden;
  position: relative;
}
.sm-categories .cat-wrap .image-cat .btn-categories {
  font-size: 83.33%;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 1px 10px;
  position: absolute;
  left: 20px;
  bottom: 36px;
}
.sm-categories .cat-wrap .image-cat .btn-categories:after {
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "f0da";
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.sm-categories .cat-wrap .image-cat .btn-categories:hover {
  background-color: #444 !important;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat {
  float: left;
  margin: 0 13px 0 0;
  overflow: hidden;
  padding-top: 5px;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat a {
  display: block;
  border: 0;
  width: 100%;
  float: left;
  overflow: hidden;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info .image-cat img {
  width: auto;
  display: block;
  max-width: 100%;
}
/*#################### css for theme 2 ######################*/
.cat-wrap.theme2 .content-box {
  margin-bottom: 20px;
}
.cat-wrap.theme2 .content-box .child-cat {
  padding: 10px;
}
.cat-wrap.theme2 .content-box .child-cat .cat-title a {
  font-size: 116.67%;
  display: inline-block;
  margin-bottom: 3px;
}
.cat-wrap.theme2 .content-box .child-cat .sub-cats li a {
  font-size: 108.33%;
  display: inline-block;
  padding: 2px 0;
}
.cat-wrap.theme2 .content-box .child-cat .sub-cats li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background-color: #999999;
  margin-right: 3px;
}
/*#################### css for theme 3 ######################*/
.sm-categories .cat-wrap.theme3 .content-box .cat-title {
  padding-top: 5px;
  margin-bottom: 10px;
}
/*#################### css for theme 4 ######################*/
.sm-categories.theme4 {
  padding: 1px;
}
.sm-categories .cat-wrap.theme4 {
  border: 1px solid #CCCCCC;
  width: 100%;
  margin: 0 -1px;
  height: auto;
}
.sm-categories .cat-wrap.theme4 .sm-categories-inner {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}
.sm-categories .cat-wrap.theme4 .sm-categories-heading {
  background: url(../../frontend/Sm/market_2/en_US/images/bk.gif) repeat-x;
  height: 24px;
  cursor: pointer;
}
.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_left {
  background: url(../../frontend/Sm/market_2/en_US/images/icon.png) no-repeat;
  margin-top: 8px;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  float: left;
}
.sm-categories .cat-wrap.theme4 .sm-categories-heading .icon_right {
  background: url(../../frontend/Sm/market_2/en_US/images/plus.gif) no-repeat;
  margin-top: 5px;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  float: right;
}
.sm-categories .cat-wrap.theme4 .sm-categories-inner.selected .icon_right {
  background: url(../../frontend/Sm/market_2/en_US/images/minus.gif) no-repeat;
}
.sm-categories .cat-wrap.theme4 .sm-categories-heading .cat-title {
  padding-left: 5px;
  line-height: 24px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content {
  height: 0;
  overflow: hidden;
  width: 100%;
}
/* .sm-categories .cat-wrap.theme4 .sm-categories-inner.selected .sm-categories-content{
	margin:10px;
    margin-bottom:10px;
} */
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat {
  padding: 15px;
  padding-bottom: 0px;
  overflow: hidden;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat.cat-lastitem {
  padding-bottom: 15px;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat.subcat-empty {
  padding: 10px;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-info {
  display: block;
}
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .image-cat {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
/* .sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc{
	float:left;
} */
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc .child-cat-title,
.sm-categories .cat-wrap.theme4 .sm-categories-content .child-cat .child-cat-desc .child-cat-title a {
  float: left;
  font-weight: bold;
  padding-right: 3px;
}
@media all and (max-width: 480px) {
  .sm-categories .cat-wrap.theme2 .content-box .parent-cat {
    margin: 0 0 10px 0;
    width: 100%;
    float: none;
    max-width: 100%;
  }
  .sm-categories .cat-wrap.theme2 .content-box img {
    width: 100%;
  }
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.product-options-wrapper .legend.links-title {
  display: none;
}
#quickview-gallery-placeholder .magnifier-preview {
  display: none !important;
}
body.ajax-loading {
  overflow-x: hidden;
}
.sm-quickview .block-bundle-summary .control-qty-cart .qty-qv {
  height: 30px;
  float: left;
}
.sm-quickview .block-bundle-summary .bundle-summary {
  display: none !important;
}
.sm-quickview .back.customization {
  display: none;
}
.smqv-title h1 {
  color: #444;
  font-size: 166.67%;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: none;
}
.sm_quickview_handler {
  display: none;
  line-height: 27px;
  font-weight: normal;
  width: 100px;
  height: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  font-size: 116.67%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -15px;
  z-index: 88;
}
.sm_quickview_handler:hover {
  color: #fff;
}
.sm-quickview .product.attribute.overview {
  clear: both;
}
.sm-quickview .product-add-form .box-tocart {
  margin-bottom: 15px;
}
.quickview-detail-container .info-box-detail .product-reviews-summary {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}
.fancybox-lock .zoomContainer {
  -webkit-transform: none !important;
}
.zoomContainer .zoomLens,
.zoomContainer .zoomWindow {
  z-index: 10000 !important;
}
.quickview-main .product-image-thumbs li:first-child {
  margin-left: 0;
}
.quickview-main .product-collateral {
  display: none;
}
.products-list li.item .f-fix .sm_quickview_handler {
  float: left;
}
.smpv-media .gallery-placeholder {
  /*width:550px !important;*/
}
.sm-searchbox-popular {
  padding: 15px 0;
  display: table;
  width: 100%;
}
.sm-searchbox-popular .sm-searchbox-popular-title {
  white-space: nowrap;
  vertical-align: top;
  color: #444;
  font-size: 108.33%;
  padding-right: 5px;
}
.sm-searchbox-popular .sm-searchbox-keyword ul li {
  float: left;
  margin-right: 5px;
  font-size: 108.33%;
}
.sm-searchbox-popular .sm-searchbox-keyword ul li:after {
  content: ",";
}
.sm-searchbox-popular .sm-searchbox-keyword ul li:last-child:after {
  display: none;
}
.sm-searchbox-popular .sm-searchbox-keyword ul li a {
  color: #666;
}
.sm-searchbox-popular .sm-searchbox-keyword ul li a:hover {
  cursor: pointer;
}
.search-autocomplete {
  z-index: 99 !important;
  margin-top: auto;
}
.sm-searchbox-advanced {
  clear: both;
}
.cf::before,
.cf::after {
  content: " ";
  display: table;
}
.cf::after {
  clear: both;
}
.mini-cart-header {
  display: inline-block;
}
.block.sm-cartpro {
  display: inline-block;
  margin: 0;
}
.cartpro-modal #customizeTitle {
  margin-left: 0 !important;
}
.cartpro-modal .product-add-form .box-tocart {
  margin-bottom: 20px;
}
.sm-cartpro .cartpro-title {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  color: #636363;
  cursor: pointer;
  float: left;
  height: 44px;
  line-height: 42px;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}
.sm-cartpro .cartpro-title:hover:not(.skip-active) {
  opacity: 0.8;
}
.cartpro-modal .qty {
  width: 40px;
  text-align: center;
}
.sm-cartpro .cartpro-title .cartpro-icon {
  background-image: url("../../frontend/Sm/market_2/en_US/images/icon_sprite.png");
  background-position: 0 -95px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  margin-right: 3px;
  text-indent: -9999px;
  vertical-align: middle;
  width: 30px;
}
.sm-cartpro:hover .cartpro-title:not(.skip-active) .cartpro-icon {
  background-position: -50px -95px;
}
.sm-cartpro .cartpro-message {
  display: none;
  padding: 0 0 10px;
  text-align: center;
}
.sm-cartpro .cartpro-success {
  color: green;
}
.sm-cartpro .cartpro-error {
  color: #ff0000;
}
.sm-cartpro .cartpro-title .cartpro-label {
  display: inline;
}
.sm-cartpro:hover .cartpro-title .cartpro-label {
  color: #3399cc;
}
.sm-cartpro .cartpro-count {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #3399cc;
  display: inline-block;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  margin-left: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: auto;
  z-index: 5;
}
.sm-cartpro:hover .cartpro-count,
.sm-cartpro .cartpro-empty .cartpro-count {
  color: #fff;
}
.sm-cartpro .cartpro-count::before {
  content: "(";
}
.sm-cartpro .cartpro-count::after {
  content: ")";
}
.sm-cartpro .cartpro-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cccccc;
  display: block;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 44px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: all 0.4s ease-in-out 0s;
  width: 320px;
  z-index: 200;
}
.sm-cartpro .cartpro-content::before,
.sm-cartpro .cartpro-content::after {
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sm-cartpro .cartpro-content::before {
  background-color: #e1effa;
  opacity: 0.8;
  z-index: 2;
}
.sm-cartpro .cartpro-content::after {
  background-image: url("../../frontend/Sm/market_2/en_US/images/ajax_loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
}
.sm-cartpro .cartpro-content.loading::before,
.sm-cartpro .cartpro-content.loading::after {
  display: block;
}
.sm-cartpro .cartpro-content .empty {
  padding: 10px 0;
  text-align: center;
}
.sm-cartpro .cartpro-content .cartpro-products {
  margin: 0 10px 10px;
  max-height: 350px;
  overflow: auto;
  padding: 0;
}
.sm-cartpro .cartpro-products-inner {
  margin: 0;
  padding: 0;
}
.sm-cartpro .cartpro-products-inner .item {
  border-bottom: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.sm-cartpro .cartpro-products-inner .product-image {
  border: 1px solid #ededed;
  display: block;
  float: left;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
}
.sm-cartpro .cartpro-products-inner .product-name {
  font-weight: bold;
  text-transform: uppercase;
}
.sm-cartpro .cartpro-products-inner .product-name a {
  color: #3399cc;
}
.sm-cartpro .cartpro-products-inner .product-name a:hover {
  color: #2e8ab8;
}
.sm-cartpro .cartpro-products-inner .product-details {
  overflow: hidden;
}
.sm-cartpro .cartpro-products-inner .price-label,
.sm-cartpro .cartpro-products-inner .qty-label {
  padding-right: 10px;
  text-align: left;
  text-transform: uppercase;
}
.sm-cartpro .cartpro-products-inner .price-value,
.sm-cartpro .cartpro-products-inner .qty-value {
  clear: right;
  color: #3399cc;
}
.sm-cartpro .cartpro-products-inner .qty-value input {
  height: 30px;
  margin-left: 12px;
  margin-right: 2px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  width: 3.2em;
}
.sm-cartpro .cartpro-products-inner .quantity-button {
  background: #3399cc none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  cursor: default;
  display: inline-block;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  opacity: 0;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
  transition-duration: 100ms;
  transition-property: opacity;
  vertical-align: top;
  white-space: nowrap;
}
.sm-cartpro .cartpro-products-inner .quantity-button.visible {
  cursor: pointer;
  opacity: 1;
}
.sm-cartpro .cartpro-products-inner .product-action {
  margin-top: 5px;
}
.sm-cartpro .cartpro-subtotal {
  background-color: #dddddd;
  line-height: 2em;
  margin-bottom: 10px;
  text-align: center;
}
.sm-cartpro .cartpro-subtotal .label {
  color: #fff;
  text-transform: uppercase;
}
.sm-cartpro .cartpro-subtotal .price {
  color: #3399cc;
}
.sm-cartpro .cartpro-actions {
  overflow: hidden;
  text-align: center;
}
.sm-cartpro .cartpro-actions .cartpro-checkout {
  float: none;
  max-width: 100%;
  text-align: center;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li {
  margin: 0 0 5px 5px;
  text-transform: uppercase;
  vertical-align: top;
}
.sm-cartpro .cartpro-actions .cartpro-checkoutli:first-child {
  margin-left: 0;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li::after {
  clear: both;
  content: "";
  display: table;
}
.sm-cartpro .cartpro-actions .checkout-button {
  background: #3399cc none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  display: inline-block;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  padding: 7px 30px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.sm-cartpro .cartpro-actions .checkout-button:hover {
  background: #2e8ab8 none repeat scroll 0 0;
  cursor: pointer;
}
@media only screen and (min-width: 771px) {
  .sm-cartpro.cartpro-hover:hover .cartpro-content,
  .sm-cartpro.cartpro-hover .cartpro-content {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
}
@media only screen and (max-width: 770px) {
  .mini-cart-header {
    display: block;
  }
  .sm_cartpro {
    position: relative;
  }
  .sm_cartpro:hover {
    background: #ededed none repeat scroll 0 0;
    display: block;
  }
  .sm-cartpro .cartpro-content {
    display: none;
    opacity: 1;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transition: none 0s ease 0s;
  }
  .sm-cartpro.cartpro-hover .cartpro-content,
  .sm-cartpro.cartpro-hover:hover .cartpro-content {
    background: #ededed none repeat scroll 0 0;
    border: medium none;
    clear: both;
    display: block;
    position: relative;
    top: 0;
  }
  .sm-cartpro .cartpro-title {
    background-color: #ffffff;
    padding: 0;
    width: 25%;
  }
  .sm-cartpro.cartpro-hover .cartpro-title {
    background: #ededed none repeat scroll 0 0;
    color: inherit;
  }
  .sm-cartpro .cartpro-title .cartpro-label {
    text-transform: none;
  }
  .sm-cartpro .cartpro-count {
    background: rgba(51, 153, 204, 0.9) none repeat scroll 0 0;
    border-radius: 12px;
    color: #ffffff;
    display: inline-block;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    position: relative;
    text-align: center;
    top: -6px;
    width: 22px;
    z-index: 5;
  }
  .sm-cartpro .cartpro-count::after,
  .sm-cartpro .cartpro-count::before {
    content: "";
  }
}
@media only screen and (max-width: 499px) {
  .sm-cartpro .cartpro-count {
    margin-left: -12px;
  }
  .sm-cartpro .cartpro-title .cartpro-label {
    display: none;
  }
  .sm-cartpro .cartpro-title {
    width: 20%;
  }
}
.sm-cartpro .item-options {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
}
.sm-cartpro .item-options::after {
  clear: both;
  content: "";
  display: table;
}
.sm-cartpro.item-options dt {
  clear: left;
  float: left;
  font-style: italic;
  font-weight: 600;
  padding-right: 5px;
}
.sm-cartpro.item-options dt::after {
  content: ": ";
}
.sm-cartpro .item-options dd {
  float: left;
  margin: 0 0 6px;
  padding-left: 10px;
}
.sm-cartpro .truncated,
.sm-cartpro .truncated a.dots {
  cursor: help;
  display: inline-block;
}
.sm-cartpro .truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.sm-cartpro .truncated a.details:hover {
  text-decoration: none;
}
.sm-cartpro .truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}
.sm-cartpro .truncated .truncated_full_value .item-options {
  background-color: #f6f6f6;
  border: 1px solid #3399cc;
  bottom: 5px;
  display: none;
  left: 0;
  padding: 8px;
  position: absolute;
  top: auto;
  width: 200px;
  z-index: 300;
}
.sm-cartpro .truncated .truncated_full_value .item-options::after {
  border-color: #3399cc transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: -10px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: auto;
  width: 0;
}
.sm-cartpro .truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.sm-cartpro .truncated .show .item-options {
  display: block;
}
@media only screen and (max-width: 479px) {
  .sm-cartpro .truncated {
    cursor: inherit;
  }
  .sm-cartpro .truncated a.details {
    display: none;
  }
  .sm-cartpro .truncated .truncated_full_value .item-options {
    background-color: transparent;
    border: medium none;
    display: block;
    position: static;
    width: 100%;
    z-index: 1;
  }
  .sm-cartpro .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .sm-cartpro .truncated .truncated_full_value .item-options::after {
    display: none;
  }
}
.cartpro-process {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  z-index: 99999;
}
.cartpro-process.cartpro-show {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
.cartpro-modal {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: auto;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  z-index: 99999;
}
.cartpro-modal.cartpro-show {
  bottom: 0;
  opacity: 1;
  top: 0;
}
.cartpro-modal .cpmodal-wrapper,
.cartpro-process .cartpro-loadmark {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 200px;
}
.cartpro-process .cartpro-imageload {
  background: #fff;
  border: 2px solid #3399cc;
  color: #3399cc;
  font-size: 116.67%;
  font-weight: bold;
  padding: 15px 20px;
  text-align: center;
}
.cartpro-process .cartpro-imageload .cartpro-text {
  padding-top: 5px;
}
.cartpro-process .cartpro-imageload img {
  display: inline-block;
  vertical-align: middle;
}
.cartpro-modal .cpmodal-wrapper {
  background: #fff none repeat scroll 0 0;
  padding: 20px;
  width: auto;
}
.cartpro-modal .cpmodal-wrapper .content-cpcart {
  max-height: 500px;
  min-width: 260px;
  overflow: auto;
}
.cartpro-modal .cpmodal-wrapper .fieldset-bundle-options .input-text.qty {
  margin: 10px 0;
}
.cartpro-modal .product-options-wrapper {
  padding-top: 0;
  margin-bottom: 0;
}
.swatch-option-tooltip {
  z-index: 99999 !important;
}
.cartpro-modal .fieldset-bundle-options {
  margin-bottom: 0;
}
.cartpro-modal .cpmodal-wrapper #bundleSummary {
  display: none;
}
.cartpro-modal .cpmodal-wrapper .product-info-main {
  width: 100%;
}
.cartpro-modal .cpmodal-message {
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
  padding: 0 0 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.cartpro-modal .cpmodal-close {
  background: #444;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  height: 20px;
  line-height: 17px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  vertical-align: top;
  width: 20px;
}
.cartpro-modal .cpmodal-close:hover {
  background-color: #ff4c4c;
}
.direction_rtl .cartpro-modal .cpmodal-close {
  left: 0;
  right: auto;
}
.cartpro-modal .cpmodal-time::before {
  content: " (";
}
.cartpro-modal .cpmodal-time::after {
  content: ")";
}
.cartpro-modal .cpmodal-time.cartpro-hidden {
  display: none;
}
.cartpro-modal .cpmodal-button {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  margin: 5px 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.cartpro-modal .cpmodal-button:hover {
  background-color: #333 !important;
}
.cartpro-modal .cpmodal-button.cartpro-hidden {
  display: none;
}
.cartpro-modal.cartpro-options .cpmodal-message,
.cartpro-modal.cartpro-options .cpmodal-action {
  display: none;
}
.cartpro-modal .cpmodal-message.cp-error {
  color: #ff0000;
  display: block;
}
@media only screen and (max-width: 499px) {
  .cartpro-modal .cpmodal-wrapper {
    width: 300px;
  }
  .cartpro-modal .cpmodal-button {
    white-space: nowrap;
  }
}
.product-view.cartpro-product .product-shop,
.cartpro-modal .product-view .product-shop {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.product-view.cartpro-product .add-to-cart-wrapper {
  float: none;
  padding: 0;
  width: 100%;
}
.product-view.cartpro-product .product-shop .product-name {
  color: #3399cc;
  display: inline-block;
  float: none;
  font-size: 16px;
  text-transform: uppercase;
}
.product-view.cartpro-product .product-shop .extra-info {
  float: none;
  margin: 0;
}
.cartpro-modal .cartpro-frame {
  border: medium none;
  overflow: auto;
}
.cartpro-modal .cartpro-frame html,
.cartpro-modal .cartpro-frame body {
  height: auto;
}
.product-view.cartpro-product .grouped-items-table-wrapper {
  margin: 0;
  padding: 0;
}
.product-view.cartpro-product .product-shop .availability {
  font-size: 12px;
  text-transform: uppercase;
}
.product-view.cartpro-product .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
.product-view.cartpro-product .product-shop .extra-info,
.product-view.cartpro-product .product-shop .price-info {
  margin: 0 0 5px;
}
.product-view.cartpro-product .product-shop .price-box {
  margin-bottom: 0;
}
.product-view.cartpro-product .product-options {
  border: 1px solid #cccccc;
  clear: both;
  margin: 0;
  padding: 10px;
  position: relative;
  width: 100%;
}
.product-view.cartpro-product .product-options-bottom {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f4f4f4;
  border-color: -moz-use-text-color #cccccc #cccccc;
  border-image: none;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  margin: 0;
  padding: 10px;
}
.product-view.cartpro-product .add-to-links {
  margin: 0;
}
.product-view.cartpro-product .product-shop .price-box .regular-price .price,
.product-view.cartpro-product .product-shop .price-box .special-price .price,
.product-view.cartpro-product .product-shop .price-box .full-product-price .price {
  color: #3399cc;
  font-size: 20px;
}
.product-view.cartpro-product .add-to-box {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #eeeeee;
  border-color: -moz-use-text-color #cccccc #cccccc;
  border-image: none;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  padding: 10px;
}
.cartpro-modal .cpmodal-button:hover {
  background-color: #333;
}
@media only screen and (max-width: 1024px) {
  html.cartpro-block,
  html.cartpro-block body {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    position: fixed;
    width: 100%;
  }
}
.listingdeals_title_text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.sm-listingdeals .show-loadmore {
  margin-left: -15px;
  margin-right: -15px;
}
.sm-listingdeals .show-loadmore .listingdeals-item {
  padding: 0 15px;
}
.sm-listingdeals .show-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.sm-listingdeals .show-slider .listingdeals-items {
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
  padding: 5px;
  width: auto;
}
.sm-listingdeals .show-slider .listingdeals-items .listingdeals-item {
  opacity: 1;
}
.listingdeals-countdown .listingdeals-time .num-time {
  font-size: 166.67%;
  font-weight: bold;
  background-color: #999999;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  min-width: 30px;
  height: 40px;
  text-align: center;
  padding: 3px 5px;
  border-radius: 2px;
}
.listingdeals-countdown .listingdeals-time .num-time:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.2;
  width: 100%;
  height: 50%;
}
.listingdeals-countdown .listingdeals-time .num-time:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  background: #919191;
  opacity: 0.8;
  width: 100%;
  height: 1px;
}
.listingdeals-countdown .listingdeals-time .title-time {
  font-size: 83.33%;
}
.sm-listingdeals {
  margin-top: 30px;
}
.sm-listingdeals .listingdeals-items {
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
}
.sm-listingdeals .listingdeals-items-container .listingdeals-items-selected {
  display: block;
}
.sm-listingdeals .listingdeals-items-container .listingdeals-items-inner {
  width: 100%;
}
.sm-listingdeals .listingdeals-tabs-container .listingdeals-tabs-wrap span.listingdeals-tab-arrow,
.sm-listingdeals .listingdeals-tabs-container .listingdeals-tabs-wrap span.listingdeals-tab-selected {
  display: none;
}
.sm-listingdeals .listingdeals-items .listingdeals-tabs-container {
  margin: 15px 10px;
  padding: 0;
}
.listingdeals-tabs-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.sm-listingdeals .listingdeals-tabs-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sm-listingdeals .listingdeals-tabs-container ul .listingdeals-tab {
  background-color: #eee;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  cursor: pointer;
  float: left;
  font-size: 108.33%;
  padding: 12px 15px;
  position: relative;
}
.sm-listingdeals .listingdeals-tabs-container ul .listingdeals-tab:hover,
.sm-listingdeals .listingdeals-tabs-container ul .listingdeals-tab.tab-sel {
  background-color: #fff;
}
.sm-listingdeals .listingdeals-tabs-container ul .listingdeals-tab:hover:before,
.sm-listingdeals .listingdeals-tabs-container ul .listingdeals-tab.tab-sel:before {
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  right: 0;
  position: absolute;
  top: -2px;
  z-index: 10;
}
.sm-listingdeals .listingdeals-tabs-container ul .listingdeals-tab:last-child {
  border-right: 1px solid #dddddd;
}
.sm-listingdeals .listingdeals-tab-img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sm-listingdeals .listingdeals-items .listingdeals-loading {
  display: block;
  max-width: 100%;
  min-height: 300px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.sm-listingdeals .listingdeals-items .listingdeals-item {
  float: left;
  opacity: 0;
}
.sm-listingdeals .listingdeals-items .listingdeals-item .listingdeals-image {
  max-width: 100%;
  margin: 0;
  padding-bottom: 10px;
}
.sm-listingdeals .listingdeals-items .listingdeals-item .listingdeals-image img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.sm-listingdeals .listingdeals-items .listingdeals-item .listingdeals-detail {
  text-align: right;
}
.sm-listingdeals .listingdeals-title {
  margin: 5px 0;
}
.sm-listingdeals .price-box .price {
  font-weight: bold;
}
.sm-listingdeals .old-price .price {
  font-weight: normal;
}
.sm-listingdeals .listingdeals-description {
  margin: 5px 0;
  line-height: 18px;
  word-wrap: break-word;
}
.sm-listingdeals .listingdeals-review {
  margin: 5px 0;
}
.sm-listingdeals .listingdeals-price {
  margin: 10px 0;
}
.sm-listingdeals .listingdeals-review .ratings {
  margin: 0;
}
.sm-listingdeals .listingdeals-review .rating-box {
  margin-right: 5px;
}
.sm-listingdeals .listingdeals-review .rating-links {
  padding-top: 1px;
}
.sm-listingdeals .listingdeals-detail {
  margin: 5px 0;
}
.sm-listingdeals .listingdeals-btn-addtocart {
  margin-bottom: 10px;
}
.sm-listingdeals .add-to-links {
  margin: 0;
}
.sm-listingdeals .listingdeals-items .listingdeals-image:hover {
  opacity: 0.7;
}
.sm-listingdeals .listingdeals-countdown {
  display: table;
  clear: both;
  width: 100%;
  padding: 0 0 15px;
}
.sm-listingdeals .listingdeals-time {
  float: left;
  margin-right: 5px;
  text-align: center;
}
.sm-listingdeals .listingdeals-items-container .listingdeals-loadmore {
  clear: both;
  text-align: center;
  text-transform: uppercase;
}
.sm-listingdeals .listingdeals-items .listingdeals-loadmore .listingdeals-loadmore-btn:after {
  content: attr(data-label);
}
.sm-listingdeals .listingdeals-items .listingdeals-loadmore .listingdeals-loadmore-btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
}
.sm-listingdeals .listingdeals-items .listingdeals-loadmore .listingdeals-loadmore-btn:hover {
  background-color: #333 !important;
}
.sm-listingdeals .listingdeals-items .listingdeals-loadmore .listingdeals-loadmore-btn .listingdeals-image-loading {
  background: transparent url("../../frontend/Sm/market_2/en_US/images/301.gif") no-repeat scroll center center;
  display: none;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  width: 22px;
}
.sm-listingdeals .add-loadmore {
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}
.sm-listingdeals .loaded .add-loadmore {
  display: none;
}
.direction_rtl .sm-listingdeals .listingdeals-tabs-container ul .listingdeals-tab {
  float: right;
  border-right: 1px solid #ddd;
  border-left: none;
}
.direction_rtl .sm-listingdeals .listingdeals-tabs-container ul .listingdeals-tab:last-child {
  border-left: 1px solid #ddd;
}
.direction_rtl .sm-listingdeals .listingdeals-items .listingdeals-item {
  float: right;
}
.direction_rtl .sm-listingdeals .listingdeals-time {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
/*CSS Responsive*/
@media all and (max-width: 467px) {
  .sm-listingdeals .listingdeals-resp05-6 .listingdeals-item {
    width: 16.666%;
  }
  .sm-listingdeals .listingdeals-resp05-5 .listingdeals-item {
    width: 20%;
  }
  .sm-listingdeals .listingdeals-resp05-4 .listingdeals-item {
    width: 25%;
  }
  .sm-listingdeals .listingdeals-resp05-3 .listingdeals-item {
    width: 33.333%;
  }
  .sm-listingdeals .listingdeals-resp05-2 .listingdeals-item {
    width: 50%;
  }
  .sm-listingdeals .listingdeals-resp05-1 .listingdeals-item {
    width: 100%;
  }
  .sm-listingdeals .listingdeals-resp05-1 .clr1,
  .sm-listingdeals .listingdeals-resp05-2 .clr2,
  .sm-listingdeals .listingdeals-resp05-3 .clr3,
  .sm-listingdeals .listingdeals-resp05-4 .clr4,
  .sm-listingdeals .listingdeals-resp05-5 .clr5,
  .sm-listingdeals .listingdeals-resp05-6 .clr6 {
    clear: both;
  }
  .sm-listingdeals .product-item-actions {
    display: block;
  }
  .sm-listingdeals .product-item-actions .actions-primary {
    display: table-cell;
  }
  .sm-listingdeals .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 10px;
    width: 50%;
  }
  .sm-listingdeals .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
}
@media all and (min-width: 468px) and (max-width: 767px) {
  .sm-listingdeals .listingdeals-resp04-6 .listingdeals-item {
    width: 16.666%;
  }
  .sm-listingdeals .listingdeals-resp04-5 .listingdeals-item {
    width: 20%;
  }
  .sm-listingdeals .listingdeals-resp04-4 .listingdeals-item {
    width: 25%;
  }
  .sm-listingdeals .listingdeals-resp04-3 .listingdeals-item {
    width: 33.333%;
  }
  .sm-listingdeals .listingdeals-resp04-2 .listingdeals-item {
    width: 50%;
  }
  .sm-listingdeals .listingdeals-resp04-1 .listingdeals-item {
    width: 100%;
  }
  .sm-listingdeals .listingdeals-resp04-1 .clr1,
  .sm-listingdeals .listingdeals-resp04-2 .clr2,
  .sm-listingdeals .listingdeals-resp04-3 .clr3,
  .sm-listingdeals .listingdeals-resp04-4 .clr4,
  .sm-listingdeals .listingdeals-resp04-5 .clr5,
  .sm-listingdeals .listingdeals-resp04-6 .clr6 {
    clear: both;
  }
  .sm-listingdeals .product-item-actions {
    display: block;
  }
  .sm-listingdeals .product-item-actions .actions-primary {
    display: table-cell;
  }
  .sm-listingdeals .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 10px;
    width: 50%;
  }
  .sm-listingdeals .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm-listingdeals .listingdeals-resp03-6 .listingdeals-item {
    width: 16.666%;
  }
  .sm-listingdeals .listingdeals-resp03-5 .listingdeals-item {
    width: 20%;
  }
  .sm-listingdeals .listingdeals-resp03-4 .listingdeals-item {
    width: 25%;
  }
  .sm-listingdeals .listingdeals-resp03-3 .listingdeals-item {
    width: 33.333%;
  }
  .sm-listingdeals .listingdeals-resp03-2 .listingdeals-item {
    width: 50%;
  }
  .sm-listingdeals .listingdeals-resp03-1 .listingdeals-item {
    width: 100%;
  }
  .sm-listingdeals .listingdeals-resp03-1 .clr1,
  .sm-listingdeals .listingdeals-resp03-2 .clr2,
  .sm-listingdeals .listingdeals-resp03-3 .clr3,
  .sm-listingdeals .listingdeals-resp03-4 .clr4,
  .sm-listingdeals .listingdeals-resp03-5 .clr5,
  .sm-listingdeals .listingdeals-resp03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm-listingdeals .listingdeals-resp02-6 .listingdeals-item {
    width: 16.666%;
  }
  .sm-listingdeals .listingdeals-resp02-5 .listingdeals-item {
    width: 20%;
  }
  .sm-listingdeals .listingdeals-resp02-4 .listingdeals-item {
    width: 25%;
  }
  .sm-listingdeals .listingdeals-resp02-3 .listingdeals-item {
    width: 33.333%;
  }
  .sm-listingdeals .listingdeals-resp02-2 .listingdeals-item {
    width: 50%;
  }
  .sm-listingdeals .listingdeals-resp02-1 .listingdeals-item {
    width: 100%;
  }
  .sm-listingdeals .listingdeals-resp02-1 .clr1,
  .sm-listingdeals .listingdeals-resp02-2 .clr2,
  .sm-listingdeals .listingdeals-resp02-3 .clr3,
  .sm-listingdeals .listingdeals-resp02-4 .clr4,
  .sm-listingdeals .listingdeals-resp02-5 .clr5,
  .sm-listingdeals .listingdeals-resp02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-listingdeals .listingdeals-resp01-6 .listingdeals-item {
    width: 16.666%;
  }
  .sm-listingdeals .listingdeals-resp01-5 .listingdeals-item {
    width: 20%;
  }
  .sm-listingdeals .listingdeals-resp01-4 .listingdeals-item {
    width: 25%;
  }
  .sm-listingdeals .listingdeals-resp01-3 .listingdeals-item {
    width: 33.333%;
  }
  .sm-listingdeals .listingdeals-resp01-2 .listingdeals-item {
    width: 50%;
  }
  .sm-listingdeals .listingdeals-resp01-1 .listingdeals-item {
    width: 100%;
  }
  .sm-listingdeals .listingdeals-resp01-1 .clr1,
  .sm-listingdeals .listingdeals-resp01-2 .clr2,
  .sm-listingdeals .listingdeals-resp01-3 .clr3,
  .sm-listingdeals .listingdeals-resp01-4 .clr4,
  .sm-listingdeals .listingdeals-resp01-5 .clr5,
  .sm-listingdeals .listingdeals-resp01-6 .clr6 {
    clear: both;
  }
}
.sm-listingdeals .owl-nav .owl-prev {
  left: 0;
}
.sm-listingdeals .owl-nav .owl-next {
  right: 0;
}
.sm-listingdeals .owl-theme .owl-controls {
  text-align: center;
  position: static;
}
.sm-listingdeals-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  min-height: 200px;
}
.sm-listingdeals .owl-controls .owl-dot,
.sm-listingdeals .owl-controls .owl-nav .owl-next,
.sm-listingdeals .owl-controls .owl-nav .owl-prev {
  -moz-user-select: none;
  cursor: pointer;
}
.sm-listingdeals .owl-controls .owl-nav .owl-next,
.sm-listingdeals .owl-controls .owl-nav .owl-prev {
  margin: 0 3px;
}
.sm-listingdeals .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.sm-listingdeals .owl-theme .owl-dots .owl-dot.active span,
.sm-listingdeals .owl-theme .owl-dots .owl-dot:hover span {
  background: none repeat scroll 0 0 #55E415;
}
.sm-listingdeals .owl-theme .owl-dots .owl-dot span {
  background: none repeat scroll 0 0 #d6d6d6;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  width: 10px;
}
.cf::before,
.cf::after {
  content: " ";
  display: table;
}
.cf::after {
  clear: both;
}
.sm-listingdeals .pre-text,
.sm-listingdeals .post-text {
  margin: 10px 0;
  clear: both;
}
.extend-banner {
  margin-bottom: 25px;
}
.sm-listing-extend {
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px;
  overflow: hidden;
}
.sm-listing-extend .owl-controls {
  position: absolute;
  right: 0;
  top: -70px;
  z-index: 10;
  padding: 0 33px;
}
.sm-listing-extend .owl-controls .owl-nav div {
  background-color: transparent !important;
  border: 1px solid #ddd;
  color: #333;
  margin: 0;
}
.sm-listing-extend .owl-controls .owl-nav div:before {
  line-height: 28px;
}
.sm-listing-extend .owl-controls .owl-nav div.owl-next {
  position: absolute;
  right: 0;
}
.sm-listing-extend .owl-controls .owl-nav div.owl-prev {
  position: absolute;
  left: 0;
}
.sm-listing-extend .owl-controls .owl-dots .owl-dot {
  background: none;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 28px;
  margin: 0 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.cslider-listing-title {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 133%;
  margin-bottom: 30px;
  color: #444;
}
.direction_rtl .sm-listing-extend .owl-controls {
  left: 0;
  right: auto;
}
.acd-btn-add {
  float: left;
}
.sm-listing-extend .smlistingextend-heading {
  width: 100%;
  display: inline-block;
}
.sm-listing-extend .smlistingextend-heading .smlistingextend-time {
  float: right;
}
.sm-listing-extend .tab-all .cslider-tab-img {
  height: 30px;
}
.cdps-description {
  padding-top: 10px;
}
.sm-listing-extend .owl-stage-outer {
  overflow: visible;
}
.sm-listing-extend .cslider-wrap .countdown-slider-container {
  margin: 15px 10px;
  padding: 0;
}
.sm-listing-extend .item-price {
  padding-right: 5px;
}
.sm-listing-extend .countdown-slider-container ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.sm-listing-extend .countdown-slider-container .countdown-slider {
  display: block;
}
.sm-listing-extend .countdown-slider-container .countdown-slider li {
  border: 1px solid #e9e9e9;
  cursor: pointer;
  float: left;
  font-size: 12px;
  margin: 0 10px 10px 0;
  padding: 8px;
}
.sm-listing-extend .countdown-slider-container .countdown-slider .tab-all:hover .cat-all {
  margin-top: -48px;
}
.sm-listing-extend .countdown-slider-container .countdown-slider .cslider-tab:hover {
  background-color: #0088cc;
}
.sm-listing-extend .countdown-slider-container .countdown-slider .cslider-tab:hover span {
  color: #fff;
}
.sm-listing-extend .countdown-slider-container .countdown-slider .tab-all .cat-all {
  margin-top: 0;
}
.sm-listing-extend .countdown-slider-container .countdown-slider .tab-sel .cat-all {
  margin-top: -48px;
}
.sm-listing-extend .countdown-slider-container .countdown-slider li.tab-sel {
  background-color: #0088cc;
}
.sm-listing-extend .cslider-tab-img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sm-listing-extend .item-prices {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  color: #909090;
  float: left;
  padding: 2% 0;
  width: 40%;
}
.sm-listing-extend .other-infor {
  margin-top: 15px;
}
.sm-listing-extend .hits {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  color: #909090;
  float: left;
  overflow: hidden;
  padding: 2% 0 2% 3%;
  width: 53%;
}
.sm-listing-extend .hits-text {
  color: #0088cc;
}
.sm-listing-extend .item-title {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sm-listing-extend .item-review .ratings .rating-box .rating {
  width: 100% !important;
}
.sm-listing-extend .item-review .ratings .rating-box {
  margin-right: 5px;
}
.sm-listing-extend .countdown-slider-container .countdown-slider li.cslider-tab > span {
  color: #666666;
  cursor: pointer;
  font-size: 12px;
  line-height: 30px;
  margin: 0;
  padding: 0 10px 0 5px;
  text-transform: uppercase;
  vertical-align: middle;
}
.sm-listing-extend .created-date {
  color: #909090;
  margin-bottom: 10px;
}
.sm-listing-extend .item-addcart {
  margin-bottom: 5px;
}
.sm-listing-extend .add-to-links {
  list-style: outside none none;
  margin: 0 0 5px;
}
.sm-listing-extend .add-to-links li:first-child {
  margin-bottom: 5px;
}
.sm-listing-extend ul.add-to-links li {
  font-style: normal;
  margin: 0;
}
.sm-listing-extend .item-desc {
  margin-bottom: 5px;
}
.sm-listing-extend .cslider-items-container .cslider-items {
  display: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.sm-listing-extend .cslider-items-container .cslider-items-inner {
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.sm-listing-extend .cslider-items-container .cslider-items-selected {
  display: block;
}
.sm-listing-extend .cslider-items-container .cslider-item-wrap {
  box-shadow: 0 0 0 #000;
  margin: 0;
  opacity: 0;
  padding: 0;
}
.sm-listing-extend .cslider-items-container .cslider-item-wrap img {
  box-shadow: 0 0 0 #000;
  max-width: 99.9%;
  width: 99.9%;
}
.sm-listing-extend .cslider-items-container .cslider-items .cslider-item {
  box-shadow: 0 0 0 #000;
  float: left;
  margin-bottom: 20px;
  opacity: 0;
}
.sm-listing-extend .cslider-items-container .cslider-items .cslider-item .item-inner {
  margin: 0 10px;
}
.sm-listing-extend .cslider-items-container .cslider-items .cslider-item .item-inner .item-image {
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
  overflow: hidden;
}
.sm-listing-extend .cslider-items-container .cslider-items .cslider-item .item-inner .item-image img {
  width: 100%;
}
.sm-listing-extend .cslider-items-container .cslider-items .cslider-item .item-inner .item-image img:hover {
  opacity: 0.7;
  transform: scale(1.1, 1.1);
}
.sm-listing-extend .cslider-items .cslider-loading {
  display: block;
  max-width: 100%;
  min-height: 300px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.sm-listing-extend .cslider-items-container .cslider-loadmore {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.sm-listing-extend .cslider-items .cslider-loadmore .cslider-loadmore-btn {
  background-color: #0088cc;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
}
.sm-listing-extend .cslider-items .cslider-loadmore .cslider-loadmore-btn .cslider-image-loading {
  background: transparent url("../../frontend/Sm/market_2/en_US/images/301.GIF") no-repeat scroll center center;
  display: none;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  width: 22px;
}
.sm-listing-extend .cslider-items .cslider-loadmore .cslider-loadmore-btn::after {
  content: attr(data-label);
}
.sm-listing-extend .cslider-items.cslider-process .cslider-loadmore {
  display: none;
}
.sm-listing-extend .cslider-items-container.show-slider .new-box {
  top: 1px;
}
.sm-listing-extend .cslider-items-container.show-slider .cslider-items .cslider-item {
  box-shadow: none;
}
.sm-listing-extend .cslider-items-container.show-slider .cslider-item .item-inner .item-image {
  box-sizing: border-box;
}
.sm-listing-extend .cslider-item {
  width: 100%;
}
.sm-listing-extend .cslider-items-container.show-slider .cslider-items .cslider-item {
  opacity: 1;
}
.sm-listing-extend .cslider-items-container.show-slider .cslider-items .cslider-item .item-inner {
  margin: 0;
}
.sm-listing-extend .cslider-items-container.show-slider .cslider-items .cslider-item .item-inner .bs-detail {
  padding-top: 10px;
}
.sm-listing-extend .cslider-items-container.show-slider {
  margin: 0 10px;
}
.sm-listing-extend .cslider-items-container.show-slider .owl-theme .owl-controls {
  position: static;
}
.sm-listing-extend .cslider-items-container .cslider-items-selected .owl-controls .owl-prev {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 40px;
  left: 0;
  line-height: 35px;
  margin: -20px 0 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 35%;
  width: 40px;
  z-index: 999;
}
.sm-listing-extend .cslider-items-container .cslider-items-selected .owl-controls .owl-prev:hover {
  background-color: #0088cc;
  cursor: pointer;
}
.sm-listing-extend .cslider-items-container .cslider-items-selected .owl-controls .owl-next {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 35px;
  margin: -20px 0 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 35%;
  width: 40px;
  z-index: 99;
}
.sm-listing-extend .cslider-items-container .cslider-items-selected .owl-controls .owl-next:hover {
  background-color: #0088cc;
  cursor: pointer;
}
@media all and (max-width: 479px) {
  .sm-listing-extend .cslider-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .countdown-slider-container .countdown-slider li {
    border-left: medium none !important;
    border-right: medium none !important;
    border-top: medium none !important;
  }
  .sm-listing-extend .cslider-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-extend .cslider-tab-img {
    display: none;
  }
  .sm-listing-extend .cslider04-6 .cslider-item {
    width: 16.64%;
  }
  .sm-listing-extend .cslider04-5 .cslider-item {
    width: 19.958%;
  }
  .sm-listing-extend .cslider04-4 .cslider-item {
    width: 24.995%;
  }
  .sm-listing-extend .cslider04-3 .cslider-item {
    width: 33.315%;
  }
  .sm-listing-extend .cslider04-2 .cslider-item {
    width: 49.985%;
  }
  .sm-listing-extend .cslider04-1 .cslider-item {
    width: 100%;
  }
  .sm-listing-extend .cslider04-1 .clr1,
  .sm-listing-extend .cslider04-2 .clr2,
  .sm-listing-extend .cslider04-3 .clr3,
  .sm-listing-extend .cslider04-4 .clr4,
  .sm-listing-extend .cslider04-5 .clr5,
  .sm-listing-extend .cslider04-6 .clr6 {
    clear: both;
  }
  .sm-listing-extend .cslider01-3 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-4 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-5 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-6 .cslider-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-extend .cslider01-3 .cslider-item .hits,
  .sm-listing-extend .cslider01-4 .cslider-item .hits,
  .sm-listing-extend .cslider01-5 .cslider-item .hits,
  .sm-listing-extend .cslider01-6 .cslider-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-listing-extend .cslider03-6 .cslider-item {
    width: 16.64%;
  }
  .sm-listing-extend .cslider03-5 .cslider-item {
    width: 19.958%;
  }
  .sm-listing-extend .cslider03-4 .cslider-item {
    width: 24.995%;
  }
  .sm-listing-extend .cslider02-5 .cslider-item .hits {
    width: 100%;
  }
  .sm-listing-extend .cslider02-5 .cslider-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-extend .cslider02-6 .cslider-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-extend .cslider03-3 .cslider-item {
    width: 33.295%;
  }
  .sm-listing-extend .cslider03-2 .cslider-item {
    width: 49.999%;
  }
  .sm-listing-extend .cslider03-1 .cslider-item {
    width: 100%;
  }
  .sm-listing-extend .cslider03-1 .clr1,
  .sm-listing-extend .cslider03-2 .clr2,
  .sm-listing-extend .cslider03-3 .clr3,
  .sm-listing-extend .cslider03-4 .clr4,
  .sm-listing-extend .cslider03-5 .clr5,
  .sm-listing-extend .cslider03-6 .clr6 {
    clear: both;
  }
  .sm-listing-extend .cslider01-3 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-4 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-5 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-6 .cslider-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-extend .cslider01-3 .cslider-item .hits,
  .sm-listing-extend .cslider01-4 .cslider-item .hits,
  .sm-listing-extend .cslider01-5 .cslider-item .hits,
  .sm-listing-extend .cslider01-6 .cslider-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sm-listing-extend .cslider01-3 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-4 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-5 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-6 .cslider-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-extend .cslider01-3 .cslider-item .hits,
  .sm-listing-extend .cslider01-4 .cslider-item .hits,
  .sm-listing-extend .cslider01-5 .cslider-item .hits,
  .sm-listing-extend .cslider01-6 .cslider-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-extend .cslider02-6 .cslider-item {
    width: 16.64%;
  }
  .sm-listing-extend .cslider02-5 .cslider-item {
    width: 19.958%;
  }
  .sm-listing-extend .cslider02-4 .cslider-item {
    width: 24.995%;
  }
  .sm-listing-extend .cslider02-3 .cslider-item {
    width: 33.315%;
  }
  .sm-listing-extend .cslider02-2 .cslider-item {
    width: 49.999%;
  }
  .sm-listing-extend .cslider02-1 .cslider-item {
    width: 100%;
  }
  .sm-listing-extend .cslider02-4 .cslider-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-extend .cslider02-4 .cslider-item .hits,
  .sm-listing-extend .cslider02-5 .cslider-item .hits,
  .sm-listing-extend .cslider02-6 .cslider-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-extend .cslider02-5 .cslider-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-extend .cslider02-6 .cslider-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-extend .cslider02-1 .clr1,
  .sm-listing-extend .cslider02-2 .clr2,
  .sm-listing-extend .cslider02-3 .clr3,
  .sm-listing-extend .cslider02-4 .clr4,
  .sm-listing-extend .cslider02-5 .clr5,
  .sm-listing-extend .cslider02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  .sm-listing-extend .cslider01-6 .cslider-item {
    width: 16.64%;
  }
  .sm-listing-extend .cslider01-5 .cslider-item {
    width: 20%;
  }
  .sm-listing-extend .cslider01-4 .cslider-item {
    width: 25%;
  }
  .sm-listing-extend .cslider01-3 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-4 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-5 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-6 .cslider-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-extend .cslider01-3 .cslider-item .hits,
  .sm-listing-extend .cslider01-4 .cslider-item .hits,
  .sm-listing-extend .cslider01-5 .cslider-item .hits,
  .sm-listing-extend .cslider01-6 .cslider-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-extend .cslider01-3 .cslider-item {
    width: 33.315%;
  }
  .sm-listing-extend .cslider01-2 .cslider-item {
    width: 49.999%;
  }
  .sm-listing-extend .cslider01-1 .cslider-item {
    width: 100%;
  }
  .sm-listing-extend .cslider01-1 .clr1,
  .sm-listing-extend .cslider01-2 .clr2,
  .sm-listing-extend .cslider01-3 .clr3,
  .sm-listing-extend .cslider01-4 .clr4,
  .sm-listing-extend .cslider01-5 .clr5,
  .sm-listing-extend .cslider01-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1600px) {
  .sm-listing-extend .cslider01-3 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-4 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-5 .cslider-item .item-prices,
  .sm-listing-extend .cslider01-6 .cslider-item .item-prices {
    border-bottom: medium none;
    border-right: medium none;
    width: 100%;
  }
  .sm-listing-extend .cslider01-3 .cslider-item .hits,
  .sm-listing-extend .cslider01-4 .cslider-item .hits,
  .sm-listing-extend .cslider01-5 .cslider-item .hits,
  .sm-listing-extend .cslider01-6 .cslider-item .hits {
    padding-left: 0;
    width: 100%;
  }
  .sm-listing-extend .cslider00-6 .cslider-item {
    width: 16.64%;
  }
  .sm-listing-extend .cslider00-5 .cslider-item {
    width: 20%;
  }
  .sm-listing-extend .cslider00-4 .cslider-item {
    width: 25%;
  }
  .sm-listing-extend .cslider00-3 .cslider-item {
    width: 33.315%;
  }
  .sm-listing-extend .cslider00-2 .cslider-item {
    width: 49.999%;
  }
  .sm-listing-extend .cslider00-1 .cslider-item {
    width: 100%;
  }
  .sm-listing-extend .cslider00-1 .clr1,
  .sm-listing-extend .cslider00-2 .clr2,
  .sm-listing-extend .cslider00-3 .clr3,
  .sm-listing-extend .cslider00-4 .clr4,
  .sm-listing-extend .cslider00-5 .clr5,
  .sm-listing-extend .cslider00-6 .clr6 {
    clear: both;
  }
}
.sm-listing-extend.lt-ie9 .cslider01-6 .cslider-item {
  width: 16.64%;
}
.sm-listing-extend.lt-ie9 .cslider01-5 .cslider-item {
  width: 20%;
}
.sm-listing-extend.lt-ie9 .cslider01-4 .cslider-item {
  width: 25%;
}
.sm-listing-extend.lt-ie9 .cslider01-3 .cslider-item {
  width: 33.315%;
}
.sm-listing-extend.lt-ie9 .cslider01-2 .cslider-item {
  width: 49.999%;
}
.sm-listing-extend.lt-ie9 .cslider01-1 .cslider-item {
  width: 100%;
}
.sm-listing-extend.lt-ie9 .cslider01-1 .clr1,
.sm-listing-extend.lt-ie9 .cslider01-2 .clr2,
.sm-listing-extend.lt-ie9 .cslider01-3 .clr3,
.sm-listing-extend.lt-ie9 .cslider01-4 .clr4,
.sm-listing-extend.lt-ie9 .cslider01-5 .clr5,
.sm-listing-extend.lt-ie9 .cslider01-6 .clr6 {
  clear: both;
}
.sm-listing-extend .cslider-item .item-desc {
  overflow: hidden;
}
.sm-listing-extend .cslider-item .item-readmore {
  text-align: right;
}
.sm-listing-extend .cslider-item .item-desc + .item-readmore {
  margin-top: 10px;
}
.sm-listing-extend .cslider-item .item-votes {
  margin: 0 0 10px;
}
.sm-listing-extend .cslider-item .item-btn-add {
  clear: both;
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.sm-listing-extend .cslider-item .item-btn-add form {
  margin: 0;
}
.sm-listing-extend .cslider-item .item-btn-add .hikashop_add_to_cart,
.sm-listing-extend .cslider-item .item-btn-add .hikashop_add_wishlist {
  display: inline-block;
  margin: 10px 5px 0 0;
}
.cf::before,
.cf::after {
  content: " ";
  display: table;
}
.cf::after {
  clear: both;
}
.sm-listing-extend .pre-text,
.sm-listing-extend .post-text {
  margin: 10px;
}
.sm-listing-extend .cslider-carousel .owl-controls {
  display: block;
  position: absolute;
  right: 0;
  text-align: right;
  top: -100px;
}
.sm-listing-extend .cslider-carousel .owl-controls .owl-nav {
  float: right;
}
.sm-listing-extend .cslider-carousel .owl-controls .owl-prev {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 40px;
  height: 40px;
  line-height: 30px;
  overflow: hidden;
  left: -45px;
  text-align: center;
  width: 40px;
  z-index: 999;
  position: absolute;
}
.sm-listing-extend .cslider-carousel .owl-controls .owl-prev:hover {
  background-color: #0088cc;
  cursor: pointer;
}
.sm-listing-extend .cslider-carousel .owl-controls .owl-next {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 40px;
  height: 40px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  width: 40px;
  z-index: 99;
  position: absolute;
}
.sm-listing-extend .cslider-dots {
  right: 0;
  float: right;
}
.sm-listing-extend .cslider-dots .cslider-dot {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 40px;
  left: 0;
  line-height: 35px;
  margin-bottom: 2px;
  margin-right: 5px;
  overflow: hidden;
  float: left;
  text-align: center;
  width: 40px;
  z-index: 999;
}
.sm-listing-extend .cslider-dots .cslider-dot.active {
  background: #1979c3 none repeat scroll 0 0;
}
.sm-listing-extend .cslider-dots .cslider-dot:hover {
  cursor: pointer;
}
.sm-listing-extend .cslider-carousel .owl-controls .owl-next:hover {
  background-color: #0088cc;
  cursor: pointer;
}
.sm-listing-extend .product-item-actions {
  display: block;
}
.sm-listing-extend .cslider-item .cdps-title {
  padding: 10px 0;
}
.sm-listing-extend .cslider-item .cdps-detail {
  padding: 10px 0;
}
.sm-listing-extend .cslider-item .product-item .price-box {
  margin: 10px 0;
}
@media (max-width: 480px) {
  .sm-listing-extend .owl-controls {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
#loading {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
#loading img {
  background-color: black;
  border-radius: 4px;
  left: 50%;
  margin-left: -22px;
  padding: 10px;
  position: fixed;
  top: 50%;
  z-index: 99999;
}
.block .block-content.filter-content .filter-options-content {
  display: block !important;
}
.v-middle {
  vertical-align: middle;
}
#layered-filter-block .wrap-price-shopby {
  display: block;
}
#layered-filter-block .wrap-price-shopby .ac-shopby {
  width: 100%;
}
#layered-filter-block .wrap-price-shopby .txt-price-shopby {
  margin-right: 4%;
  width: 46%;
  float: left;
  border: 1px solid #ddd;
  height: 30px;
}
#layered-filter-block .wrap-price-shopby .price-input {
  float: left;
  width: 60%;
}
.direction_rtl #layered-filter-block .wrap-price-shopby .price-input {
  float: right;
}
.direction_rtl #layered-filter-block .wrap-price-shopby .txt-price-shopby {
  float: right;
  margin-left: 4%;
  margin-right: 0;
}
#layered-filter-block .button {
  border: 0 none;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  margin: 0;
  overflow: visible;
  padding: 0 10px;
  white-space: nowrap;
  width: auto;
}
#layered-filter-block .wrap-price-shopby .btn-shopby {
  height: 30px;
  line-height: 30px;
  float: right;
  width: 40%;
}
#sm_slider_price:before,
#sm_slider_price:after {
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  width: 5px;
  z-index: 1;
}
#sm_slider_price {
  background-color: #666;
  height: 6px;
  margin: 10px 8px 0 4px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
#sm_slider_price .ui-slider-range {
  position: absolute;
  height: 100%;
  background-color: #f03939;
}
#sm_slider_price .ui-slider-handle {
  background: #fff none repeat scroll 0 0;
  border: 3px solid;
  border-radius: 50%;
  color: #f03939;
  cursor: e-resize;
  display: block;
  height: 14px;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 14px;
  z-index: 15;
  margin-right: inherit;
  padding-left: inherit;
  padding-right: inherit;
}
.wrap-price-shopby .ac-shopby {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #layered-filter-block .wrap-price-shopby .button.btn-shopby {
    float: left;
    padding: 0 10px;
  }
}
/* THEME*/
.btn-art,
.art-category-description .btn-art {
  color: #fff;
  background-color: #08357a;
  border-color: #08357a;
}
.btn-art:visited,
.art-category-description .btn-art:visited {
  color: #fff;
}
.art-category-description h2 {
  font-weight: bold;
  font-size: x-large;
  margin-bottom: 5px;
}
.art-featured-product .price-box,
.art-case-quantity .price-box {
  display: inline;
}
.cookie-status-message {
  display: none;
}
.art-featured-product .item {
  height: 116px;
}
.checkout-validate-address .form.validate .addressOption .addressRadio {
  right: -7px;
  top: 10px;
}
.checkout-validate-address .form.validate .addressOption .addressLabel {
  padding: 5px 0 5px 0 !important;
  margin-left: 25px;
}
.authentication-wrapper button span,
.authentication-wrapper .cart.table-wrapper .actions-toolbar > .action span,
.authentication-wrapper .action-gift span {
  color: black;
}
.product-item-details .art-overweight {
  color: #fe0000;
}
.aboutus-page .des-about-us {
  font-size: 112%;
  line-height: 1.5;
}
.aboutus-page .why-list li > span {
  display: block;
  padding: 5px 0 7px;
  background: url('/pub/static/frontend/Sm/market_market/en_US/images/border-bottom-bs.png') repeat-x left bottom;
}
.aboutus-page .des-about-us ul > li {
  margin-left: 10px;
}
.aboutus-page .art-desc h5 {
  color: #ff0000;
  margin-bottom: 5px;
}
.art-bold-italic {
  font-weight: bold;
  font-style: italic;
}
.footer-container .footer-block .footer-block-title {
  font-weight: 700;
  font-size: 116.67%;
}
.footer-container .socials-wrap {
  display: inline-block !important;
}
.footer-container .socials-wrap ul .li-social.art-email-social a {
  background-color: #3c9f40;
}
.art-fa-email:before {
  content: "\f003";
}
.footer-container .socials-wrap ul .li-social.art-phone-social a {
  background-color: #fbbc05;
}
.art-fa-phone:before {
  content: "\f095";
}
.footer-middle {
  padding: 50px 0 40px;
}
.footer-container .footer-top {
  padding: 30px 0;
  background-color: #f2f2f2;
  border-bottom: 0;
}
.footer-top .title-middle-footer {
  color: #222;
  font-size: 133.33%;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  display: table-cell;
  vertical-align: top;
  padding-top: 8px;
}
.footer-top .block-subscribe-footer .form.subscribe {
  display: table-cell;
  width: 100%;
  padding: 0 30px 0 20px;
}
.footer-top .block-subscribe-footer .form.subscribe .input-box {
  display: table-cell;
  vertical-align: top;
  min-width: 700px;
}
.footer-style-4 .footer-top .block-subscribe-footer .form.subscribe .input-box #newsletter-footer {
  padding-left: 20px;
  color: #8c8c8c;
  height: 40px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
}
.footer-style-4 .footer-top .block-subscribe-footer .form.subscribe .action-button {
  display: table-cell;
  vertical-align: top;
}
.footer-style-4 .footer-top .block-subscribe-footer .form.subscribe .action-button button,
.footer-style-4 .footer-top .block-subscribe-footer .form.subscribe .action-button .cart.table-wrapper .actions-toolbar > .action,
.footer-style-4 .footer-top .block-subscribe-footer .form.subscribe .action-button .action-gift {
  font-weight: 700;
  height: 40px;
  border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-style-4 .footer-top .block-subscribe-footer .form.subscribe .input-box {
    min-width: 270px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-style-4 .footer-top .block-subscribe-footer .form.subscribe .input-box {
    min-width: 380px;
  }
}
@media (max-width: 767px) {
  .footer-style-4 .footer-top .title-middle-footer {
    display: block;
    margin-bottom: 10px;
  }
  .footer-style-4 .footer-top .block-subscribe-footer .form.subscribe {
    display: block;
    padding: 0;
  }
  .footer-style-4 .footer-top .block-subscribe-footer .form.subscribe .input-box {
    min-width: 190px;
  }
  .page-products .art.category-image {
    display: none;
  }
}
.art-product-short-description {
  overflow: hidden;
  font-size: 1.2em;
}
.art_alink,
.art-product-description a,
.art-category-description a,
.blog-post-content a {
  text-decoration: underline;
  color: #08357a;
}
.art_alink:visited,
.art-product-description a:visited,
.art-category-description a:visited {
  color: #08357a;
}
.prices-tier.items {
  font-size: 1.15em;
}
.prices-tier .item > .price-tier_price > span > .price,
.prices-tier .item > .benefit,
.product-item-details .price-box .minimal-price-link .price-wrapper,
.art-red {
  color: #e74c3c;
}
.catalog-product-view .fotorama__stage__frame .fotorama__img {
  position: initial;
}
.art-description-icons.field-tooltip {
  position: relative;
}
.art-description-icons.field-tooltip .field-tooltip-content:after {
  left: -20px;
}
.catalog-product-view .art-custom-button {
  height: 40px;
}
.catalog-product-view .art-custom-button-container .art-custom-button {
  background-color: white;
  border: 1px solid #08357a !important;
}
.catalog-product-view .art-custom-button-container .art-custom-button span,
.catalog-product-view .art-custom-button-container .art-custom-button:hover span {
  color: #08357a;
}
.page-products .art.category-image,
.art-fr {
  float: right;
}
.category-view {
  overflow: auto;
}
.products-grid .item .item-inner .box-info .product-item-inner {
  margin-bottom: 25px;
}
.products-grid .item .item-inner .box-image a img.art-category-listing-image {
  width: 80%;
}
.art-catalog-listing-description ul > li::before,
.art-product-short-description .value ul > li::before,
.aboutus-page .des-about-us ul > li::before,
.shipping ul > li > h5::before,
.art-category-description ul > li::before,
ul.art-bullet-list > li::before {
  content: '\f111';
  font-family: FontAwesome;
  padding-right: 3em;
  font-size: .35em;
  position: relative;
  bottom: .8em;
  color: #08357a;
}
.art-category-description {
  font-size: 1.15em;
}
.art-category-children .sm-categories {
  margin: 0;
}
.category-electronic-surveillance-eas-systems .modal-footer,
.category-flat-organza-bags .modal-footer {
  display: none;
}
.art-best-seller-icon-row {
  background-color: rgba(0, 46, 54, 0.7);
  position: absolute;
  z-index: 1;
  top: 8px;
  font-size: 17px;
  left: -7px;
  max-width: 90px;
}
.art-best-seller-icon-row:before {
  content: "";
  width: 7px;
  border-left: 7px solid transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 28px;
  border-top: 8px solid rgba(0, 46, 54, 0.7);
}
.art-best-seller-icon-row:after {
  content: "";
  width: 10px;
  height: 28px;
  border-right: 10px solid transparent;
  border-top: 28px solid rgba(0, 46, 54, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: -10px;
}
.product.media .art-best-seller-icon-row {
  left: 9px;
}
.art-best-seller-icon-container {
  padding: 0 10px 0 15px;
  height: 26px;
  line-height: 26px;
}
.art-best-seller-icon-label {
  color: white;
  font-size: 13px;
}
.art-best-seller-icon-label span {
  color: #F69931;
}
.art-product-listing-sku {
  font-size: 75%;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action {
  margin-bottom: 10px;
}
.products-grid.grid .item .item-inner .box-info .bottom-action .art-custom-button,
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.art-custom-button,
.art-custom-button {
  border: 1px solid #08357a!important;
  max-width: 160px;
  background-color: #08357a;
  border-radius: 0;
  text-transform: uppercase;
}
.products-grid.grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart.art-custom-button span,
.catalog-product-view .art-custom-button-container .art-custom-button:hover span,
.art-custom-button span {
  color: white;
  font-weight: 700;
}
.products-grid.grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart.art-custom-button:hover,
.catalog-product-view .art-custom-button-container .art-custom-button:hover,
.art-custom-button:hover {
  background-color: #444;
  border-color: #444 !important;
}
.products-grid.grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart.art-custom-button:before {
  display: none;
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.art-custom-button {
  margin-left: 10px;
}
.catalog-category-view .products-list .item .item-inner .box-info-list .product-item-inner {
  margin-left: 15px;
  margin-bottom: 5px;
}
.art-ready-to-ship {
  color: green;
  font-size: 16px;
}
.badge {
  margin-top: 5px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}
.badge.gold.unit {
  background-color: #fbbc05;
  color: white;
  border: 1px solid #fbbc05;
  box-shadow: #aaa 2px 2px 0 0;
}
.badge.green.unit {
  background-color: #3c9f40;
  color: white;
  border: 1px solid #3c9f40;
  box-shadow: #276f2a 2px 2px 0 0;
}
.art-tool-tip-container.active .badge.green.unit {
  box-shadow: initial;
}
.badge.blue {
  background-color: #3c599f;
  border: 1px solid #3c599f;
  color: white;
  box-shadow: #aaa 2px 2px 0 0;
}
.badge.blue.large {
  font-size: 40px;
  padding: 12px 21px;
  border-radius: 50px;
}
.badge.question-mark {
  padding: 3px 5px;
  cursor: pointer;
}
#catalog-listing .badge.question-mark,
.search.results .badge.question-mark {
  margin-left: 3px;
}
.products-grid .item .item-inner .box-info .product-item-inner {
  margin-bottom: 11px;
}
.art-category-description h1,
.art-category-description h2,
.art-category-description h3 {
  font-weight: bold;
  margin-bottom: 5px;
  color: #08357a;
}
.art-category-description h1 {
  font-size: 26px;
}
.art-category-description h2 {
  font-size: 20px;
}
.art-category-description h3 {
  font-size: medium;
  font-style: italic;
}
.products-grid .art-tool-tip {
  width: 240px;
}
.art-tool-tip {
  position: absolute;
  padding: 9px 14px;
  background-color: #696969;
  z-index: 100;
  color: white;
  border-radius: 13px;
}
.art-tool-tip:before {
  border: 8px solid transparent;
  height: 0;
  width: 0;
  border-bottom-color: #696969;
  left: 10px;
  top: -16px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.art-tool-tip .readMore,
.art-tool-tip-text .readMore {
  text-decoration: underline;
  color: greenyellow;
  cursor: pointer;
}
.art-tool-tip-container {
  position: relative;
  display: inline-block;
}
.art-tool-tip-container .art-tool-tip-text {
  display: none;
  width: 240px;
  background-color: #555;
  color: #fff;
  padding: 9px 14px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  transition: opacity 0.3s;
}
.art-tool-tip-container .art-tool-tip-text::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.art-tool-tip-container .art-tool-tip-text.art-tool-tip-top {
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
}
.art-tool-tip-container .art-tool-tip-text.art-tool-tip-top::after {
  top: 100%;
  left: 28%;
  margin-left: -5px;
}
.art-tool-tip-container .art-tool-tip-text.art-tool-tip-left {
  top: -32px;
  bottom: auto;
  right: 106%;
}
.art-tool-tip-container .art-tool-tip-text.art-tool-tip-left::after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-color: transparent transparent transparent #555;
}
.art-tool-tip-container .art-tool-tip-text.art-tool-tip-right {
  top: -32px;
  left: 109%;
}
.art-tool-tip-container .art-tool-tip-text.art-tool-tip-right::after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-color: transparent #555 transparent transparent;
}
.art-tool-tip-container .art-tool-tip-text.art-tool-tip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}
.art-tool-tip-container .art-tool-tip-text.art-tool-tip-bottom::after {
  bottom: 100%;
  left: 25%;
  margin-left: -5px;
  border-color: transparent transparent #555 transparent;
}
.products-list .item .item-inner .box-info-list .product-item-inner {
  margin-bottom: 5px;
}
.products-grid .item .item-inner .box-info {
  padding-bottom: 7px;
}
.products.wrapper.products-grid .item {
  padding-left: 10px;
  padding-right: 10px;
}
.product-item-info .swatch-option.text {
  font-size: 9px;
}
@media screen and (max-width: 479px) {
  .sm-categories.cat05-2 .cat-wrap .content-box {
    padding: 0 15px 0 0;
  }
  .products-grid .item .item-inner .box-info .bottom-action .art-custom-button {
    max-width: 120px;
  }
}
@media screen and (min-width: 426px) {
  .art-category-children .cat-wrap.theme2 .content-box .child-cat .cat-title a {
    font-size: 125%;
  }
}
@media screen and (max-width: 425px) {
  .art-product-list .price-box .minimal-price-link {
    display: block;
  }
  .products-grid .art-product-list .item .item-inner .box-info .price-box {
    height: auto;
  }
}
.shop-by-store .col-lg-6 {
  height: 100px;
}
.store-supplies-subcat-images {
  float: left;
  width: 90px;
}
.store-supplies-subcat-content {
  margin-left: 100px;
}
.shop-by-store .store-supplies-subcat-content h2 {
  font-size: 1.3333em;
}
@media screen and (max-width: 1199px) {
  .sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner {
    font-size: 10px;
  }
  .sm-imageslider-inner.theme2 .item .item-info .item-title {
    display: none;
  }
}
.art-checkpoint img {
  margin-right: 25px;
}
@media screen and (max-width: 1199px) {
  .art-checkpoint img {
    float: none;
  }
}
@media screen and (min-width: 1200px) {
  .art-checkpoint {
    height: 300px;
  }
}
.control input[type="radio"]:not(.product-custom-option) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.control .radio-label {
  cursor: pointer;
  display: inline-block;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  text-shadow: none;
  padding: 6px 14px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.01s ease-in-out;
  min-width: 150px;
  margin-top: 5px;
}
.control input[type="radio"]:checked + label.radio-label {
  background-color: #08357a;
  color: white;
  font-weight: bold !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ltl-question input[type="radio"] {
  width: auto !important;
  height: auto !important;
  position: relative !important;
}
.ltl-shipping {
  font-size: 1.9rem !important;
  margin-bottom: 20px !important;
}
.art-custom-form label {
  white-space: initial;
}
.checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 250px;
}
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ddd;
}
.checkbox-label:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox-label input:checked ~ .checkmark {
  background-color: #08357a;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-style-2 .header-middle {
  padding: 14px 0 8px !important;
}
.header-style-2 .header-middle .middle-right-content .minicart-header {
  bottom: -54px;
  z-index: 1041;
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
  font-size: 11px;
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu #sm_megamenu_125 {
  font-size: 145%;
  color: #e74c3c;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns {
  padding: 10px;
  background-color: #f6f6f6;
}
.art-megamenu-title,
.art_category_title > .sm_megamenu_head_item > .sm_megamenu_title > a > .sm_megamenu_title_lv-3,
.art_category_title > .sm_megamenu_head_item > .sm_megamenu_title > span.sm_megamenu_title_lv-3 {
  color: #08357a;
}
.art_category_title > .sm_megamenu_head_item > .sm_megamenu_title > a > .sm_megamenu_title_lv-3,
.art_category_title > .sm_megamenu_head_item > .sm_megamenu_title > span.sm_megamenu_title_lv-3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 108.33% !important;
  line-height: 2em;
  padding: 3px 0;
}
.art_category_title > .sm_megamenu_head_item > .sm_megamenu_title > a > .sm_megamenu_title_lv-3:hover,
.art_category_title > .sm_megamenu_head_item > .sm_megamenu_title > a > .sm_megamenu_title_lv-3:hover::before,
.art_category_title > .sm_megamenu_head_item > .sm_megamenu_title > .sm_megamenu_title > a > .sm_megamenu_title_lv-3:hover {
  color: #e74c3c;
}
.art_category_title > .sm_megamenu_head_item > .sm_megamenu_title > .sm_megamenu_title > a > .sm_megamenu_title_lv-3:hover,
.footer-container .footer-bottom .copyright-footer a.art-copyright {
  text-decoration: underline;
}
.art-megamenu-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 125%;
}
.art-megamenu-image a.btn,
.footer-container .footer-bottom .copyright-footer a.art-copyright {
  color: white;
}
.art-megamenu-image img.tissuepaper {
  float: left;
}
.header-style-2 .header-bottom .sidebar-megamenu .megamenu-content-sidebar .menu-ver-content {
  z-index: 1041 !important;
}
.sm_megamenu_wrapper_vertical_menu {
  z-index: 1041;
}
.art_category_title > .sm_megamenu_head_item > .sm_megamenu_title > a > .sm_megamenu_title_lv-2::before,
.art_category_title > .sm_megamenu_head_item > .sm_megamenu_title > a > .sm_megamenu_title_lv-3::before,
span.sm_megamenu_title_lv-3::before,
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li.hawaii-link a:before {
  color: #08357a;
  content: '\f0da';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 108.33%;
  position: relative;
  left: -11px;
  display: inline-block;
  width: 0;
  top: 0px;
}
span.sm_megamenu_title_lv-3::before {
  color: #08357a;
  content: '\f105';
  font-size: 80%;
  top: -1.5px;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li.hawaii-link a:before {
  content: '\f0ac';
  line-height: 1;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: -18px;
  top: 11px;
  color: #444;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links ul.mobile-hide {
  display: none;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li.checkout-link a:before {
  content: '\f07a';
}
@media (min-width: 768px) {
  .search-wrapper.art .block-search {
    width: 125%;
    padding-left: 185px;
  }
}
.search-wrapper.art .block {
  margin-bottom: 0;
}
.search-wrapper.art .label {
  display: none;
}
.search-wrapper.art .smile-elasticsuite-autocomplete-result .autocomplete-list .price-box .price {
  font-size: 100%;
  font-weight: bold;
}
.search-wrapper.art .smile-elasticsuite-autocomplete-result .autocomplete-list .price-box .price .minimal-price-link {
  color: gray;
  font-size: 80%;
  font-style: italic;
}
.search-wrapper.art .smile-elasticsuite-autocomplete-result .autocomplete-list .price-box .price .minimal-price-link .price-wrapper {
  color: #e74c3c;
}
@media (max-width: 768px) {
  .search-wrapper.art .block-search input {
    left: 0;
    margin: 0;
    position: initial;
  }
  .search-wrapper.art .block-search .control {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .search-wrapper.art .block-search {
    margin-top: 0;
    width: 100%;
    position: absolute;
    padding: 15px 40px 0 40px;
  }
  .art-custom-button-container {
    margin-top: 0 !important;
    margin-left: 5px;
  }
  .header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li.hawaii-link a:before {
    display: none;
  }
  .header-style-2.header-container .header-top .header-top-links .toplinks-wrapper .header.links ul.mobile-hide {
    display: inline-block;
  }
  .header-style-2.header-container .header-top .header-top-links .toplinks-wrapper .header.links ul.mobile-hide a:before {
    content: '\f0ac';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-align: center;
    font-size: 13px;
    position: absolute;
    left: -18px;
    top: 11px;
    color: #444;
  }
  .header-style-2.header-container .header-top .customer-action-hd {
    text-align: left;
  }
}
.ellipsis2Line,
.cat-wrap.theme2 .content-box .child-cat .cat-title a.ellipsis2Line,
.ellipsis3Line {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis3Line {
  -webkit-line-clamp: 3;
  height: 55px;
}
.ellipsis2Line,
.cat-wrap.theme2 .content-box .child-cat .cat-title a.ellipsis2Line {
  -webkit-line-clamp: 2;
}
.clamped,
.cat-wrap.theme2 .content-box .child-cat .cat-title a.clamped {
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}
.ellipsis1Line,
.ellipsis1Line ul > li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.testimonials-style-2 .testimonials-info .name-company {
  padding-top: 10px;
  font-weight: 600;
}
.testimonials-info.no-margin {
  margin: auto;
}
.description-client.clamped.ellipsis2Line {
  -webkit-line-clamp: 3;
  height: 55px;
}
.block-subscribe-home {
  background: url('../../frontend/Sm/market_2/en_US/images/Newsletter_Background_270x250.png') no-repeat 0 0;
  background-position: center;
}
.art-request-catalog-block.block-subscribe-home {
  background: url('../../frontend/Sm/market_2/en_US/images/request-information.jpg');
  color: black;
}
.art-request-catalog-bloc .art-request-catalog-button {
  height: 40px;
}
.art-request-catalog-block.block-subscribe-home .art-request-catalog-button a {
  background-color: #08357a;
}
.art-request-catalog-block.block-subscribe-home .art-request-catalog-button a:hover {
  background-color: #444;
}
@media screen and (min-width: 1200px) {
  .art-request-catalog-block.block-subscribe-home .art-request-catalog-button a:after {
    content: '\f1d8';
    color: #fff;
    font-family: FontAwesome;
    width: 47px;
    height: 40px;
  }
  .menu-spacer {
    margin-top: 55%;
  }
}
@media screen and (max-width: 1199px) {
  .art-request-catalog-block.block-subscribe-home .newsletter-title {
    margin-bottom: 0;
  }
  .art-request-catalog-block.block-subscribe-home .description-newsletter {
    margin: 0;
  }
  .art-request-catalog-block.block-subscribe-home .art-request-catalog-button {
    padding: 0;
  }
  .art-request-catalog-block.block-subscribe-home .art-request-catalog-button a {
    background-image: url('/pub/static/frontend/Sm/market_child/en_US/images/icon-image.png');
    background-repeat: no-repeat;
    background-position: -110px -6px;
    width: 47px;
    height: 40px;
  }
  .art-shop-hawaii-block {
    background: url('/pub/static/frontend/Sm/market_child/en_US/images/Shop Hawaii.jpg');
    color: #ff6000;
  }
  .art-request-catalog-block.block-subscribe-home .art-request-catalog-button a span,
  .description-newsletter {
    display: none;
  }
}
img.popularCategoryIcon {
  position: absolute;
  width: 30px;
  right: 4%;
  top: 104%;
}
.popularCategoryImage {
  margin-bottom: 1px;
  padding: 15px;
  width: 230px;
}
@media screen and (max-width: 425px) {
  .popularCategoryImage {
    padding: 20px;
  }
}
.btn.popularCategories {
  width: 80%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  white-space: pre-wrap;
  color: #08357a;
  font-weight: bold;
  border-top: 1px solid #08357a;
  border-bottom: 1px solid #08357a;
  font-size: 14px;
  text-transform: uppercase;
}
.art-green {
  color: green;
}
.art-free-shipping {
  font-size: 1rem;
}
img.art-free-shipping {
  width: 80%;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gray-background {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1042;
}
.vertical-align {
  display: flex;
  align-items: center;
}
.modal-dialog {
  margin-top: 150px;
}
.tip {
  color: #adadad;
  font-size: 80%;
}
.title-tip {
  font-size: 50%;
}
.art-bold {
  font-weight: bold;
}
.art-category-description .art-bold {
  font-weight: bold;
  color: black;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.mb5 {
  margin-bottom: 5px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt25 {
  margin-top: 25px;
}
.shipping ul > li,
.mb10,
button.mb10,
.cart.table-wrapper .actions-toolbar > .action.mb10,
.action-gift.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin: 2px 0 10px 195px;
}
@media only screen and (max-width: 600px) {
  margin: 2px 0 10px 115px;
}
.art-fl {
  float: left;
}
.art-np {
  padding: 0;
}
.fs108,
.fs108 a {
  font-size: 108.33%;
}
.art-before-footer .static-image-block-2 {
  margin: 30px 0 25px;
}
.art-round-button {
  background-color: #08357a !important;
  font-weight: bold;
  border-radius: 20px 20px 20px 20px;
}
.art-cart-button button.tocart,
.products-aw_blog_related_products .product-item-info .actions-primary button.tocart,
.art-cart-button .cart.table-wrapper .actions-toolbar > .action.tocart,
.products-aw_blog_related_products .product-item-info .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart,
.art-cart-button .action-gift.tocart,
.products-aw_blog_related_products .product-item-info .actions-primary .action-gift.tocart {
  float: left;
  margin-right: 5px;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: none;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #dddddd !important;
  border-image: initial !important;
  padding: 0 8px 0 10px !important;
}
.art-cart-button button.tocart:hover,
.products-aw_blog_related_products .product-item-info .actions-primary button.tocart:hover,
.art-cart-button .cart.table-wrapper .actions-toolbar > .action.tocart:hover,
.products-aw_blog_related_products .product-item-info .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:hover,
.art-cart-button .action-gift.tocart:hover,
.products-aw_blog_related_products .product-item-info .actions-primary .action-gift.tocart:hover {
  background-color: #08357a;
}
.art-cart-button button.tocart span,
.products-aw_blog_related_products .product-item-info .actions-primary button.tocart span,
.art-cart-button .cart.table-wrapper .actions-toolbar > .action.tocart span,
.products-aw_blog_related_products .product-item-info .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart span,
.art-cart-button .action-gift.tocart span,
.products-aw_blog_related_products .product-item-info .actions-primary .action-gift.tocart span {
  font-weight: 700;
  color: #666666;
}
.art-cart-button button.tocart:hover span,
.products-aw_blog_related_products .product-item-info .actions-primary button.tocart:hover span,
.art-cart-button .cart.table-wrapper .actions-toolbar > .action.tocart:hover span,
.products-aw_blog_related_products .product-item-info .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:hover span,
.art-cart-button .action-gift.tocart:hover span,
.products-aw_blog_related_products .product-item-info .actions-primary .action-gift.tocart:hover span {
  color: white;
}
.art-cart-button button.tocart::before,
.products-aw_blog_related_products .product-item-info .actions-primary button.tocart::before,
.art-cart-button .cart.table-wrapper .actions-toolbar > .action.tocart::before,
.products-aw_blog_related_products .product-item-info .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart::before,
.art-cart-button .action-gift.tocart::before,
.products-aw_blog_related_products .product-item-info .actions-primary .action-gift.tocart::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  position: relative;
  top: 3px;
  margin-right: 3px;
  background: url('/pub/static/frontend/Sm/market_child/en_US/images/icon-image.png') -20px -272px no-repeat;
}
.art-cart-button button.tocart:hover::before,
.products-aw_blog_related_products .product-item-info .actions-primary button.tocart:hover::before,
.art-cart-button .cart.table-wrapper .actions-toolbar > .action.tocart:hover::before,
.products-aw_blog_related_products .product-item-info .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart:hover::before,
.art-cart-button .action-gift.tocart:hover::before,
.products-aw_blog_related_products .product-item-info .actions-primary .action-gift.tocart:hover::before {
  background-position: -67px -272px;
}
.art-cart-button a.towishlist {
  float: left;
  margin-right: 5px;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: none;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #dddddd !important;
  border-image: initial !important;
  width: 30px;
}
.art-cart-button a.towishlist span,
.art-display-none,
.category-view table {
  display: none;
}
.art-cart-button a.towishlist::before {
  content: "\f08a";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 14px;
  font-variant: normal normal;
}
.art-cart-button a.towishlist:hover::before {
  content: "\f004";
}
.social-login-title .login-title,
.social-login-title .forgot-pass-title,
.social-login-title .create-account-title {
  margin: 0;
  padding-left: 40px;
  background-position: 12px center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2em;
}
.mfp-close:active {
  top: 0px;
}
.button--gray-box {
  background: #f3f3f3;
  display: inline-block;
  padding: 8px;
  margin: 5% 25% 0px 0px;
  border-style: solid;
  text-align: center;
  border-width: 1px 2px 2px 1px;
  border-color: darkgray;
}
.sambar ul li.mainland-button-parent a {
  color: #fff;
}
.sambar ul li.mainland-button-parent {
  background-color: #0563c1;
}
.blog-post-title {
  font-weight: 600;
}
a.action.primary.blog-post-read-more,
.art-button {
  border: 1px solid #ddd !important;
  background-color: white;
  color: #666 !important;
  font-weight: 700;
}
a.action.blog-post-read-more.blog-post-read-more:hover,
.art-button:hover {
  background-color: #08357a;
  color: white !important;
  border: 1px solid #08357a !important;
}
.products-aw_blog_related_products .product-item-info .actions-primary {
  margin-top: 10px;
}
.products-aw_blog_related_products .product-item-info .actions-primary button.tocart,
.products-aw_blog_related_products .product-item-info .actions-primary .cart.table-wrapper .actions-toolbar > .action.tocart,
.products-aw_blog_related_products .product-item-info .actions-primary .action-gift.tocart {
  float: none;
  margin-right: 0;
}
.slick-prev:focus,
.slick-next:focus {
  position: absolute;
  line-height: 0;
  color: transparent !important;
  padding: 0 !important;
}
.slick-next:focus {
  width: 20px;
}
.slick-prev,
.slick-next {
  color: transparent !important;
  padding: 0 !important;
}
.slick-next {
  right: 20px;
}
.slick-prev:hover::before,
.slick-next:hover::before {
  color: #08357a;
}
.blog-post-share-content .container {
  width: auto;
  background: transparent;
}
.blog-sidebar-block-title {
  font-size: 12px;
}
.blog-sidebar-block:last-child {
  margin-bottom: 20px;
}
.blog-post-content ul {
  list-style-type: disc;
  padding: 0 0 0 40px;
}
.sidebar-main .block .block-content.filter-content .filter-options-content .items li a::before,
.sidebar-main .block .block-content.filter-content .filter-options-content .items li a:hover::after {
  display: none;
}
.sidebar-main .block .block-content.filter-content .filter-options-content .items li {
  margin-left: 0;
}
.sidebar-main .block .block-content.filter-content .filter-options-content .items li a {
  padding-left: 0;
}
.sidebar-main .block .block-content.filter-content .filter-options-content .items li a label {
  margin-top: 6px;
  margin-bottom: 0;
}
.art-image-caption {
  color: black;
  font-style: italic;
  font-size: 9px;
}
.art-medium-text-col-2 {
  font-size: 17px;
  line-height: 1.8;
}
.art-medium-text {
  letter-spacing: 1px;
  line-height: 2;
  padding: 15px;
}
.art-category-description ul.art-reg-list > li::before {
  content: none;
}
.art-reg-list {
  list-style-type: disc;
  margin-left: 25px;
}
.art-heading-sub-text {
  font-size: 16px;
}
.art-esl .art-medium-text,
.art-esl .art-medium-text-col-2 {
  font-family: 'Roboto', cursive;
}
.art-banner {
  padding: 30px 0 30px 0;
}
.art-category-description .art-esl .row:nth-child(odd) {
  background-color: #c72b2b;
  color: white;
  background: linear-gradient(to bottom, #fb0202, #ab1818);
}
.art-category-description .art-esl .row:nth-child(odd) h2 {
  color: white;
}
.art-category-description .art-esl .row:nth-child(odd) .button {
  background-color: white;
  color: #c72b2b !important;
}
.art-shadow {
  -webkit-filter: drop-shadow(-5px 3px 6px rgba(0, 0, 0, 0.9));
}
.art-esl-infograph {
  padding: 30px;
}
.sub-link-text {
  font-style: italic;
  font-size: 12px;
}
.art-category-description .art-esl .button,
.button.art-blue-button {
  background-color: #c72b2b;
  border: none;
  color: white;
  padding: 8px 24px;
  display: inline-block;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 20px;
  text-decoration: none;
  font-size: 2rem;
}
.art-category-description .art-esl .button {
  width: 100%;
}
.button.art-blue-button:hover,
.art-category-description .art-esl .row:nth-child(odd) .button.art-blue-button:hover {
  background-color: #08357a;
  color: white !important;
  -webkit-filter: none;
}
.ptb30 {
  padding: 30px 0 30px 0;
}
.pt30 {
  padding: 30px 0 0 0;
}
.art-category-description .art-esl .row:nth-child(odd) ul.art-list > li::before,
.art-category-description .art-esl .row:nth-child(odd) h1 {
  color: white;
}
.art-category-description .art-esl ul.art-list > li::before {
  content: '\f042';
  padding-right: 1em;
  font-size: 10px;
  color: #c72b2b;
  bottom: 2px;
}
.art-category-description .art-esl h1 {
  font-size: 30px;
}
.art-category-description .art-esl h2 {
  font-size: 26px;
}
.art-category-description .art-esl h2.art-slider-heading {
  font-size: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.p30 {
  padding: 30px;
}
.art-deal-block {
  border: 5px solid #f76300;
  overflow: hidden;
}
.corner-ribbon {
  position: relative;
  top: 22px;
  text-align: center;
  line-height: 24px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 9;
  left: -25px;
  width: 120px;
  font-weight: 900;
}
.corner-ribbon.yellow {
  color: #000000;
  background: #f3f909;
}
.art-deal-block__title {
  font-style: italic;
  font-weight: bold;
  color: red;
  text-align: center;
}
.art-deal-block__title--big {
  font-size: 30px;
}
.art-deal-block__slider--image {
  margin-left: 25%;
  margin-right: 25%;
}
.art-shopmore-link {
  background-color: #f76300;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 12px 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  -webkit-filter: drop-shadow(-5px 3px 6px rgba(0, 0, 0, 0.9));
}
.art-shopmore-link::hover {
  -webkit-filter: none;
  color: white !important;
}
.art-shopmore-link--big {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
}
.owl-carousel .owl-item img.art-deal-block__slider--image {
  width: 175px;
}
.art-deal-block__subtitle {
  font-size: 13px;
  font-weight: 700;
  height: 21px;
  float: right;
}
.art-deal-block__subtitle--blue-background {
  color: #fff;
  background: #08357a;
  padding: 0 15px;
}
.art-deal-block__title--right {
  margin-left: 35px;
}
.art-deal-block__title--center {
  margin-left: 35px;
}
.art-deal-block__subtitle--blue-slant {
  border-right: 4px solid transparent;
  border-top: 22px solid #08357a;
}
.art-deal-block__subtitle--blue-background,
.art-deal-block__subtitle--blue-slant {
  float: left;
}
.art-deal-block__countdown {
  background-color: #08357a;
  color: white;
  font-weight: bold;
}
.art-deal-block__shopmore {
  text-align: center;
  padding-top: 6px;
}
h2.header_style {
  text-align: center;
  font-weight: 700;
  border: 3px solid #c1cae6;
  padding: 4px;
  border-radius: 7px;
  background: #0e2c8e;
  margin-left: 10%;
  width: 80%;
  margin-bottom: 1%;
  margin-top: 7%;
}
h2.header_style a {
  color: white;
}
p.promo_title {
  text-align: center;
  color: black;
  font-size: 12px;
  margin-top: 2px;
}
.vcenter.column.promotional-category {
  border: 2px solid #c2c2c2;
  padding: 2px 7px;
  margin: 1px;
  border-radius: 7px;
}
.shop_more {
  font-size: 13px;
  color: lightyellow;
  text-decoration: underline;
  position: absolute;
  right: 12%;
}
@media screen and (max-width: 320px) {
  img.popularCategoryIcon {
    right: 1%;
    top: 102%;
    width: 25px;
  }
  .btn.popularCategories {
    font-size: 11px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  img.popularCategoryIcon {
    right: 2%;
    top: 102%;
    width: 25px;
  }
  .btn.popularCategories {
    font-size: 11px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
  }
}
@media screen and (max-width: 402px) {
  .products-grid .item .item-inner .box-info .bottom-action .art.btn-action.btn-cart {
    padding: 0 4px 0 4px !important;
  }
  .products-grid .item .item-inner .box-info .bottom-action .art.btn-action.btn-cart span {
    font-size: 11px;
  }
  .control .radio-label {
    padding: 6px 8px !important;
  }
}
@media screen and (min-width: 376px) and (max-width: 425px) {
  img.popularCategoryIcon {
    right: 3%;
    top: 100%;
  }
  .btn.popularCategories {
    font-size: 12px;
    height: 30px;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
  }
  .art-medium-text {
    font-size: 14px;
  }
  .art-confirmation {
    margin: 35% auto;
  }
}
@media screen and (min-width: 425px) and (max-width: 523px) {
  img.popularCategoryIcon {
    right: 3%;
    top: 100%;
  }
  .btn.popularCategories {
    font-size: 13px;
    height: 30px;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 524px) and (max-width: 767px) {
  img.popularCategoryIcon {
    right: 4%;
    top: 100%;
  }
  .btn.popularCategories {
    font-size: 13px;
    height: 30px;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 768px) {
  .vertical-align {
    display: block;
  }
  .breadcrumbs {
    padding: 15px 0 0;
  }
  .page-main {
    padding: 15px 0;
  }
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .sidebar.sidebar-additional .block.products-sidebar {
    display: none;
  }
  .body-on-top .header-style-2.header-container .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart {
    position: fixed;
    top: 5px;
    right: 17px;
  }
  .body-on-top .header-style-2.header-container .header-middle .middle-right-content .minicart-header {
    z-index: 10007;
  }
  .body-on-top .cart-wrapper .mage-dropdown-dialog {
    position: fixed;
    top: 43px;
    right: 14px;
  }
  .art-description-icons.field-tooltip .field-tooltip-content {
    right: auto;
  }
  .art-description-icons.field-tooltip .field-tooltip-content:after {
    left: auto;
  }
  .products-list .item .item-inner .box-info-list .bottom-action .btn-action.art-custom-button {
    margin-left: 0px;
  }
}
form.art-custom-form label {
  line-height: 1.5;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .footer-container .socials-wrap {
    top: 156px;
  }
}
@media screen and (max-width: 1024px) {
  .static-image.popularCategoryCol a::before,
  .static-image.popularCategoryCol a::after {
    background: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: color 0 ease-in;
  }
  .static-image a:hover:before,
  .static-image a:hover:after {
    width: 0%;
    height: 0%;
  }
  .block-viewed-products-list {
    display: none;
  }
  .art-confirmation {
    margin: 30% auto 5% -190px;
  }
  .slick-prev,
  .slick-next {
    top: 0;
  }
  .slick-prev {
    left: 20%;
  }
  .slick-next {
    right: 30%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .btn.popularCategories {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1199px) {
  .fancybox-lock .menu-on-top {
    z-index: 9995;
  }
  .menu-on-top {
    width: 100%;
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 10006;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
.popularCategoryCol {
  padding: 0 1px 0 1px;
  margin: 0;
}
.block-subscribe-home {
  background-size: cover;
  background-position: center;
}
.body-dept {
  vertical-align: top;
  text-align: center;
  padding: 0;
  margin: 0 0 10px 0;
}
.body-dept .top td,
.body-dept .bot td,
.body-dept .mid td {
  vertical-align: middle;
}
.body-dept .first {
  width: 130px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #bbb;
  border-right: none;
  padding: 6px 6px 2px 6px;
}
.body-dept .last {
  width: 86px;
  height: 20px;
  vertical-align: top;
  font: 400 12px/14px "Open Sans", verdana, helvetica, arial, sans-serif;
  color: #333;
  text-align: left;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding: 20px 7px 7px 0;
}
.body-dept .butrow {
  text-align: left;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding: 0 0 8px 0;
}
.body-dept .gap,
.body-dept .gap td {
  width: 10px;
  height: 2px;
  vertical-align: top;
  border-left: none;
  padding: 0;
  margin: 0;
}
.body-dept .blank {
  border: none;
}
.body-dept .name {
  display: block;
  font: 14px/16px "Open Sans", verdana, helvetica, arial, sans-serif;
  color: #222;
  text-decoration: none;
  padding: 2px 0 4px 0;
}
.body-dept .name:hover {
  color: #e31937;
  text-decoration: underline;
}
.link.seemore {
  display: block;
  float: left;
  font: 500 12px "Open Sans Condensed", helvetica, arial, sans-serif;
  color: #555;
  background: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #d4d4d4;
  padding: 3px 14px 3px 6px;
}
.link.seemore:hover {
  color: #fff;
  background: #888888 url(../../frontend/Sm/market_2/en_US/Images/butbk_seemore_f2.png) no-repeat 94% 6px;
  text-decoration: none;
  border: 1px solid #333;
}
.products-grid .item .item-inner .box-info .product-name a {
  white-space: normal;
}
.products-grid .item .item-inner .box-info .product-name {
  font-size: 112.67%;
  text-align: center;
}
.toolbar {
  border-top: 0;
}
.body .name {
  display: block;
  font: 600 13px/15px "Open Sans", verdana, helvetica, arial, sans-serif;
  color: #333;
  text-decoration: none;
  padding: 0 4px 2px 4px;
  margin: 0;
}
.body .name:hover {
  color: #333;
  text-decoration: underline;
}
.link.seemore-sm {
  height: 12px;
  width: 60px;
  font: 700 12px/13px "Open Sans Condensed", helvetica, arial, sans-serif;
  color: #555;
  background: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #d4d4d4;
  padding: 1px 6px 2px 6px;
  margin: 0 auto;
}
.link.seemore-sm:hover {
  color: #fff;
  background: #e31937;
  text-decoration: none;
  border: 1px solid #333;
}
.info-box-detail .product-info-stock-sku .sku {
  display: inline;
}
.product-info-main .art-min-qty,
.product-info-main .product.pricing {
  font-size: 1.1em;
  color: #e74c3c;
}
.product-info-main .product.pricing {
  padding-bottom: 20px;
}
#newspopup_up_bg_9 .newspopup-up-form.newspopup-theme .cross {
  padding: 13px;
  background: #060000 !important;
  top: 1px !important;
  right: 1px !important;
  font-size: 16px !important;
}
.product.data.items > .item.title.active a {
  color: blue !important;
}
.collapsible-faq {
  background-color: #fff;
  color: black !important;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px !important;
  border-top: 1px solid #c5c5c5 !important;
  font-weight: 600;
}
.collapsible-faq.active:hover {
  background-color: #a0a0a0;
}
.collapsible-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
}
.collapsible-faq:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}
button.width-100,
.cart.table-wrapper .actions-toolbar > .action.width-100,
.action-gift.width-100 {
  width: 100%;
}
.collapsible-faq.active:after {
  content: "\2796";
  /*unicode character for "minus" sign (-)*/
}
p.faq-open {
  margin: 0 0 10px;
  font-size: 14px;
  padding: 5px;
}
.admin__field > .hints {
  font-size: 8px !important;
  line-height: 1.3 !important;
  color: #e74c3c !important;
  font-weight: bold;
  margin-bottom: 2px;
}
.admin__field > .hints > .tips {
  color: #adadad !important;
}
.form > .fieldset > .field:not(.choice) > .label {
  margin-bottom: 5px !important;
}
.product.media .action-skip-wrapper {
  display: none;
}
.config-more-sizes {
  font-size: 1.5rem;
  color: #228fec;
}
a#bbblink.ruhzbam {
  width: 120px !important;
  height: 56px !important;
}
a#bbblink.ruhzbam:hover img {
  margin-left: -120px !important;
}
@media screen and (max-width: 800px) {
  .media-800-hide {
    display: none;
  }
}
.social-login-btn {
  display: none;
}
@media (max-width: 1024px) {
  .header-mobile {
    display: none !important;
  }
  .header-container,
  .navigation-mobile-container.header-mobile {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .logo-header {
    text-align: center;
  }
}
.logo-content .logo {
  float: none !important;
}
.product-info-main {
  width: 100% !important;
}
.product.media {
  width: 100% !important;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .field.qty .label,
.product-options-bottom .box-tocart .field.qty .label {
  color: #333;
}
.page-layout-2columns-left .column.main {
  float: right;
}
.block-minicart .minicart-items .product-item-details .product.actions .action.delete:after {
  top: 0 !important;
  left: -26px !important;
}
@media (max-width: 576px) {
  .col-xs-6 {
    width: 50% !important;
  }
}
.custom-block a {
  color: #1979c3;
}
@media only screen and (min-width: 1025px) {
  .custom-block {
    position: absolute;
    top: 270px;
    right: 200px;
    padding: 20px;
    width: 350px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .custom-block {
    position: relative;
    padding: 20px;
    width: 550px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-block {
    position: relative;
    padding: 20px;
    width: 370px;
    font-size: 15px;
    top: auto;
    right: auto;
  }
}
.block-search .action.search > span {
  position: static !important;
  margin: 0px !important;
}
.block-search .action.search:before {
  display: none !important;
}
.block-search .action.search {
  right: 0px !important;
}
.header-2-style .header-container .block-search .actions .action.search {
  opacity: 1.5 !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 20px;
  color: #fff;
  font-size: 107.69%;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  font-weight: bold;
}
.searchbox-cat {
  display: none !important;
}
.advanced {
  display: none;
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
@charset "UTF-8";
/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */

.shipping-zone-selector .modal-content:before,
.shipping-zone-selector .modal-content:after {
    content: "";
    display: table;
}

.shipping-zone-selector .modal-content:after {
    clear: both;
}

#sz-main-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#sz-main-container .slick-prev,
#sz-main-container .slick-next {
    width: 20px;
    height: 20px;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#sz-main-container .slick-prev:hover,
#sz-main-container .slick-next:hover {
    opacity: 1;
}
#sz-main-container .slick-prev:before,
#sz-main-container .slick-next:before {
    display: none;
}
#sz-main-container .slick-prev {
    background: url(../../frontend/Sm/market_2/en_US/MageWorx_ShippingRules/image/left-arrow.svg) center center/contain no-repeat;
    left: -20px;
}
#sz-main-container .slick-next {
    background: url(../../frontend/Sm/market_2/en_US/MageWorx_ShippingRules/image/right-arrow.svg) center center/contain no-repeat;
    right: -20px;
}

.shipping-zone-location-container {
    position: relative;
    float: right;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    margin-left: 15px;
    vertical-align: top;
    top: 1px;
    display: inline-block;
    speak: none;
    text-align: center;
}

.shipping-zone-selector {
    overflow-y: scroll;
}
.shipping-zone-selector .page-main-actions {
    margin-bottom: 50px;
}

#select-shipping-zone {
    position: relative;
    max-width: 300px;
    height: 30px;
    display: block;
    top: -1px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    color: black;
    padding: 0 50px 0 20px;
    border: 1px solid #c2c2c2;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#select-shipping-zone:after {
    content: "";
    width: 9px;
    height: 18px;
    display: block;
    position: absolute;
    right: 10px;
    top: 6px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABICAMAAACtHXe2AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAgVBMVEUAAACIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4eIh4f///8hxX0YAAAAKXRSTlMAQuL2iwHVl+BreIiGepNtn2kDpXGap/0Gs7KcZVusYKGVfvTnT+jze4gO2XIAAAABYktHRCpTvtSeAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAoUlEQVRIx+3V2w6CMBAE0HqpQOsFUASvqCi6//+DhvYDZkgI+tB9PslmNtmMmkxnc63gLEQkwi4WyiXCOfNbB+N6Z6Fbks4GN6JbQbd2ziCmo+BGdBvoUucy5PJtL7cjXQHdvmMlYtWBYdXRLT0xqjxT6vJvKr9Syp+/plQW1JBK3yjlHzihlAlqSKXulLI9FCraB1fHDVfaT0qpV/v+YPUFNJlBKmX9iOsAAAAASUVORK5CYII=") center center/cover no-repeat;
}
#select-shipping-zone .sz-inner span {
    color: #d00616;
}

.mageworx-extended-zones .zone_name {
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    color: black;
    padding-bottom: 10px;
}
.mageworx-extended-zones .selected .zone_name {
    font-weight: bold;
    border-bottom: 3px solid black;
}

.shipping-zone-selector .sz-left-content, .shipping-zone-selector .sz-right-content {
    float: left;
    width: 100%;
    clear: both;
}

.mageworx-extended-zones .sz-square {
    width: 170px;
    position: relative;
}

.mageworx-extended-zones .sz-square.no-image .zone_name {
    font-size: 1.5em;
}

.mageworx-extended-zones .sz-square.no-image .zone {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mageworx-extended-zones .sz-square .zone .sz-table .sz-table-cell {
    text-align: center;
}

#sz-select-address-container {
    display: table;
    margin: 0 auto;
    padding: 15px 0;
}

#sz-main-container .slick-track {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    min-height: 200px;
}

#sz-main-container .slick-track .slick-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: auto;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.sz-fields-container {
    text-align: center;
}
.sz-fields-container hr {
    width: 100%;
    background-color: #ddd;
    margin: 0;
}
.sz-fields-container .field-wrapper {
    display: table-row;
    margin-top: 2.1rem;
}
.sz-fields-container .field-wrapper .field,
.sz-fields-container .field-wrapper .control {
    display: table-cell;
}
.sz-fields-container .field-wrapper .field {
    width: 150px;
    padding-right: 15px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: right;
    color: black;
}
.sz-fields-container .field-wrapper .field:last-child {
    padding-bottom: 0;
}
.sz-fields-container .fieldset {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.zone_image {
    width: 100%;
    margin: 0 auto;
    max-width: 140px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}

.sz-icon {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.sz-icon .flag {
    background: red;
}

@media only screen and (max-width: 900px) {
    #sz-main-container {
        width: auto;
        margin: 0 5%;
    }

    #select-shipping-zone {
        padding: 0 4px;
        margin-right: 10px;
    }
    #select-shipping-zone:after {
        display: none;
    }
    #select-shipping-zone .sz-inner {
        display: none;
    }
    #select-shipping-zone .sz-icon {
        margin-right: 0;
    }
}
@media only screen and (max-width: 768px) {
    .shipping-zone-location-container {
        margin-left: 0;
    }

    #select-shipping-zone {
        margin-left: 0;
    }
}
@media only screen and (max-width: 639px) {
    #select-shipping-zone {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 600px) {
    #sz-select-address-container {
        width: 100%;
        text-align: center;
    }

    .sz-fields-container .field-wrapper {
        display: block;
    }
    .sz-fields-container .field-wrapper .field {
        display: inline-block;
        text-align: center;
    }
    .sz-fields-container .field-wrapper .control {
        display: block;
    }
}
.flag {
    background: url(../../frontend/Sm/market_2/en_US/MageWorx_ShippingRules/image/flags32.png) no-repeat;
}
.flag._African_Union {
    background-position: 0 -32px;
}
.flag._Arab_League {
    background-position: 0 -64px;
}
.flag._ASEAN {
    background-position: 0 -96px;
}
.flag._CARICOM {
    background-position: 0 -128px;
}
.flag._CIS {
    background-position: 0 -160px;
}
.flag._Commonwealth {
    background-position: 0 -192px;
}
.flag._England {
    background-position: 0 -224px;
}
.flag._European_Union {
    background-position: 0 -256px;
}
.flag._Islamic_Conference {
    background-position: 0 -288px;
}
.flag._Kosovo {
    background-position: 0 -320px;
}
.flag._NATO {
    background-position: 0 -352px;
}
.flag._Northern_Cyprus {
    background-position: 0 -384px;
}
.flag._Northern_Ireland {
    background-position: 0 -416px;
}
.flag._Olimpic_Movement {
    background-position: 0 -448px;
}
.flag._OPEC {
    background-position: 0 -480px;
}
.flag._Red_Cross {
    background-position: 0 -512px;
}
.flag._Scotland {
    background-position: 0 -544px;
}
.flag._Somaliland {
    background-position: 0 -576px;
}
.flag._Tibet {
    background-position: 0 -608px;
}
.flag._United_Nations {
    background-position: 0 -640px;
}
.flag._Wales {
    background-position: 0 -672px;
}
.flag
.flag.eu {
    background-position: 0 -256px;
}
.flag
.flag.ad {
    background-position: 0 -704px;
}
.flag.ae {
    background-position: 0 -736px;
}
.flag.af {
    background-position: 0 -768px;
}
.flag.ag {
    background-position: 0 -800px;
}
.flag.ai {
    background-position: 0 -832px;
}
.flag.al {
    background-position: 0 -864px;
}
.flag.am {
    background-position: 0 -896px;
}
.flag.ao {
    background-position: 0 -928px;
}
.flag.aq {
    background-position: 0 -960px;
}
.flag.ar {
    background-position: 0 -992px;
}
.flag.as {
    background-position: 0 -1024px;
}
.flag.at {
    background-position: 0 -1056px;
}
.flag.au {
    background-position: 0 -1088px;
}
.flag.aw {
    background-position: 0 -1120px;
}
.flag.ax {
    background-position: 0 -1152px;
}
.flag.az {
    background-position: 0 -1184px;
}
.flag.ba {
    background-position: 0 -1216px;
}
.flag.bb {
    background-position: 0 -1248px;
}
.flag.bd {
    background-position: 0 -1280px;
}
.flag.be {
    background-position: 0 -1312px;
}
.flag.bf {
    background-position: 0 -1344px;
}
.flag.bg {
    background-position: 0 -1376px;
}
.flag.bh {
    background-position: 0 -1408px;
}
.flag.bi {
    background-position: 0 -1440px;
}
.flag.bj {
    background-position: 0 -1472px;
}
.flag.bm {
    background-position: 0 -1504px;
}
.flag.bn {
    background-position: 0 -1536px;
}
.flag.bo {
    background-position: 0 -1568px;
}
.flag.br {
    background-position: 0 -1600px;
}
.flag.bs {
    background-position: 0 -1632px;
}
.flag.bt {
    background-position: 0 -1664px;
}
.flag.bw {
    background-position: 0 -1696px;
}
.flag.by {
    background-position: 0 -1728px;
}
.flag.bz {
    background-position: 0 -1760px;
}
.flag.ca {
    background-position: 0 -1792px;
}
.flag.cd {
    background-position: 0 -1824px;
}
.flag.cf {
    background-position: 0 -1856px;
}
.flag.cg {
    background-position: 0 -1888px;
}
.flag.ch {
    background-position: 0 -1920px;
}
.flag.ci {
    background-position: 0 -1952px;
}
.flag.ck {
    background-position: 0 -1984px;
}
.flag.cl {
    background-position: 0 -2016px;
}
.flag.cm {
    background-position: 0 -2048px;
}
.flag.cn {
    background-position: 0 -2080px;
}
.flag.co {
    background-position: 0 -2112px;
}
.flag.cr {
    background-position: 0 -2144px;
}
.flag.cu {
    background-position: 0 -2176px;
}
.flag.cv {
    background-position: 0 -2208px;
}
.flag.cy {
    background-position: 0 -2240px;
}
.flag.cz {
    background-position: 0 -2272px;
}
.flag.de {
    background-position: 0 -2304px;
}
.flag.dj {
    background-position: 0 -2336px;
}
.flag.dk {
    background-position: 0 -2368px;
}
.flag.dm {
    background-position: 0 -2400px;
}
.flag.do {
    background-position: 0 -2432px;
}
.flag.dz {
    background-position: 0 -2464px;
}
.flag.ec {
    background-position: 0 -2496px;
}
.flag.ee {
    background-position: 0 -2528px;
}
.flag.eg {
    background-position: 0 -2560px;
}
.flag.eh {
    background-position: 0 -2592px;
}
.flag.er {
    background-position: 0 -2624px;
}
.flag.es {
    background-position: 0 -2656px;
}
.flag.et {
    background-position: 0 -2688px;
}
.flag.fi {
    background-position: 0 -2720px;
}
.flag.fj {
    background-position: 0 -2752px;
}
.flag.fm {
    background-position: 0 -2784px;
}
.flag.fo {
    background-position: 0 -2816px;
}
.flag.fr {
    background-position: 0 -2848px;
}
.flag.bl {
    background-position: 0 -2848px;
}
.flag.cp {
    background-position: 0 -2848px;
}
.flag.mf {
    background-position: 0 -2848px;
}
.flag.yt {
    background-position: 0 -2848px;
}
.flag.ga {
    background-position: 0 -2880px;
}
.flag.gb {
    background-position: 0 -2912px;
}
.flag.sh {
    background-position: 0 -2912px;
}
.flag.gd {
    background-position: 0 -2944px;
}
.flag.ge {
    background-position: 0 -2976px;
}
.flag.gg {
    background-position: 0 -3008px;
}
.flag.gh {
    background-position: 0 -3040px;
}
.flag.gi {
    background-position: 0 -3072px;
}
.flag.gl {
    background-position: 0 -3104px;
}
.flag.gm {
    background-position: 0 -3136px;
}
.flag.gn {
    background-position: 0 -3168px;
}
.flag.gp {
    background-position: 0 -3200px;
}
.flag.gq {
    background-position: 0 -3232px;
}
.flag.gr {
    background-position: 0 -3264px;
}
.flag.gt {
    background-position: 0 -3296px;
}
.flag.gu {
    background-position: 0 -3328px;
}
.flag.gw {
    background-position: 0 -3360px;
}
.flag.gy {
    background-position: 0 -3392px;
}
.flag.hk {
    background-position: 0 -3424px;
}
.flag.hn {
    background-position: 0 -3456px;
}
.flag.hr {
    background-position: 0 -3488px;
}
.flag.ht {
    background-position: 0 -3520px;
}
.flag.hu {
    background-position: 0 -3552px;
}
.flag.id {
    background-position: 0 -3584px;
}
.flag.mc {
    background-position: 0 -3584px;
}
.flag.ie {
    background-position: 0 -3616px;
}
.flag.il {
    background-position: 0 -3648px;
}
.flag.im {
    background-position: 0 -3680px;
}
.flag.in {
    background-position: 0 -3712px;
}
.flag.iq {
    background-position: 0 -3744px;
}
.flag.ir {
    background-position: 0 -3776px;
}
.flag.is {
    background-position: 0 -3808px;
}
.flag.it {
    background-position: 0 -3840px;
}
.flag.je {
    background-position: 0 -3872px;
}
.flag.jm {
    background-position: 0 -3904px;
}
.flag.jo {
    background-position: 0 -3936px;
}
.flag.jp {
    background-position: 0 -3968px;
}
.flag.ke {
    background-position: 0 -4000px;
}
.flag.kg {
    background-position: 0 -4032px;
}
.flag.kh {
    background-position: 0 -4064px;
}
.flag.ki {
    background-position: 0 -4096px;
}
.flag.km {
    background-position: 0 -4128px;
}
.flag.kn {
    background-position: 0 -4160px;
}
.flag.kp {
    background-position: 0 -4192px;
}
.flag.kr {
    background-position: 0 -4224px;
}
.flag.kw {
    background-position: 0 -4256px;
}
.flag.ky {
    background-position: 0 -4288px;
}
.flag.kz {
    background-position: 0 -4320px;
}
.flag.la {
    background-position: 0 -4352px;
}
.flag.lb {
    background-position: 0 -4384px;
}
.flag.lc {
    background-position: 0 -4416px;
}
.flag.li {
    background-position: 0 -4448px;
}
.flag.lk {
    background-position: 0 -4480px;
}
.flag.lr {
    background-position: 0 -4512px;
}
.flag.ls {
    background-position: 0 -4544px;
}
.flag.lt {
    background-position: 0 -4576px;
}
.flag.lu {
    background-position: 0 -4608px;
}
.flag.lv {
    background-position: 0 -4640px;
}
.flag.ly {
    background-position: 0 -4672px;
}
.flag.ma {
    background-position: 0 -4704px;
}
.flag.md {
    background-position: 0 -4736px;
}
.flag.me {
    background-position: 0 -4768px;
}
.flag.mg {
    background-position: 0 -4800px;
}
.flag.mh {
    background-position: 0 -4832px;
}
.flag.mk {
    background-position: 0 -4864px;
}
.flag.ml {
    background-position: 0 -4896px;
}
.flag.mm {
    background-position: 0 -4928px;
}
.flag.mn {
    background-position: 0 -4960px;
}
.flag.mo {
    background-position: 0 -4992px;
}
.flag.mq {
    background-position: 0 -5024px;
}
.flag.mr {
    background-position: 0 -5056px;
}
.flag.ms {
    background-position: 0 -5088px;
}
.flag.mt {
    background-position: 0 -5120px;
}
.flag.mu {
    background-position: 0 -5152px;
}
.flag.mv {
    background-position: 0 -5184px;
}
.flag.mw {
    background-position: 0 -5216px;
}
.flag.mx {
    background-position: 0 -5248px;
}
.flag.my {
    background-position: 0 -5280px;
}
.flag.mz {
    background-position: 0 -5312px;
}
.flag.na {
    background-position: 0 -5344px;
}
.flag.nc {
    background-position: 0 -5376px;
}
.flag.ne {
    background-position: 0 -5408px;
}
.flag.ng {
    background-position: 0 -5440px;
}
.flag.ni {
    background-position: 0 -5472px;
}
.flag.nl {
    background-position: 0 -5504px;
}
.flag.bq {
    background-position: 0 -5504px;
}
.flag.no {
    background-position: 0 -5536px;
}
.flag.bv {
    background-position: 0 -5536px;
}
.flag.nq {
    background-position: 0 -5536px;
}
.flag.sj {
    background-position: 0 -5536px;
}
.flag.np {
    background-position: 0 -5568px;
}
.flag.nr {
    background-position: 0 -5600px;
}
.flag.nz {
    background-position: 0 -5632px;
}
.flag.om {
    background-position: 0 -5664px;
}
.flag.pa {
    background-position: 0 -5696px;
}
.flag.pe {
    background-position: 0 -5728px;
}
.flag.pf {
    background-position: 0 -5760px;
}
.flag.pg {
    background-position: 0 -5792px;
}
.flag.ph {
    background-position: 0 -5824px;
}
.flag.pk {
    background-position: 0 -5856px;
}
.flag.pl {
    background-position: 0 -5888px;
}
.flag.pr {
    background-position: 0 -5920px;
}
.flag.ps {
    background-position: 0 -5952px;
}
.flag.pt {
    background-position: 0 -5984px;
}
.flag.pw {
    background-position: 0 -6016px;
}
.flag.py {
    background-position: 0 -6048px;
}
.flag.qa {
    background-position: 0 -6080px;
}
.flag.re {
    background-position: 0 -6112px;
}
.flag.ro {
    background-position: 0 -6144px;
}
.flag.rs {
    background-position: 0 -6176px;
}
.flag.ru {
    background-position: 0 -6208px;
}
.flag.rw {
    background-position: 0 -6240px;
}
.flag.sa {
    background-position: 0 -6272px;
}
.flag.sb {
    background-position: 0 -6304px;
}
.flag.sc {
    background-position: 0 -6336px;
}
.flag.sd {
    background-position: 0 -6368px;
}
.flag.se {
    background-position: 0 -6400px;
}
.flag.sg {
    background-position: 0 -6432px;
}
.flag.si {
    background-position: 0 -6464px;
}
.flag.sk {
    background-position: 0 -6496px;
}
.flag.sl {
    background-position: 0 -6528px;
}
.flag.sm {
    background-position: 0 -6560px;
}
.flag.sn {
    background-position: 0 -6592px;
}
.flag.so {
    background-position: 0 -6624px;
}
.flag.sr {
    background-position: 0 -6656px;
}
.flag.st {
    background-position: 0 -6688px;
}
.flag.sv {
    background-position: 0 -6720px;
}
.flag.sy {
    background-position: 0 -6752px;
}
.flag.sz {
    background-position: 0 -6784px;
}
.flag.tc {
    background-position: 0 -6816px;
}
.flag.td {
    background-position: 0 -6848px;
}
.flag.tg {
    background-position: 0 -6880px;
}
.flag.th {
    background-position: 0 -6912px;
}
.flag.tj {
    background-position: 0 -6944px;
}
.flag.tl {
    background-position: 0 -6976px;
}
.flag.tm {
    background-position: 0 -7008px;
}
.flag.tn {
    background-position: 0 -7040px;
}
.flag.to {
    background-position: 0 -7072px;
}
.flag.tr {
    background-position: 0 -7104px;
}
.flag.tt {
    background-position: 0 -7136px;
}
.flag.tv {
    background-position: 0 -7168px;
}
.flag.tw {
    background-position: 0 -7200px;
}
.flag.tz {
    background-position: 0 -7232px;
}
.flag.ua {
    background-position: 0 -7264px;
}
.flag.ug {
    background-position: 0 -7296px;
}
.flag.us {
    background-position: 0 -7328px;
}
.flag.uy {
    background-position: 0 -7360px;
}
.flag.uz {
    background-position: 0 -7392px;
}
.flag.va {
    background-position: 0 -7424px;
}
.flag.vc {
    background-position: 0 -7456px;
}
.flag.ve {
    background-position: 0 -7488px;
}
.flag.vg {
    background-position: 0 -7520px;
}
.flag.vi {
    background-position: 0 -7552px;
}
.flag.vn {
    background-position: 0 -7584px;
}
.flag.vu {
    background-position: 0 -7616px;
}
.flag.ws {
    background-position: 0 -7648px;
}
.flag.ye {
    background-position: 0 -7680px;
}
.flag.za {
    background-position: 0 -7712px;
}
.flag.zm {
    background-position: 0 -7744px;
}
.flag.zw {
    background-position: 0 -7776px;
}
.flag.sx {
    background-position: 0 -7808px;
}
.flag.cw {
    background-position: 0 -7840px;
}
.flag.ss {
    background-position: 0 -7872px;
}
.flag.nu {
    background-position: 0 -7904px;
}
/* Slider */
#sz-main-container .slick-slider {
    position: relative;

    display: block;
    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;
}

#sz-main-container .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

#sz-main-container .slick-list:focus {
    outline: none;
}

#sz-main-container .slick-list.dragging {
    cursor: pointer;
}

#sz-main-container .slick-slider .slick-track, #sz-main-container .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#sz-main-container .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

#sz-main-container .slick-track:before, #sz-main-container .slick-track:after {
    display: table;

    content: '';
}

#sz-main-container .slick-track:after {
    clear: both;
}

#sz-main-container .slick-loading .slick-track {
    visibility: hidden;
}

#sz-main-container .slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

#sz-main-container [dir='rtl'] .slick-slide {
    float: right;
}

#sz-main-container .slick-slide img {
    display: block;
}

#sz-main-container .slick-slide.slick-loading img {
    display: none;
}

#sz-main-container .slick-slide.dragging img {
    pointer-events: none;
}

#sz-main-container .slick-initialized .slick-slide {
    display: block;
}

#sz-main-container .slick-loading .slick-slide {
    visibility: hidden;
}

#sz-main-container .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

#sz-main-container .slick-arrow.slick-hidden {
    display: none;
}
@charset "UTF-8";
/* Slider */#sz-main-container .slick-loading .slick-list {
    background: #fff url('../../frontend/Sm/market_2/en_US/MageWorx_ShippingRules/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../frontend/Sm/market_2/en_US/MageWorx_ShippingRules/css/fonts/slick.eot');
    src: url('../../frontend/Sm/market_2/en_US/MageWorx_ShippingRules/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Sm/market_2/en_US/MageWorx_ShippingRules/css/fonts/slick.woff') format('woff'), url('../../frontend/Sm/market_2/en_US/MageWorx_ShippingRules/css/fonts/slick.ttf') format('truetype'), url('../../frontend/Sm/market_2/en_US/MageWorx_ShippingRules/css/fonts/slick.svg#slick') format('svg');
}

/* Arrows */
#sz-main-container .slick-prev,#sz-main-container .slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
#sz-main-container .slick-prev:hover,#sz-main-container .slick-prev:focus,#sz-main-container .slick-next:hover,#sz-main-container .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
#sz-main-container .slick-prev:hover:before,#sz-main-container .slick-prev:focus:before,#sz-main-container .slick-next:hover:before,#sz-main-container .slick-next:focus:before {
    opacity: 1;
}
#sz-main-container .slick-prev.slick-disabled:before,#sz-main-container .slick-next.slick-disabled:before {
    opacity: .25;
}
#sz-main-container .slick-prev:before,#sz-main-container .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#sz-main-container .slick-prev {
    left: -25px;
}

#sz-main-container [dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
#sz-main-container .slick-prev:before {
    content: 'â†';
}

#sz-main-container [dir='rtl'] .slick-prev:before {
    content: 'â†’';
}
#sz-main-container .slick-next {
    right: -25px;
}

#sz-main-container [dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
#sz-main-container .slick-next:before {
    content: 'â†’';
}

#sz-main-container [dir='rtl'] .slick-next:before {
    content: 'â†';
}

/* Dots */#sz-main-container .slick-dotted.slick-slider {
    margin-bottom: 30px;
}
#sz-main-container .slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
#sz-main-container .slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
#sz-main-container .slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#sz-main-container .slick-dots li button:hover,#sz-main-container .slick-dots li button:focus {
    outline: none;
}
#sz-main-container .slick-dots li button:hover:before,#sz-main-container .slick-dots li button:focus:before {
    opacity: 1;
}
#sz-main-container .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#sz-main-container .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !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/Sm/market_2/en_US/Mageplaza_Core/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;
}
@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}}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

#banner-slider-carousel {
    margin-top: 5px;
    margin-bottom: 5px;
}

#banner-slider-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
}

#banner-slider-carousel .owl-nav {
    opacity: 0;
}

#banner-slider-carousel:hover .owl-nav,
#banner-slider-carousel:hover .owl-dots {
    opacity: 1;
}

#banner-slider-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    bottom: 50%;
    display: flex;
    height: 50px;
    width: 30px;
    text-align: center;
    font-size: 3.9em;
    color: #FFF;
    background: transparent;
	background-color:#444 !important;
    opacity: .3;
    text-transform: capitalize;
    justify-content: center;
    margin: 0;
}

#banner-slider-carousel .owl-nav button:hover{
	opacity:.7;
}
#banner-slider-carousel .owl-nav button span{
	font-size:20px;
}
#banner-slider-carousel .owl-nav .owl-prev {
    left: 1px;
}

#banner-slider-carousel .owl-nav .owl-next {
    right: 1px;
}

#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;
}
/* Chosen v1.6.2 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../frontend/Sm/market_2/en_US/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../frontend/Sm/market_2/en_US/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(../../frontend/Sm/market_2/en_US/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat 100% -20px;background:url(../../frontend/Sm/market_2/en_US/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../frontend/Sm/market_2/en_US/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(../../frontend/Sm/market_2/en_US/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat -30px -20px;background:url(../../frontend/Sm/market_2/en_US/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(../../frontend/Sm/market_2/en_US/Mageplaza_ProductFinder/css/lib/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

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

.ais-SearchBox-submitIcon {
    width: 12px;
    height: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.result-wrapper .text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.9em;
    color: #aaaaaa
}

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


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

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

@media all and (max-width: 768px), print {
    .minisearch .search-category {
        top: 24% !important;
        right: 15px !important;
        display: none;
    }

    .ais-SearchBox-submit {
        right: 15px !important;
        top: 10px;
    }

    .ais-SearchBox-submit.has-items {
        top: 10px;
        right: 50px !important;
    }

    .ais-SearchBox-submitIcon {
        width: 15px;
        height: 15px;
    }

    #algoliaAutocomplete .search-category {
        right: 1px !important;
        display: none;
    }

    #algoliaAutocomplete .mpSearch-input {
        display: none;
    }

    #algoliaAutocomplete .autocomplete-suggestions {
        border: 1px solid #c2c2c2;
        padding: 0;
        box-shadow: none;
    }

    #algoliaAutocomplete .ais-SearchBox-submit {
        display: block !important;
    }

    #algoliaAutocomplete .ais-SearchBox-reset {
        display: none !important;
    }

    .autocomplete-suggestions .mpsearch-list-item {
        width: 100%;
    }
}

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

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

.algolia-search-block {
    position: relative;
}

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

.autocomplete-suggestions .result-content .result-sub-content {
    align-items: center;
    justify-content: center;
    width: 65%;
}

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

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

.autocomplete-suggestions .result-content .result-sub-content .product-line.product-price {
    text-align: left;
    color: black;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #algoliaAutocomplete.two-columns {
        width: 532px !important;
    }

    .autocomplete-suggestions.two-columns {
        display: flex;
        flex-wrap: wrap;
        width: 530px !important;
    }

    .autocomplete-suggestions.two-columns .mpsearch-list, .autocomplete-suggestions.two-columns .ais-Hits {
        width: 100%;
    }

    .autocomplete-suggestions.two-columns div:not([class]) {
        width: 100%;
    }

    .autocomplete-suggestions .mpsearch-list-item {
        width: 50%;
    }
}

@media only screen and (min-width: 1025px) {
    #algoliaAutocomplete.two-columns {
        width: 564px !important;
    }

    .autocomplete-suggestions.two-columns {
        display: flex;
        flex-wrap: wrap;
        width: 562px !important;
    }

    .autocomplete-suggestions.two-columns .mpsearch-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .autocomplete-suggestions.two-columns .ais-Hits {
        width: 100%;
    }

    .autocomplete-suggestions.two-columns div:not([class]) {
        width: 100%;
    }

    .autocomplete-suggestions.two-columns .mpsearch-list-item {
        width: 50%;
        position: relative;
    }

    .autocomplete-suggestions.three-columns .mpsearch-list-item {
        width: 33%;
    }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
span.mps-add-to-cart {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    padding: unset;
    background: url("../../frontend/Sm/market_2/en_US/Mageplaza_Search/css/images/btn-add-to-cart.svg") no-repeat;
    border: unset;
}

.form.minisearch .autocomplete-suggestions {
    padding: 0;
    box-shadow: none;
}

.autocomplete-suggestions span.mps-add-to-cart:hover {
    background: url("../../frontend/Sm/market_2/en_US/Mageplaza_Search/css/images/btn-add-to-cart-hover.svg") no-repeat;
}

.autocomplete-suggestions span.mps-add-to-cart.loading {
    background: url("../../frontend/Sm/market_2/en_US/Mageplaza_Search/css/images/btn-add-to-cart-loader.svg") no-repeat;
}

.trending-title {
    display: block;
    padding: 10px 0 0 5px;
    font-weight: 600;
}

.suggestions-title {
    display: block;
    padding: 10px 0 0 5px;
    font-weight: 600;
}

.mp-search-trending {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 5px 0 5px;
}

.top-key {
    display: inline-flex;
    align-items: center;
    height: 26px;
    background-color: #F1F1F1;
    margin: 0 5px 10px 0;
    padding: 5px;
    border-radius: 18px;
}

.top-key .key {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px 0 5px;
}

.top-key:hover {
    background-color: #D9D9D9;
    cursor: pointer;
}

.mp-suggestion .mpsearch-list {
    padding-left: 5px;
}

.icon-trending {
    background: url("../../frontend/Sm/market_2/en_US/Mageplaza_Search/css/images/icon-trending.svg") no-repeat;
    width: 26px;
    height: 26px;
}

.icon-no-result {
    background: url("../../frontend/Sm/market_2/en_US/Mageplaza_Search/css/images/icon-no-result.svg") no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 19px;
    left: 0;
}

#search_mini_form.two-columns {
    transition: width 1s ease, opacity 1s ease;
    opacity: 1;
}

.autocomplete-suggestions.two-columns {
    transition: width 1s ease, opacity 1s ease;
    opacity: 1;
}

.parent-category {
    font-weight: bold;
    background: #F5F5F5;
}

@media only screen and (max-width: 480px) {
    .form.minisearch.active .control {
        width: 86% !important;
    }

    .form.minisearch.show .control {
        width: 86% !important;
    }

    .minisearch .search-category {
        right: 20px !important;
    }
}

@media only screen and (max-width: 360px) {
    .form.minisearch.active .control {
        width: 82% !important;
    }

    .form.minisearch.show .control {
        width: 82% !important;
    }

    .tooltip-short-des {
        width: 180px;
    }
}

@media only screen and (max-width: 768px) {
    .autocomplete-suggestions {
        z-index: 99 !important;
        max-height: 457px !important;
        width: 100% !important;
        border-radius: 0 0 10px 10px;
        border: none;
        left: 0;
    }

    .autocomplete-suggestion {
        padding-left: 10px;
    }

    .form.minisearch.active .control {
        background-color: #fff;
        position: fixed !important;
        z-index: 10003;
        width: 90%;
        top: 90px;
        left: 28px;
        border-radius: 10px 10px 0 0;
    }

    .form.minisearch.show .control {
        background-color: #fff;
        position: fixed !important;
        z-index: 10003;
        width: 90%;
        top: 90px;
        left: 28px;
        border-radius: 10px 10px 0 0;
    }

    .minisearch.active .search-category {
        display: block !important;
    }

    .minisearch.show .search-category {
        display: block !important;
    }

    .block-search .label.show + .control input {
        position: static;
    }

    #mpsearch-category {
        border-right: none;
    }

    .trending-title {
        padding-left: 20px;
    }

    .mp-search-trending {
        padding-left: 20px;
    }

    #bio_ep_bg_search {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.3;
        z-index: 10001;
    }

    .autocomplete-suggestions .product-des p {
        white-space: unset !important;
    }

    .tooltip-short-des {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #search_mini_form.two-columns {
        width: 532px !important;
    }

    .autocomplete-suggestions.two-columns {
        display: flex;
        flex-wrap: wrap;
        width: 530px !important;
    }

    .autocomplete-suggestions {
        max-height: 408px !important;
        width: 95.5%;
    }

    .autocomplete-suggestions.two-columns .autocomplete-suggestion {
        width: 47.75%;
    }

    .mp-search .minisearch .actions {
        right: 125px;
        top: 0;
    }
}

@media only screen and (min-width: 1025px) {
    #search_mini_form.two-columns {
        width: 564px !important;
    }

    .autocomplete-suggestions {
        max-height: 408px !important;
        width: 95.5%;
    }

    .autocomplete-suggestions.two-columns {
        display: flex;
        flex-wrap: wrap;
        width: 562px !important;
    }

    .autocomplete-suggestions.two-columns .autocomplete-suggestion {
        width: 47.75%;
    }

    .mp-search .minisearch .actions {
        right: 125px;
        top: 0;
    }
}

.highlight {
    background-color: #F3793B;
    font-weight: bold;
}

.autocomplete-suggestions.three-columns {
    display: flex;
    flex-wrap: wrap;
}

.autocomplete-suggestions {
    max-height: 510px !important;
    z-index: 999 !important;
}

.mp-search .minisearch .actions {
    right: 125px;
    top: 0;
}

.autocomplete-suggestions.three-columns .autocomplete-suggestion {
    width: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .autocomplete-suggestions.three-columns .autocomplete-suggestion {
        width: 50%;
    }
}

@media only screen and (min-width: 1025px) {
    .autocomplete-suggestions.three-columns .autocomplete-suggestion {
        width: 33%;
    }
}

.menu-category {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: #fff;
    left: 0;
}
.dropdown-category {
    display: none;
    list-style: none;
    height: 625px;
    padding: 0;
    margin: 0 15px;
    border: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
    z-index: 9999;
    overflow: auto;
}

.dropdown-category.show {
    display: block;
}

.dropdown-category li {
    padding: 8px;
    cursor: pointer;
    margin: 0;
}

li.parent-category {
    padding: 13px 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.dropdown-toggle {
    cursor: pointer;
    display: block;
    padding: 5px 15px 5px 5px;
    border-left: 1px solid #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-toggle:after {
    font-size: 12px;
    background: url("../../frontend/Sm/market_2/en_US/Mageplaza_Search/css/images/icon-dropdown.svg") no-repeat;
    position: absolute;
    right: 5px;
    top: 12px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Core
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.row-mp {
    min-height: 1px;
    margin: 0 -10px;
}

.col-mp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    float: left;
    padding: 0 10px;
}

/*All*/
.mp-1 {
    width: 8.33333333333%;
}

.mp-2 {
    width: 16.6666666667%;
}

.mp-3 {
    width: 25.0%;
}

.mp-4 {
    width: 33.3333333333%;
}

.mp-5 {
    width: 41.6666666667%;
}

.mp-6 {
    width: 50.0%;
}

.mp-7 {
    width: 58.3333333333%;
}

.mp-8 {
    width: 66.6666666667%;
}

.mp-9 {
    width: 75.0%;
}

.mp-10 {
    width: 83.3333333333%;
}

.mp-11 {
    width: 91.6666666667%;
}

.mp-12 {
    margin-left: 0;
    width: 100%;
}

.a-center {
    text-align: center;
}

.mp-clear {
    clear: both
}

@media (min-width: 1200px) {
    .mp-lg-1 {
        width: 8.33333333333%;
    }

    .mp-lg-2 {
        width: 16.6666666667%;
    }

    .mp-lg-3 {
        width: 25.0%;
    }

    .mp-lg-4 {
        width: 33.3333333333%;
    }

    .mp-lg-5 {
        width: 41.6666666667%;
    }

    .mp-lg-6 {
        width: 50.0%;
    }

    .mp-lg-7 {
        width: 58.3333333333%;
    }

    .mp-lg-8 {
        width: 66.6666666667%;
    }

    .mp-lg-9 {
        width: 75.0%;
    }

    .mp-lg-10 {
        width: 83.3333333333%;
    }

    .mp-lg-11 {
        width: 91.6666666667%;
    }

    .mp-lg-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mp-md-1 {
        width: 8.33333333333%;
    }

    .mp-md-2 {
        width: 16.6666666667%;
    }

    .mp-md-3 {
        width: 25.0%;
    }

    .mp-md-4 {
        width: 33.3333333333%;
    }

    .mp-md-5 {
        width: 41.6666666667%;
    }

    .mp-md-6 {
        width: 50.0%;
    }

    .mp-md-7 {
        width: 58.3333333333%;
    }

    .mp-md-8 {
        width: 66.6666666667%;
    }

    .mp-md-9 {
        width: 75.0%;
    }

    .mp-md-10 {
        width: 83.3333333333%;
    }

    .mp-md-11 {
        width: 91.6666666667%;
    }

    .mp-md-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mp-sm-1 {
        width: 8.33333333333%;
    }

    .mp-sm-2 {
        width: 16.6666666667%;
    }

    .mp-sm-3 {
        width: 25.0%;
    }

    .mp-sm-4 {
        width: 33.3333333333%;
    }

    .mp-sm-5 {
        width: 41.6666666667%;
    }

    .mp-sm-6 {
        width: 50.0%;
    }

    .mp-sm-7 {
        width: 58.3333333333%;
    }

    .mp-sm-8 {
        width: 66.6666666667%;
    }

    .mp-sm-9 {
        width: 75.0%;
    }

    .mp-sm-10 {
        width: 83.3333333333%;
    }

    .mp-sm-11 {
        width: 91.6666666667%;
    }

    .mp-sm-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .mp-xs-1 {
        width: 8.33333333333%;
    }

    .mp-xs-2 {
        width: 16.6666666667%;
    }

    .mp-xs-3 {
        width: 25.0%;
    }

    .mp-xs-4 {
        width: 33.3333333333%;
    }

    .mp-xs-5 {
        width: 41.6666666667%;
    }

    .mp-xs-6 {
        width: 50.0%;
    }

    .mp-xs-7 {
        width: 58.3333333333%;
    }

    .mp-xs-8 {
        width: 66.6666666667%;
    }

    .mp-xs-9 {
        width: 75.0%;
    }

    .mp-xs-10 {
        width: 83.3333333333%;
    }

    .mp-xs-11 {
        width: 91.6666666667%;
    }

    .mp-xs-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .col-mp {
        width: 100%;
    }
}


form.minisearch.loading .control input[type="text"] {
    box-shadow: none;
    -webkit-animation-name: search-loading; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: search-loading;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

/* Standard syntax */
@keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

.smsearch-autocomplete {
    right: 0px;
    width: 100%;
    position: absolute;
    z-index: 9999999;
    min-width:450px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border: 1px solid #c2c2c2;
    top:100%;
}

.smsearch-autocomplete .suggest,
.smsearch-autocomplete .product {
    margin: 0;
}

.smsearch-autocomplete.active,
.smsearch-autocomplete .suggest.active,
.smsearch-autocomplete .product.active {
    display: block;
}

.smsearch-autocomplete .suggest {
    color: #3C3C3C;
}

.smsearch-autocomplete .title {
    padding: 10px 20px;
    margin-bottom: 5px;
    color: #fff;
    background: #4a5678;
    text-transform: uppercase;
    font-size: 14px;
}

.smsearch-autocomplete .title .see-all {
    display: inline-block;
    float: right;
    color: #909090;
    cursor: pointer;
}

.smsearch-autocomplete .no-result {
    padding: 10px;
    background: #f0f0f0;
    color: #575757;
    text-align: center;
}

.smsearch-autocomplete ul {
    padding: 0 20px;
    margin-bottom: 0;
    list-style-type: none;
}

.smsearch-autocomplete ul li {
    color: #000;
    cursor: unset;
    padding: 0;
}

.smsearch-autocomplete .suggest ul li {
    color: #3C3C3C;
}

.smsearch-autocomplete .product h3 {
    font-size: 13px;
    padding: 0 20px;
    margin: 10px 0 5px 0;
}
.smsearch-autocomplete .product ul li {
    border-bottom: 1px solid #eee;
	display:flex;
    padding: 10px 0;
    margin: 0;
}
.smsearch-autocomplete .product ul li .product-info{
    padding-left:15px;
}
.smsearch-autocomplete .product ul li:last-child {
    border-bottom: none;
}

.smsearch-autocomplete ul li:hover,
.smsearch-autocomplete ul li.selected {
    background-color: #fff;
}

.smsearch-autocomplete ul li:after {
    clear: both;
    content: '';
    display: block;
}

.smsearch-autocomplete ul li.action {
    padding: 0;
}

.smsearch-autocomplete ul li.action .action.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 400;
    height: 30px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.smsearch-autocomplete ul li.action .action.close:before {
    color: #8f8f8f;
    content: '\e616';
    display: inline-block;
    font-family: 'luma-icons';
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.smsearch-autocomplete ul li.gray-row {
    text-align: center;
}

.smsearch-autocomplete ul li.gray-row,
.smsearch-autocomplete ul li.gray-row:hover,
.smsearch-autocomplete ul li.gray-row.selected {
    background-color: #e8e8e8;
}

.smsearch-autocomplete ul li.gray-row a {
    color: #7B7B7B;
    text-decoration: blink;
}

.smsearch-autocomplete ul li a {
    cursor: pointer;
}

.smsearch-autocomplete ul li .qs-option-image {
    float: left;
    max-width: 82px;
    width: 25%;
}

.smsearch-autocomplete ul li .qs-option-info {
    color: #000;
    display: inline-block;
    float: left;
    padding-left: 5%;
    text-align: left;
    width: 70%;
    margin-bottom: 10px;
}

.smsearch-autocomplete ul li .qs-option-info.noimage {
    padding-left: 0;
    width: 100%;
}
.smsearch-autocomplete ul li:last-child .qs-option-info {
    margin-bottom: 0;
}

.smsearch-autocomplete ul li .qs-option-info .qs-option-title {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.smsearch-autocomplete ul li .qs-option-info .qs-option-reviews {
    display: inline-block;
    text-transform: lowercase;
    width: 100%;
}

.smsearch-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary {
    margin-bottom: 4px;
}

.smsearch-autocomplete ul li .qs-option-info .qs-option-reviews .reviews-actions {
    font-size: 12px;
}

.smsearch-autocomplete ul li .qs-option-info .qs-option-sku {
    display: block;
    width: 100%;
    color: #004875;
    font-size: 12px;
}

.smsearch-autocomplete ul li .qs-option-info .qs-option-shortdescription,
.smsearch-autocomplete ul li .qs-option-info .qs-option-description {
    color: #3C3C3C;
    font-size: 13px;
}


.smsearch-autocomplete ul li .qs-option-info .qs-option-price {
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
}

.smsearch-autocomplete ul li .qs-option-info .qs-option-addtocart {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .smsearch-autocomplete {
        border-top: 0;
        left: 15px;
        margin-top: 0;
        right: 15px;
        width: auto;
        min-width: inherit !important;
    }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_SocialLogin
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 0;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

#social-login-popup,
#request-popup {
    overflow: hidden
}

#social-login-popup .block-container,
#request-popup .block-container {
    width: 100%;
    display: inline-block;
}

#social-login-popup .social-login-title,
#request-popup .social-login-title {
    padding: 10px 10px;
    background-color: #3399cc;
}

#social-login-popup .block-container .block,
#request-popup .block-container .block {
    padding: 20px 25px;
    margin: 0;
}

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

#social-login-popup .block-container .block .block-title,
#request-popup .block-container .block .block-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#social-login-popup .fieldset,
#request-popup .fieldset {
    margin: 0px;
}

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

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

#social-login-popup .actions-toolbar > .secondary .action.back,
#request-popup .actions-toolbar > .secondary .action.back {
    display: block;
}

.social-login-title h2 {
    margin: 0;
    padding-left: 40px;
    background: no-repeat 12px center;
    color: #ffffff;
}

.social-login-title .login-title {
    background-image: url(../../frontend/Sm/market_2/en_US/Mageplaza_SocialLogin/css/images/login-title.png);
}

.social-login-title .create-account-title {
    background-image: url(../../frontend/Sm/market_2/en_US/Mageplaza_SocialLogin/css/images/create-account-title.png);
}

.social-login-title .forgot-pass-title {
    background-image: url(../../frontend/Sm/market_2/en_US/Mageplaza_SocialLogin/css/images/forgot-pass-title.png);
}

#social-login-popup .mfp-close {
    color: #ffffff;
}

#social-login-popup .message.error > *:first-child:before {
    top: 50%;
}

#social-login-popup .message.success > *:first-child:before {
    top: 50%;
}

/* Authentication Popup */
.social-login-authentication-popup {
    width: 100%;
}

.social-login-authentication-popup .block-content {
    display: block !important;
}

.social-login-authentication-popup .block-content .actions-toolbar {
    display: inline-block;
}

.social-login-authentication-popup .block-content .actions-toolbar .btn-social {
    /*height: 20px;*/
    padding-left: 19px;
}

/*Button Style*/
.actions-toolbar button {
    border-radius: 0;
}

.social-btn button {
    height: 33px;
    border: none;
}

.social-btn button span span {
    margin-left: 25px;
    color: #ffffff;
}

.block-authentication .actions-toolbar {
    margin-bottom: unset !important;
}

.btn-authentication-pop {
    width: 175px;
}


.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action {
    width: 100%;
    margin: 0;
    min-width: 170px;
    text-align: left;
    border-radius: 5px;
}

.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action:hover {
    opacity: 0.9;
}

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

.register-sociallogin {
    float: left;
}

#fb-customer, #gg-customer, #tw-customer, #li-customer, #ins-customer, #ya-customer, #git-customer, #vk-customer, #fo-customer, #live-customer, #am-customer {
    float: left;
}

#group-button {
    width: 48.8%; /*margin-left: 37px;*/ /*margin-top: 0px;*/
    float: right;
    clear: none;
}

#group-button .block.social-login-authentication-channel.col-mp.mp-5 {
    margin-bottom: 2px;
}

.mfp-zoom-in { /* start state */ /* animate in */ /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-newspaper { /* start state */ /* animate in */ /* animate out */
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
    margin-top: 50px;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold { /* start state */ /* animate in */ /* animate out */
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

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

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

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

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

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

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

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

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

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

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

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

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

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

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

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

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

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

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

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

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

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

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

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

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

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

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

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

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

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

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

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

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

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

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

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

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

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff
}

.btn-disqus {
    color: #fff;
    background-color: #2E9FFF;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus .fa-disqus {
    background: url("../../frontend/Sm/market_2/en_US/Mageplaza_SocialLogin/css/images/disqus-logo.png") no-repeat;
}

.btn-disqus .fa-disqus {
    content: ""
}

.btn-mailru {
    color: #fff;
    background-color: #005FF9;
    border-color: rgba(0, 0, 0, 0.2)
}

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

.btn-mailru:hover {
    color: #fff;
    background-color: #004ecc;
    border-color: rgba(0, 0, 0, 0.2)
}

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

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

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

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

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

.btn-mailru .fa-mailru {
    background: url("../../frontend/Sm/market_2/en_US/Mageplaza_SocialLogin/css/images/mailru-logo.png") no-repeat;
}

.btn-mailru .fa-mailru {
    content: ""
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-google .fa-google {
    background: url("../../frontend/Sm/market_2/en_US/Mageplaza_SocialLogin/css/images/g-logo.png") no-repeat;
}

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


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

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

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

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

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

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

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

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

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

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

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

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

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

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff
}

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

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

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

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

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

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

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

.btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff
}

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

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

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

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

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

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

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

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff
}

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

.btn-pinterest:focus, .btn-pinterest.focus {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

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

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

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

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

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff
}

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:focus, .btn-reddit.focus {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:hover {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
    color: #000;
    background-color: #98ccff;
    border-color: rgba(0, 0, 0, 0.2)
}

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

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

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000
}

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

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

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

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

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

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

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

.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:focus, .btn-tumblr.focus {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

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

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

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

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

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff
}

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

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

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

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

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

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

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

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

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:focus, .btn-vimeo.focus {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

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

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

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

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

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

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

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

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

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

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

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

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

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

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

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

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

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff
}

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

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

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

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

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

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

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

.btn-amazon .badge {
    color: #ff9900;
    background-color: #fff
}

.mfp-wrap {
    overflow: scroll;
}

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

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

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

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

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

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

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

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

.btn-live .fa-live {
    background: url("../../frontend/Sm/market_2/en_US/Mageplaza_SocialLogin/css/images/live-logo.png") no-repeat center;
}

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

#bnt-social-login-authentication {
    margin: 12px 0px;
}

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

.form-customer-login .g-recaptcha {
    margin: unset !important;
}

@media only screen and (min-width: 768px) {
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: unset !important;
    }
}

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

@media only screen and (max-width: 766px) {
    .secondary {
        width: 93%;
        padding-top: 0;
        margin-top: 0;
    }
    #bnt-social-login-authentication {
        margin-bottom: 0;
    }
    .forgot-pass-title {
        width: 80%;
        font-size: 1.45em;
    }
}

.customer-account-create .account-social-login, .customer-account-login .account-social-login {
    display: block !important
}

.btn-zalo .fa-zalo {
    background: url(../../frontend/Sm/market_2/en_US/Mageplaza_SocialLogin/css/images/zalo-logo.png) no-repeat center;
}

.btn-zalo {
    color: #fff;
    background-color: #1468ff;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-zalo:focus, .btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:hover {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

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

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

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

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

.btn-zalo .badge {
    color: #ff0084;
    background-color: #fff
}

.modal-popup.popup-authentication {
    z-index: 1000;
}

#social-login-popup .mfp-close {
    padding-top: 15px;
}

#mp-popup-social-content {
    padding-top: 75px;
}
#social-login-popup > div.mp-social-popup.col-mp.mp-7 div.social-login-title {
    width: 200%;
}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Sm/market_2/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/Sm/market_2/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/Sm/market_2/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/Sm/market_2/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/Sm/market_2/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/Sm/market_2/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.svg?v=4.6.3#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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-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:#fff}.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-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"}.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}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
/*
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    /*line-height: 1.15;*/
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    /*line-height: 1.5;*/
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    /*text-decoration: underline;*/
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

/*button {
    border-radius: 0;
}*/

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

.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 > .col,
.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,
.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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.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%;
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .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%;
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .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%;
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .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%;
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .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%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    /*border-radius: 0.3rem;*/
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

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

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

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

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}.navigation-mobile-container {
  display: none;
}
.nav-mobile-container {
  position: relative;
}
.btn-mobile {
  display: inline-block;
}
.btn-mobile .button-mobile {
  display: inline-block;
  overflow: hidden;
  font-size: 38px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.navigation-mobile {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.navigation-mobile > ul > li {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.navigation-mobile > ul > li:last-child {
  border-bottom: none;
}
.navigation-mobile > ul > li > a {
  display: block;
  text-transform: uppercase;
  padding: 10px 0;
}
.navigation-mobile > ul > li ul {
  display: none;
  padding-left: 10px;
}
.navigation-mobile > ul > li ul li {
  position: relative;
}
.navigation-mobile > ul > li ul li a {
  display: block;
  padding: 10px 0;
}
.navigation-mobile .touch-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #5c5c5c;
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 10025;
}
.navigation-mobile .touch-button:before {
  content: '\f067';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.navigation-mobile .touch-button.active:before {
  content: '\f068';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
}
.navigation-mobile .touch-button span {
  display: none;
}
.collapse-type .navigation-mobile {
  display: none;
  position: absolute;
  z-index: 10020;
  top: 100%;
  width: 100%;
}
.sidebar-type .navigation-mobile {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  z-index: 10020;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.navbar-active {
  overflow: hidden;
}
.navbar-active .btn-mobile .button-mobile.active:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10010;
}
.navbar-active .sidebar-type .navigation-mobile {
  left: 0;
}
.sidebar-image.static-image {
  display: table;
}
/* NAVIGATION MOBILE */
.cms-index-index .menu-ver-content {
  z-index: 6666 !important;
}
.cart-wrapper .mage-dropdown-dialog {
  position: absolute;
  right: 0;
  width: 320px;
}
.showcart .text {
  display: block;
  width: auto !important;
  height: auto !important;
  position: relative !important;
}
.minicart-content .minicart-wrapper .action.showcart .counter.qty {
  display: block;
  width: auto;
  height: auto;
  position: static;
  background: none !important;
  color: #666 !important;
  margin: 0;
}
.minicart-content .minicart-wrapper .action.showcart .counter.qty .counter-label {
  display: inline-block;
  width: auto;
  height: auto;
  position: static;
}
.minicart-wrapper .block-minicart {
  right: 0 !important;
}
.home-item-parent .mega-home-content ul li a {
  display: inline-block;
  padding: 5px 20px;
}
.home-item-parent .mega-home-content .feature-title {
  padding: 5px 20px;
  text-transform: uppercase;
  color: #333;
  font-size: 116.67%;
  font-weight: bold;
  margin-bottom: 5px;
}
.block-minicart .subtitle.empty {
  font-weight: normal;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.sm_megamenu_actived > a {
  color: #fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.sm_megamenu_actived.parent-item > a:before {
  border-color: #fff;
  color: #fff;
}
.navigation-wrapper {
  border: 1px solid #ddd;
  border-top: none;
}
.navigation-wrapper .more-w {
  margin: 0 -1px -1px;
  border-top: 1px solid #ddd;
}
.navigation > ul {
  position: relative;
  padding: 3px 0 8px;
}
.navigation > ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  height: 3px;
}
.navigation > ul > li {
  margin: 0 -1px;
}
.navigation ul li {
  position: relative;
}
.navigation ul li.parent > a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../frontend/Sm/market_2/en_US/images/icon-image.png) no-repeat -124px -59px;
  float: right;
  position: relative;
  top: 3px;
}
.navigation ul li:hover > a:before {
  background-position: -178px -59px;
}
.navigation ul > li > a {
  display: block;
  font-size: 108.33%;
  position: relative;
  padding: 10px 12px 10px 20px;
}
.navigation ul > li:hover > a {
  color: #fff;
}
.navigation ul > li ul {
  background-color: #fff;
  display: none;
  width: 220px;
  position: absolute;
  top: 0 !important;
  left: 100% !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 30;
}
.navigation ul > li ul li {
  border-bottom: 1px solid #ddd;
}
.navigation ul > li ul li:last-child {
  border: none;
}
@media (min-width: 1200px) {
  .fancybox-lock .menu-on-top {
    z-index: 9995;
  }
  .menu-on-top {
    width: 100%;
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 10006;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
.cms-index-index .header-style-2 .header-middle .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.home-item-parent > a {
  color: #fff;
}
.header-style-2 .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  padding-bottom: 9px;
}
.header-style-2 .header-top {
  background-color: #eeeeee;
  height: 34px;
}
.header-style-2 .header-top .customer-action-hd {
  margin-top: 7px;
}
.header-style-2 .header-top .customer-action-hd a {
  font-weight: 700;
  color: #00abf0;
}
.header-style-2 .header-top .customer-action-hd a:hover {
  text-decoration: underline;
}
.header-style-2 .header-top .header-top-links .language-wrapper,
.header-style-2 .header-top .header-top-links .currency-wrapper {
  float: right;
}
.header-style-2 .header-top .header-top-links .language-wrapper .dropdown .mage-dropdown-dialog,
.header-style-2 .header-top .header-top-links .currency-wrapper .dropdown .mage-dropdown-dialog {
  left: 0;
}
.header-style-2 .header-top .header-top-links .language-wrapper .switcher-label,
.header-style-2 .header-top .header-top-links .currency-wrapper .switcher-label {
  display: none;
}
.header-style-2 .header-top .header-top-links .language-wrapper .switcher-trigger,
.header-style-2 .header-top .header-top-links .currency-wrapper .switcher-trigger {
  padding: 0 11px;
  border: 1px solid #ddd;
  margin-top: 6px;
  cursor: pointer;
  position: relative;
}
.header-style-2 .header-top .header-top-links .language-wrapper .switcher-trigger.active,
.header-style-2 .header-top .header-top-links .currency-wrapper .switcher-trigger.active {
  background-color: #fff;
}
.header-style-2 .header-top .header-top-links .language-wrapper .switcher-trigger.active:before,
.header-style-2 .header-top .header-top-links .currency-wrapper .switcher-trigger.active:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -6px;
  z-index: 100000;
}
.header-style-2 .header-top .header-top-links .language-wrapper .switcher-trigger strong,
.header-style-2 .header-top .header-top-links .currency-wrapper .switcher-trigger strong {
  font-weight: normal;
  color: #444;
}
.header-style-2 .header-top .header-top-links .language-wrapper .switcher-trigger strong:after,
.header-style-2 .header-top .header-top-links .currency-wrapper .switcher-trigger strong:after {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  margin-left: 3px;
}
.header-style-2 .header-top .header-top-links .language-wrapper .mage-dropdown-dialog ul li a,
.header-style-2 .header-top .header-top-links .currency-wrapper .mage-dropdown-dialog ul li a {
  display: block;
  padding: 3px 0;
}
.header-style-2 .header-top .header-top-links .switcher-currency .dropdown .mage-dropdown-dialog {
  left: auto;
  right: 0;
}
.header-style-2 .header-top .header-top-links .language-wrapper {
  margin-right: 5px;
  margin-left: 10px;
}
.header-style-2 .header-top .header-top-links .language-wrapper .switcher-trigger strong {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.header-style-2 .header-top .header-top-links .language-wrapper .mage-dropdown-dialog ul li a {
  background-repeat: no-repeat;
  background-position: left center;
  white-space: nowrap;
  padding-left: 20px;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper {
  float: right;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li {
  float: left;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li.link.compare {
  display: none;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li a {
  position: relative;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li a:hover:before {
  color: #fff !important;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li.myaccount-link a:before {
  content: '\f007';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: -18px;
  top: 11px;
  color: #444;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li.link.wishlist a:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: -20px;
  top: 11px;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li.checkout-link a:before {
  content: '\f046';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: -20px;
  top: 11px;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li.authorization-link a {
  display: none;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li a {
  white-space: nowrap;
  display: block;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  text-indent: 30px;
  padding-right: 10px;
  transition: padding 0.4s ease 0s;
  -webkit-transition: padding 0.4s ease 0s;
}
.header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li a:hover {
  color: #fff;
}
.header-style-2 .header-middle {
  padding: 36px 0 29px;
}
.header-style-2 .header-middle .logo-header .logo-wrapper .logo-content {
  margin: 0;
}
.header-style-2 .header-middle .logo-header .logo-wrapper .logo-content strong a img {
  vertical-align: top;
}
.header-style-2 .header-middle .sm_megamenu_wrapper_horizontal_menu {
  display: table;
  width: auto;
  float: right;
  margin-top: 2px;
}
.header-style-2 .header-middle .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
  margin-right: 1px;
}
.header-style-2 .header-middle .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > .sm_megamenu_head {
  display: block;
  line-height: 32px;
  font-size: 116.67%;
  padding: 0 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
}
.header-style-2 .header-middle .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > .sm_megamenu_head .icon_items img {
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 10;
}
.header-style-2 .header-middle .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > .sm_megamenu_head,
.header-style-2 .header-middle .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > .sm_megamenu_head {
  color: #fff !important;
}
.header-style-2 .header-middle .middle-right-content {
  display: table;
  margin-top: 5px;
  width: 100%;
}
.header-style-2 .header-middle .middle-right-content .minicart-header {
  display: table-cell;
  vertical-align: top;
  position: relative;
  top: -3px;
  padding-left: 30px;
}
.header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper {
  margin: 0;
}
.header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart {
  cursor: pointer;
  position: relative;
  padding-left: 44px;
  display: inline-block;
  text-decoration: none;
}
.header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart:before {
  color: #fff;
  content: '\f291';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 36px;
  height: 34px;
}
.header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .text {
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  color: #444;
}
.header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter {
  padding: 0;
}
.header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter:before,
.header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter:after {
  display: none;
}
.header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter .counter-number {
  display: none;
}
.header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter .counter-label {
  display: table-cell;
  white-space: nowrap;
}
.header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter .price-minicart {
  display: table-cell;
}
.header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter .price-minicart:before {
  content: "-";
  padding: 0 5px;
  display: table-cell;
}
.header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter .price-minicart .subtotal {
  display: table-cell;
}
.header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter .price-minicart .label {
  display: none;
}
.header-style-2 .header-bottom {
  height: 50px;
  background-color: #666666;
}
.header-style-2 .header-bottom .navigation-wrapper .navigation > ul {
  padding: 3px 0 12px;
}
.header-style-2 .header-bottom .sidebar-megamenu .megamenu-content-sidebar {
  position: relative;
}
.header-style-2 .header-bottom .sidebar-megamenu .megamenu-content-sidebar .menu-ver-content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  position: absolute;
  left: 0;
  top: 130%;
  width: 100%;
  background-color: #fff;
  z-index: 666666;
}
.header-style-2 .header-bottom .sidebar-megamenu .megamenu-content-sidebar:hover .menu-ver-content {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-style-2 .header-bottom .sidebar-megamenu .megamenu-content-sidebar .btn-megamenu {
  background: #444444;
}
.header-style-2 .header-bottom .sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a {
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 12px 0 20px;
  font-size: 116.67%;
  color: #fff;
}
.header-style-2 .header-bottom .sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a:before,
.header-style-2 .header-bottom .sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a:after {
  content: "";
  background-image: url(../../frontend/Sm/market_2/en_US/images/icon-image.png);
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.header-style-2 .header-bottom .sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a:before {
  width: 14px;
  height: 11px;
  margin-right: 5px;
  background-position: -68px -103px;
}
.header-style-2 .header-bottom .sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a:after {
  width: 15px;
  height: 15px;
  background-position: -67px -59px;
  float: right;
  position: relative;
  top: 19px;
}
.header-style-2 .header-bottom .searchbox-header .search-wrapper {
  margin-top: 8px;
}
.header-style-2 .header-bottom .searchbox-header .search-wrapper .block-title {
  display: none;
}
.header-style-2 .header-bottom .searchbox-header .search-wrapper .block-content {
  position: relative;
}
.header-style-2 .header-bottom .searchbox-header .search-wrapper .block-content .nested {
  display: none;
}
.header-style-2 .header-bottom .searchbox-header .search-wrapper .block-content .input-text {
  height: 34px;
  border: 1px solid #dddddd;
  padding-right: 40px;
  color: #444;
  width: 100%;
}
.header-style-2 .header-bottom .searchbox-header .search-wrapper .block-content .action.search {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 34px;
  height: 34px;
  opacity: 1;
  padding: 0 !important;
  background: transparent;
  text-align: center;
}
.header-style-2 .header-bottom .searchbox-header .search-wrapper .block-content .action.search:hover {
  color: #444 !important;
}
.header-style-2 .header-bottom .searchbox-header .search-wrapper .block-content .action.search:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
}
.header-style-2 .header-bottom .searchbox-header .search-wrapper .block-content .action.search span {
  display: none;
}
.header-style-2 .header-bottom .sm-searchbox .sm-searchbox-content {
  position: relative;
}
.header-style-2 .header-bottom .sm-searchbox .sm-searchbox-content .control .searchbox-cat {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eee;
  height: 34px;
  width: 150px;
  border: 1px solid #ddd;
  color: #444;
}
.header-style-2 .header-bottom .sm-searchbox .sm-searchbox-content .control .searchbox-cat:hover {
  cursor: pointer;
}
.header-style-2 .header-bottom .sm-searchbox .sm-searchbox-content .control #searchbox {
  padding-left: 160px;
  height: 34px;
  border-color: #ddd;
  color: #444;
  padding-right: 40px;
}
.header-style-2 .header-bottom .sm-searchbox .sm-searchbox-content .actions .btn-searchbox {
  background: transparent !important;
  height: 34px;
  opacity: 1;
  padding: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 34px;
}
.header-style-2 .header-bottom .sm-searchbox .sm-searchbox-content .actions .btn-searchbox:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.header-style-2 .header-bottom .sm-searchbox .sm-searchbox-content .actions .btn-searchbox span {
  display: none;
}
.header-style-2 .header-bottom .sm-searchbox .sm-searchbox-content .actions .btn-searchbox:hover {
  color: #333 !important;
}
.sm_megamenu_wrapper_vertical_menu .icon_items img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cms-index-index .header-style-2 .header-bottom .sidebar-megamenu .megamenu-content-sidebar .menu-ver-content {
    display: block;
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .cms-index-index .header-style-2 .more-w .more-view {
    padding: 19px 20px;
  }
  .cms-index-index.body-on-top .header-style-2 .header-bottom .sidebar-megamenu .megamenu-content-sidebar .menu-ver-content {
    opacity: 0 !important;
    top: 130% !important;
    visibility: hidden !important;
  }
  .cms-index-index.body-on-top .header-style-2 .header-bottom .sidebar-megamenu .megamenu-content-sidebar:hover .menu-ver-content {
    opacity: 1 !important;
    top: 100% !important;
    visibility: visible !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style-2 .header-middle .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > .sm_megamenu_head {
    padding: 0 5px;
  }
  .header-style-2 .sidebar-megamenu {
    width: 30%;
  }
  .header-style-2 .searchbox-header {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-style-2 .welcome-text {
    display: none;
  }
  .header-style-2 .main-megamenu {
    display: none;
  }
  .header-style-2 .navigation-mobile-container {
    display: block;
    margin: 0 15px;
    height: 50px;
  }
  .header-style-2 .navigation-mobile-container .btn-mobile {
    height: 50px;
  }
  .header-style-2 .navigation-mobile-container .btn-mobile .button-mobile {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #ddd;
    font-size: 24px;
    margin-top: 8px;
  }
  .header-style-2 .navigation-mobile-container .btn-mobile .button-mobile i {
    display: inline-block !important;
    line-height: 32px;
    margin: 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  .header-style-2 .sidebar-megamenu {
    display: none;
  }
  .header-style-2 .searchbox-header {
    margin: -50px 46px 0;
  }
  .header-style-2 .header-middle {
    padding: 30px 0 20px;
  }
  .header-style-2 .header-middle .logo-content {
    text-align: center;
  }
  .header-style-2 .header-middle .middle-right-content {
    position: relative;
  }
  .header-style-2 .header-middle .middle-right-content .minicart-header {
    display: inline-block;
    padding: 0;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -66px;
    z-index: 10006;
  }
  .header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart {
    height: 34px;
    width: 34px;
    padding: 0;
  }
  .header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .text,
  .header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter.qty {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li.myaccount-link a:before {
    text-indent: 12px;
    left: 0;
  }
  .header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li.link.wishlist a:before {
    left: 0;
    text-indent: 10px;
  }
  .header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li.checkout-link a:before {
    left: 0;
    text-indent: 11px;
  }
  .header-style-2 .welcome-text {
    display: none;
  }
  .header-style-2 .main-megamenu {
    display: none;
  }
  .header-style-2 .header-top .customer-action-header {
    float: left;
  }
  .header-style-2 .header-top .header-top-links {
    float: right;
  }
  .header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li a {
    width: 34px;
    overflow: hidden;
    text-indent: 999px;
  }
  .header-style-2 .navigation-mobile-container {
    display: block;
    margin: 0 15px;
    height: 50px;
  }
  .header-style-2 .navigation-mobile-container .btn-mobile {
    height: 50px;
  }
  .header-style-2 .navigation-mobile-container .btn-mobile .button-mobile {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #ddd;
    font-size: 24px;
    margin-top: 8px;
  }
  .header-style-2 .navigation-mobile-container .btn-mobile .button-mobile i {
    display: inline-block !important;
    line-height: 32px;
    margin: 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  .header-style-2 .sidebar-megamenu {
    display: none;
  }
  .header-style-2 .searchbox-header {
    margin: -50px 46px 0 43px;
  }
  .header-style-2 .sm-searchbox .sm-searchbox-content .control .searchbox-cat {
    display: none;
  }
  .header-style-2 .sm-searchbox .sm-searchbox-content .control #searchbox {
    padding-left: 10px !important;
  }
  .header-style-2 .header-middle {
    padding: 30px 0 20px;
  }
  .header-style-2 .header-middle .logo-content {
    text-align: center;
  }
  .header-style-2 .header-middle .middle-right-content {
    position: relative;
  }
  .header-style-2 .header-middle .middle-right-content .minicart-header {
    display: inline-block;
    padding: 0;
    position: absolute;
    top: auto;
    right: 2px;
    /*bottom: -66px; --20240308--AS--removed the line for shopping cart*/
    fixz-index: 10006;
  }
  .header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart {
    height: 34px;
    width: 34px;
    padding: 0;
  }
  .header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .text,
  .header-style-2 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter.qty {
    display: none;
  }
}
@media (max-width: 480px) {
  .header-style-2 .header-top {
    height: auto;
  }
  .header-style-2 .header-top .header-top-links,
  .header-style-2 .header-top .customer-action-header {
    float: none;
  }
  .header-style-2 .header-top .customer-action-hd {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-bottom: 5px;
  }
  .header-style-2 .header-top .header-top-links {
    text-align: center;
  }
  .header-style-2 .header-top .header-top-links .switcher-currency .dropdown .mage-dropdown-dialog {
    left: 0;
    right: auto;
  }
  .header-style-2 .header-top .header-top-links .toplinks-wrapper .header.links li a {
    width: 34px;
    text-indent: 999px;
    overflow: hidden;
  }
  .header-style-2 .header-top .header-top-links .currency-wrapper,
  .header-style-2 .header-top .header-top-links .language-wrapper,
  .header-style-2 .header-top .header-top-links .toplinks-wrapper {
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: left;
  }
  .header-style-2 .cart-wrapper .mage-dropdown-dialog {
    width: 290px;
    right: -2px;
    left: auto;
  }
}
.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Home page
 */
.full-content {
  margin: 0 auto;
}
.sm-listing-tabs .owl-controls .owl-nav div:hover:before {
  color: #fff;
}
.full-categories {
  background-color: #f5f5f5;
}
.full-categories .hot-categories-home {
  padding-top: 30px;
}
.full-categories .hot-categories-home .sm-categories {
  margin: 0 -15px 0;
}
.top-search {
  display: table;
  margin: 15px 0;
}
.top-search ul li {
  float: left;
  font-size: 108.33%;
  margin-right: 3px;
}
.top-search ul li.search-label {
  color: #444;
}
.top-search ul li:last-child:after,
.top-search ul li:first-child:after {
  display: none;
}
.top-search ul li:after {
  content: ",";
}
.top-search ul li a {
  color: #666666;
}
.title-home-page {
  font-size: 133.33%;
  font-weight: 700;
  margin-bottom: 30px;
  color: #444;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  padding-bottom: 3px;
  position: relative;
}
.title-home-page:before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.list-product-home .title-home-page {
  margin-bottom: 20px;
}
.collections-wrap {
  display: table;
  width: 100%;
  margin-bottom: 35px;
}
.collections-wrap .title-home-page {
  margin-bottom: 24px;
}
.collections {
  margin-left: -5px;
  margin-right: -5px;
}
.collections .collect {
  float: left;
  width: 16.66%;
  padding: 5px;
}
.collections .collect a {
  background-color: #eeeeee;
  color: #999999;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #eee;
  height: 140px;
  font-weight: 700;
  font-size: 133.33%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 21px 20px 0;
}
.collections .collect a:hover {
  background-color: #fff;
}
.collections .collect.collect1 a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/collect1.png);
}
.collections .collect.collect2 a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/collect2.png);
}
.collections .collect.collect3 a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/collect3.png);
}
.collections .collect.collect4 a {
  text-align: left;
  background-image: url(../../frontend/Sm/market_2/en_US/images/collect4.png);
}
.collections .collect.collect5 a {
  text-align: left;
  background-image: url(../../frontend/Sm/market_2/en_US/images/collect5.png);
}
.collections .collect.collect5 a span {
  font-size: 12px;
  font-weight: normal;
}
.collections .collect.collect6 a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/collect6.png);
}
.static-image a {
  display: block;
  position: relative;
}
.static-image a:before,
.static-image a:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 0;
  height: 0;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
.static-image a:before {
  top: 0;
  left: 0;
}
.static-image a:after {
  right: 0;
  bottom: 0;
}
.static-image a:hover:before,
.static-image a:hover:after {
  width: 100%;
  height: 100%;
}
.static-image a.image-top {
  margin-bottom: 30px;
}
.clients-say .block-content-clients-say {
  padding: 20px;
  border: 1px solid #ddd;
}
.clients-say .block-content-clients-say .item .client-description {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.clients-say .block-content-clients-say .item .client-info img {
  float: left;
  width: 46px;
}
.clients-say .block-content-clients-say .item .client-info .info-detail {
  margin-left: 55px;
}
.clients-say .block-content-clients-say .item .client-info .info-detail h3 {
  font-size: 116.67%;
  font-weight: 700;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 6px;
}
.clients-say .block-content-clients-say .owl-controls .owl-nav {
  position: absolute;
  top: -74px;
  right: -20px;
}
.clients-say .block-content-clients-say .owl-controls .owl-nav div {
  width: 20px;
  height: 27px;
  border: 1px solid #ddd;
  background: none !important;
  color: #666;
}
.clients-say .block-content-clients-say .owl-controls .owl-nav div:before {
  line-height: 25px;
}
.services-v7 {
  margin-bottom: 50px;
}
.services-v7 .item-sv a {
  border: 3px solid #e8e8e8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
}
.services-v7 .item-sv a:hover {
  border-color: #f7f7f7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.block-subscribe-home {
  padding: 27px 20px;
  margin-bottom: 25px;
  background: url(../../frontend/Sm/market_2/en_US/images/newsletter-bg.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  color: #fff;
}
.block-subscribe-home .newsletter-title {
  font-size: 216.6%;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.block-subscribe-home .description-newsletter {
  margin-bottom: 25px;
}
.block-subscribe-home .form.subscribe {
  position: relative;
}
.block-subscribe-home .form.subscribe .input-box #newsletter {
  height: 40px;
  border: none;
  padding-right: 50px;
  color: #999;
}
.block-subscribe-home .form.subscribe button.subscribe {
  width: 47px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../../frontend/Sm/market_2/en_US/images/icon-image.png);
  background-repeat: no-repeat;
  background-position: -110px -6px;
}
.block-subscribe-home .form.subscribe button.subscribe:hover {
  background-color: #444 !important;
}
.block-subscribe-home .form.subscribe button.subscribe span {
  display: none;
}
.slider-deal-type2 {
  border: 1px solid #ddd;
  padding: 20px 70px;
  position: relative;
  background-color: #fff;
}
.slider-deal-type2:before {
  content: "";
  width: 111px;
  height: 111px;
  background: url(../../frontend/Sm/market_2/en_US/images/deal-label.png) no-repeat top left;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 3;
}
.slider-deal-type2 .products-grid .item .item-inner {
  border: none;
  margin: 0;
}
.slider-deal-type2 .products-grid .item .item-inner:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.slider-deal-type2 .products-grid .item .item-inner .box-info {
  float: left;
  width: 50%;
  padding: 20px 15px 0 0!important;
}
.slider-deal-type2 .products-grid .item .item-inner .box-info .deals-countdown {
  display: table;
  padding: 10px 0 10px 60px;
  color: #fff;
  background-image: url(../../frontend/Sm/market_2/en_US/images/clock-deal.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.slider-deal-type2 .products-grid .item .item-inner .box-info .deals-countdown .deals-time {
  line-height: 1;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 0 8px;
  border-left: 1px solid #fff;
}
.slider-deal-type2 .products-grid .item .item-inner .box-info .deals-countdown .deals-time .num-time {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 116.67%;
}
.slider-deal-type2 .products-grid .item .item-inner .box-info .product-name {
  font-size: 150%;
}
.slider-deal-type2 .products-grid .item .item-inner .box-info .deals-description {
  margin-bottom: 25px;
}
.slider-deal-type2 .products-grid .item .item-inner .box-info .bottom-action {
  margin-bottom: 30px;
}
.slider-deal-type2 .products-grid .item .item-inner .box-info .price-box {
  height: auto;
  margin-bottom: 10px;
}
.slider-deal-type2 .products-grid .item .item-inner .box-info .price-box .special-price .price {
  font-size: 216.67%;
  font-weight: bold;
}
.slider-deal-type2 .products-grid .item .item-inner .box-image {
  margin: 0 !important;
  float: right;
  width: 50%;
  padding-left: 15px;
}
.slider-deal-type2 .products-grid .item .item-inner .box-image .sm_quickview_handler {
  display: none !important;
}
.slider-deal-type2 .owl-controls .owl-nav {
  display: none;
}
.slider-deal-type2 .owl-controls .owl-nav div {
  background: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  position: absolute;
  top: 50%;
  color: #444;
  margin-top: -20px;
  margin-left: 0;
  margin-right: 0;
}
.slider-deal-type2 .owl-controls .owl-nav div:before {
  line-height: 38px;
}
.slider-deal-type2 .owl-controls .owl-nav div:hover:before {
  color: #fff;
}
.slider-deal-type2 .owl-controls .owl-nav .owl-next {
  right: -71px;
  left: auto;
}
.slider-deal-type2 .owl-controls .owl-nav .owl-prev {
  left: -71px;
  right: auto;
}
.slider-deal-type2:hover .owl-controls .owl-nav {
  display: block;
}
.latest-post-type2 .item-post .post-content {
  border: 1px solid #ddd;
  padding: 18px;
  margin-bottom: 1px;
  background-color: #fff;
}
.latest-post-type2 .item-post .post-content .info-blog .postTitle {
  font-size: 116.67%;
  font-weight: bold;
  padding-top: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.latest-post-type2 .item-post .post-content .info-blog .postTitle a {
  color: #333;
}
.latest-post-type2 .item-post .post-content .info-blog .date-comment {
  font-size: 108.33%;
}
.latest-post-type2 .item-post .post-content .info-blog .date-comment .date:after {
  content: "/";
  margin: 0 15px;
}
.latest-post-type2 .item-post .post-content .info-blog .date-comment .comment:before {
  content: '\f0e6';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
}
.latest-post-type2 .item-post .post-content .info-blog .postContent {
  border-top: 1px solid #ddd;
  clear: both;
  font-size: 108.33%;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-top: 10px;
}
.latest-post-type2 .item-post .post-content .info-blog .readmore {
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #222;
  display: inline-table;
  font-weight: bold;
  padding: 5px 15px;
  text-transform: uppercase;
}
.latest-post-type2 .item-post .post-content .info-blog .readmore:hover {
  color: #fff;
}
.latest-post-type2 .owl-controls .owl-nav {
  position: absolute;
  top: -63px;
  right: 0;
}
.latest-post-type2 .owl-controls .owl-nav div {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #666;
  height: 27px;
  width: 20px;
}
.latest-post-type2 .owl-controls .owl-nav div:before {
  line-height: 26px;
}
.latest-post-type2 .owl-controls .owl-nav div:hover:before {
  color: #fff;
}
.slider-brands .item a {
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}
.slider-brands .owl-controls .owl-nav div {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #666;
  height: 27px;
  width: 20px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: 0;
}
.slider-brands .owl-controls .owl-nav div:before {
  line-height: 26px;
}
.slider-brands .owl-controls .owl-nav div:hover:before {
  color: #fff;
}
.slider-brands .owl-controls .owl-nav div.owl-next {
  right: 0;
}
.slider-brands .owl-controls .owl-nav div.owl-prev {
  left: 0;
}
.clientsay-group {
  text-align: center;
  padding: 100px 0 90px;
}
.clientsay-group .client-group {
  margin-bottom: 20px;
}
.clientsay-group .client-group li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.clientsay-group .client-group li a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.65;
}
.clientsay-group .client-group li.active a:before {
  opacity: 0;
}
.clientsay-group .client-group li img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.clientsay-group .tab-content .des-clientsay {
  max-width: 585px;
  margin: 0 auto;
}
.clientsay-group .tab-content .des-clientsay .qte-clients {
  font-size: 133.33%;
  position: relative;
  margin-bottom: 40px;
}
.clientsay-group .tab-content .des-clientsay .qte-clients:before,
.clientsay-group .tab-content .des-clientsay .qte-clients:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 26px;
  height: 15px;
  background: url(../../frontend/Sm/market_2/en_US/images/icon-image.png) no-repeat -22px -329px;
}
.clientsay-group .tab-content .des-clientsay .qte-clients:before {
  top: -5px;
  left: -22px;
}
.clientsay-group .tab-content .des-clientsay .qte-clients:after {
  bottom: -5px;
  right: -22px;
}
.clientsay-group .tab-content .des-clientsay .client-info h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 150%;
  margin-bottom: 10px;
}
.clientsay-group .tab-content .des-clientsay .client-info p {
  font-size: 116.67%;
  text-transform: uppercase;
  color: #8c8c8c;
}
.thumbs-product {
  display: table;
  padding: 16px 20px 20px;
}
.thumbs-product .item-img {
  float: left;
  border: 1px solid #ddd;
  width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.static-image-131 {
  margin-bottom: 30px;
}
.static-image-131 .static-image a.image-top {
  margin-bottom: 10px;
}
.static-image-131 .static-image:first-child a {
  margin-right: -20px;
}
.static-image-131 .static-image:last-child a {
  margin-left: -20px;
}
.collections-id13 {
  border: 1px solid #dcdde1;
  display: inline-block;
  width: 100%;
  background-color: #fff;
}
.collections-id13 .collect {
  float: left;
  width: 16.666667%;
  border-right: 1px solid #dcdde1;
}
.collections-id13 .collect:last-child {
  border: none;
}
.collections-id13 .collect a {
  color: #444;
  background-repeat: no-repeat;
  background-position: center center;
  height: 140px;
  font-weight: 700;
  font-size: 133.33%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 21px 20px 0;
  opacity: 0.5;
  position: relative;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.collections-id13 .collect a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: 3px;
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.collections-id13 .collect a:hover {
  background-color: #fff;
  opacity: 1;
}
.collections-id13 .collect a:hover:before {
  opacity: 1;
}
.collections-id13 .collect.collect1 a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/collect1-black.png);
}
.collections-id13 .collect.collect2 a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/collect2-black.png);
}
.collections-id13 .collect.collect3 a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/collect3-black.png);
}
.collections-id13 .collect.collect4 a {
  text-align: left;
  background-image: url(../../frontend/Sm/market_2/en_US/images/collect4-black.png);
}
.collections-id13 .collect.collect5 a {
  text-align: left;
  background-image: url(../../frontend/Sm/market_2/en_US/images/collect5-black.png);
}
.collections-id13 .collect.collect5 a span {
  font-size: 12px;
  font-weight: normal;
}
.collections-id13 .collect.collect6 a {
  background-image: url(../../frontend/Sm/market_2/en_US/images/collect6-black.png);
}
.list-brands {
  border: 1px solid #dcdde1;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
.newsletter-container {
  max-width: 810px;
  margin: 0 auto;
  padding: 0 110px;
  background: url(../../frontend/Sm/market_2/en_US/images/icon-newsletter.png) no-repeat left center;
}
.newsletter-container .newsletter-content {
  text-align: center;
}
.newsletter-container .newsletter-content p {
  font-size: 116.67%;
  color: #444;
}
.newsletter-container .newsletter-content .subscribe-home {
  padding: 0 10px;
}
.newsletter-container .newsletter-content .subscribe-home .input-box,
.newsletter-container .newsletter-content .subscribe-home .action-button {
  display: table-cell;
  vertical-align: top;
}
.newsletter-container .newsletter-content .subscribe-home .input-box {
  width: 100%;
  padding: 0 5px 0 0;
}
.newsletter-container .newsletter-content .subscribe-home .input-box #newsletter {
  height: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.newsletter-container .newsletter-content .subscribe-home .action-button button {
  height: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.quick-links {
  text-align: center;
  padding: 10px 0;
}
.quick-links ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 108.33%;
}
.quick-links ul li:after {
  content: ",";
  margin-right: 5px;
}
.quick-links ul li:last-child:after {
  display: none;
}
.quick-links ul li.title-ql {
  font-weight: 600;
  color: #222;
  margin-right: 5px;
}
.quick-links ul li.title-ql:after {
  display: none;
}
.services-top ul {
  display: table;
  width: 100%;
}
.services-top ul li {
  float: left;
  width: 33.33%;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.services-top ul li:before {
  background-color: #ccc;
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.services-top ul li:last-child:before {
  display: none;
}
.services-top ul li a {
  display: inline-block;
  padding: 20px 0;
}
.static-banner-id15 .static-content-left {
  margin-right: -10px;
}
.static-banner-id15 .static-content-left .static-banner:first-child {
  margin-bottom: 10px;
}
.static-banner-id15 .static-content-center {
  margin-left: -10px;
  margin-right: -5px;
}
.static-banner-id15 .static-content-right {
  margin-left: -15px;
}
.static-banner-id15 a:hover img {
  opacity: 0.9;
}
.top-categories-index .title-categories {
  background-color: #000;
  padding: 80px 0 190px;
}
.top-categories-index .title-categories .title-home h2 {
  color: #fff;
}
.top-categories-index .title-categories .short-des {
  color: #999;
}
.top-categories-index .image-cate {
  overflow: hidden;
}
.top-categories-index .image-cate img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.top-categories-index .image-cate a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.top-categories-index .categories-content {
  margin-top: -185px;
  text-align: center;
  padding-bottom: 90px;
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 90px;
}
.top-categories-index .categories-content .info-cat h3 {
  font-size: 150%;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}
.top-categories-index .categories-content .info-cat h3 a {
  color: #111;
}
.list-brand-home ul li {
  float: left;
  width: 20%;
  text-align: center;
}
.list-brand-home ul li a img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  opacity: 0.3;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.list-brand-home ul li a:hover img {
  opacity: 1;
}
@media (min-width: 1200px) {
  .slider-brands .owl-controls .owl-nav div.owl-prev {
    left: -30px;
  }
  .slider-brands .owl-controls .owl-nav div.owl-next {
    right: -30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-listing-tabs .ltabs-tabs-container {
    right: 52px !important;
  }
}
@media (max-width: 767px) {
  .sm-listing-tabs .ltabs-tabs-container {
    right: 53px !important;
    top: -53px !important;
  }
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
    border: none;
  }
  .sm-listing-tabs .ltabs-tabs-container:before {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
    display: none !important;
  }
  .slider-deal-type2 {
    padding: 20px 15px 30px!important;
  }
  .slider-deal-type2 .owl-controls .owl-nav .owl-next {
    right: -16px !important;
  }
  .slider-deal-type2 .owl-controls .owl-nav .owl-prev {
    left: -16px !important;
  }
}
.home-page-2 .image-slider-home {
  margin: 30px 0;
}
.home-page-2 .static-image-block-1 {
  margin-bottom: 25px;
}
.home-page-2 .static-image-block-1 .static-image .col-1-image {
  float: left;
}
.home-page-2 .static-image-block-1 .static-image .col-1-image .image-1 {
  margin-bottom: 10px;
}
.home-page-2 .static-image-block-1 .static-image .col-1-image .image-2 {
  float: left;
}
.home-page-2 .static-image-block-1 .static-image .col-1-image .image-3 {
  float: right;
}
.home-page-2 .static-image-block-1 .static-image .col-2-image {
  float: right;
}
.home-page-2 .static-image-block-2 {
  margin: 30px 0 25px;
}
.home-page-2 .list-product-home-custom {
  margin-bottom: 25px;
}
.home-page-2 .collections .collect {
  width: 20%;
}
.home-page-2 .collections .collect.collect6 {
  display: none;
}
.home-page-2 .collections .collect a {
  font-size: 112%;
}
.home-page-2 .products-sidebar {
  padding-top: 8px;
}
.home-page-2 .products-sidebar .item {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .cms-home-demo-02 .page.messages .messages .message {
    margin-left: 25.6%;
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-2 .static-image-block-1 .static-image .col-1-image {
    width: 67%;
  }
  .home-page-2 .static-image-block-1 .static-image .col-1-image .image-2 {
    width: 46%;
  }
  .home-page-2 .static-image-block-1 .static-image .col-1-image .image-3 {
    width: 53%;
  }
  .home-page-2 .static-image-block-1 .static-image .col-2-image {
    width: 31.3%;
  }
  .home-page-2 .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    padding: 0 10px;
  }
  .home-page-2 .collections .collect {
    width: 25%;
  }
  .home-page-2 .collections .collect.collect5 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page-2 .block-subscribe-home {
    background-size: 100%;
  }
  .home-page-2 .static-image-block-1 .static-image {
    display: table;
    width: 100%;
  }
  .home-page-2 .static-image-block-1 .static-image .col-1-image {
    width: 67.5%;
  }
  .home-page-2 .static-image-block-1 .static-image .col-1-image .image-2 {
    width: 46%;
  }
  .home-page-2 .static-image-block-1 .static-image .col-1-image .image-3 {
    width: 53%;
  }
  .home-page-2 .static-image-block-1 .static-image .col-2-image {
    width: 31.3%;
  }
  .home-page-2 .collections .collect {
    width: 25%;
  }
  .home-page-2 .collections .collect.collect5 {
    display: none;
  }
  .home-page-2 .right-main {
    clear: both;
  }
  .home-page-2 .right-main .static-image-sidebar.static-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-page-2 .block-subscribe-home {
    background-size: 100%;
  }
  .home-page-2 .static-image-block-1 .static-image {
    display: table;
    width: 100%;
  }
  .home-page-2 .static-image-block-1 .static-image .col-1-image {
    float: none;
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .home-page-2 .static-image-block-1 .static-image .col-2-image {
    width: 100%;
  }
  .home-page-2 .static-image-block-1 .static-image .image-2 {
    width: 46%;
  }
  .home-page-2 .static-image-block-1 .static-image .image-3 {
    width: 52.5%;
  }
  .home-page-2 .static-image-block-1 .static-image img {
    width: 100%;
  }
  .home-page-2 .right-main {
    clear: both;
  }
  .home-page-2 .collections .collect {
    display: inline-block !important;
    width: 50%;
  }
  .home-page-2 .right-main {
    clear: both;
  }
  .home-page-2 .right-main .static-image-sidebar.static-image {
    display: none;
  }
}
@media (max-width: 480px) {
  .home-page-2 .right-main {
    clear: both;
  }
  .home-page-2 .right-main .static-image-sidebar.static-image {
    display: block;
    margin-bottom: 40px;
  }
  .home-page-2 .right-main .static-image-sidebar.static-image img {
    width: 100%;
  }
}
/**
 * Listing page
 */
.category-view .category-image {
  display: none;
}
.filter-content .filter-current .block-subtitle {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.filter-content .filter-current .item .filter-label {
  font-weight: bold;
  display: inline;
}
.filter-content .filter-current .item .filter-label:after {
  content: ":";
}
.filter-content .filter-current .item .remove:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.filter-content .filter-current .item .remove span {
  display: none;
}
.filter-content .filter-actions {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.filter-content .filter-actions .filter-clear {
  display: inline-block;
  float: right;
  padding: 5px 10px;
  text-transform: uppercase;
  background-color: #333;
  margin-top: 15px;
  color: #fff;
}
.filter-content .filter-actions .filter-clear:hover {
  background-color: #000;
}
.label-product {
  position: absolute;
  top: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  z-index: 20;
  padding: 3px 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.label-product.label-sale {
  left: 14px;
  background-color: #e74c3c;
}
.label-product.label-sale:before {
  position: absolute;
  bottom: -4px;
  right: 10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid #e74c3c;
  border-left: 6px solid transparent;
}
.label-product.label-new {
  right: 14px;
  background-color: #00abf0;
}
.label-product.label-new:before {
  position: absolute;
  bottom: -4px;
  left: 10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid #00abf0;
  border-right: 6px solid transparent;
}
.block .block-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.block .block-title:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.block .block-title strong {
  font-size: 133.33% !important;
  text-transform: uppercase;
  color: #444;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 5px;
}
.block .block-content.filter-content {
  border: 1px solid #ddd;
  padding: 20px;
}
.block .block-content.filter-content .filter-options-title {
  font-weight: normal;
  text-transform: uppercase;
}
.block .block-content.filter-content .filter-options-content {
  padding-left: 8px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
}
.block .block-content.filter-content .filter-options-content:last-child {
  padding-bottom: 0;
  border: none;
}
.block .block-content.filter-content .filter-options-content .items li {
  margin-bottom: 10px;
}
.block .block-content.filter-content .filter-options-content .items li:last-child {
  margin-bottom: 0;
}
.block .block-content.filter-content .filter-options-content .items li a {
  display: block;
  position: relative;
  padding-left: 23px;
}
.block .block-content.filter-content .filter-options-content .items li a:hover:after {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../frontend/Sm/market_2/en_US/images/icon-image.png) no-repeat -18px -136px;
  z-index: 10;
}
.block .block-content.filter-content .filter-options-content .items li a .count {
  float: right;
  margin-left: 5px;
}
.block .block-content.filter-content .filter-options-content .items li a:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #e3e1e1;
  background-color: #f7f7f7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  z-index: 5;
}
.block.block-compare .block-title .no-display {
  display: none;
}
.block.block-compare .empty {
  border: 1px solid #ddd;
  padding: 20px;
}
.block.block-compare .product-items {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.block.block-compare .product-items .product-item {
  margin-bottom: 10px;
}
.block.block-compare .product-items .delete {
  float: right;
}
.block.block-compare .product-items .delete:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.block.block-compare .product-items .delete span {
  display: none;
}
.products-grid {
  position: relative;
  margin: 0;
}
.products-grid div[class^="swatch-opt-"] {
  margin-bottom: 10px;
}
.products-grid .product-item-photo {
  display: block;
  line-height: 0;
}
.products-grid .product-item-photo .product-image-container {
  width: 100% !important;
}
.products-grid .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: auto !important;
}
.products-grid .product-item-photo .product-image-container .product-image-wrapper img {
  width: 100%;
}
.products-grid .product-item-photo .product-image-container .product-image-wrapper img.product-image-photo {
  position: relative;
  float: none;
}
.products-grid .item .item-inner {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.products-grid .item .item-inner:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.products-grid .item .item-inner .box-image {
  position: relative;
}
.products-grid .item .item-inner .box-image a img {
  width: 100%;
}
.products-grid .item .item-inner .box-image:hover .sm_quickview_handler {
  display: inline-block;
}
.products-grid .item .item-inner .box-info {
  padding: 10px 20px 15px;
}
.products-grid .item .item-inner .box-info .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0px;
  font-size: 116.67%;
  font-weight: 700;
  text-transform: capitalize;
}
.products-grid .item .item-inner .box-info .product-name a {
  white-space: nowrap;
}
.products-grid .item .item-inner .box-info .product-reviews-summary {
  margin-bottom: 5px;
}
.products-grid .item .item-inner .box-info .price-box {
  height: 20px;
  margin: 0 0 15px;
}
.products-grid .item .item-inner .box-info .product-reviews-summary .reviews-actions .action.view {
  display: none;
}
.products-grid .item .item-inner .box-info .product-reviews-summary.empty {
  padding-top: 0;
  height: 21px;
}
.products-grid .item .item-inner .box-info .product-reviews-summary.empty .reviews-actions {
  display: block;
  width: 74px;
  margin-top: 3px;
  height: 12px;
  background: url(../../frontend/Sm/market_2/en_US/images/rating_icon.png) repeat-x left bottom;
}
.products-grid .item .item-inner .box-info .product-reviews-summary.empty .reviews-actions a {
  display: none;
}
.products-grid .item .item-inner .box-info .bottom-action {
  display: table;
}
.products-grid .item .item-inner .box-info .bottom-action .actions-primary {
  padding-bottom: 5px;
}
.products-grid .item .item-inner .box-info .bottom-action .actions-primary,
.products-grid .item .item-inner .box-info .bottom-action .actions-secondary {
  float: left;
}
.products-grid .item .item-inner .box-info .bottom-action form {
  float: left;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url(../../frontend/Sm/market_2/en_US/images/icon-image.png) no-repeat -20px -272px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart span {
  color: #666;
  font-weight: 700;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart:hover span {
  color: #fff;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart:hover:before {
  background-position: -67px -272px;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action {
  background: none;
  float: left;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #ddd!important;
  height: 30px;
  line-height: 28px;
  text-align: center;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-wishlist,
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-compare {
  width: 30px;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-wishlist:before,
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-compare:before {
  color: #999;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-wishlist span,
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-compare span {
  display: none;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-wishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid .item .item-inner .box-info .bottom-action .btn-action.link-compare:before {
  content: '\f080';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-list {
  margin: 0;
}
.products-list .item .item-inner {
  margin-bottom: 30px;
  position: relative;
  display: table;
  width: 100%;
}
.products-list .item .item-inner .box-image-list {
  width: 220px;
  border: 1px solid #ddd;
  float: left;
  position: relative;
}
.products-list .item .item-inner .box-image-list .label-product {
  top: 10px;
}
.products-list .item .item-inner .box-image-list .label-product.label-sale {
  left: 10px;
}
.products-list .item .item-inner .box-image-list .label-product.label-new {
  right: 10px;
}
.products-list .item .item-inner .box-image-list .product-image-container {
  width: 100% !important;
  max-width: inherit;
}
.products-list .item .item-inner .box-image-list .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: auto !important;
  overflow: visible;
}
.products-list .item .item-inner .box-image-list .product-image-container .product-image-wrapper .product-image-photo {
  width: 100% !important;
  position: relative;
}
.products-list .item .item-inner .box-image-list .product-item-photo {
  display: block;
  line-height: 0;
}
.products-list .item .item-inner .box-image-list:hover .sm_quickview_handler {
  display: inline-block;
}
.products-list .item .item-inner .box-info-list {
  margin-left: 250px;
}
.products-list .item .item-inner .box-info-list .product-name {
  font-weight: 700;
  font-size: 133.33%;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.products-list .item .item-inner .box-info-list .price-box {
  margin-top: 0px;
  margin-bottom: 10px;
}
.products-list .item .item-inner .box-info-list .product-reviews-summary {
  margin: 0 0 5px;
}
.products-list .item .item-inner .box-info-list .bottom-action {
  display: table;
}
.products-list .item .item-inner .box-info-list .bottom-action form {
  float: left;
}
.products-list .item .item-inner .box-info-list .bottom-action form .btn-action {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.products-list .item .item-inner .box-info-list .bottom-action form .btn-action:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url(../../frontend/Sm/market_2/en_US/images/icon-image.png) no-repeat -20px -272px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.products-list .item .item-inner .box-info-list .bottom-action form .btn-action span {
  color: #666;
  font-weight: 700;
}
.products-list .item .item-inner .box-info-list .bottom-action form .btn-action:hover span {
  color: #fff;
}
.products-list .item .item-inner .box-info-list .bottom-action form .btn-action:hover:before {
  background-position: -67px -272px;
}
.products-list .item .item-inner .box-info-list .bottom-action .add-to-links {
  float: left;
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action {
  background: none;
  float: left;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #ddd!important;
  height: 30px;
  line-height: 28px;
  text-align: center;
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-wishlist,
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-compare {
  width: 30px;
  color: #999;
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-wishlist:before,
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-compare:before {
  display: none;
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-wishlist span,
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-compare span {
  display: none;
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-wishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-compare:before {
  content: '\f080';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-list .item .item-inner .box-info-list .ratings {
  display: inline-block;
  width: 100%;
  height: 20px;
  margin: 15px 0 0;
}
.products-list .item .item-inner .box-info-list .no-rating {
  height: 20px;
  line-height: 20px;
  margin: 10px 0 5px;
}
.products-list .item .item-inner .box-info-list .product-item-inner {
  margin-bottom: 25px;
}
.products-list .item .item-inner .box-info-list .product-item-inner .more {
  display: none;
}
.toolbar {
  padding: 10px 0;
  margin-bottom: 30px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.toolbar select {
  height: 30px;
}
.toolbar .modes {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  height: 30px;
}
.toolbar .modes .modes-label {
  display: none;
}
.toolbar .modes .modes-mode {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #e9e9e9;
}
.toolbar .modes .modes-mode span {
  display: none;
}
.toolbar .modes .modes-mode.mode-grid {
  margin-right: 5px;
  background-image: url(../../frontend/Sm/market_2/en_US/images/icon-image.png);
  background-repeat: no-repeat;
  background-position: -12px -171px;
}
.toolbar .modes .modes-mode.mode-grid:hover,
.toolbar .modes .modes-mode.mode-grid.active {
  background-position: -61px -171px;
}
.toolbar .modes .modes-mode.mode-list {
  margin-right: 5px;
  background-image: url(../../frontend/Sm/market_2/en_US/images/icon-image.png);
  background-repeat: no-repeat;
  background-position: -14px -212px;
}
.toolbar .modes .modes-mode.mode-list:hover,
.toolbar .modes .modes-mode.mode-list.active {
  background-position: -62px -211px;
}
.toolbar .toolbar-amount {
  margin: 0;
}
.toolbar .toolbar-sorter {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.toolbar .toolbar-sorter .sorter-label,
.toolbar .toolbar-sorter .sorter-options,
.toolbar .toolbar-sorter .sorter-action {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.toolbar .toolbar-sorter .sorter-label {
  line-height: 32px;
  margin: 0;
}
.toolbar .toolbar-sorter .sorter-action {
  display: inline-block;
  padding: 0 5px;
}
.toolbar .toolbar-sorter .sorter-action span {
  display: none;
}
.toolbar .toolbar-sorter .sorter-action.sort-asc:before {
  content: '\f176';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
}
.toolbar .toolbar-sorter .sorter-action.sort-desc:before {
  content: '\f175';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
}
.toolbar .limiter {
  display: inline-block;
  vertical-align: top;
}
.toolbar .limiter .label,
.toolbar .limiter .control,
.toolbar .limiter .limiter-text {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.toolbar .limiter .label {
  line-height: 32px;
  margin: 0;
}
.toolbar .pages {
  display: inline-block;
  vertical-align: top;
  float: right;
}
.toolbar .pages .pages-label {
  display: none;
}
.toolbar .pages .pages-items .item {
  display: inline-block;
  vertical-align: top;
  min-width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  line-height: 28px;
  text-align: center;
}
.toolbar .pages .pages-items .item:hover a {
  color: #fff;
}
.toolbar .pages .pages-items .item a {
  display: block;
}
.toolbar .pages .pages-items .item a .label {
  display: none;
}
.toolbar .pages .pages-items .item.current {
  color: #fff;
}
.toolbar .pages .pages-items .item.current .label {
  display: none;
}
.toolbar .pages .pages-items .item.pages-item-next a span {
  display: none;
}
.toolbar .pages .pages-items .item.pages-item-next a:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.toolbar .pages .pages-items .item.pages-item-previous a span {
  display: none;
}
.toolbar .pages .pages-items .item.pages-item-previous a:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.toolbar.toolbar-products .toolbar-amount {
  display: none;
}
.products-sidebar .item {
  margin-bottom: 30px;
}
.products-sidebar .item:last-child {
  margin-bottom: 0;
}
.products-sidebar .item .item-inner .box-image {
  float: left;
  width: 85px;
  border: 1px solid #ddd;
}
.products-sidebar .item .item-inner .box-info {
  margin-left: 100px;
}
.products-sidebar .item .item-inner .box-info .product-name {
  font-size: 100%;
  font-weight: 700;
  margin-bottom: 5px;
}
.products-sidebar .item .item-inner .box-info .product-reviews-summary {
  margin-bottom: 7px;
}
.products-sidebar .item .item-inner .box-info .product-reviews-summary .reviews-actions .action.view {
  display: none;
}
.products-sidebar .item .item-inner .box-info .product-reviews-summary.empty {
  padding-top: 0;
  height: 21px;
}
.products-sidebar .item .item-inner .box-info .product-reviews-summary.empty .reviews-actions {
  display: block;
  width: 74px;
  margin-top: 7px;
  height: 12px;
  background: url(../../frontend/Sm/market_2/en_US/images/rating_icon.png) repeat-x left bottom;
}
.products-sidebar .item .item-inner .box-info .product-reviews-summary.empty .reviews-actions a {
  display: none;
}
.products-sidebar .item .item-inner .box-info .product-item-actions .actions-primary {
  padding: 10px 0;
}
.products-sidebar .item .item-inner .box-info .product-item-actions .actions-secondary a {
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-grid .item .item-inner .box-info {
    padding: 10px 10px 20px;
  }
  .products-grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart:before {
    display: none;
  }
  .sm_quickview_handler {
    display: none !important;
  }
  #layered-filter-block .wrap-price-shopby .btn-shopby {
    float: none !important;
    width: 100% !important;
  }
  #layered-filter-block .wrap-price-shopby .price-input {
    float: none !important;
    width: 100% !important;
    display: table;
    margin-bottom: 6px;
  }
  #layered-filter-block .wrap-price-shopby .price-input .txt-price-shopby {
    width: 48%;
    margin: 0;
  }
  #layered-filter-block .wrap-price-shopby .price-input .txt-price-shopby:last-child {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-grid .item .item-inner .box-info {
    padding: 10px 10px 20px;
  }
  .products-grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart:before {
    display: none;
  }
  .sm_quickview_handler {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sm_quickview_handler {
    display: none !important;
  }
  .products-grid .item .item-inner .box-info {
    padding: 10px 10px 20px;
  }
  .products-grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart:before {
    display: none;
  }
  .toolbar-top .modes,
  .toolbar-top .toolbar-sorter {
    margin-right: 20px;
  }
  .toolbar-top .pages {
    display: none;
  }
  .toolbar-bottom .toolbar-sorter,
  .toolbar-bottom .limiter {
    display: none;
  }
  .products-list .item .item-inner .box-image-list {
    width: 150px;
  }
  .products-list .item .item-inner .box-info-list {
    margin-left: 160px;
  }
}
@media (max-width: 480px) {
  .toolbar .modes {
    margin-right: 10px;
  }
  .toolbar-top .limiter {
    float: none;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
  }
  .products-list .item .item-inner .box-image-list,
  .products-list .item .item-inner .box-info-list {
    width: 100%;
    margin: 0;
  }
  .products-list .item .item-inner .box-info-list {
    clear: both;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .toolbar-products .modes {
    float: left;
    margin-right: 20px;
    margin-left: 0;
  }
  .toolbar-products .modes-mode {
    float: left;
  }
  .toolbar-products .toolbar-amount {
    float: left;
  }
  .toolbar-products .sorter {
    float: right;
  }
}
@media (max-width: 768px) {
  .filter-mobile-btn {
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
  .filter-mobile-btn #btn-filter {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  .filter-mobile-btn #btn-filter:before {
    content: '\e93a';
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 20px;
  }
  .filter-mobile-btn span {
    display: none;
  }
  .block.filter .filter-title {
    position: relative;
  }
  .close-filter {
    display: inline-block;
    position: absolute;
    top: -15px;
    right: -15px;
  }
  .block.filter {
    position: fixed;
    left: -320px;
    top: 0;
    bottom: 0;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    margin: 0 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .show-filter-sidebar .block.filter {
    left: 0;
  }
  .show-filter-sidebar,
  .show-filter-sidebar body {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .toolbar-amount {
    display: none;
  }
  .sorter {
    float: right;
  }
  .products-list .product-item-info {
    display: block;
    width: 100%;
  }
  .products-list .image-product {
    width: 200px;
    float: left;
    display: block;
  }
  .products-list .product-item-details {
    display: block;
    margin-left: 220px;
    padding-left: 0;
    padding-right: 0;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .products-list .product-item-actions .actions-secondary > .action.tocompare {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .products-grid .product-image-container {
    display: block;
    width: 100% !important;
  }
  .products-list .product-item-info .image-product {
    width: 100%;
    float: none;
    text-align: center;
  }
  .products-list .product-item-info .product-item-details {
    margin: 0;
    float: none;
    padding: 15px 0;
  }
}
/**
 * Detail page
 */
/**
 * Compare, wishlist, email to friend
 */
.product-info-main .product.attribute.sku .value,
.product-info-main .stock.available {
  color: #00abf0;
}
.product-info-main .product-reviews-summary .rating-summary {
  padding-right: 5px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 100%;
}
.product-info-main .page-title-wrapper .page-title {
  text-transform: unset;
  font-weight: 700;
}
.product-info-main .product-social-links .action,
.product-info-main .product-addto-links .action {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  float: left;
  margin-left: 5px;
  padding: 0;
  color: #999 !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.product-info-main .product-social-links .action span,
.product-info-main .product-addto-links .action span {
  display: none;
}
.product-info-main .product-social-links .towishlist:before,
.product-info-main .product-addto-links .towishlist:before {
  content: '\e93f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.product-info-main .product-social-links .tocompare:before,
.product-info-main .product-addto-links .tocompare:before {
  content: '\e952';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.product-info-main .stock.available:before {
  margin-right: 2px;
  vertical-align: middle;
  top: -1px;
  position: relative;
  content: '\e92d';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.product-info-main .product-social-links {
  float: left;
  width: unset;
  vertical-align: top;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  padding-top: 0 !important;
}
.magnifier-preview {
  left: 100% !important;
  top: 0 !important;
  margin-left: 20px;
}
.product-info-main .box-tocart .field.qty .qty-control,
.product-options-bottom .box-tocart .field.qty .qty-control {
  display: flex;
}
.product-info-main .box-tocart .field.qty .qty-control .qty-button,
.product-options-bottom .box-tocart .field.qty .qty-control .qty-button {
  margin-top: 3px;
  margin-right: 3px;
}
.product-info-main .box-tocart .field.qty .qty-control .qty-btn,
.product-options-bottom .box-tocart .field.qty .qty-control .qty-btn {
  width: 15px;
  height: 15px;
}
.product-info-main .box-tocart .field.qty .qty-control .qty-btn:first-child,
.product-options-bottom .box-tocart .field.qty .qty-control .qty-btn:first-child {
  margin-bottom: 2px;
}
.product-info-main .box-tocart .field.qty .qty-control .qty-btn:before,
.product-options-bottom .box-tocart .field.qty .qty-control .qty-btn:before {
  left: 3px;
  top: 7px;
}
.product-info-main .box-tocart .field.qty .qty-control .qty-plus:after,
.product-options-bottom .box-tocart .field.qty .qty-control .qty-plus:after {
  top: 3px;
  left: 7px;
}
/**
 * Table attributes product
 */
.additional-attributes-wrapper table,
.additional-attributes-wrapper {
  margin-bottom: 0;
}
.product.data.items .item.title > .switch .counter {
  display: none;
}
.default-style .resp-tabs-list {
  border-bottom: 1px solid #e5e5e5;
}
.default-style .resp-tabs-list li {
  float: left;
  margin: 0 -1px -1px 0;
  border-color: #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  color: #222;
  padding: 12px 20px !important;
  font-weight: 700;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.default-style .resp-tabs-list li.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.default-style .resp-tabs-list li.active:before {
  content: "";
  display: block;
  left: -1px;
  height: 4px;
  position: absolute;
  right: -1px;
  top: -4px;
  z-index: 20;
}
.default-style .resp-tabs-container {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.product.data.items.accordion-style .item.title.resp-accordion {
  padding: 12px 20px !important;
  background-color: #fff;
}
.product.data.items.accordion-style .item.title.resp-accordion a {
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
}
.product.data.items.accordion-style .item.title.resp-accordion a:after {
  float: right;
  vertical-align: middle;
  position: relative;
  top: -5px;
  color: #666;
  content: '\e94f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 21px;
}
.product.data.items.accordion-style .item.title.resp-accordion.active a:after {
  content: '\e977';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 21px;
}
.vertical-style ul.resp-tabs-list {
  float: left;
}
.vertical-style .resp-tabs-list li {
  margin-right: -1px;
  margin-left: unset;
  text-align: right;
}
.vertical-style .resp-tabs-container {
  margin-left: 200px;
  margin-right: unset;
}
.vertical-style .resp-tabs-list li {
  padding: 15px 30px;
  background: none !important;
  text-transform: uppercase;
  border-color: #e5e5e5;
  font-weight: 700;
  color: #444;
}
.vertical-style .resp-tab-content {
  border-color: #e5e5e5;
}
.vertical-style .resp-tabs-list li.active:before {
  content: "";
  display: inline-block;
  width: 4px;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
}
/**
 * Review
 */
.review-list .block-title strong {
  line-height: 1.1;
  font-size: 107.69%;
  display: block;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: #444;
}
.review-title {
  margin: 0 0 20px;
  font-size: 100%;
  font-weight: 700;
}
.review-item {
  padding: 20px 0;
}
.review-items .rating-summary .rating-result {
  position: relative;
  top: -5px;
}
.review-form .action.submit.primary {
  border: none !important;
}
.review-form .review-form-actions {
  margin-bottom: 10px;
}
.review-control-vote input[type="radio"] {
  visibility: hidden;
}
/**
 * Service sidebar
 */
.service-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-sidebar ul li {
  margin: 0;
}
.service-sidebar ul li a {
  display: block;
  padding: 10px 0;
}
.service-sidebar ul li a::after {
  content: "";
  display: block !important;
  clear: both;
}
.service-sidebar ul li a span {
  display: block;
}
.service-sidebar ul li a .service-image {
  width: 69px;
  float: left;
}
.service-sidebar ul li a .service-info {
  margin-left: 80px;
  padding-top: 16px;
}
.service-sidebar ul li:not(:last-child) {
  border-bottom: 1px dashed #e5e5e5;
}
/**
 * Related upsell crossell product slider
 */
.detail-product-slider .product-items,
.detail-product-slider .products-grid .product-item {
  margin: 0;
}
/**
 * Update product page style
 */
.product.media .degree-action-group {
  top: 0;
  left: 0;
  right: auto;
}
.product.media .btn-degree-action {
  margin-bottom: 0;
}
.product.media .toggle-degree-view {
  top: 50px;
  right: 5px;
  left: auto;
}
.product.media {
  position: relative;
}
.product.media .towishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #999;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  z-index: 20;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.product.media .towishlist span {
  display: none;
}
.product.media .towishlist:before {
  content: '\e93f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.product-info-main .product-info-stock-sku .tocompare {
  margin: 0;
  padding: 0;
  font-size: unset;
  display: inline-block;
  font-weight: unset;
  line-height: 1.5;
  background: none !important;
  color: #999 !important;
  text-transform: uppercase;
  position: relative;
  padding-left: 22px;
}
.product-info-main .product-info-stock-sku .tocompare:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: '\e952';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  display: table;
  width: 100%;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  display: flex !important;
  float: left;
  padding-right: 10px;
}
.product-info-main .box-tocart .field.qty .label,
.product-options-bottom .box-tocart .field.qty .label {
  margin: 0;
  padding-right: 10px !important;
  line-height: 40px;
  height: 40px;
}
.product-info-main .box-tocart .field.qty .control,
.product-options-bottom .box-tocart .field.qty .control {
  border: 1px solid #e5e5e5;
}
.product-info-main .box-tocart .field.qty .control .qty,
.product-options-bottom .box-tocart .field.qty .control .qty {
  height: 38px;
  color: #444;
  border: none;
  background: none;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  max-width: 500px;
}
.product-info-main .box-tocart .fieldset .actions,
.product-options-bottom .box-tocart .fieldset .actions {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}
.product-info-main .box-tocart .fieldset .actions .tocart,
.product-options-bottom .box-tocart .fieldset .actions .tocart,
.product-info-main .box-tocart .fieldset .actions .buynow,
.product-options-bottom .box-tocart .fieldset .actions .buynow {
  width: 50%;
  white-space: nowrap;
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
}
.product-info-main .box-tocart .fieldset .actions .tocart,
.product-options-bottom .box-tocart .fieldset .actions .tocart {
  order: 5;
}
.product-info-main .box-tocart .fieldset .actions .tocart:before,
.product-options-bottom .box-tocart .fieldset .actions .tocart:before {
  vertical-align: top;
  margin-right: 3px;
  content: '\e958';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.product-info-main .box-tocart .fieldset .actions .buynow,
.product-options-bottom .box-tocart .fieldset .actions .buynow {
  order: 10;
  text-transform: uppercase;
  position: relative;
  right: -10px;
}
.product-info-main .box-tocart .fieldset .actions .buynow:before,
.product-options-bottom .box-tocart .fieldset .actions .buynow:before {
  vertical-align: top;
  margin-right: 3px;
  content: '\e957';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.product-info-main .box-tocart .fieldset .actions #instant-purchase,
.product-options-bottom .box-tocart .fieldset .actions #instant-purchase {
  order: 15;
  width: 100%;
}
.sticky-product-action .field.qty {
  border: 1px solid #e5e5e5;
  display: flex;
}
.sticky-product-action .field.qty #sticky-qty {
  height: 38px;
  background: none;
  border: none;
}
.sticky-product-action .field.qty .qty-button {
  margin-top: 3px;
  margin-right: 3px;
}
.sticky-product-action .field.qty .qty-btn {
  width: 15px;
  height: 15px;
}
.sticky-product-action .field.qty .qty-btn:before {
  left: 3px;
  top: 7px;
}
.sticky-product-action .field.qty .qty-btn.qty-plus:after {
  top: 3px;
  left: 7px;
}
.sticky-product-action .field.qty .qty-btn:first-child {
  margin-bottom: 2px;
}
.sticky-product-action .sticky-button button {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.sticky-product-action .sticky-price .price-box {
  padding-top: 5px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  margin-right: 15px;
  margin-left: 0;
}
.product-info-main .product.attribute.sku {
  margin-right: 18px;
}
/**
 * Sm - BundleImage
 */
.fieldset-bundle-options .field.option {
  margin-bottom: 30px !important;
}
.fieldset-bundle-options .field.option > .label {
  display: block !important;
  background: #f5f5f5;
  padding: 10px 15px !important;
  font-weight: 700;
  font-size: 107.69%;
  color: #222;
  margin-bottom: 20px !important;
  text-transform: uppercase;
  position: relative;
  text-align: unset !important;
}
.fieldset-bundle-options .field.option > .label:before {
  content: "";
  display: block;
  width: 2px;
  z-index: 100;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}
.fieldset-bundle-options .field.choice.choice-inline {
  display: flex;
  align-items: unset;
}
.fieldset-bundle-options .field.choice.choice-inline .label {
  margin: 0 !important;
}
.fieldset-bundle-options .field.choice.choice-inline > input {
  float: left;
  min-width: 18px;
  margin-top: 12px !important;
}
.fieldset-bundle-options .field.choice.choice-inline .label-option-content {
  display: flex;
  padding-left: 50px;
  margin-left: 6px;
  min-height: 40px;
  align-items: center;
  position: relative;
}
.fieldset-bundle-options .field.choice.choice-inline .label img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.fieldset-bundle-options .field.choice.choice-inline .price-container,
.fieldset-bundle-options .field.choice.choice-inline .price-container .price {
  font-size: 100%;
}
.fieldset-bundle-options .field.choice .label {
  margin-bottom: 0 !important;
}
.fieldset-bundle-options .field.choice .detail-btn,
.fieldset-bundle-options .field.choice .quickview-btn {
  display: inline-block;
  vertical-align: top;
  min-width: 24px;
  width: 24px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #f5f5f5;
  position: relative;
  top: 0;
  margin: 0 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.fieldset-bundle-options .field.choice .detail-btn span,
.fieldset-bundle-options .field.choice .quickview-btn span {
  display: none;
}
.fieldset-bundle-options .field.choice .detail-btn:before {
  content: '\e971';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
}
.fieldset-bundle-options .field.choice .quickview-btn:before {
  content: '\e954';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
}
.child-bundle-items .item .bundle-image + .quickview-handler {
  margin-top: 5px;
  background: #f5f5f5;
  text-align: center;
  padding: 5px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
@media (min-width: 1200px) {
  html .page-layout-1column .product.media {
    width: 500px;
  }
  html .page-layout-1column .product-info-main {
    width: calc(100% - 530px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product.info.detailed .product.data.items {
    margin-bottom: 30px;
  }
  .page-layout-2columns-right.catalog-product-view .page-main,
  .page-layout-2columns-left.catalog-product-view .page-main {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-layout-2columns-right.catalog-product-view .page-main,
  .page-layout-2columns-left.catalog-product-view .page-main {
    padding-bottom: 10px;
  }
  .product.media {
    margin-bottom: 20px !important;
  }
  .product.info.detailed .product.data.items {
    margin-bottom: 30px;
  }
  .default-style .resp-tabs-list li {
    float: none !important;
    margin: 0 0 15px !important;
    border: 1px solid #ddd !important;
  }
}
@media (max-width: 560px) {
  .product-info-main .box-tocart .fieldset .actions,
  .product-options-bottom .box-tocart .fieldset .actions {
    width: 100%;
  }
}
/**
 * Pages
 */
/**
 * About us
 */
.title-shop-page {
  font-size: 170%;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 20px;
}
.title-bonus {
  position: relative;
  margin-bottom: 25px;
}
.title-bonus:before {
  content: "";
  display: block;
  height: 3px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
}
.title-bonus strong {
  font-size: 180%;
  font-weight: 400;
  position: relative;
  color: #444;
  background-color: #fff;
  z-index: 10;
  padding-right: 30px;
}
.list-why-choose {
  margin-bottom: 30px;
}
.list-why-choose .title-bonus {
  margin-bottom: 15px;
}
.list-why-choose .why-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-why-choose li {
  padding-left: 30px;
  margin: 0;
  position: relative;
}
.list-why-choose li:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '\e919';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.list-why-choose li a {
  border-bottom: 1px dashed #ddd;
  display: block;
  padding: 10px 0;
}
.top-shop-info {
  margin-bottom: 30px;
}
.top-shop-info::after {
  content: "";
  display: block !important;
  clear: both;
}
.top-shop-info .top-image {
  float: left;
  width: 270px;
}
.top-shop-info .top-info {
  margin-left: 300px;
}
.our-member .title-bonus {
  text-align: center;
}
.our-member .title-bonus strong {
  padding: 0 30px;
}
.our-member .description {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px;
}
.slider-member {
  padding-top: 40px;
  margin-bottom: 60px;
}
.slider-member .member-info {
  text-align: center;
  padding: 10px 10px 0;
}
.slider-member .member-name {
  font-size: 128.561%;
  color: #222;
}
.slider-member .member-job {
  font-size: 116.67%;
  margin: 2px 0 7px;
}
.slider-member .owl-theme .owl-dots {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 !important;
}
.slider-member .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background-color: #d7d7d5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonial-container {
  border: 1px solid #e5e5e5;
  padding: 30px;
  position: relative;
}
.testimonial-container .testimonial-title {
  font-size: 128.571%;
  background: #fff;
  padding: 0 10px;
  position: absolute;
  top: -14px;
  left: 19px;
  color: #222;
}
.testimonial-container .owl-theme .owl-nav {
  display: inline-block;
  background: #fff;
  padding: 0 5px;
  position: absolute;
  top: -44px;
  right: -20px;
  margin: 0;
}
.testimonial-container .owl-theme .owl-nav [class*='owl-'] {
  width: 26px;
  height: 26px;
  margin: 0 3px;
  padding: 0;
  background: none;
  color: #666;
  opacity: .4;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.testimonial-container .owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.testimonial-container .owl-theme .owl-nav [class*='owl-'].owl-next:before {
  line-height: 1;
  content: '\e94f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 25px;
}
.testimonial-container .owl-theme .owl-nav [class*='owl-'].owl-prev:before {
  line-height: 1;
  content: '\e977';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 25px;
}
.testimonial-container .client-about {
  padding-top: 15px;
}
.testimonial-container .client-about .name {
  font-size: 116.67%;
  color: #444;
}
/**
 * Contact Us
 */
.google-map {
  border: 5px solid #ddd;
  line-height: 0;
  margin-bottom: 40px;
}
.google-map iframe {
  width: 100%;
}
.contact-form-info .contact-form {
  order: 2;
}
.contact-form-info .info-contact {
  order: 1;
}
.title-bonus-page h2 {
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  margin-bottom: 20px;
}
.info-contact .address-info {
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
}
.info-contact .address-info li {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 10px 30px;
  position: relative;
}
.info-contact .address-info li:first-child {
  border-top: 1px solid #e5e5e5;
}
.info-contact .address-info li.add-icon:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '\e90a';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 26px;
}
.info-contact .address-info li.email-icon:before {
  position: absolute;
  left: 2px;
  top: 3px;
  content: '\e908';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 21px;
}
.info-contact .address-info li.phone-icon:before {
  position: absolute;
  left: 2px;
  top: 3px;
  content: '\e967';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 21px;
}
.block-contact-form {
  margin-bottom: 20px;
}
.block-contact-form .fieldset {
  margin-bottom: 0;
}
.block-contact-form .fieldset > .field {
  margin-bottom: 18px;
}
.block-contact-form .bonus-title {
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  margin-bottom: 20px;
}
.block-contact-form .bonus-title strong {
  font-size: 2rem;
  font-weight: 600;
}
.block-contact-form .field.email,
.block-contact-form .field.telephone,
.block-contact-form .field.name {
  max-width: 270px;
}
.block-contact-form .actions-toolbar button {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block-contact-form .field.email,
  .block-contact-form .field.telephone,
  .block-contact-form .field.name {
    max-width: unset;
  }
}
@media (max-width: 480px) {
  .top-shop-info .top-image {
    float: none;
    width: unset;
  }
  .top-shop-info .top-info {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
  }
}
/**
 * Account
 */
.block-collapsible-nav-content .nav.items {
  display: block;
}
.block-collapsible-nav .item .delimiter {
  width: 100%;
}
.block-collapsible-nav .item a {
  width: 100%;
}
.account.page-layout-2columns-left .column.main {
  padding-left: 30px;
}
.account-nav .item {
  display: block;
  width: 100%;
  margin: 0;
}
.account-nav .item a {
  color: #222;
}
@media (min-width: 768px) {
  html .account.page-layout-2columns-left .sidebar-main,
  html .account.page-layout-2columns-left .sidebar-additional {
    width: 270px;
  }
  html .account.page-layout-2columns-left .column.main {
    width: calc(100% - 300px);
  }
}
/**
 * RESPONSIVE
 */
@media (max-width: 767px) {
  .account .page-main {
    padding-top: 70px;
  }
  .block-collapsible-nav {
    top: 10px;
  }
  .block-collapsible-nav .title {
    padding: 11px 46px 10px 0;
  }
}
/**
 * Checkout page
 */
.checkout-index-index .opc-block-summary .product-image-container {
  width: 60px !important;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  margin-left: 70px;
  margin-right: 0;
}
.checkout-index-index .page-wrapper .opc-progress-bar {
  display: none !important;
}
.checkout-index-index .page-wrapper .page-title-wrapper {
  position: static;
  width: auto;
  height: auto;
}
.checkout-index-index .page-wrapper .page-title-wrapper .page-title {
  text-transform: uppercase;
  font-weight: 700;
}
.opc-wrapper {
  margin: 0;
}
.checkout-container {
  margin: 0;
}
.checkout-container .authentication-wrapper {
  margin-top: -53px;
}
.checkout-container .authentication-wrapper .action-auth-toggle {
  background: #e5e5e5;
  padding: 7px 20px;
  color: #333;
}
.checkout-container .authentication-wrapper .authentication-dropdown {
  border-color: #e5e5e5;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  padding: 20px;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header {
  display: none;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .actions-toolbar {
  margin: 0;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .actions-toolbar .primary button {
  font-size: 100%;
  font-weight: normal;
  padding: 7px 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.checkout-container .authentication-wrapper .authentication-dropdown .block-authentication .actions-toolbar > .secondary {
  padding-top: 3px;
}
.checkout-container .authentication-wrapper .authentication-dropdown .block-authentication .block-title {
  font-size: 100%;
  text-align: left;
}
.checkout-container .authentication-wrapper .authentication-dropdown .block-authentication .block-title strong {
  font-size: 116.67%;
  text-transform: uppercase;
  font-weight: 600;
}
.opc-sidebar {
  margin-top: 35px !important;
}
.opc-sidebar .modal-header {
  padding: 0;
}
.opc-sidebar .action-close {
  margin: 17px 10px 10px;
  z-index: 99;
}
.opc-block-summary .items-in-cart > .title:after {
  right: -10px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  border-color: #e5e5e5;
  font-size: 116.67%;
}
.opc-block-summary {
  padding: 20px;
  margin: 0;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 100% !important;
  font-weight: 600;
}
.opc-block-summary .minicart-items .product-item-details {
  padding: 0;
  margin-left: 60px;
  position: relative;
  top: -10px;
}
.opc-block-summary .minicart-items .product-item:not(:first-child) {
  border-color: #e5e5e5;
}
.opc-block-summary .minicart-items .product-item-name {
  font-weight: 600;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: unset !important;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 600;
}
.table-checkout-shipping-method .row {
  margin: 0;
}
.checkout-payment-method .payment-option-title {
  padding: 20px 0 !important;
  text-transform: uppercase;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #666;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  position: relative;
  top: -2px;
}
.checkout-payment-method .payment-option-content {
  padding: 0;
}
.opc-block-shipping-information {
  padding: 30px 0;
}
.opc-estimated-wrapper .estimated-block {
  float: left;
}
@media (min-width: 768px) {
  .opc-sidebar {
    float: right !important;
  }
  .opc-wrapper {
    float: left !important;
    padding-right: 30px !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  /**
     * Checkout page
     */
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    display: none !important;
  }
  .opc-block-summary .minicart-items-wrapper {
    max-height: unset;
  }
  .opc-block-summary .product-item .subtotal,
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: unset;
  }
  .opc-block-summary .minicart-items .product-item-name {
    margin-bottom: 0;
  }
  .minicart-items .product-item-details .details-qty {
    margin-top: 0;
  }
}
/**
 * Login - Register
 */
.captcha-reload {
  width: 50px;
  height: 50px;
  padding: 0;
  vertical-align: top;
  line-height: 50px;
  border: none !important;
  background-color: #ddd;
  color: #222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.captcha-reload:before {
  content: '\e901';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 26px;
}
.captcha-reload span {
  display: none;
}
.login-container .block .login .actions-toolbar > .primary {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.customer-account-login .login-container .block-new-customer,
.customer-account-login .login-container .block-customer-login {
  padding: 30px;
  background-color: #f7f7f7;
  min-height: 450px;
}
.customer-account-login .login-container .block-new-customer .block-title,
.customer-account-login .login-container .block-customer-login .block-title {
  font-size: 128.571%;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 10px;
}
.customer-account-login .login-container .fieldset:after {
  display: none;
}
.customer-account-create .form-create-account {
  width: 100% !important;
}
.customer-account-create .form-create-account .legend {
  font-size: 128.581%;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.customer-account-create .form-create-account .fieldset.additional_info {
  clear: both;
}
.customer-account-create .form-create-account .fieldset.create.account,
.customer-account-create .form-create-account .fieldset.create.info {
  background-color: #f7f7f7;
  padding: 30px;
  width: 48.7%;
  min-height: 443px;
}
.customer-account-create .form-create-account .fieldset.create.info {
  float: left;
}
.customer-account-create .form-create-account .fieldset.create.account {
  float: right;
}
.customer-account-create .form-create-account .actions-toolbar {
  margin-bottom: 20px;
  padding: 0 30px;
  clear: both;
}
.customer-account-create .form-create-account .actions-toolbar .action.back {
  display: none;
}
.password-strength-meter {
  background-color: #eee;
  margin-top: 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/**
 * Forgot password
 */
.form.password.forget {
  padding: 30px;
  background-color: #f7f7f7;
}
.form.password.forget .actions-toolbar .action.back {
  display: none;
}
@media (max-width: 767px) {
  .customer-account-login .login-container .block-new-customer,
  .customer-account-login .login-container .block-customer-login {
    min-height: unset;
    margin-bottom: 30px;
  }
  .customer-account-create .form-create-account .fieldset.create.account,
  .customer-account-create .form-create-account .fieldset.create.info {
    width: 100%;
    min-height: unset;
    margin-bottom: 30px;
  }
  .customer-account-create .form-create-account .actions-toolbar {
    padding: 0;
  }
  .control.captcha-image .captcha-img {
    display: unset;
  }
}
/**
 * Newsletter popup
 */
.fancybox-skin {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.w-newsletter {
  width: 880px;
  margin: 0 auto;
  padding: 0;
  background: url("../../frontend/Sm/market_2/en_US/images/bg-newsletter.jpg") no-repeat center center;
}
.w-newsletter .subscribe-bottom .checker {
  position: relative;
  top: -1px;
}
.newsletter-info {
  margin-left: 445px;
  padding: 62px 20px 62px;
  text-align: center;
}
.newsletter-info .top-newsletter {
  font-size: 183.33%;
  font-weight: 600;
  color: #2b375d;
}
.newsletter-info .bottom-newsletter {
  font-size: 300%;
  color: #2b375d;
  line-height: 1;
  font-weight: 700;
  margin: 5px 0 20px;
}
.newsletter-info .news-description {
  color: #2b375d;
}
.form-newsletter-popup {
  position: relative;
}
.form-newsletter-popup .input-text {
  background-color: #fff;
  border: none !important;
  height: 42px;
  padding: 0 125px 0 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.form-newsletter-popup .action-newsletter button {
  height: 34px;
  position: absolute;
  top: 4px;
  right: 4px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.social-popup {
  padding-top: 30px;
}
.social-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-popup ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.social-popup ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #495678;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
@media (max-width: 1023px) {
  .w-newsletter {
    width: 100%;
  }
  .w-newsletter .newsletter-info {
    margin-left: 250px;
  }
}
@media (max-width: 640px) {
  .w-newsletter {
    width: 100%;
    background-size: cover;
  }
  .w-newsletter .newsletter-info {
    margin-left: 0;
  }
}
/**
 * Shopping cart
 */
.cart-container .cart.main.actions .action.update {
  padding: 10px 15px;
  font-weight: normal;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.cart-container .cart.main.actions .action.update:before {
  display: none !important;
}
.cart-container .cart.main.actions .action.clear {
  display: none !important;
}
.cart-container .cart.main.actions .action.continue {
  display: none;
}
.cart-container .cart.main.actions .action.continue:before {
  display: none;
}
.cart-container .item-actions .actions-toolbar .action {
  font-weight: normal;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.cart.table-wrapper .item .col.item {
  border-top: none;
}
.cart-summary > .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  padding: 10px 0;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 100%;
  font-weight: 600;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  top: -2px;
}
.cart-totals {
  padding-top: 0;
  border: none;
}
mark,
.mark {
  background: none;
}
.cart-summary .block .fieldset {
  margin: 0 0 28px 0;
}
.cart-container .checkout-methods-items .action.primary {
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cart.table-wrapper .product-item-photo {
    padding-right: 20px;
    padding-left: 0 !important;
  }
  .cart.table-wrapper .product-item-photo img {
    border: 1px solid #e5e5e5;
    min-width: 98px;
  }
}
/**
 * Extended page
 */
.extend-container .product-extend .block-title {
  font-size: 150%;
  color: #222;
  margin-bottom: 25px;
}
.extend-container .ltabs-wrap .ltabs-tabs-container {
  border-bottom: 1px solid #e5e5e5;
}
.extend-container .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  margin-bottom: -1px;
  background-color: #eee;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  margin-right: 0;
  cursor: pointer;
  float: left;
  font-size: 108.33%;
  padding: 12px 15px;
  position: relative;
  font-weight: 600;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.extend-container .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:last-child {
  border-right: 1px solid #e5e5e5;
}
.extend-container .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover,
.extend-container .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  background-color: #fff;
}
.extend-container .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 2px;
}
.extend-container .sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  padding: 10px 50px;
  border: none;
  font-size: 107.68%;
  text-transform: uppercase;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.extend-container .deals-countdown {
  margin-bottom: 20px;
}
.extend-container .deals-countdown .deals-time {
  padding: 0;
  border: none;
  margin: 0 1px;
}
.extend-container .deals-countdown .deals-time .num-time {
  min-width: 38px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  font-weight: 700;
  font-size: 150%;
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
@media (max-width: 1023px) {
  .extend-container .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .extend-banner .extend-col {
    width: 100%;
    max-width: unset;
    flex: unset;
  }
  .extend-banner .extend-col img {
    width: 100%;
  }
}
.footer-container {
  background-color: #dddddd;
  color: #444444;
  position: relative;
}
.footer-container a {
  color: #666666;
}
.footer-container .footer-top {
  padding: 40px 0 30px;
  border-bottom: 1px solid #d4d4d4;
}
.footer-container .footer-bottom {
  background-color: #444444;
  padding: 11px 0;
  color: #fff;
}
.footer-container .footer-bottom .copyright-footer address {
  margin-top: 3px;
}
.footer-container .footer-bottom .copyright-footer address a:hover {
  text-decoration: underline;
}
.footer-container .footer-bottom .footer-payment {
  text-align: right;
}
.footer-container .footer-block .footer-block-title {
  margin-bottom: 15px;
}
.footer-container .footer-block .footer-block-title h3 {
  font-weight: 700;
  font-size: 116.67%;
}
.footer-container .footer-block .footer-block-content .links-footer li a {
  display: inline-block;
  padding: 2px 0;
  font-size: 108.33%;
}
.footer-container .footer-block .footer-block-content .links-footer li a:before {
  content: '\f101';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  margin-right: 5px;
}
.footer-container .footer-block .footer-block-content .links-contact li {
  position: relative;
  padding-left: 39px;
  min-height: 30px;
  line-height: 18px;
}
.footer-container .footer-block .footer-block-content .links-contact li:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../../frontend/Sm/market_2/en_US/images/icon-image.png) #969696;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.footer-container .footer-block .footer-block-content .links-contact li.add-icon:before {
  background-position: -8px -10px;
}
.footer-container .footer-block .footer-block-content .links-contact li.email-icon:before {
  background-position: -11px -51px;
}
.footer-container .footer-block .footer-block-content .links-contact li.phone-icon:before {
  background-position: -11px -91px;
}
.footer-container .footer-block .footer-block-content .links-contact li.middle-content {
  padding-top: 9px;
  margin: 4px 0 10px;
}
.footer-container .categories-footer {
  font-size: 91.67%;
  padding: 30px 0;
  border-top: 1px solid #e4e4e4;
}
.footer-container .categories-footer .footer-links-w .label-link {
  font-weight: 700;
  margin-bottom: 13px;
}
.footer-container .categories-footer .footer-links-w ul li {
  padding-bottom: 8px;
}
.footer-container .categories-footer .footer-links-w ul li h2 {
  font-size: 100%;
  display: inline-block;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
.footer-container .socials-wrap {
  display: inline-block;
  position: fixed;
  top: 260px;
  right: 0;
  z-index: 50;
}
.footer-container .socials-wrap .title-follow {
  display: none;
}
.footer-container .socials-wrap ul .li-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-container .socials-wrap ul .li-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  background-color: #666;
}
.footer-container .socials-wrap ul .li-social a .name-social {
  display: none;
}
.footer-container .socials-wrap ul .li-social a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
  -webkit-text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}
.footer-container .socials-wrap ul .li-social.facebook-social a {
  background-color: #3c599f;
}
.footer-container .socials-wrap ul .li-social.twitter-social a {
  background-color: #5ea9dd;
}
.footer-container .socials-wrap ul .li-social.google-social a {
  background-color: #dd4b39;
}
.footer-container .socials-wrap ul .li-social.pinterest-social a {
  background-color: #d73532;
}
@media (min-width: 768px) and (max-width: 991px) {
  .payment-shipping {
    clear: both;
  }
  .about-store,
  .customer-services {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer-block {
    margin-bottom: 20px;
  }
  .contact-footer .footer-block {
    margin-bottom: 0;
  }
  .footer-container .footer-bottom .footer-payment {
    text-align: left;
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  .socials-wrap {
    display: none;
  }
}
