/**
 * 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;
}
.product-availability-in-stock
{
    color: green;
}

.product-availability-backorder
{
    color: orange;
}

.product-availability-out-of-stock
{
    color: red;
}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: 'Noto 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 #e6e6e6;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  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: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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: 'Noto 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: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  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 #e6e6e6;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Noto 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: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e6e6e6;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #e6e6e6;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #e6e6e6;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Noto 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: 'Noto 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: 'Noto 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 #e02b27;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.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;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > 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-link-button,
.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,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e6e6e6;
  color: #333333;
  cursor: pointer;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  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,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active {
  background: #e2e2e2;
  border: 1px solid #e6e6e6;
  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,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover {
  background: #e1e1e1;
  border: 1px solid #e6e6e6;
  color: #333333;
}
.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,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare {
  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,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.block-compare .block-title,
.widget .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong,
.block-compare .block-title > strong,
.widget .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: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.abs-account-blocks .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-account-blocks .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .file-uploader-summary .action.delete,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .file-uploader-summary .action.delete > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .file-uploader-summary .action.delete:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .file-uploader-summary .action.delete:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .file-uploader-summary .action.delete:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #303030;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.aw-ui-listing .selectmenu .action-save > span,
.aw-ui-listing .selectmenu .action-edit > span,
.aw-ui-listing .selectmenu .action-delete > span,
.aw-ui-listing .selectmenu-toggle span,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.filter-options-content .filter-count-label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.action.skip:not(:focus),
.page-header .header-links .label,
.page-footer .header-links .label,
.page-header .setting-links .label,
.page-footer .setting-links .label,
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.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,
.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,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.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,
.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,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.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-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.product-item-actions .actions-secondary > .action {
  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,
.product-item-actions .actions-secondary > .action > 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,
.product-item-actions .actions-secondary > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #999999;
  font-family: 'luma-icons';
  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,
.product-item-actions .actions-secondary > .action:hover:before {
  color: #333333;
}
.abs-button-l,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.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,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.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,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.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;
}
.abs-action-button-as-link:visited,
.abs-action-remove: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,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.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-button-as-link:hover,
.abs-action-remove: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,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.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-button-as-link:active,
.abs-action-remove: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,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.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-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart-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,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart-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,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.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-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove: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),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go {
  background: #eeeeee;
  border: 1px solid #e6e6e6;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active {
  background: #e2e2e2;
  border: 1px solid #e6e6e6;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover {
  background: #e1e1e1;
  border: 1px solid #e6e6e6;
  color: #333333;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.cart.table-wrapper .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,
.cart.table-wrapper .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: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.cart.table-wrapper .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,
.cart.table-wrapper .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon: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,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-wishlist .counter,
.block-compare .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e6e6e6;
  color: #333333;
  cursor: pointer;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #e6e6e6;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e1e1e1;
  border: 1px solid #e6e6e6;
  color: #333333;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(230, 230, 230, 0.3);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date .control,
.field.date .control,
.form.search.advanced .fields.range .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input,
.form.search.advanced .fields.range .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #e6e6e6;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.cart-order-comment > .title,
.paypal-review-discount .block > .title,
.cart-discount > .title {
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-order-comment > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after,
.cart-order-comment > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .cart-order-comment > .title strong,
.column.main .paypal-review-discount .block > .title strong,
.column.main .cart-discount > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.cart-order-comment > .content,
.paypal-review-discount .block > .content,
.cart-discount > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-order-comment.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content,
.cart-order-comment.active > .content,
.paypal-review-discount .block.active > .content,
.cart-discount.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Balltheme/balloon/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Balltheme/balloon/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/Balltheme/balloon/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Balltheme/balloon/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/Balltheme/balloon/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Balltheme/balloon/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/Balltheme/balloon/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Balltheme/balloon/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-bottom: 40px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
body {
  background: #ffffff;
  overflow-x: hidden;
  font-family: "Circe", sans-serif;
}
body.layout-boxed-md #page {
  max-width: 1200px;
}
body.layout-boxed-lg #page {
  max-width: 1200px;
}
body input,
body textarea {
  background: #f1f1f1;
  border: 0;
}
body .label {
  color: #999;
  font-size: 100%;
  font-weight: normal !important;
  padding: 0;
  line-height: normal;
  white-space: normal;
  text-align: left;
}
.rtl body .label {
  text-align: right;
}
body .page-wrapper {
  color: #666;
}
body .page-wrapper .owl-controls {
  margin-top: 0;
}
body .page-wrapper .columns {
  display: block;
}
body .page-wrapper .columns .checkbox {
  float: left;
  margin: 3px 5px;
}
.rtl body .page-wrapper .columns .checkbox {
  float: right !important;
}
body .page-wrapper .fieldset > .legend {
  margin: 0 0 20px !important;
}
body .page-wrapper .pages a.page {
  color: #aaa;
}
body .page-wrapper .pages a.page:hover {
  color: #9676b5;
}
body .page-wrapper .pages strong.page,
body .page-wrapper .pages .action {
  background: #f1f1f1;
  padding: 0 !important;
  line-height: 32px;
  border: 0;
  text-align: center;
  width: 32px;
  height: 32px;
}
body .page-wrapper .pages .action::before {
  color: #aaa !important;
  font-size: 11px;
}
body .page-wrapper #ves-paneltool .paneltool.themetool {
  top: 160px;
}
body .page-wrapper ul {
  padding: 0;
}
body .page-wrapper ul li {
  list-style: none;
}
body .page-wrapper a,
body .page-wrapper .alink {
  color: #666;
}
body .page-wrapper a:hover,
body .page-wrapper .alink:hover {
  color: #9676b5;
}
body .page-wrapper a:focus,
body .page-wrapper .alink:focus,
body .page-wrapper a:active,
body .page-wrapper .alink:active {
  text-decoration: none;
}
body .page-wrapper ._keyfocus *:focus,
body .page-wrapper input:focus:not([disabled]),
body .page-wrapper textarea:focus:not([disabled]),
body .page-wrapper select:focus:not([disabled]) {
  -webkit-box-shadow: 0 0 3px 1px #f0f0f0;
  box-shadow: 0 0 3px 1px #f0f0f0;
}
body .page-wrapper input[type="text"],
body .page-wrapper input[type="password"],
body .page-wrapper input[type="url"],
body .page-wrapper input[type="tel"],
body .page-wrapper input[type="search"],
body .page-wrapper input[type="number"],
body .page-wrapper input[type="datetime"],
body .page-wrapper input[type="email"] {
  border: 1px solid #e6e6e6;
  height: 36px;
}
body .page-wrapper table th {
  text-align: left;
}
.rtl body .page-wrapper table th {
  text-align: right;
}
body .page-wrapper .owl-carousel .owl-dot {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
body .page-wrapper .owl-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}
body .page-wrapper .owl-carousel .owl-dots span {
  background: transparent;
  border: 2px solid #dfdfdf;
  margin: 4px;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
body .page-wrapper .owl-carousel .owl-dots.disabled {
  display: none;
}
body .page-wrapper .owl-carousel .owl-dots .owl-dot.active span,
body .page-wrapper .owl-carousel .owl-dots .owl-dot:hover span {
  background: #9676b5;
  border-color: transparent;
}
body .ves-paneltool {
  top: 150px;
}
body .ves-paneltool .form-group a {
  color: #ffffff;
}
.rtl {
  overflow-x: hidden;
  height: auto;
}
.columns a,
.columns .alink {
  color: #999;
}
.columns a:hover,
.columns .alink:hover {
  color: #9676b5;
}
.cms-home h1.page-title {
  display: none !important;
}
.page-main > .page-title-wrapper .page-title {
  font-family: "Circe", sans-serif;
  font-size: 24px;
  color: #9676b5;
}
.page-layout-1column .column.main {
  float: left;
  width: 100%;
}
.rtl .page-layout-1column .column.main {
  float: right !important;
}
.cms-index-index .breadcrumbs,
.cms-bestmart-home-page-default .breadcrumbs,
.cms-bestmart-home-page2 .breadcrumbs {
  display: none;
}
.cms-index-index .column.main,
.cms-bestmart-home-page-default .column.main,
.cms-bestmart-home-page2 .column.main {
  float: none;
  padding: 0;
}
.cms-index-index .page-header,
.cms-bestmart-home-page-default .page-header,
.cms-bestmart-home-page2 .page-header {
  margin-bottom: 0 !important;
}
.cms-index-index .page.messages,
.cms-bestmart-home-page-default .page.messages,
.cms-bestmart-home-page2 .page.messages {
  display: none;
}
.cms-index-index .vertical-menu .ves-vertical,
.cms-bestmart-home-page-default .vertical-menu .ves-vertical,
.cms-bestmart-home-page2 .vertical-menu .ves-vertical {
  display: block;
}
.cms-index-index .column.main,
.catalog-category-view .column.main,
.catalogsearch-result-index .column.main,
.cms-no-route .column.main {
  padding: 0;
}
.cms-index-index .page-header .header1 .ves-menutop .ves-megamenu {
  border-bottom: 0;
}
.cms-index-index .brand-footer {
  display: none;
}
.sections.nav-sections {
  margin-bottom: 0;
}
.page-header {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.page-header .block {
  border: 0;
}
.page-header .block .block-title {
  border: 0;
  padding: 0;
}
.page-header .block .block-title:before {
  background: none;
}
.page-header .page-topbar {
  background: #f8f8f8;
  padding: 4px 0;
  color: #999;
  font-weight: 500;
  min-height: 45px;
  transition: all 0.4s ease 0ss all ease-in;
  transition: all all 0.4s ease 0ss ease-in;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.page-header .page-topbar .header-links .options .action.toggle,
.page-header .page-topbar .setting-links .options .action.toggle {
  background: #ffffff;
  padding: 6px 12px;
  margin-top: 4px;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  text-transform: uppercase;
}
.page-header .logo {
  margin: 0 !important;
  max-width: 100%;
  height: 64px;
  line-height: 64px;
  float: left;
}
.rtl .page-header .logo {
  float: right !important;
}
.page-header .logo img {
  max-height: 70px;
}
.page-header .header-content {
  min-height: 80px;
  padding: 20px 0;
}
.page-header .nav-links {
  margin: 0 -8px;
  padding-top: 8px;
}
.page-header .nav-links li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 8px;
  margin: 0;
}
.page-header .nav-links li a {
  color: #999;
}
.page-header .nav-links li a:hover {
  color: #9676b5;
}
.page-header .options .action.toggle::after {
  font-size: 6px !important;
  line-height: 16px !important;
}
.page-header .header-links,
.page-header .setting-links,
.page-header .switcher {
  margin-right: 10px;
}
.rtl .page-header .header-links,
.rtl .page-header .setting-links,
.rtl .page-header .switcher {
  margin-left: 10px;
  margin-right: inherit;
}
.page-header .header-links li,
.page-header .setting-links li,
.page-header .switcher li {
  font-size: 13px;
}
.page-header .header-links li a,
.page-header .setting-links li a,
.page-header .switcher li a {
  text-decoration: none !important;
}
.page-header .setting-links {
  margin-right: 0 !important;
}
.page-header .welcome {
  display: none !important;
}
.page-header .setting-links-dropdown li {
  border-bottom: 0;
  border-top: 1px solid #ddd;
}
.page-header .setting-links-dropdown li:first-child {
  border-top: 0 !important;
}
.page-header .setting-links-dropdown li:last-child {
  padding-top: 0 !important;
}
.page-header .setting-links-dropdown li:hover {
  background: none !important;
}
.page-header .setting-links-dropdown li a {
  color: #666;
}
.page-header .setting-links-dropdown li a:hover {
  color: #9676b5;
}
/* Keep header */
.navbar-fixed-top #ves-header {
  position: fixed;
  background: #ffffff;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
}
.navbar-fixed-top #ves-header .top-banner {
  display: none;
}
.navbar-fixed-top #ves-header .page-topbar {
  margin-top: -45px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0ss all ease-in;
  transition: all all 0.4s ease 0ss ease-in;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  visibility: hidden;
}
.navbar-fixed-top .header-content {
  padding: 10px 0;
}
.navbar-fixed-top .header1 .ves-menutop .ves-megamenu {
  border-bottom: 0;
}
.header.panel {
  font-family: "Circe", sans-serif;
  font-size: 16px;
}
.header.panel a {
  color: #666;
  font-size: 16px;
}
.header.panel a:hover {
  color: #9676b5;
}
.breadcrumbs {
  margin-top: 0 !important;
  margin-bottom: 20px;
}
.breadcrumbs .items {
  position: relative;
  z-index: 14;
}
.breadcrumbs .item {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumbs .item a {
  color: #999 !important;
}
.breadcrumbs .item strong {
  color: #000000;
  font-weight: 700;
}
.breadcrumbs .item:not(:last-child)::after {
  font-size: 8px !important;
  line-height: 13px !important;
  color: #999;
}
.ves-slideshow .owl-carousel {
  padding: 0;
}
.ves-bannertop a {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.rtl .ves-bannertop a {
  float: right !important;
}
.ves-bannertop a:last-child {
  margin-bottom: 0;
}
.ves-showcase {
  margin-bottom: 25px;
}
.ves-massbottom {
  margin-bottom: 25px;
}
.ves-massbottom .block {
  margin-bottom: 0;
}
.ves-massbottom .block .block-title strong {
  color: #ffffff;
}
.ves-massbottom .block .block-content {
  color: #ffffff;
  padding: 30px 0;
}
.brand-image img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.brand-image img:hover,
.brand-image img:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-footer {
  font-family: "Circe", sans-serif;
  line-height: 22px;
  margin-top: 30px;
  font-weight: 400;
}
.page-footer .vesbuilder-block {
  margin: 0;
}
.page-footer .ves-inner > p {
  margin: 0;
}
.page-footer .block.vesbuilder-block > .block-content {
  padding: 0;
}
.footer-top {
  background: #ffffff;
  color: #999;
  font-size: 13px;
}
.footer-top > p {
  margin: 0;
}
.footer-top .block {
  margin-bottom: 0;
}
.footer-top .block .block-title {
  padding: 0 !important;
  margin-bottom: 6px !important;
  border: 0 !important;
}
.footer-top .block .block-title * {
  font-size: 14px;
}
.footer-top .block .block-title::before {
  display: none;
}
.footer-top .block .block-content {
  padding: 0 !important;
}
.footer-top .nav-links {
  margin: 0;
}
.footer-top .nav-links li {
  margin-bottom: 5px;
}
.footer-top .nav-links li a {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}
.footer-top .nav-links li a:hover {
  color: #9676b5;
  text-decoration: none;
}
.copyright {
  color: #999;
  padding: 28px 0;
  font-weight: normal;
}
.copyright p {
  margin: 0;
}
.copyright .block .panel-group {
  margin: 0;
}
.copyright .nav-links {
  text-align: right;
  padding-top: 12px;
}
.rtl .copyright .nav-links {
  text-align: left;
}
.copyright .nav-links > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 6%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.rtl .copyright .nav-links > li {
  padding-right: 6%;
  padding-left: inherit;
}
.copyright .nav-links > li a {
  color: #999;
}
.copyright .nav-links > li a:hover {
  color: #9676b5;
}
.scrollup {
  background: #9676b5;
  border-radius: 100%;
  bottom: 82px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  color: #ffffff !important;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  line-height: 18px;
  padding: 2px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  z-index: 9999;
}
.rtl .scrollup {
  left: 10px;
  right: auto;
}
.scrollup .fa {
  display: block;
}
.scrollup:hover {
  background: #333333 none repeat scroll 0 0;
  text-decoration: none;
}
.pages strong.page {
  padding: 0 15px !important;
}
.pages .item {
  font-size: 14px !important;
}
.page-wrapper .toolbar {
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
}
.page-wrapper .toolbar .pages a.page {
  color: #666;
}
.page-wrapper .toolbar .pages a.page:hover {
  color: #9676b5;
}
.page-wrapper .toolbar .modes-mode.active,
.page-wrapper .toolbar .modes-mode:hover:not(.active) {
  color: #152a38;
}
.page-wrapper .toolbar .sorter-action,
.page-wrapper .toolbar .limiter-text {
  display: none;
}
.page-wrapper .toolbar .limiter-options {
  margin-right: 0;
  min-width: 80px;
}
.page-wrapper .toolbar .limiter {
  display: block;
  float: right;
  margin-left: 10px;
}
.rtl .page-wrapper .toolbar .limiter {
  float: left !important;
}
.rtl .page-wrapper .toolbar .limiter {
  margin-right: 10px;
  margin-left: inherit;
}
.page-wrapper .toolbar .limiter .label {
  color: #444;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 12px;
  border-left: 1px solid #e6e6e6;
  padding-left: 15px;
}
.rtl .page-wrapper .toolbar .limiter .label {
  border-right: 1px solid #e6e6e6;
  border-left: none;
}
.rtl .page-wrapper .toolbar .limiter .label {
  padding-right: 15px;
  padding-left: inherit;
}
.page-wrapper .toolbar .limiter .limiter-options {
  margin: 0;
  min-width: 60px;
}
.page-wrapper .toolbar .sorter-options,
.page-wrapper .toolbar .limiter-options {
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  border: 0;
  box-shadow: none !important;
}
.page-wrapper .toolbar .sorter-options {
  min-width: 88px;
}
.page-wrapper .toolbar .toolbar-amount {
  display: none;
}
.page-wrapper .toolbar .sorter,
.page-wrapper .toolbar .control {
  position: relative;
  padding: 0;
  float: right;
}
.rtl .page-wrapper .toolbar .sorter,
.rtl .page-wrapper .toolbar .control {
  float: left !important;
}
.page-wrapper .toolbar .sorter label,
.page-wrapper .toolbar .control label {
  display: none;
}
.page-wrapper .toolbar .sorter::after,
.page-wrapper .toolbar .control::after {
  content: "\f107";
  background: #ffffff;
  color: #000000;
  font-family: "FontAwesome";
  width: 25px;
  height: 32px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.rtl .page-wrapper .toolbar .sorter::after,
.rtl .page-wrapper .toolbar .control::after {
  left: 0;
  right: auto;
}
.page-wrapper .toolbar .modes-label {
  display: none;
}
.page-wrapper .toolbar .modes {
  float: left;
  padding-top: 8px;
  margin: 0;
}
.rtl .page-wrapper .toolbar .modes {
  float: right !important;
}
.page-wrapper .toolbar .modes-mode {
  text-transform: uppercase;
  color: #999;
  margin-right: 10px;
  float: left;
}
.rtl .page-wrapper .toolbar .modes-mode {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .page-wrapper .toolbar .modes-mode {
  float: right !important;
}
.page-wrapper .toolbar .modes-mode > span {
  display: none;
}
.page-wrapper .products.wrapper ~ .toolbar {
  border-bottom: 0;
  text-align: center;
  margin-bottom: 30px;
}
.page-wrapper .products.wrapper ~ .toolbar .limiter {
  display: none;
}
.page-wrapper .products.wrapper ~ .toolbar .pages {
  float: none;
}
.page-wrapper .products.wrapper ~ .toolbar .pages li a {
  background: #f1f1f1;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #aaa;
  font-size: 12px;
  border-radius: 0;
}
.page-wrapper .products.wrapper ~ .toolbar .pages .action.previous {
  margin-right: 0;
}
.page-wrapper .products.wrapper ~ .toolbar .pages .action.next {
  margin-left: 0;
}
.page-wrapper .products.wrapper ~ .toolbar .modes {
  display: none;
}
.category-image,
.category-description {
  margin-bottom: 30px;
}
.catalog-category-view.page-layout-1column .page-products .toolbar .limiter {
  display: block;
  margin-left: 20px;
}
.rtl .catalog-category-view.page-layout-1column .page-products .toolbar .limiter {
  margin-right: 20px;
  margin-left: inherit;
}
.catalog-category-view.page-layout-1column .products ~ .toolbar-products {
  text-align: center;
}
.catalog-category-view.page-layout-1column .products ~ .toolbar-products .pages {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: none;
}
.catalog-category-view.page-layout-1column .products ~ .toolbar-products .limiter {
  display: none !important;
}
body.filter-active .page-wrapper {
  height: auto !important;
  margin-top: 0 !important;
  visibility: visible !important;
}
.block-info.block-info-2columns .content,
.block-info.block-info-3columns .content {
  padding: 0;
  background: none;
}
.block-info.block-info-3columns .content .title {
  font-size: 20px;
  font-weight: bold;
}
.block-info.block-info-3columns .content .info {
  font-size: 16px;
}
.product-info-main {
  margin-bottom: 30px;
  padding-top: 10px;
}
.product-info-main .page-title-wrapper .page-title {
  font-family: "Circe", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.product-info-main .product-reviews-summary {
  float: right;
}
.rtl .product-info-main .product-reviews-summary {
  float: left !important;
}
.product-info-main .product-reviews-summary .reviews-actions {
  display: none;
}
.product-info-main .rating-summary {
  margin: 0;
}
.product-info-main .rating-summary .rating-result {
  width: 76px;
}
.product-info-main .rating-summary .rating-result::before {
  font-size: 14px;
}
.product-info-main .rating-summary .rating-result > span::before {
  font-size: 14px;
}
.product-info-main .countdown-timmer {
  background: none;
}
.product-info-main .countdown-timmer .item-countdown ul > li:after {
  color: #333;
}
.product-info-main .countdown-timmer .item-countdown li .countdown_num {
  color: #333;
  border: 1px solid #333;
}
.product-info-main .product-info-stock-sku {
  margin-bottom: 20px;
}
.product-info-main .product-info-stock-sku .stock.available,
.product-info-main .product-info-stock-sku .stock.unavailable {
  margin: 0;
  color: #9676b5;
  font-weight: normal;
  line-height: 24px;
  font-size: 12px;
  margin-top: 2px;
}
.product-info-main .product-info-stock-sku .product.attibute.sku {
  color: #9676b5;
  font-size: 12px;
}
.product-info-main .product-info-stock-sku .product.attibute.sku strong {
  font-weight: normal;
  color: #999;
}
.product-info-main .product-options-wrapper {
  margin-bottom: 20px;
}
.product-info-main .product-options-wrapper .swatch-attribute-label {
  color: #3c3c3c;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 10px;
}
.product-info-main .product-options-wrapper .swatch-attribute-selected-option {
  padding: 0;
}
.product-info-main .product-options-wrapper .swatch-option {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: none;
  margin: 0 3px 5px;
}
.product-info-main .product-options-wrapper .swatch-option.text {
  font-weight: 500;
}
.product-info-main .quantity-adder #qty-error {
  position: absolute;
  min-width: 300px;
}
.product-info-main .countdown-timmer {
  margin-bottom: 30px;
}
.product-info-main .product-add-form,
.product-info-main .product-social-links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: bottom;
}
.product-info-main .actions {
  vertical-align: top !important;
}
.product-info-main .price-box .price-wrapper .price {
  font-family: "Circe", sans-serif !important;
  color: #444 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}
.product-info-main .price-box .old-price .price-wrapper .price {
  color: #999 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-left: 8px;
}
.rtl .product-info-main .price-box .old-price .price-wrapper .price {
  margin-right: 8px;
  margin-left: inherit;
}
.product-info-main .price-label {
  display: none;
}
.product-info-main .product-addto-links a:hover {
  color: #9676b5;
}
.product-info-main .product-add-form {
  margin: 0;
}
.product-info-main .box-tocart .action.tocart,
.bundle-options-container .box-tocart .action.tocart,
.product-add-form .box-tocart .action.tocart {
  background: #9676b5 !important;
  padding: 0 24px!important;
  line-height: 44px !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}
.product-info-main .box-tocart .action.tocart:hover,
.bundle-options-container .box-tocart .action.tocart:hover,
.product-add-form .box-tocart .action.tocart:hover {
  background: #3c3c3c !important;
}
.product-info-main .add-action,
.bundle-options-container .add-action,
.product-add-form .add-action {
  background: #f8f9fb none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: black;
  cursor: pointer;
  display: block;
  font-size: 9px;
  height: 22px;
  line-height: 22px;
  margin-left: -1px;
  position: relative;
  text-align: center;
  width: 26px;
}
.product-info-main .add-action:hover,
.bundle-options-container .add-action:hover,
.product-add-form .add-action:hover {
  color: #9676b5;
}
.product-info-main .field.qty .control,
.bundle-options-container .field.qty .control,
.product-add-form .field.qty .control {
  float: left;
}
.rtl .product-info-main .field.qty .control,
.rtl .bundle-options-container .field.qty .control,
.rtl .product-add-form .field.qty .control {
  float: right !important;
}
.product-info-main .field.qty .input-text.qty,
.bundle-options-container .field.qty .input-text.qty,
.product-add-form .field.qty .input-text.qty {
  border-color: #e6e6e6;
  height: 44px;
}
.product-info-main .product-addto-links a,
.bundle-options-container .product-addto-links a,
.product-add-form .product-addto-links a {
  background: #d7d7d7;
  color: #ffffff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 !important;
  margin-left: 4px;
  font-size: 17px;
}
.rtl .product-info-main .product-addto-links a,
.rtl .bundle-options-container .product-addto-links a,
.rtl .product-add-form .product-addto-links a {
  margin-right: 4px;
  margin-left: inherit;
}
.product-info-main .product-addto-links a:hover,
.bundle-options-container .product-addto-links a:hover,
.product-add-form .product-addto-links a:hover {
  background: #9676b5;
  color: #ffffff !important;
}
.page-product-bundle .column.main .product-social-links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: bottom;
}
.page-product-bundle .column.main .fieldset > .field .choice input,
.page-product-bundle .column.main .fieldset > .fields > .field .choice input {
  float: left;
  margin-right: 5px;
}
.rtl .page-product-bundle .column.main .fieldset > .field .choice input,
.rtl .page-product-bundle .column.main .fieldset > .fields > .field .choice input {
  float: right !important;
}
.rtl .page-product-bundle .column.main .fieldset > .field .choice input,
.rtl .page-product-bundle .column.main .fieldset > .fields > .field .choice input {
  margin-left: 5px;
  margin-right: inherit;
}
.page-product-bundle .column.main .block-bundle-summary .title {
  margin-bottom: 20px;
}
.page-product-bundle .column.main .block-bundle-summary .box-tocart {
  float: left;
  width: 100%;
}
.rtl .page-product-bundle .column.main .block-bundle-summary .box-tocart {
  float: right !important;
}
.page-product-bundle .column.main .block-bundle-summary .field.qty .label {
  line-height: 44px;
}
.page-product-bundle .column.main .block-bundle-summary .field.qty .control {
  margin: 0 10px;
}
.page-product-bundle .column.main .block-bundle-summary .field.qty .input-text.qty {
  border-color: #e6e6e6 !important;
  height: 44px;
}
.page-product-bundle .product-info-main .price-label {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.page-product-bundle .bundle-options-container .price-box .price {
  color: #9676b5;
  font-size: 20px;
}
.page-product-bundle .bundle-options-container .nested .field.qty .label {
  line-height: 44px;
  margin: 0 5px;
}
.page-product-downloadable .product-add-form .box-tocart {
  float: left;
  margin-top: 0;
}
.rtl .page-product-downloadable .product-add-form .box-tocart {
  float: right !important;
}
.page-product-downloadable .product-add-form .price-box {
  margin-bottom: 20px;
}
.page-product-grouped .product-info-main .product-social-links {
  float: left;
  width: 100%;
  margin-left: -5px;
  margin-top: 10px;
}
.rtl .page-product-grouped .product-info-main .product-social-links {
  float: right !important;
}
.rtl .page-product-grouped .product-info-main .product-social-links {
  margin-right: -5px;
  margin-left: inherit;
}
.page-product-grouped .product-info-main .product-info-price {
  min-height: 52px;
}
.ves-contact .block-content,
.ves-contact .contact-customhtml {
  float: left;
  width: 100%;
}
.rtl .ves-contact .block-content,
.rtl .ves-contact .contact-customhtml {
  float: right !important;
}
.ves-contact .contact-customhtml {
  padding-bottom: 30px;
}
.ves-contact .google-map {
  margin-bottom: 30px;
}
.ves-contact .media {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.rtl .ves-contact .media {
  float: right !important;
}
.ves-contact .media .fa {
  background: #f1f1f1;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 10px;
}
.rtl .ves-contact .media .fa {
  margin-left: 10px;
  margin-right: inherit;
}
.themesettings-index-quickview .product-info-main .page-title-wrapper .page-title {
  margin-top: 0;
}
.fancybox-outer .popup_avaiable {
  text-align: center;
}
.cart-container .cart-summary {
  width: 26%;
  z-index: 12;
}
.cart-container .cart-summary .checkout-methods-items .action.primary.checkout,
.cart-container .cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-container .cart-summary .checkout-methods-items .am-filter-go.checkout {
  font-size: 15px;
}
.cart-container .cart.table-wrapper .actions-toolbar,
.cart-container .form-cart .actions.main .action {
  margin-bottom: 10px;
}
.cart-container .cart.table-wrapper .item .col.item {
  padding-bottom: 0;
}
.cart-container .cart.table-wrapper .action-gift::after {
  font-size: 10px;
}
.checkout-cart-index .page-title-wrapper {
  padding: 0;
}
.checkout-cart-index .mark,
.checkout-cart-index .mark {
  background: transparent;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
  font-weight: normal;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  font-size: 14px;
}
.checkout-cart-index .price-including-tax .price,
.checkout-cart-index .price-excluding-tax .price {
  font-weight: 600;
  color: #9676b5;
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .authentication-wrapper {
  margin: 0;
}
.checkout-index-index .search-wrapper,
.checkout-index-index .setting-wrapper,
.checkout-index-index .ves-menutop {
  display: none !important;
}
.checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
  background: #9676b5;
  border-radius: 50%;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -30px;
  top: -8px;
}
.rtl .checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
  left: -30px;
  right: auto;
}
.checkout-index-index .minicart-wrapper .action.showcart .counter.qty .counter-number {
  color: #ffffff;
}
.checkout-index-index #checkout .opc-wrapper {
  width: 70%;
}
.checkout-index-index #checkout .modal-content {
  box-shadow: none;
  border: 0;
}
.checkout-index-index #checkout .opc-estimated-wrapper {
  margin: 30px 0;
}
.checkout-index-index #checkout .modal-content {
  background: none;
}
.checkout-index-index #checkout .modal-header {
  border-bottom: 0;
}
.checkout-index-index #checkout .modal-content {
  margin: 10px 0;
}
.checkout-index-index table td[class*="col-"],
.checkout-index-index table th[class*="col-"] {
  font-weight: 500;
}
.checkout-index-index #checkout-payment-method-load .payment-method-content .actions-toolbar {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}
.checkout-index-index .modal-inner-wrap .block-customer-login .actions-toolbar {
  margin: 0 !important;
}
.checkout-index-index #customer-email-fieldset .actions-toolbar .secondary {
  margin-top: 10px;
}
.catalog-product-compare-index #product-comparison tr {
  border-bottom: 1px solid #ddd;
}
.catalog-product-compare-index #product-comparison th.label {
  border: 0 !important;
  padding-top: 10px;
}
.catalog-product-compare-index #product-comparison th.label span {
  position: relative;
  line-height: 30px;
}
.catalog-product-compare-index #product-comparison .cell {
  width: auto;
  background: none !important;
  padding: 10px;
}
.catalog-product-compare-index #product-comparison .cell .product-item-name,
.catalog-product-compare-index #product-comparison .cell .price {
  font-weight: 700;
}
.catalog-product-compare-index #product-comparison .cell.remove {
  text-align: left !important;
}
.catalog-product-compare-index #product-comparison tbody + tbody {
  border-top: 0 !important;
}
#product-comparison .cell {
  width: 180px;
}
#product-comparison .action.tocart {
  padding: 10px 20px;
}
.abs-shopping-cart-items .action.continue::before,
.block-cart-failed .action.continue::before,
.cart-container .form-cart .action.continue::before,
.abs-shopping-cart-items .action.update::before,
.block-cart-failed .action.update::before,
.cart-container .form-cart .action.update::before,
.block-cart-failed .action.continue::before,
.block-cart-failed .action.update::before,
.cart-container .form-cart .action.continue::before,
.cart-container .form-cart .action.update::before {
  font-size: 15px;
}
.multishipping-checkout-address-newshipping .columns .checkbox {
  float: left;
}
.rtl .multishipping-checkout-address-newshipping .columns .checkbox {
  float: right !important;
}
#shopping-cart-table .action-towishlist {
  float: left;
}
.rtl #shopping-cart-table .action-towishlist {
  float: right !important;
}
#shopping-cart-table .item-options {
  float: left;
}
.rtl #shopping-cart-table .item-options {
  float: right !important;
}
#shopping-cart-table .action-gift {
  float: left;
}
.rtl #shopping-cart-table .action-gift {
  float: right !important;
}
/* Account page */
.account .columns .fieldset > .legend {
  margin: 0 0 20px 0;
}
.account .columns .sidebar-additional {
  margin-top: 0;
}
.account .page-title-wrapper .page-title {
  font-size: 24px;
}
.account .block-collapsible-nav {
  left: 15px;
  right: 15px;
  width: auto;
  background: #ffffff;
}
.account .action.view {
  font-size: 14px;
}
.account .block-collapsible-nav .content {
  background: #ffffff;
}
.account .table > thead > tr > th {
  font-weight: 500;
  text-align: left;
}
.rtl .account .table > thead > tr > th {
  text-align: right;
}
.account .box .box-title * {
  font-weight: 500 !important;
}
.page-main-fluid {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
#maincontent img {
  max-width: 100%;
}
#maincontent ul li {
  list-style: none;
}
a:hover,
a:focus,
a:active {
  outline: none !important;
}
.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 #e6e6e6;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  float: none;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.table:not(.cart):not(.totals) th,
.table:not(.cart):not(.totals) td {
  float: none;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  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: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  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: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  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: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  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: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  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: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
@media (max-width: 991px) {
  .panel.header .links,
  .panel.header .switcher {
    display: none;
  }
  .nav-sections {
    background: none;
    background: transparent;
  }
  .nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 14;
  }
  .nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-toggle:hover:before {
    color: #333333;
  }
  .nav-toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (max-width: 991px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: 5px;
  }
  .navigation .parent .level-top.ui-state-active {
    margin-left: 0;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 8px 20px;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -18px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .nav-sections .header.links li {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 700;
    padding: 8px 20px;
  }
  .nav-sections .header.links li:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 8px 20px;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: transparent;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #e6e6e6;
    color: #e6e6e6;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
.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.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Balltheme/balloon/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 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.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: 'Noto 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;
  font-family: 'luma-icons';
  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: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  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: 'luma-icons';
  src: url('../../frontend/Balltheme/balloon/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Balltheme/balloon/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  border-radius: 3px;
}
button:active {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(230, 230, 230, 0.3);
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  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;
}
.product.data.items > .item.title > .switch {
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #e6e6e6;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #ffffff;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #ff0000;
  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: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.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: 14px;
  line-height: 14px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Balltheme/balloon/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/Balltheme/balloon/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Balltheme/balloon/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Balltheme/balloon/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Balltheme/balloon/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 {
  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 {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 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 {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.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 {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 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 {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.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 {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e6e6e6;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  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 {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #e6e6e6;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #e6e6e6;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px;
}
[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: 1200px;
  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;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * 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;
}
.aw_cl__balance-history .admin__data-grid-outer-wrap .aw_cl__price-green {
  color: #329c6e;
}
.aw_cl__balance-history .admin__data-grid-outer-wrap .aw_cl__price-red {
  color: #d13441;
}
.aw-cl__top-totals-list-wrap {
  width: 100%;
  display: inline-table;
  list-style: none none;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 0 4rem;
}
.aw-cl__top-totals-list-wrap .summary-title {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 2.5rem;
}
.aw-cl__top-totals-list-wrap .total-item {
  display: inline-block;
  font-weight: normal;
  margin: 0.5rem 3.5rem;
  text-align: center;
  vertical-align: top;
}
.aw-cl__top-totals-list-wrap .total-item .title {
  font-size: 1.6rem;
  color: #41362f;
  font-weight: 600;
  margin-bottom: 5px;
}
.aw-cl__top-totals-list-wrap .total-item .total {
  font-size: 1.8rem;
  font-weight: 800;
  margin-right: 5px;
}
.aw-cl__payment-form-wrapper .aw-cl__payment-form {
  display: flex;
}
.aw-cl__payment-form-wrapper .control-addon {
  display: flex;
  align-items: center;
}
.aw-cl__payment-form-wrapper .addon-suffix {
  margin-left: 1rem;
}
.aw-cl__payment-form-wrapper .pay {
  height: 32px;
}
.payment-method.aw-credit-limit #po_number {
  margin-bottom: 0;
}
.aw-cl__top-totals-list-wrap .total-list {
  padding-left: 0px;
}
@font-face {
  font-family: 'ui-icons';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Balltheme/balloon/en_US/Aheadworks_UiComponents/fonts/ui-icons.eot');
  src: url('../../frontend/Balltheme/balloon/en_US/Aheadworks_UiComponents/fonts/ui-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Balltheme/balloon/en_US/Aheadworks_UiComponents/fonts/ui-icons.woff') format('woff'), url('../../frontend/Balltheme/balloon/en_US/Aheadworks_UiComponents/fonts/ui-icons.svg') format('svg'), url('../../frontend/Balltheme/balloon/en_US/Aheadworks_UiComponents/fonts/ui-icons.woff2') format('woff2'), url('../../frontend/Balltheme/balloon/en_US/Aheadworks_UiComponents/fonts/ui-icons.ttf') format('truetype');
}
.aw-ui-listing .admin__action-dropdown-wrap {
  display: inline-block;
  position: relative;
}
.aw-ui-listing .admin__action-dropdown-wrap .admin__action-dropdown-text:after {
  left: -6px;
  right: 0;
}
.aw-ui-listing .admin__action-dropdown-wrap .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.aw-ui-listing .admin__action-dropdown-wrap.active .admin__action-dropdown,
.aw-ui-listing .admin__action-dropdown-wrap._active .admin__action-dropdown {
  border-color: #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.aw-ui-listing .admin__action-dropdown-wrap.active .admin__action-dropdown-text:after,
.aw-ui-listing .admin__action-dropdown-wrap._active .admin__action-dropdown-text:after {
  background-color: #ffffff;
  content: '';
  height: 6px;
  position: absolute;
  top: 100%;
}
.aw-ui-listing .admin__action-dropdown-wrap.active .admin__action-dropdown-menu,
.aw-ui-listing .admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
  display: block;
}
.aw-ui-listing .admin__action-dropdown-wrap._disabled .admin__action-dropdown {
  cursor: default;
}
.aw-ui-listing .admin__action-dropdown-wrap._disabled:hover .admin__action-dropdown {
  color: #333333;
}
.aw-ui-listing .admin__action-dropdown {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
  color: #41362f;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -.025em;
  margin-left: 5px;
  padding: 0.7rem 3.3rem 1.4rem 1.5rem;
  position: relative;
  vertical-align: baseline;
  z-index: 2;
}
.aw-ui-listing .admin__action-dropdown:hover,
.aw-ui-listing .admin__action-dropdown:focus {
  background-color: #ffffff;
  color: #060504;
  text-decoration: none;
}
.aw-ui-listing .admin__action-dropdown:after {
  right: 1.5rem;
}
.aw-ui-listing .admin__action-dropdown:before {
  margin-right: 1rem;
}
.aw-ui-listing .admin__action-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 1.36;
  margin-top: -1px;
  min-width: 120%;
  padding: 2.2rem 3.5rem 1rem;
  position: absolute;
  top: 100%;
  transition: all 0.15s ease;
  z-index: 1;
}
.aw-ui-listing .admin__action-dropdown-menu > li {
  display: block;
}
.aw-ui-listing .admin__action-dropdown-menu > li > a {
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 0.6rem 0.5rem;
}
.aw-ui-listing .selectmenu {
  display: inline-block;
  position: relative;
  text-align: left;
  width: auto;
  border: 1px solid #adadad;
  z-index: 1;
  -webkit-appearance: none;
  background-color: #ffffff;
  border-radius: 1px;
  box-shadow: none;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 400;
  height: auto;
  line-height: 1.36;
  transition: border-color 0.1s linear;
  vertical-align: baseline;
}
.aw-ui-listing .selectmenu:hover {
  border-color: #878787;
}
.aw-ui-listing .selectmenu:hover .selectmenu-toggle:before {
  border-color: #878787;
}
.aw-ui-listing .selectmenu._active {
  border-color: #007bdb;
  z-index: 500;
}
.aw-ui-listing .selectmenu._active .selectmenu-toggle:after {
  transform: rotate(180deg);
}
.aw-ui-listing .selectmenu .action-save,
.aw-ui-listing .selectmenu .action-edit,
.aw-ui-listing .selectmenu .action-delete {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0 1rem 0 1rem;
}
.aw-ui-listing .selectmenu .action-save:hover,
.aw-ui-listing .selectmenu .action-edit:hover,
.aw-ui-listing .selectmenu .action-delete:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.aw-ui-listing .selectmenu .action-save:before,
.aw-ui-listing .selectmenu .action-edit:before,
.aw-ui-listing .selectmenu .action-delete:before {
  content: '\e604';
  font-family: 'luma-icons';
}
.aw-ui-listing .selectmenu .action-edit,
.aw-ui-listing .selectmenu .action-delete {
  border: 0 solid #ffffff;
  border-left-width: 1px;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.aw-ui-listing .selectmenu .action-edit:hover,
.aw-ui-listing .selectmenu .action-delete:hover {
  border: 0 solid #ffffff;
  border-left-width: 1px;
}
.aw-ui-listing .selectmenu .action-save:before {
  content: '\e619';
  font-family: 'luma-icons';
}
.aw-ui-listing .selectmenu .action-edit:before {
  content: '\e601';
  font-family: 'luma-icons';
}
.aw-ui-listing .selectmenu button:not(.primary) {
  box-shadow: none;
}
.aw-ui-listing .selectmenu-value {
  display: inline-block;
}
.aw-ui-listing .selectmenu-value input[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  display: inline;
  margin: 0;
  width: 8rem;
}
body._keyfocus .aw-ui-listing .selectmenu-value input[type='text']:focus {
  box-shadow: none;
}
.aw-ui-listing .selectmenu-toggle {
  padding-right: 1.8rem;
  background: transparent;
  border: none !important;
  bottom: 0;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.aw-ui-listing .selectmenu-toggle:focus,
.aw-ui-listing .selectmenu-toggle:active,
.aw-ui-listing .selectmenu-toggle:hover {
  background: transparent;
}
.selectmenu._active .aw-ui-listing .selectmenu-toggle:before {
  border-color: #007bdb;
}
body._keyfocus .aw-ui-listing .selectmenu-toggle:focus {
  box-shadow: none;
}
.aw-ui-listing .selectmenu-toggle:before {
  background: #e3e3e3;
  border-left: 1px solid #adadad;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.aw-ui-listing .selectmenu-toggle:after {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.aw-ui-listing .selectmenu-items {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  float: left;
  left: -1px;
  margin-top: 3px;
  max-width: 20rem;
  min-width: calc(100% + 2px);
  position: absolute;
  top: 100%;
}
.aw-ui-listing .selectmenu-items._active {
  display: block;
}
.aw-ui-listing .selectmenu-items ul {
  float: left;
  list-style-type: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
}
.aw-ui-listing .selectmenu-items li {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
  transition: background .2s linear;
  margin-bottom: 0;
}
.aw-ui-listing .selectmenu-items li:hover {
  background: #e3e3e3;
}
.aw-ui-listing .selectmenu-items li:last-child .selectmenu-item-action {
  color: #007bdb;
  text-decoration: none;
}
.aw-ui-listing .selectmenu-item {
  position: relative;
  width: 100%;
  z-index: 1;
}
li._edit > .aw-ui-listing .selectmenu-item {
  display: none;
}
.aw-ui-listing .selectmenu-item-edit {
  display: none;
  padding: .3rem 4rem .3rem .4rem;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
li:last-child .aw-ui-listing .selectmenu-item-edit {
  padding-right: .4rem;
}
.aw-ui-listing .selectmenu-item-edit .admin__control-text {
  margin: 0;
  width: 5.4rem;
}
li._edit .aw-ui-listing .selectmenu-item-edit {
  display: block;
}
.aw-ui-listing .selectmenu-item-action {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  color: #333333;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  min-width: 100%;
  padding: 1rem 6rem 1rem 1.5rem;
  text-align: left;
  transition: background .2s linear;
  width: 5rem;
  border: none !important;
  border-radius: 0;
}
.aw-ui-listing .selectmenu-item-action:hover,
.aw-ui-listing .selectmenu-item-action:focus {
  background: #e3e3e3;
}
.aw-ui-listing .admin__data-grid-pager-wrap {
  float: right;
  text-align: right;
}
.aw-ui-listing .admin__data-grid-pager {
  display: inline-block;
  margin-left: 3rem;
  margin-top: 5px;
}
.aw-ui-listing .admin__data-grid-pager .admin__control-text::-webkit-outer-spin-button,
.aw-ui-listing .admin__data-grid-pager .admin__control-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.aw-ui-listing .admin__data-grid-pager .admin__control-text {
  -moz-appearance: textfield;
  text-align: center;
  width: 4.4rem;
}
.aw-ui-listing .action-previous,
.aw-ui-listing .action-next {
  width: 4.4rem;
}
.aw-ui-listing .action-previous:before,
.aw-ui-listing .action-next:before {
  font-weight: 700;
}
.aw-ui-listing .action-previous > span,
.aw-ui-listing .action-next > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.aw-ui-listing .action-previous {
  margin-right: 2.5rem;
  text-indent: -.25em;
}
.aw-ui-listing .action-previous:before {
  content: '\e617';
  font-family: 'luma-icons';
}
.aw-ui-listing .action-next {
  margin-left: 1.5rem;
  text-indent: .1em;
}
.aw-ui-listing .action-next:before {
  content: '\e608';
  font-family: 'luma-icons';
}
.aw-ui-listing .selectmenu .selectmenu-items li._edit > .selectmenu-item {
  display: none;
}
.aw-ui-listing .selectmenu .selectmenu-items li._edit .selectmenu-item-edit {
  display: block;
}
.aw-ui-listing .selectmenu .selectmenu-items li:last-child .selectmenu-item-edit {
  padding-right: .4rem;
}
.aw-ui-listing .admin__data-grid-outer-wrap {
  position: relative;
}
.aw-ui-listing .admin__data-grid-outer-wrap .col-xs-3 {
  width: 25%;
  float: left;
}
.aw-ui-listing .admin__data-grid-outer-wrap .col-xs-9 {
  width: 75%;
  float: right;
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__control-support-text {
  border: 1px solid transparent;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.36;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid td,
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid th {
  padding: 11px 15px;
}
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid tbody tr td {
  border-top: 1px solid #cccccc;
}
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable {
  position: relative;
  cursor: pointer;
}
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable._descend::before,
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable._ascend::before {
  position: absolute;
  right: 4px;
  font-size: 18px;
  bottom: 10px;
}
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable._descend::before {
  content: '\2191';
}
.aw-ui-listing .admin__data-grid-outer-wrap .data-grid .data-grid-th._sortable._ascend::before {
  content: '\2193';
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-left: -2rem;
  margin-top: -2rem;
  left: 50%;
  top: 50%;
  position: absolute;
  width: 1em;
  background: none;
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.8100000000000001s;
  -moz-animation-delay: 0.8100000000000001s;
  -ms-animation-delay: 0.8100000000000001s;
  animation-delay: 0.8100000000000001s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
.aw-ui-listing .admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.72s;
  -moz-animation-duration: 0.72s;
  -ms-animation-duration: 0.72s;
  animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -ms-animation-direction: linear;
  animation-direction: linear;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: 0.5em;
  position: absolute;
  width: 1em;
}
.aw-ui-listing .admin__data-grid-wrap {
  width: 100%;
  overflow-x: auto;
}
.aw-ui-listing .admin__data-grid-filters,
.aw-ui-listing .admin__data-grid-filters-footer {
  display: none;
}
.aw-ui-listing .admin__data-grid-filters .admin__footer-main-actions,
.aw-ui-listing .admin__data-grid-filters-footer .admin__footer-main-actions {
  float: right;
}
.aw-ui-listing .admin__data-grid-actions-wrap,
.aw-ui-listing .data-grid-filters-actions-wrap {
  float: right;
  margin-bottom: 1.1rem;
}
.aw-ui-listing .admin__data-grid-actions-wrap .admin__action-dropdown-wrap,
.aw-ui-listing .data-grid-filters-actions-wrap .admin__action-dropdown-wrap {
  display: inline-block;
}
.aw-ui-listing .admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-bookmarks,
.aw-ui-listing .data-grid-filters-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-bookmarks {
  display: none;
}
.aw-ui-listing .admin__action-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
  color: #41362f;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -.025em;
  position: relative;
  vertical-align: baseline;
  z-index: 2;
}
.aw-ui-listing .admin__action-dropdown::after {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0 .4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.aw-ui-listing .data-grid-filters-action-wrap .action-default {
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aw-ui-listing .data-grid-filters-action-wrap .action-default._active {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  font-weight: 600;
}
.aw-ui-listing .admin__data-grid-filters-wrap {
  opacity: 0;
  visibility: hidden;
  clear: both;
  font-size: 13px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.aw-ui-listing .admin__data-grid-filters-wrap._show {
  opacity: 1;
  visibility: visible;
  position: relative;
  display: grid;
  margin-bottom: 1rem;
  z-index: 280;
}
.aw-ui-listing .admin__data-grid-filters-wrap._show .admin__data-grid-filters,
.aw-ui-listing .admin__data-grid-filters-wrap._show .admin__data-grid-filters-footer {
  display: block;
}
.aw-ui-listing .admin__data-grid-filters-wrap._show .admin__data-grid-filters .admin__footer-main-actions,
.aw-ui-listing .admin__data-grid-filters-wrap._show .admin__data-grid-filters-footer .admin__footer-main-actions {
  float: right;
}
.aw-ui-listing .admin__data-grid-filters-current {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  display: none;
  font-size: 13px;
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.aw-ui-listing .admin__data-grid-filters-current._show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aw-ui-listing .admin__data-grid-filters-current .action-remove {
  position: absolute;
  right: 0;
  top: 2px;
  background-color: #e3e3e3;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 16px;
  text-align: center;
  height: 16px;
  display: inline-block;
  text-decoration: none;
}
.aw-ui-listing .admin__data-grid-filters-current .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.aw-ui-listing .admin__data-grid-filters-current .action-remove:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.aw-ui-listing .admin__data-grid-filters-current .action-remove:hover:after {
  color: #000000;
}
.aw-ui-listing .admin__data-grid-filters-current .action-remove:active:after {
  color: inherit;
}
.aw-ui-listing .admin__data-grid-filters-current .action-remove::after {
  margin-top: 1px;
}
.aw-ui-listing .admin__data-grid-filters-current .admin__current-filters-title-wrap {
  margin-right: 10px;
  min-width: 85px;
}
.aw-ui-listing .admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list {
  padding: 0;
  margin: 0;
}
.aw-ui-listing .admin__data-grid-filters-current .admin__current-filters-list-wrap .admin__current-filters-list > li {
  display: inline-block;
  font-weight: 600;
  margin: 0 5px;
  padding-right: 20px;
  position: relative;
}
.aw-ui-listing .admin__data-grid-filters-current .admin__current-filters-actions-wrap {
  margin-right: 0;
  margin-left: auto;
  min-width: 60px;
}
.aw-ui-listing .admin__data-grid-filters {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 10px 0 0 0;
}
.aw-ui-listing .admin__data-grid-filters .admin__filters-legend {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.aw-ui-listing .admin__data-grid-filters .admin__form-field {
  border: 0;
  margin: 0 0 20px 0;
  vertical-align: top;
  width: calc(31.33333333%);
  display: inline-block;
  padding-right: 2rem;
  padding-left: 0;
  box-sizing: border-box;
}
@media (max-width: 360px) {
  .aw-ui-listing .admin__data-grid-filters .admin__form-field {
    width: 100%;
  }
}
@media (min-width: 360px) and (max-width: 620px) {
  .aw-ui-listing .admin__data-grid-filters .admin__form-field {
    width: 50%;
  }
}
.aw-ui-listing .admin__data-grid-filters .admin__form-field .admin__form-field-control {
  display: flex;
}
.aw-ui-listing .admin__data-grid-filters .admin__form-field .admin__form-field {
  margin-bottom: 10px;
  width: 100%;
  float: none;
  padding-right: 0;
}
.aw-ui-listing .admin__data-grid-filters .admin__form-field .admin__form-field .admin__form-field-label {
  font-weight: normal;
  margin-bottom: 0;
  width: 15%;
  float: left;
  padding: 7px 10px 7px 0;
  min-width: 4rem;
  box-sizing: border-box;
}
.aw-ui-listing .admin__data-grid-filters .admin__form-field .admin__form-field .admin__form-field-label .admin__form-field-control {
  margin-left: 15%;
}
.aw-ui-listing .admin__data-grid-filters .admin__form-field .admin__form-field-legend {
  display: block;
  font-weight: bold;
  padding: 0;
}
.aw-ui-listing .admin__data-grid-filters .admin__form-field .admin__form-field-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.aw-ui-listing .admin__data-grid-filters .admin__data-grid-wrap {
  margin-top: 20px;
  overflow-x: auto;
}
.aw-ui-listing .admin__data-grid-filters .action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #ffffff;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.aw-ui-listing .admin__data-grid-filters .action-secondary:hover,
.aw-ui-listing .admin__data-grid-filters .action-secondary:active,
.aw-ui-listing .admin__data-grid-filters .action-secondary:focus {
  background-color: #35302c;
  border-color: #514943;
  -webkit-box-shadow: 0 0 0 1px #007bdb;
  -moz-box-shadow: 0 0 0 1px #007bdb;
  -ms-box-shadow: 0 0 0 1px #007bdb;
  box-shadow: 0 0 0 1px #007bdb;
  text-decoration: none;
}
.aw-ui-listing .admin__data-grid-filters .action-secondary .action-tertiary {
  background-color: transparent;
  border-color: transparent;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
  color: #007bdb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.aw-ui-listing .admin__data-grid-filters .action-secondary .action-tertiary:active,
.aw-ui-listing .admin__data-grid-filters .action-secondary .action-tertiary:hover,
.aw-ui-listing .admin__data-grid-filters .action-secondary .action-tertiary :focus {
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
}
.aw-ui-listing .admin__data-grid-action-columns._active {
  opacity: 0.98;
  z-index: 290;
}
.aw-ui-listing .admin__data-grid-action-columns-menu {
  color: #303030;
  font-size: 1.3rem;
  overflow: hidden;
  padding: 2.2rem 3.5rem 1rem;
  z-index: 1;
}
.aw-ui-listing .admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-header {
  border-bottom: 1px solid #d1d1d1;
}
.aw-ui-listing .admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-content {
  max-width: 50.4rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-footer {
  border-top: 1px solid #d1d1d1;
  padding-top: 2.5rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
  max-height: 140.5px;
  overflow-y: auto;
  padding-top: 1.5rem;
  position: relative;
  width: 51.9rem;
}
@media (max-width: 450px) {
  .aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
    width: 17.3rem;
  }
}
@media (min-width: 450px) and (max-width: 620px) {
  .aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
    width: 34.6rem;
  }
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__field-option {
  float: left;
  height: 20px;
  margin-bottom: 1.5rem;
  padding: 0 1rem 0 0;
  width: 15.8rem;
  display: flex;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__field-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-top: 4px;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-header {
  padding-bottom: 1.5rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-footer {
  padding: 1rem 0 2rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-footer-main-actions {
  margin-left: 25%;
  text-align: right;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-footer-secondary-actions {
  float: left;
  margin-left: -1em;
}
.admin__data-grid-actions-wrap {
  display: flex;
  justify-content: end;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__action-dropdown:before {
  content: '\e636';
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__action-dropdown:before {
  content: '\e635';
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export._active,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import._active {
  opacity: 0.98;
  z-index: 300;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export._active .admin__action-dropdown,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import._active .admin__action-dropdown {
  border: 1px solid transparent!important;
  box-shadow: none !important;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export._active .admin__action-dropdown:after,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import._active .admin__action-dropdown:after {
  transform: rotate(180deg);
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__action-dropdown-text:after,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__action-dropdown-text:after {
  display: none;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-export-menu,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-export-menu,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-import-menu,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-import-menu {
  margin-top: 1px;
  min-width: 160px;
  padding: 2rem 2rem 1rem;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-export-menu .admin__action-dropdown-footer-main-actions,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-export-menu .admin__action-dropdown-footer-main-actions,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-import-menu .admin__action-dropdown-footer-main-actions,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-import-menu .admin__action-dropdown-footer-main-actions {
  padding-bottom: 2rem;
  padding-top: 2.5rem;
  white-space: nowrap;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-export-menu .action-tertiary,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-export-menu .action-tertiary,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-import-menu .action-tertiary,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-import-menu .action-tertiary {
  color: #007bdb;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-export-menu .action-tertiary:hover,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-export-menu .action-tertiary:hover,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-import-menu .action-tertiary:hover,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-import-menu .action-tertiary:hover,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-export-menu .action-tertiary:active,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-export-menu .action-tertiary:active,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-import-menu .action-tertiary:active,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-import-menu .action-tertiary:active,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-export-menu .action-tertiary:focus,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-export-menu .action-tertiary:focus,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-import-menu .action-tertiary:focus,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-import-menu .action-tertiary:focus {
  color: #007bdb;
  text-decoration: underline;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-export-menu .action-secondary,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-export-menu .action-secondary,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-import-menu .action-secondary,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-import-menu .action-secondary {
  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: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-export-menu .action-secondary:hover,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-export-menu .action-secondary:hover,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__data-grid-action-import-menu .action-secondary:hover,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__data-grid-action-import-menu .action-secondary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__action-dropdown,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__action-dropdown {
  border: 1px solid transparent;
  box-shadow: none;
  padding: 0.5rem 0 1rem 0.5rem;
  color: #007bdb;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__action-dropdown:focus,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__action-dropdown:focus,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__action-dropdown:hover,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__action-dropdown:hover {
  color: #007bdb;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__action-dropdown:before,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__action-dropdown:before {
  font-size: 1.7rem;
  left: .3rem;
  font-family: 'ui-icons';
  margin-right: .7rem;
  vertical-align: top;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-export .admin__action-dropdown:after,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__action-dropdown:after {
  border: none;
  margin-top: -0.9rem;
  font-family: 'luma-icons';
  content: '\e622';
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 22px;
  margin-left: 5px;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .admin__fieldset {
  border: none;
  padding: 0;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .download-sample-link a,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .download-sample-link:hover,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .download-sample-link:active {
  color: #007bdb;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .file-uploader-area {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .file-uploader-area .file-uploader-summary {
  padding-left: 5px;
  position: relative;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .file-uploader-area .file-uploader-summary .file-uploader-filename {
  margin: 0;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .file-uploader-area .file-uploader-summary .actions {
  position: absolute;
  right: -20px;
  top: 0;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .file-uploader-area .label-select-file {
  color: #007bdb;
  cursor: pointer;
  padding-left: 5px;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .upload-action-button {
  border: 1px solid;
  border-radius: 100%;
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #007bdb;
  cursor: pointer;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap.admin__data-grid-action-import .upload-action-button:before {
  font-size: 1.7rem;
  left: 0.3rem;
  font-family: 'ui-icons';
  vertical-align: top;
  content: '\e636';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
._amrev-disabled {
  opacity: .8;
  pointer-events: none;
}
.hidden {
  display: none;
}
._clear-btn,
._clear-btn:focus,
._clear-btn:hover,
._clear-btn:active,
._clear-btn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
.amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 160px;
}
.amstars-rating-container.-small {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
  height: 18px;
  width: 107px;
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
  height: 100%;
}
.amreview-popup.modal-popup {
  transition: 0.3s all ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition: 0.3;
  -o-transition: 0.3;
  transition: 0.3;
}
.amreview-popup.modal-popup .modal-header {
  background: #fafafa;
}
.amreview-popup.modal-popup .modal-content {
  padding: 0;
}
.amreview-popup.modal-popup .block-content {
  background: #fafafa;
  padding: 10px 20px 40px;
}
.amreview-popup.modal-popup .modal-inner-wrap {
  max-width: 640px;
}
.amrev-toolbar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #363636;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 0;
}
.amrev-toolbar-container.-disabled {
  opacity: .8;
  pointer-events: none;
}
.amrev-toolbar-container.-all .amrev-sorting {
  border-left: none;
}
.amrev-toolbar-container .amrev-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  order: 2;
  padding: 0;
}
.amrev-toolbar-container .amrev-filter {
  border-bottom: 1px solid #dcdcdc;
  flex-basis: 100%;
  margin: 0;
  padding: 15px 0 10px 20px;
}
.amrev-toolbar-container .amrev-sorting {
  background: #fafafa;
  border: none;
  flex-basis: 100%;
  order: 1;
  padding: 10px 18px;
}
.amrev-toolbar-container .amrev-sortbtn:before {
  font-size: 14px;
}
.amrev-toolbar-container .amrev-sortbtn:hover:before,
.amrev-toolbar-container .amrev-sortbtn:focus:before {
  color: #007bdb;
}
.amrev-toolbar-container .amrev-select {
  height: 25px;
  margin: 5px 5px 5px 8px;
  max-width: 160px;
  padding: 0 0 0 10px;
  width: 100%;
}
.amrev-toolbar-container .amrev-label {
  margin: 0;
}
.amrev-checkbox-container .amrev-label {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 20px;
  position: relative;
}
.amrev-checkbox-container .amrev-label:hover:before {
  border-color: #007bdb;
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amrev-checkbox-container .amrev-label:before,
.amrev-checkbox-container .amrev-label:after {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  content: '';
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
}
.amrev-checkbox-container .amrev-label:after {
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy45MDQ4IDBMMy41NDI1IDQuNjU5OEwxLjA5NDk1IDIuMDQ2MDNMMCAzLjIxNTg1TDMuNTQyNSA3TDkgMS4xNjk4M0w3LjkwNDggMFoiIGZpbGw9IiM1MTQ5NDMiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  bottom: 0;
  height: 8px;
  margin: auto 0 auto 3px;
  opacity: 0;
  top: 0;
  width: 10px;
}
.amrev-checkbox-container .amrev-label:before {
  background-color: #ffffff;
  border: 1px solid #adadad;
  border-radius: 2px;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:after {
  opacity: 1;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:before {
  border-color: #007bdb;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:before:focus {
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amrev-checkbox-container .amrev-input {
  display: none;
}
.amrev-fancybox-zoom .fancybox-arrow {
  box-shadow: none;
}
.amrev-fancybox-zoom .fancybox-arrow:hover,
.amrev-fancybox-zoom .fancybox-arrow:active,
.amrev-fancybox-zoom .fancybox-arrow:focus {
  background: none;
  border: none;
  box-shadow: none;
  opacity: 1;
}
.amreview-images.slick-slider {
  padding: 0 18px;
}
.amreview-images.slick-slider .slick-arrow {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  background-size: 7px 12px !important;
  filter: invert(0.5);
}
.amreview-images.slick-slider .slick-arrow:hover {
  filter: invert(1);
}
.amreview-images.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amreview-images.slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amreview-images.slick-slider .slick-slide {
  border: 1px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
}
.amreview-images.slick-slider .slick-slide > div {
  display: flex;
}
.amreview-widget-container .slick-dots {
  position: initial;
}
@keyframes amloadrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.am-load-block {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.am-load-block .am-dots {
  height: 64px;
  margin: 20px auto;
  position: sticky;
  top: 35%;
  width: 64px;
  z-index: 999;
}
.am-load-block .am-dot {
  animation: amloadrotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  display: block;
  transform-origin: 32px 32px;
}
.am-load-block .am-dot:nth-child(1) {
  animation-delay: -0.036s;
}
.am-load-block .am-dot:nth-child(2) {
  animation-delay: -0.07199999999999999s;
}
.am-load-block .am-dot:nth-child(3) {
  animation-delay: -0.108s;
}
.am-load-block .am-dot:nth-child(4) {
  animation-delay: -0.144s;
}
.am-load-block .am-dot:nth-child(6) {
  animation-delay: -0.216s;
}
.am-load-block .am-dot:nth-child(7) {
  animation-delay: -0.252s;
}
.am-load-block .am-dot:nth-child(8) {
  animation-delay: -0.288s;
}
.am-load-block .am-dot:after {
  background: #666666;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  margin: -3px 0 0 -3px;
  position: absolute;
  width: 6px;
}
.am-load-block .am-dot:nth-child(1):after {
  left: 50px;
  top: 50px;
}
.am-load-block .am-dot:nth-child(2):after {
  left: 45px;
  top: 54px;
}
.am-load-block .am-dot:nth-child(3):after {
  left: 39px;
  top: 57px;
}
.am-load-block .am-dot:nth-child(4):after {
  left: 32px;
  top: 58px;
}
.am-load-block .am-dot:nth-child(5) {
  animation-delay: -.18s;
}
.am-load-block .am-dot:nth-child(5):after {
  left: 25px;
  top: 57px;
}
.am-load-block .am-dot:nth-child(6):after {
  left: 19px;
  top: 54px;
}
.am-load-block .am-dot:nth-child(7):after {
  left: 14px;
  top: 50px;
}
.am-load-block .am-dot:nth-child(8):after {
  left: 10px;
  top: 45px;
}
.amrev-comment-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0 0;
}
.amrev-comment-toolbar.-nocomments {
  justify-content: flex-end;
}
.amrev-comment-toolbar .amrev-reply {
  border-right: 1px solid #767676;
  box-sizing: border-box;
  flex-basis: 50%;
  order: 2;
  padding: 0 25px 0 0;
}
.amrev-comment-toolbar .amrev-repbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  background: #dff1ff;
  border: 1px solid #1e79c2;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1e79c2;
  flex-basis: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 8px;
  position: relative;
  width: 100%;
}
.amrev-comment-toolbar .amrev-repbtn:before {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMjAzOSAzLjA3Njg4SDIuMTk4NTdMMy4wMzEyOCAzLjg3MjU3QzMuMjgyNzcgNC4xMTI4OCAzLjI4Mjc3IDQuNTAyNDMgMy4wMzEyOCA0Ljc0Mjc0QzIuNzgxNzIgNC45ODE1MSAyLjM3MzEgNC45ODQ1OSAyLjEyMDY1IDQuNzQyNzRMMC4xODg2MTUgMi44OTY1N0MtMC4wNjI4NzE5IDIuNjU2MjYgLTAuMDYyODcxOSAyLjI2NjcxIDAuMTg4NjE1IDIuMDI2NEwyLjEyMDY1IDAuMTgwMjMyQzIuMzcxODEgLTAuMDYwMDc3NSAyLjc4MDEyIC0wLjA2MDA3NzUgMy4wMzEyOCAwLjE4MDIzMkMzLjI4Mjc3IDAuNDIwNTQzIDMuMjgyNzcgMC44MTAwODUgMy4wMzEyOCAxLjA1MDRMMi4xOTg1NyAxLjg0NjA5SDYuMjAzOUM5LjM5OTgxIDEuODQ2MDkgMTIgNC4zMzA3MyAxMiA3LjM4NDYxQzEyIDcuNzI0MzEgMTEuNzExNSA4IDExLjM1NiA4QzExLjAwMDUgOCAxMC43MTIgNy43MjQzMSAxMC43MTIgNy4zODQ2MUMxMC43MTIgNS4wMDkyIDguNjg5NzggMy4wNzY4OCA2LjIwMzkgMy4wNzY4OFoiIGZpbGw9IiMxRTc5QzIiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  height: 8px;
  margin: auto 5px;
  width: 12px;
}
.amrev-comment-toolbar .amrev-repbtn:hover,
.amrev-comment-toolbar .amrev-repbtn:active,
.amrev-comment-toolbar .amrev-repbtn.-active {
  background: #026bb3;
  border-color: #026bb3;
  color: #ffffff;
}
.amrev-comment-toolbar .amrev-repbtn:hover:before,
.amrev-comment-toolbar .amrev-repbtn:active:before,
.amrev-comment-toolbar .amrev-repbtn.-active:before {
  filter: brightness(10);
}
.amrev-comment-toolbar .amrev-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  box-sizing: border-box;
  flex-basis: 50%;
  order: 3;
  padding: 0 15px;
  position: relative;
}
.amrev-comment-toolbar .amrev-combtn {
  color: #026bb3;
  font-size: 1.4rem;
  font-weight: 600;
}
.amrev-comment-toolbar .amrev-combtn,
.amrev-comment-toolbar .amrev-combtn:focus,
.amrev-comment-toolbar .amrev-combtn:hover,
.amrev-comment-toolbar .amrev-combtn:active,
.amrev-comment-toolbar .amrev-combtn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
.amrev-comment-toolbar .amrev-combtn:before {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  display: inline-block;
  content: '\e622';
  font-family: 'luma-icons';
  font-size: 10px;
  margin: 0 7px 0 0;
}
.amrev-comment-toolbar .amrev-combtn:hover {
  color: #014d81;
}
.amrev-comment-toolbar .amrev-combtn.-active:before {
  transform: rotate(180deg) translateY(1px);
}
.amrev-comment-toolbar .amrev-combtn.-empty:before {
  display: none;
}
.amrev-comment-block {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  background: #fafafa;
  border-radius: 2px;
  margin: 0 -15px 0 -15px;
  padding: 0;
}
.amrev-comment-block .amrev-title {
  border-bottom: 1px solid #c8c8c8;
  font-size: 12px;
  font-style: normal;
  margin: 0 0 20px 0;
  padding: 10px 0;
}
.amrev-comment-block .amrev-qty {
  font-style: normal;
}
.amrev-comment-block .amrev-message {
  padding: 15px 20px;
}
.amrev-comment-list {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  color: #000000;
  display: none;
  padding: 20px;
}
.amrev-comment-list.-active {
  display: block;
  margin: 20px 0 0 0;
}
.amrev-comment-list .amrev-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amrev-comment-list .amrev-comment {
  margin: 0;
  padding: 0;
}
.amrev-comment-list .amrev-comment:not(:last-child) {
  padding: 0 0 30px;
}
.amrev-comment-list .amrev-name {
  margin: 0;
}
.amrev-comment-list .amrev-email {
  font-size: 12px;
}
.amrev-comment-list .amrev-date {
  display: block;
  font-size: 12px;
}
.amrev-comment-list .amreview-text {
  display: block;
  font-size: 14px;
  padding: 15px 0 0 0;
}
.amrev-comment-form {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  display: none;
  margin: 10px 0 0;
  padding: 20px 20px 25px;
}
.amrev-comment-form.-active {
  display: block;
}
.amrev-comment-form .amrev-form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.amrev-comment-form .amrev-fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0 15px 0 0;
}
.amrev-comment-form .amrev-label {
  color: #363636;
  font-size: 12px;
}
.amrev-comment-form .amrev-label.required:after {
  color: #ff0000 f;
  content: '*';
}
.amrev-comment-form .amrev-input {
  background: #ffffff;
  border-color: transparent;
  color: #292929;
  font-size: 12px;
  height: 30px;
}
.amrev-comment-form .amrev-input ::placeholder {
  color: #adadad;
}
.amrev-comment-form .amrev-input:hover,
.amrev-comment-form .amrev-input:focus,
.amrev-comment-form .amrev-input:active {
  border: 1px solid #1e79c2;
}
.amrev-comment-form .amrev-area {
  height: auto;
  padding: 15px;
}
.amrev-comment-form .amrev-btn {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  background: #1e79c2;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-size: 12px;
  margin: 15px auto 0 0;
  padding: 10px;
}
.amrev-comment-form .amrev-btn:hover {
  background: #1b6bac;
}
.amrev-comment-form .amrev-field {
  position: relative;
}
.amrev-comment-form .amrev-area-field {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.amrev-comment-form .amrev-input-field {
  flex-basis: 48%;
  margin: 0 0 15px;
}
.amreview-helpful-wrap {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  order: 1;
  padding: 0 0 20px 0;
}
.amreview-helpful-wrap > .amreview-helpful {
  color: #767676;
  font-size: 14px;
}
.amreview-helpful-wrap > .amreview-options {
  margin-left: 15px;
}
.amreview-helpful-wrap .amreview-plus,
.amreview-helpful-wrap .amreview-minus {
  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;
}
.amreview-helpful-wrap .amreview-plus:focus,
.amreview-helpful-wrap .amreview-minus:focus,
.amreview-helpful-wrap .amreview-plus:active,
.amreview-helpful-wrap .amreview-minus:active {
  background: none;
  border: none;
}
.amreview-helpful-wrap .amreview-plus:hover,
.amreview-helpful-wrap .amreview-minus:hover {
  background: none;
  border: none;
}
.amreview-helpful-wrap .amreview-plus.disabled,
.amreview-helpful-wrap .amreview-minus.disabled,
.amreview-helpful-wrap .amreview-plus[disabled],
.amreview-helpful-wrap .amreview-minus[disabled],
fieldset[disabled] .amreview-helpful-wrap .amreview-plus,
fieldset[disabled] .amreview-helpful-wrap .amreview-minus {
  pointer-events: none;
  opacity: 0.5;
}
.amreview-helpful-wrap .amreview-plus:focus,
.amreview-helpful-wrap .amreview-minus:focus {
  outline: 1px dotted #767676;
  outline-offset: 3px;
}
.amreview-helpful-wrap .amreview-plus {
  margin: 0 0 0 10px;
}
.amreview-helpful-wrap > .amreview-options,
.amreview-helpful-wrap .amreview-plus,
.amreview-helpful-wrap .amreview-minus,
.amreview-helpful-wrap .amreview-icon {
  cursor: pointer;
  display: inline-block;
}
.amreview-helpful-wrap .amreview-icon {
  height: 18px;
  margin: 0 0 0 10px;
  transition: .3s;
  width: 20px;
}
.amreview-helpful-wrap .amreview-plus > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-plus:hover > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzJFQUJDIi8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-plus.-voted > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-minus > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0M0QzRDNCIvPjwvc3ZnPg==);
}
.amreview-helpful-wrap .amreview-minus:hover > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0ZGQkNCQyIvPjwvc3ZnPg==);
}
.amreview-helpful-wrap .amreview-minus.-voted > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0QyMzczNyIvPjwvc3ZnPg==);
}
.review-field-image {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #292929;
  margin: 0;
}
.review-field-image > .label {
  font-weight: 600;
  margin: 0 0 20px 0;
  width: 190px;
}
.review-field-rating {
  display: flex;
  align-items: center;
}
.review-field-rating > .label {
  color: #292929;
  margin: 0;
  min-width: 70px;
}
.review-field-rating > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin-left: 3px;
}
.amreview-submit-form {
  background: #fafafa;
  margin: 0 auto;
}
.amreview-submit-form > .block-content {
  margin: 0 auto;
  max-width: 575px;
  padding: 40px 20px 45px;
}
.amreview-submit-form .review-fieldset {
  display: block;
  margin: 0 0 35px;
  width: 100%;
}
.amreview-submit-form .review-fieldset .field:last-child {
  margin: 0;
}
.amreview-submit-form .review-form {
  max-width: 100%;
}
.amreview-submit-form .review-form .action.submit.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
  font-weight: 400;
  padding: 16px 22px;
}
.amreview-submit-form .review-form .action.submit.primary:hover,
.amreview-submit-form .review-form .action.submit.primary:active,
.amreview-submit-form .review-form .action.submit.primary.-active {
  background: #166bac;
  border-color: #166bac;
  color: #ffffff;
}
.amreview-submit-form .review-fieldset .field {
  margin: 0 0 20px 0;
}
.amreview-submit-form .review-fieldset .review-legend.legend {
  display: flex;
  float: none;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.amreview-submit-form .review-fieldset .review-legend.legend > span {
  float: left;
  margin: 0 5px 0 0;
}
.amreview-submit-form .review-fieldset .review-field-ratings .field {
  margin: 0 0 15px 0;
}
.amreview-submit-form .review-fieldset .review-field-ratings > .label {
  display: none;
}
.amreview-submit-form .review-control-vote.control {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 15px;
  position: relative;
}
.amreview-submit-form .review-control-vote.control:before {
  display: flex;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  color: #b1aeae;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: normal;
  margin: 0;
  position: initial;
}
.amreview-submit-form .review-control-vote.control:hover:before {
  color: #ed9d00;
}
.amreview-submit-form .review-control-vote.control label:hover:before {
  color: #ed9d00;
}
.amreview-submit-form .review-control-vote.control label:before {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  color: #ed9d00;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: normal;
  margin: 0;
  position: initial;
}
.amreview-submit-form .field > .label {
  font-weight: 400;
  margin: 0 0 2px;
}
.amreview-submit-form .field.required > .label:after {
  margin-left: 3px;
}
.amreview-submit-form .field .review-field-rating > .label,
.amreview-submit-form .field.review-field-image > .label {
  font-weight: 600;
}
.amreview-submit-form .field .mage-error[generated] {
  margin: 0;
}
.amreview-submit-form .field.review-field-nickname.-half {
  float: left;
}
.amreview-submit-form .field.review-field-email {
  float: right;
}
.amreview-submit-form .field.review-field-nickname,
.amreview-submit-form .field.review-field-email {
  width: 100%;
}
.amreview-submit-form .field .review-field-summary {
  float: none;
  overflow: hidden;
  width: 100%;
}
.amreview-submit-form .field .input-text {
  border: 1px solid #767676;
  border-radius: 1px;
  color: #292929;
  height: 30px;
}
.amreview-submit-form .field .input-text.mage-error {
  border-color: #ff2149;
}
.amreview-submit-form .field .input-text ::placeholder {
  color: #adadad;
}
.review-field-summary > .label {
  width: 100%;
}
.amreview-recommend-wrap {
  margin: 0 0 10px 0;
  position: relative;
}
.field textarea {
  border: 1px solid #767676;
}
.amreview-recommend-wrap > .amreview-checkbox,
.amreview-gdpr-wrap > .amreview-checkbox {
  cursor: pointer;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.amreview-recommend-wrap > .amreview-checkbox:not(.valid) + .mage-error[generated] + .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkbox:not(.valid) + .mage-error[generated] + .amreview-checkboxlabel:before {
  border: 1px solid #e02b27;
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after,
.amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4wNzIuMzQzYy41MTMuNDg2LjU0OSAxLjMwOS4wOCAxLjgzOEw2LjY3IDkuNTA1YTEuMjI2IDEuMjI2IDAgMCAxLTEuNzQuMTEgMS4yNjIgMS4yNjIgMCAwIDEtLjIwOS0uMjA1TC44MDQgNC41OGExLjMzIDEuMzMgMCAwIDEgLjE2LTEuODMgMS4yMjUgMS4yMjUgMCAwIDEgMS43NjguMTU1TDUuNzc1IDYuNjYgMTEuMjk3LjQyYTEuMjI3IDEuMjI3IDAgMCAxIDEuNzc1LS4wNzd6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+) no-repeat center;
  content: '';
  display: inline-block;
  height: 9px;
  position: absolute;
  right: 2px;
  top: 5px;
  width: 10px;
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:before {
  border-color: #007bdb;
}
.amreview-recommend-wrap > .amreview-checkboxlabel,
.amreview-gdpr-wrap > .amreview-checkboxlabel {
  color: #292929;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkboxlabel:before {
  background: #ffffff;
  border: 1px solid #767676;
  border-radius: 2px;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 15px;
}
.amreview-recommend-wrap > .amreview-checkboxlabel .asterix,
.amreview-gdpr-wrap > .amreview-checkboxlabel .asterix {
  color: #e02b27;
  font-size: 1.2rem;
  margin-left: 3px;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:hover:before,
.amreview-gdpr-wrap > .amreview-checkboxlabel:hover:before {
  border-color: #007bdb;
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amshowmore-container .amshowmore-text {
  transition: 0.3s all ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition: 0.3;
  -o-transition: 0.3;
  transition: 0.3;
  display: block;
  overflow: hidden;
  position: relative;
}
.amshowmore-container .amshowmore-text:after {
  bottom: 0;
  box-shadow: inset 0 -15px 10px 0 rgba(255, 255, 255, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.amshowmore-container .amshowmore-text.-active {
  box-shadow: none;
}
.amshowmore-container .amshowmore-text.-active:after {
  content: none;
}
.amshowmore-container .amshowmore-text:not(.-active) {
  max-height: 100px;
}
.amshowmore-container .amshowmore-button {
  display: flex;
  align-items: center;
  color: #6b8fab;
  cursor: pointer;
  font-size: 12px;
  margin-top: 5px;
  text-decoration: none;
  user-select: none;
}
.amshowmore-container .amshowmore-button:after {
  content: '>';
  display: inline-block;
  margin: 0 0 0 5px;
  text-decoration: none;
  transform: scaleY(1.3);
}
.amreview-checkboxlabel a {
  text-decoration: underline;
}
.amrev-title-block {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  padding: 50px 0 20px;
}
.amrev-items-block {
  position: relative;
}
.amreview-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 20px;
}
.amreview-description-wrap {
  max-width: 100%;
  width: 100%;
}
.amrev-desc-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.amrev-desc-title .amrev-voteqty {
  color: #767676;
  font-size: 12px;
  line-height: 25px;
}
.amreview-description {
  color: #333333;
  font-size: 14px;
  line-height: 19px;
  margin-top: 20px;
  overflow-wrap: break-word;
}
.amreview-summary-info {
  flex-basis: 100%;
  padding: 0 10px;
}
.amreview-summary-info .amreview-summary {
  color: #000000;
  float: left;
  font-size: 60px;
  line-height: 1;
  margin-right: 20px;
}
.amreview-summary-info .amreview-count {
  color: #767676;
  display: inline-block;
  font-size: 24px;
}
.amreview-summary-info .amreview-showmore {
  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;
  color: #1979c3;
  cursor: pointer;
  display: block;
}
.amreview-summary-info .amreview-showmore:focus,
.amreview-summary-info .amreview-showmore:active {
  background: none;
  border: none;
}
.amreview-summary-info .amreview-showmore:hover {
  background: none;
  border: none;
}
.amreview-summary-info .amreview-showmore.disabled,
.amreview-summary-info .amreview-showmore[disabled],
fieldset[disabled] .amreview-summary-info .amreview-showmore {
  pointer-events: none;
  opacity: 0.5;
}
.amreview-summary-info .amreview-showmore:focus {
  outline: 1px dotted #767676;
  outline-offset: 3px;
}
.amreview-percent-block {
  clear: both;
  color: #767676;
  display: none;
  font-size: 24px;
}
.amreview-percent-block .amreview-value {
  font-size: 30px;
  margin: 0 10px 0 0;
}
.amreview-percent-block .amreview-desc {
  font-size: 12px;
  max-width: 180px;
}
.amreview-rating-wrapper {
  float: left;
  margin-bottom: 5px;
}
.amreview-review-list.-empty {
  padding: 20px;
  position: relative;
  text-align: center;
}
.amreview-summary-details {
  clear: both;
  display: none;
  flex-basis: 100%;
  order: 3;
  padding: 40px 10px 0;
}
.amreview-summary-details .amreview-label > .amreview-stars,
.amreview-summary-details .amreview-label > .amreview-bar,
.amreview-summary-details .amreview-label > .amreview-text {
  display: inline-block;
  line-height: 14px;
}
.amreview-summary-details .amreview-label > .amreview-stars:hover,
.amreview-summary-details .amreview-label > .amreview-bar:hover,
.amreview-summary-details .amreview-label > .amreview-text:hover {
  color: #ed9d00;
}
.amreview-summary-details .amreview-label > .amreview-stars {
  color: #767676;
  margin-bottom: 5px;
  min-width: 50px;
  text-align: right;
}
.amreview-summary-details .amreview-label .amreview-bar {
  background: #dfdfdf;
  height: 6px;
  margin: 0 20px;
  vertical-align: middle;
  width: 50%;
}
.amreview-summary-details .amreview-label .amreview-bar.-active {
  background: #ed9d00;
  margin: 0;
}
.amreview-add-new {
  background: #f9f9f9;
  clear: both;
  flex-basis: 100%;
  margin: 40px 0 0;
  order: 2;
  padding: 20px;
}
.amreview-add-new .amreview-button.action {
  border-radius: 2px;
  margin-right: 2%;
  padding: 12px 16px;
}
.amreview-add-new .amreview-label {
  color: #767676;
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  width: 50%;
}
.amreview-author-details {
  margin: 5px 0 20px;
  position: relative;
  width: 100%;
}
.amreview-author-details .amreview-author {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 2px;
  word-break: break-all;
}
.amreview-author-details .amreview-date {
  color: #767676;
  font-size: 12px;
  margin: 0 0 25px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.amreview-author-details .amreview-verified {
  color: #909090;
  font-size: 14px;
  margin: 0 0 2px;
}
.amreview-author-details .amreview-verified:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMnYxMkgweiIvPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI2IiBmaWxsPSIjQzJFQUJDIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljk3OCAzLjdhLjY3LjY3IDAgMCAxIC4wNC45MTVMNS44NCA4LjI2M2EuNTk0LjU5NCAwIDAgMS0uODUxLjA1NS42MjIuNjIyIDAgMCAxLS4xMDMtLjEwMmwtMS45Mi0yLjQwOGEuNjY5LjY2OSAwIDAgMSAuMDc5LS45MS41OTMuNTkzIDAgMCAxIC44NjUuMDc2bDEuNDkzIDEuODcxIDIuNzA2LTMuMTA3YS41OTQuNTk0IDAgMCAxIC44NjktLjAzN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  content: '';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.amreview-author-details .amreview-recommended {
  color: #1ab900;
  font-size: 14px;
  margin-top: 5px;
}
.amreview-title-review {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 5px;
  word-break: break-all;
}
.amreview-adminanswer-block {
  color: #767676;
  padding: 25px 0 0 15px;
}
.amreview-adminanswer-block > .amreview-title {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.amreview-adminanswer-block > .amreview-text {
  font-size: 14px;
}
.amreview-review-wrapper.review-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 0 30px 0;
}
.amreview-review-wrapper .amreview-images {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}
.amreview-review-wrapper .amreview-slider-item {
  box-sizing: content-box;
  display: inline-block;
  padding: 5px;
  width: 100%;
}
.amreview-review-wrapper .amreview-slider-item .amreview-image {
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}
.amreview-toolbar-wrap .pages strong.page {
  background: #f0f0f0;
  padding: 0 10px;
}
.amreview-toolbar-wrap .pages .action {
  background: transparent;
  box-shadow: none;
}
.amreview-toolbar-wrap .limiter select {
  background-color: #ffffff;
  box-shadow: none;
}
.field.amreview-gdpr-wrap {
  padding: 0;
  position: relative;
}
.field.amreview-gdpr-wrap a {
  color: #007acc;
  cursor: pointer;
}
.amreview-gdpr-wrap .mage-error[generated] {
  bottom: -30px;
  position: absolute;
}
.amreview-proscons-container {
  display: flex;
  flex-direction: column;
  margin: 15px 0 0 0;
  word-break: break-word;
  word-wrap: break-word;
}
.amreview-proscons-container .amreview-proscons {
  flex-basis: 50%;
  line-height: 15px;
  margin-right: 10px;
  min-width: 0;
  padding: 0 0 0 20px;
  position: relative;
}
.amreview-proscons-container .amreview-proscons:before {
  content: '';
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  width: 15px;
}
.amreview-proscons-container .amreview-proscons.-dislike {
  color: #d0021b;
}
.amreview-proscons-container .amreview-proscons.-like {
  color: #3e7405;
}
.amreview-proscons-container .amreview-proscons.-dislike:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoNTgydjQwMkgtMXoiLz48Y2lyY2xlIGZpbGw9IiNkODVhNGEiIHI9IjI1IiBjeT0iMjUiIGN4PSIyNSIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTM4IDI1SDEyIi8+PC9zdmc+) no-repeat;
  background-size: contain;
}
.amreview-proscons-container .amreview-proscons.-like:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IiM0M2IwNWMiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yNSAxM3YyNW0xMy0xM0gxMyIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
}
.field.amreview-email-wrap {
  margin: 0 0 10px;
}
.amreview-summary-details .amreview-label {
  color: unset;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
#row_amasty_advancedreview_reminder_frequency .tooltip-content ul {
  padding-left: 10px;
}
.block.review-list {
  display: flex;
  flex-direction: column;
}
.admin__fieldset .amreview-remove-image {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.admin__fieldset .amreview-remove-image .amreview-checkbox {
  margin-right: 5px;
}
.admin__fieldset #is_need_send_notification {
  margin-top: 12px;
}
.admin__fieldset .field-review_images .input-file {
  display: none;
}
.admin__fieldset .field-review_images .input-file::-webkit-file-upload-button {
  visibility: hidden;
}
.admin__fieldset .field-review_images .addbefore {
  background-color: #eb5202;
  border: 1px solid #eb5202;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .025em;
  padding: .6rem 1em;
  text-align: center;
  user-select: none;
}
.admin__fieldset .field-review_images .addbefore:hover {
  background-color: #b84002;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #40070b;
  text-decoration: none;
}
.admin__fieldset .amreview-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.admin__fieldset .amreview-slider-item {
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 5px 10px;
  padding: 10px;
  text-align: center;
  width: calc(100% / 3 - 10px);
}
.amasty-advanced-review {
  margin-top: 2.2rem;
}
.amasty-advanced-review .table-row .item-position,
.amasty-advanced-review .table-row .table-header {
  background: #efefef;
  border-bottom: 1px solid #ffffff;
}
.amasty-advanced-review .table-row .item-position .draggable,
.amasty-advanced-review .table-row .table-header .draggable {
  color: #adadad;
}
.amasty-advanced-review .table-row .item-position:hover {
  cursor: move;
}
.amasty-advanced-review .table-row .amcontent.item-position {
  box-sizing: border-box;
  display: inline-block;
  padding: 1rem;
  width: 100%;
}
.amasty-advanced-review .table-row .item-position:before {
  content: '\e63d';
  font-family: 'Admin Icons';
}
.amreview-widget-title {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  max-width: 100%;
  padding: 10px;
  width: 100%;
}
.amreview-widget-container .amreview-full-link {
  font-size: 12px;
}
.amreview-widget-container .amreview-full-link,
.amreview-widget-container .amreview-full-link:visited,
.amreview-widget-container .amreview-full-link:active,
.amreview-widget-container .amreview-full-link:hover {
  color: #6b8fab;
}
.amreview-widget-container .amreview-full-link:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjNmI4ZmFiIiBmaWxsPSIjNmI4ZmFiIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 3px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amreview-widget-container .slick-arrow {
  z-index: 1;
}
.amreview-widget-container .slick-dots {
  padding: 10px 0;
  position: relative;
}
.amreview-widget-container .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin: 0 2px;
}
.amreview-widget-container .slick-dots button {
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  height: 10px;
  width: 10px;
}
.amreview-widget-container .slick-dots button:before {
  font-size: 0;
}
.amreview-widget-container .slick-dots .slick-active button {
  background: #333333;
}
.pagebuilder-content-type .amreview-review-items {
  list-style: none;
}
.pagebuilder-content-type .amreviews .amreviews-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  min-height: 300px;
}
@media screen and (min-width: 1024px), print {
  .page-main .amreview-widget-title {
    padding: 25px 0 20px;
  }
}
.amreview-widget-container .amreview-review-items {
  display: flex;
  flex-wrap: wrap;
}
.amreview-widget-container .amreview-review-wrapper.review-item {
  border-bottom: 1px solid #cde1ef;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
}
.amreview-widget-container .amreview-image-wrapper {
  height: 80px;
  width: 80px;
}
.amreview-widget-container .amreview-description-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.amreview-widget-container .amreview-rating-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 15px 15px 0;
  padding: 0;
}
.amreview-widget-container .amreview-title-wrapper {
  color: #006bb4;
  flex-basis: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amreview-widget-container .amreview-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 20px;
}
.amreview-widget-container .amreview-message {
  height: 60px;
  word-break: break-all;
  word-wrap: break-word;
}
.amreview-widget-container .amreview-date {
  color: #767676;
  font-size: 12px;
}
.amreview-widget-container .amreview-footer {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.amreview-widget-container .product-item-photo {
  margin: 0 15px 15px 0;
}
.amreview-widget-container.-advanced {
  margin-bottom: 15px;
}
.amreview-rating-label {
  color: #767676;
  font-size: 24px;
  margin: 0 10px 5px 0;
}
.amreview-widget-container.-grid .amreview-rating-wrapper {
  min-width: 160px;
}
.amreview-widget-container.-sidebar .amreview-rating-wrapper {
  flex-grow: 1;
}
.amreview-widget-container .amreview-title {
  background: #f8fcff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 15px 40px 15px 20px;
  position: relative;
  word-break: break-all;
  word-break: break-word;
}
.amreview-widget-container .amreview-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4MiAxOTUuMjg1TDE0OS4wMjggNjIuMjRjLTEuOTAxLTEuOTAzLTQuMDg4LTIuODU2LTYuNTYyLTIuODU2cy00LjY2NS45NTMtNi41NjcgMi44NTZMMi44NTYgMTk1LjI4NUMuOTUgMTk3LjE5MSAwIDE5OS4zNzggMCAyMDEuODUzYzAgMi40NzQuOTUzIDQuNjY0IDIuODU2IDYuNTY2bDE0LjI3MiAxNC4yNzFjMS45MDMgMS45MDMgNC4wOTMgMi44NTQgNi41NjcgMi44NTRzNC42NjQtLjk1MSA2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDIgMTEyLjIwOCAxMTIuMjA5YzEuOTAyIDEuOTAzIDQuMDkzIDIuODQ4IDYuNTYzIDIuODQ4IDIuNDc4IDAgNC42NjgtLjk1MSA2LjU3LTIuODQ4bDE0LjI3NC0xNC4yNzdjMS45MDItMS45MDIgMi44NDctNC4wOTMgMi44NDctNi41NjYuMDAxLTIuNDc2LS45NDQtNC42NjYtMi44NDYtNi41Njl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjODU4NTg1Ii8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.amreview-widget-container .amreview-title.-collapsed:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amreview-widget-container .amreview-rating-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.amreview-widget-container .amreview-rating-item:not(:last-child) {
  margin-bottom: 15px;
}
.amreview-widget-container .amreview-rating-item.-one-rating {
  align-items: flex-start;
  flex-direction: column;
}
.amreview-widget-container .amreview-rating-item.-one-rating .amreview-rating-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.amreview-widget-container .amreview-rating-item .amreview-number {
  font-size: 30px;
}
.amreview-widget-container .amreview-rating-item .amstars-rating-container {
  margin-bottom: 0;
}
.amreview-image-wrapper .product-image-container,
.amreview-image-wrapper .product-image-wrapper {
  height: 100%;
  width: 100%;
}
.amreview-image-wrapper .product-image-wrapper {
  padding: 0 !important;
}
.amreview-image-wrapper .product-image-photo {
  max-height: 100%;
  width: auto;
}
.amreview-widget-container.-summary-widget {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #f8fcff;
  margin: 10px 0 20px;
  padding: 30px 10px 80px;
  position: relative;
}
.amreview-widget-container.-summary-widget .amreview-description {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-description .amreview-text {
  margin: 15px 0 0;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amshowmore-container .amshowmore-text:not(.-active) {
  max-height: 45px;
}
.amreview-widget-container.-summary-widget .amrev-desc-title {
  margin: 0 0 10px 0;
}
.amreview-widget-container.-summary-widget .amreview-images {
  margin: 15px 0 0 0;
  max-width: 370px;
  overflow: hidden;
}
.amreview-widget-container.-summary-widget .amreview-images.-slider .amreview-slider-item {
  display: none;
}
.amreview-widget-container.-summary-widget .amreview-review-block {
  box-sizing: border-box;
  margin: 30px 0 0;
  max-width: 100%;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-review-items {
  margin: 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-review-wrapper {
  background: #ffffff;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 75, 136, 0.12);
  padding: 15px;
}
.amreview-widget-container.-summary-widget .amreview-rating-wrapper {
  margin: 0 15px 0 0;
}
.amreview-widget-container.-summary-widget .amreview-title-review {
  margin: 0 5px 0 0;
}
.amreview-widget-container.-summary-widget .amreview-info-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0;
  max-width: 280px;
  min-width: 230px;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-name {
  color: #1e79c2;
  flex-basis: 100%;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
}
.amreview-widget-container.-summary-widget .amreview-summary {
  font-size: 50px;
  letter-spacing: -.08em;
  margin-right: 15px;
}
.amreview-widget-container.-summary-widget .amreview-count {
  font-size: 14px;
  margin: 0 0 15px;
}
.amreview-widget-container.-summary-widget .amstars-rating-container {
  margin: 0 0 2px;
}
.amreview-widget-container.-summary-widget .amreview-summary-details {
  margin: 0 0 10px 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-details .amreview-text {
  color: #748593;
  margin: 0 0 0 auto;
  white-space: nowrap;
  width: 20%;
}
.amreview-widget-container.-summary-widget .amreview-add-new {
  margin: 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-label {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-bar {
  margin: 0 15px;
  width: 55%;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-stars {
  display: flex;
  align-items: center;
  margin: 0;
  min-width: auto;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-stars:before {
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  filter: invert(61%) sepia(0%) saturate(17%) hue-rotate(154deg) brightness(95%) contrast(68%);
  height: 10px;
  margin: 0 2px;
  width: 10px;
}
.amreview-widget-container.-summary-widget .amreview-text {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-button {
  box-sizing: border-box;
  font-weight: 600;
  order: 3;
  padding: 9px 16px;
  text-align: center;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-button.-see-all {
  bottom: 0;
  left: 0;
  padding: 25px 16px;
  position: absolute;
  right: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-info {
  display: flex;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-details {
  border: none;
  margin-right: 15px;
  order: 2;
  pointer-events: none;
  width: 100%;
}
.amreview-widget-container.-summary-widget .product-image-container {
  display: none;
  margin: 0 0 15px;
}
.amreview-widget-container.-summary-widget .amrev-comment-toolbar.-nocomments {
  justify-content: flex-start;
}
.amreview-widget-container.-summary-widget .amreview-helpful-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-helpful {
  margin: 0 0 5px;
  text-align: center;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-minus {
  margin: 0 0 0 20px;
}
.amreview-widget-container.-summary-widget .amreview-plus {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-icon {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-percent-block {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.amreview-widget-container.-summary-widget .amreview-pages-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 70%;
  list-style: none;
  margin: 5px 0 auto;
  padding: 0;
  position: relative;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .action {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0 25px;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .action:hover {
  background: transparent;
  color: #1979c3;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .amreview-item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  font-size: 16px;
  height: 25px;
  width: 25px;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .-current {
  background: #ececec;
}
.amreview-widget-container.-summary-widget .amreview-slider-item {
  height: 100px;
  max-width: 100px;
  width: 100%;
}
.amreview-widget-container.-summary-widget.-empty {
  align-items: center;
  padding-bottom: 35px;
}
.amreview-widget-container.-summary-widget.-list .amreview-review-wrapper {
  background: #ffffff;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 75, 136, 0.12);
  margin: 0 0 15px;
  padding: 15px;
}
.amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
  align-content: flex-start;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
.amreview-widget-container.-summary-widget.-slider .amrev-comment-toolbar {
  padding-bottom: 0;
}
.amreview-widget-container.-summary-widget.-slider .amrev-desc-title {
  flex-basis: 100%;
}
.amreview-widget-container.-summary-widget.-slider .slick-track {
  display: flex;
}
.amreview-widget-container.-summary-widget.-slider .slick-slide > div,
.amreview-widget-container.-summary-widget.-slider .slick-slide .amreview-review-wrapper {
  height: 100%;
}
@media (max-width: 768px) {
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items {
    margin-right: -10px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    transition: 0.1s all ease-in;
    transition: all 0.1s ease-in;
    -webkit-transition: 0.1;
    -o-transition: 0.1;
    transition: 0.1;
    margin: 5px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide.slick-current ~ .slick-slide {
    transform: translateX(-20px);
  }
}
@media (min-width: 1024px) {
  .amreview-widget-container.-summary-widget {
    flex-wrap: nowrap;
  }
  .amreview-widget-container.-summary-widget .amreview-rating-wrapper {
    margin: 0 15px 5px 0;
  }
  .amreview-widget-container.-summary-widget .amreview-description .amreview-text {
    margin: 10px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-block {
    margin: 0 0 0 50px;
    max-width: 75%;
  }
  .amreview-widget-container.-summary-widget .amreview-button.-see-all {
    background: transparent;
    padding: 9px 16px;
    position: inherit;
  }
  .amreview-widget-container.-summary-widget .amreview-percent-block {
    margin: 0 0 25px 0;
    order: 3;
  }
  .amreview-widget-container.-summary-widget .product-image-container {
    display: block;
  }
  .amreview-widget-container.-summary-widget.-list {
    padding: 35px 125px;
  }
  .amreview-widget-container.-summary-widget.-slider {
    padding: 35px 125px 35px 90px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
    width: 74%;
  }
}
.amaffiliate-coupon-code .amaffiliate-wrapper {
  margin-bottom: 15px;
}
.amaffiliate-copy-button {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  box-shadow: none;
}
.amaffiliate-copy-button:focus,
.amaffiliate-copy-button:active {
  background: none;
  border: none;
}
.amaffiliate-copy-button:hover {
  background: none;
  border: none;
}
.amaffiliate-copy-button.disabled,
.amaffiliate-copy-button[disabled],
fieldset[disabled] .amaffiliate-copy-button {
  pointer-events: none;
  opacity: 0.5;
}
.amaffiliate-copy-button,
.amaffiliate-copy-button:focus,
.amaffiliate-copy-button:active,
.amaffiliate-copy-button:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzcuODY3IDQ3Ny44NjciPjxwYXRoIGQ9Ik0zNDEuMzMzIDg1LjMzM0g1MS4yYy0yOC4yNzcgMC01MS4yIDIyLjkyMy01MS4yIDUxLjJ2MjkwLjEzM2MwIDI4LjI3NyAyMi45MjMgNTEuMiA1MS4yIDUxLjJoMjkwLjEzM2MyOC4yNzcgMCA1MS4yLTIyLjkyMyA1MS4yLTUxLjJWMTM2LjUzM2MwLTI4LjI3Ny0yMi45MjMtNTEuMi01MS4yLTUxLjJ6TTM1OC40IDQyNi42NjdjMCA5LjQyNi03LjY0MSAxNy4wNjctMTcuMDY3IDE3LjA2N0g1MS4yYy05LjQyNiAwLTE3LjA2Ny03LjY0MS0xNy4wNjctMTcuMDY3VjEzNi41MzNjMC05LjQyNiA3LjY0MS0xNy4wNjcgMTcuMDY3LTE3LjA2N2gyOTAuMTMzYzkuNDI2IDAgMTcuMDY3IDcuNjQxIDE3LjA2NyAxNy4wNjd2MjkwLjEzNHoiLz48cGF0aCBkPSJNNDI2LjY2NyAwaC0zMDcuMmMtMjguMjc3IDAtNTEuMiAyMi45MjMtNTEuMiA1MS4yIDAgOS40MjYgNy42NDEgMTcuMDY3IDE3LjA2NyAxNy4wNjdTMTAyLjQgNjAuNjI2IDEwMi40IDUxLjJzNy42NDEtMTcuMDY3IDE3LjA2Ny0xNy4wNjdoMzA3LjJjOS40MjYgMCAxNy4wNjcgNy42NDEgMTcuMDY3IDE3LjA2N3YzMDcuMmMwIDkuNDI2LTcuNjQxIDE3LjA2Ny0xNy4wNjcgMTcuMDY3cy0xNy4wNjcgNy42NDEtMTcuMDY3IDE3LjA2NyA3LjY0MSAxNy4wNjcgMTcuMDY3IDE3LjA2N2MyOC4yNzcgMCA1MS4yLTIyLjkyMyA1MS4yLTUxLjJWNTEuMmMwLTI4LjI3Ny0yMi45MjMtNTEuMi01MS4yLTUxLjJ6Ii8+PC9zdmc+) no-repeat center;
}
.amaffiliate-copy-button:not(.primary) {
  box-shadow: none;
}
.amaffiliate-copy-button.-copied {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNjcuODA1IDM2Ny44MDUiPjxwYXRoIGQ9Ik0xODMuOTAzLjAwMWMxMDEuNTY2IDAgMTgzLjkwMiA4Mi4zMzYgMTgzLjkwMiAxODMuOTAycy04Mi4zMzYgMTgzLjkwMi0xODMuOTAyIDE4My45MDJTLjAwMSAyODUuNDY5LjAwMSAxODMuOTAzQy0uMjg4IDgyLjYyNSA4MS41NzkuMjkgMTgyLjg1Ni4wMDFoMS4wNDd6IiBmaWxsPSIjM2JiNTRhIi8+PHBhdGggZmlsbD0iI2Q0ZTFmNCIgZD0iTTI4NS43OCAxMzMuMjI1TDE1NS4xNjggMjYzLjgzN2wtNzMuMTQzLTcyLjYyIDI5Ljc4LTI5LjI1NyA0My4zNjMgNDIuODQxIDEwMC44MzMtMTAwLjgzM3oiLz48L3N2Zz4=) no-repeat center;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 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 {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.amblog-disabled {
  color: #ff0000;
}
.amblog_views_label,
.amblog_likes_label,
.amblog_dislikes_label {
  font-weight: 600;
  line-height: 3.2rem;
}
.amblog-scheduled,
.amblog-hidden {
  color: #808080;
}
.amblog-published {
  color: #008000;
}
.pagebuilder-content-type .amblog_widget .amblog-widget-placeholder {
  align-items: center;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  min-height: 300px;
}
#amblog_canvas_container {
  max-height: 400px;
  max-width: 400px;
}
.amblog-preloader {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.amblog-loader,
.amblog-slick-slider:not(.-am-loaded):after {
  background: url('../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  background-size: cover;
  height: 12px;
  margin: auto;
  width: 16px;
}
.mobile {
  display: none;
}
.mobile .mobile-block {
  display: none;
}
.mobile.two-columns-right .content,
.mobile.two-columns-left .content {
  position: relative;
}
.notice:not(.message) {
  font-size: 2rem;
  font-weight: 700;
}
.amblog-main-content {
  padding-top: 40px;
}
.amblog-main-content > .amblog-item {
  margin-bottom: 30px;
}
.amblog-main-content > .amblog-item:last-child {
  margin-bottom: 0;
}
.amblog-main-content .amblog-btn {
  height: auto;
}
.amblog-overlay {
  background: rgba(60, 60, 60, 0.3);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amblog-index-index .amblog-ref,
.amblog-index-search .amblog-ref,
.amblog-index-tag .amblog-ref,
.amblog-index-category .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref {
  color: #1979c2;
  font-size: 1.4rem;
  font-weight: 600;
}
.amblog-index-index .amblog-ref:hover,
.amblog-index-search .amblog-ref:hover,
.amblog-index-tag .amblog-ref:hover,
.amblog-index-category .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.amblog-index-author .amblog-ref:hover {
  color: #1979c2;
}
.amblog-author-container,
.amblog-element-block .amblog-author,
.amblog-comment-content .amblog-author,
.amblog-post-container .amblog-item.-author,
.amblog-post-container .amblog-item.-comments,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-size: 1.4rem;
  line-height: 25px;
}
.ie11 .amblog-author-container,
.ie11 .amblog-element-block .amblog-author,
.ie11 .amblog-comment-content .amblog-author,
.ie11 .amblog-post-container .amblog-item.-author,
.ie11 .amblog-post-container .amblog-item.-comments,
.ie11 .amblog-post-container .amblog-widget-container .amblog-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  word-break: break-all;
}
.amblog-svg {
  margin-right: 10px;
  min-width: 25px;
  position: relative;
  top: 7px;
}
.amblog-svg.user {
  height: 25px;
  top: 0;
  width: 25px;
}
.amblog-svg.comment {
  height: 24px;
  top: 0;
  width: 25px;
}
.amblog-svg.-classic {
  fill: #499bf8;
}
.amblog-svg.-red {
  fill: #ef5350;
}
.amblog-svg.-green {
  fill: #43a047;
}
.amblog-svg.-blue {
  fill: #3f51b5;
}
.amblog-svg.-grey {
  fill: #bdbdbd;
}
.amblog-svg.-purple {
  fill: #9c27b0;
}
.amblog-element-block .amblog-empty,
.amblog-post-container .amblog-widget-container .amblog-empty,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-empty {
  padding: 20px;
}
.amblog-element-block .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}
.ie11 .amblog-element-block .amblog-headline,
.ie11 .amblog-post-container .amblog-widget-container .amblog-headline,
.ie11 .amblog-element-block .amblog-categories .amblog-link,
.ie11 .amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  word-break: break-all;
}
.amblog-element-block .amblog-headline:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-element-block .amblog-categories .amblog-link:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover {
  color: #1979c2;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-element-block .amblog-thesis,
.amblog-post-container .amblog-widget-container .amblog-thesis,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-word;
  word-wrap: break-word;
  margin: 5px 0;
}
.ie11 .amblog-element-block .amblog-thesis,
.ie11 .amblog-post-container .amblog-widget-container .amblog-thesis,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  word-break: break-all;
}
.amblog-element-block .amblog-thesis:last-child,
.amblog-post-container .amblog-widget-container .amblog-thesis:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis:last-child {
  margin-bottom: 0;
}
.amblog-element-block .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-word;
  word-wrap: break-word;
  margin: 10px 0;
}
.ie11 .amblog-element-block .amblog-comment,
.ie11 .amblog-post-container .amblog-widget-container .amblog-comment,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  word-break: break-all;
}
.amblog-element-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  margin-top: 5px;
}
.amblog-element-block .amblog-footer-block,
.amblog-post-container .amblog-widget-container .amblog-footer-block,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.amblog-element-block .amblog-footer-block > *,
.amblog-post-container .amblog-widget-container .amblog-footer-block > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block > * {
  margin-bottom: 5px;
}
.amblog-element-block .amblog-footer-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-date,
.amblog-element-block .amblog-footer-block .amblog-views,
.amblog-element-block .amblog-footer-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-date {
  margin: 0;
}
.amblog-element-block .amblog-footer-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-footer-block .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-footer-block .amblog-author {
  font-weight: 400;
  margin: 0 10px 0 0;
}
.amblog-pager-container {
  margin: 20px auto 50px;
}
.amblog-pager-container .amblog-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amblog-pager-container .amblog-link {
  background: #1979c2;
  border-radius: 50%;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}
.amblog-pager-container .amblog-link:before,
.amblog-pager-container .amblog-link:after {
  background: #ffffff;
  content: '';
  height: 2px;
  position: absolute;
  width: 12px;
}
.amblog-pager-container .amblog-link:before {
  left: 13px;
  top: 13px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link:after {
  left: 13px;
  top: 20px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link:hover {
  background: #185eaf;
}
.amblog-pager-container .amblog-link.-new:before {
  left: 10px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link.-new:after {
  left: 10px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link.-disabled {
  background: #c4c4c4;
  cursor: auto;
  pointer-events: none;
}
.amblog-pager-container .amblog-pagination {
  color: #333333;
  font-size: 1.6rem;
}
.amblog-related-wrapper {
  margin-bottom: 30px;
}
.amblog-helpful-wrap {
  padding: 15px 25px 0;
  text-align: left;
}
.amblog-helpful-wrap > .amblog-helpful {
  color: #5b5b5b;
  font-size: 1.4rem;
  vertical-align: top;
}
.amblog-helpful-wrap > .amblog-options {
  margin-left: 5px;
}
.amblog-helpful-wrap > .amblog-options {
  cursor: pointer;
  display: inline-block;
}
.amblog-author-description {
  margin-bottom: 20px;
}
.amblog-category-description {
  margin-bottom: 20px;
}
.amblog-element-block[data-set='sidebar-author'] .author_image,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .author_image,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .author_image {
  border-radius: 50%;
  display: block;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 150px;
}
.amblog-element-block[data-set='sidebar-author'] .title,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .title {
  font-size: large;
  font-weight: 700;
  text-align: center;
}
.amblog-notify-message {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.amblog-notify-message a {
  color: #1979c3;
}
.amblog-notify-message a:hover {
  color: #006bb4;
}
.amblog-notify-message a:active {
  color: #006bb4;
}
.amblog-notify-message > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.amblog-relatedposts-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amblog-related-post {
  display: flex;
  margin-bottom: 35px;
  width: 49%;
}
.amblog-related-post .amblog-link {
  display: block;
}
.amblog-related-post .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-related-post .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-related-post .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-related-post .amblog-headline {
  color: #212121;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 20px;
}
.amblog-related-post .amblog-headline:hover,
.amblog-related-post .amblog-headline:focus {
  color: #0e6bd7;
  text-decoration: none;
}
.amblog-related-post .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-post .amblog-content {
  word-break: break-all;
}
.amblog-related-post .amblog-text {
  margin: 15px 0 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 19px;
  margin-top: 15px;
}
body[class*='amblog-index-'],
body[class*='amblog-index-'] aside[class*='amblog-aside-'] {
  background: #fafafa;
}
body[class*='amblog-index-'] .page-title-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
body[class*='amblog-index-'] .page-title {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
  max-width: calc(100% - 20px - 40px);
  padding-right: 20px;
}
.ie11 body[class*='amblog-index-'] .page-title {
  word-break: break-all;
}
body[class*='amblog-index-'] .amblog-summary {
  width: 100%;
}
body[class*='amblog-index-'] .sidebar .block-reorder {
  margin: 0;
}
body[class*='amblog-index-'] pre {
  overflow: auto;
}
body[class*='amblog-index-'] iframe {
  max-width: 100%;
}
.amblog-title,
.amblog-post-title {
  color: #1a1a1a;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.ie11 .amblog-title,
.ie11 .amblog-post-title {
  word-break: break-all;
}
.amblog-title {
  padding: 25px;
}
.amblog-content .amblog-title.-author,
.amblog-title.-author {
  padding: 0;
}
.amblog-content .amblog-title.-author.mobile:before,
.amblog-title.-author.mobile:before,
.amblog-content .amblog-title.-author:before,
.amblog-title.-author:before {
  content: none;
}
.amblog-content .amblog-title.-author:visited,
.amblog-title.-author:visited {
  color: #1a1a1a;
}
.amblog-content .amblog-title.-author:hover,
.amblog-title.-author:hover,
.amblog-content .amblog-title.-author:focus,
.amblog-title.-author:focus,
.amblog-content .amblog-title.-author:active,
.amblog-title.-author:active {
  text-decoration: none;
}
.amblog-post-title {
  line-height: 2.8rem;
  padding: 0;
}
.amblog-post-title .post-title,
.amblog-post-title .post-title:active,
.amblog-post-title .post-title:visited {
  color: #1a1a1a;
}
.amblog-post-title .post-title:hover {
  color: #1979c2;
}
.ampost-link {
  font-weight: 700;
}
.ampost-link,
.ampost-link:active,
.ampost-link:visited {
  color: #1979c2;
  text-decoration: none;
}
.ampost-link:hover {
  color: #135d95;
}
.mobile-block .amblog-title:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
.mobile-block .amblog-title.-active:before {
  transform: translateY(-50%) rotate(0);
}
.amblog-swipe {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IiMxOTc5QzIiLz4KPHJlY3QgeD0iMTEiIHk9IjExIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8cmVjdCB4PSIyMSIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHJ4PSIxIiBmaWxsPSIjRkFGQUZBIi8+CjxyZWN0IHg9IjExIiB5PSIyMSIgd2lkdGg9IjgiIGhlaWdodD0iOCIgcng9IjEiIGZpbGw9IiNGQUZBRkEiLz4KPHJlY3QgeD0iMjEiIHk9IjIxIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8L3N2Zz4K);
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.2);
  cursor: pointer;
  height: 40px;
  margin-bottom: 15px;
  max-width: 40px;
  min-width: 40px;
  transition: all 0.5s 0.3s ease-in-out;
  width: 40px;
}
.amblog-element-block:not(.widget) > div:not(.amblog-overlay),
.amblog-element-block.widget,
.amblog-grid-list .list-item,
.amblog-post-container,
.amblog-tags.amblog-widget-container,
.amblog-post-container .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-post-container .amblog-widget-container.widget,
.amblog-grid-list .slick-slide .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container:not(.widget) > div:not(.amblog-overlay),
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.widget {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  margin-bottom: 20px;
}
.amblog-list {
  list-style: none;
  margin: 0;
  padding: 0 25px 25px;
  /* stylelint-disable-line */
}
.amblog-list.-tags {
  padding-bottom: 15px;
}
.amblog-list .post-title.amblog-headline {
  font-size: 1.4rem;
}
.mobile-block.amblog-element-block,
.mobile-block.amblog-post-container .amblog-widget-container,
.mobile-block.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px;
}
.amblog-social-container {
  list-style-type: none;
  padding: 0;
}
.page-wrapper .amblog-slider-container.page-bottom {
  box-sizing: border-box;
  width: 100%;
}
.amblog-author-info .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
  padding: 25px 25px calc(25px - 10px);
  text-align: center;
}
.ie11 .amblog-author-info .amblog-content {
  word-break: break-all;
}
.amblog-author-info .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-author-info .amblog-name {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.3rem;
  margin: 0;
}
.amblog-author-info .amblog-job {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-author-info .amblog-description {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 25px 0 0;
  text-align: center;
}
.amblog-author-info .amblog-image-wrapper {
  align-items: center;
  background-position: center;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto 25px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-author-info .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWFzayBpZD0iYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMjAiPjxjaXJjbGUgY3g9IjYwIiBjeT0iNjAiIHI9IjYwIiBmaWxsPSIjQUFBIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiIGZpbGw9IiNEN0Q5REQiPjxwYXRoIGQ9Ik02MC4wMDYgMzJjLTEzLjcyNSAwLTI0Ljk0NSAxMS4yMS0yNC45NDUgMjQuOTI1IDAgMTMuNzE0IDExLjIyIDI0LjkyNSAyNC45NDUgMjQuOTI1czI0Ljk0NS0xMS4yMSAyNC45NDUtMjQuOTI1Qzg0Ljk1MSA0My4yMTEgNzMuNzMxIDMyIDYwLjAwNiAzMnpNMTAyLjgxNiAxMDEuNzdjLS42NTMtMS42MzMtMS41MjUtMy4xNTYtMi41MDUtNC41NzItNS4wMTEtNy40LTEyLjc0NS0xMi4yOTktMjEuNDYtMTMuNDk2LTEuMDg4LS4xMDktMi4yODcuMTA5LTMuMTU4Ljc2Mi00LjU3NSAzLjM3NC0xMC4wMjIgNS4xMTUtMTUuNjg2IDUuMTE1LTUuNjY1IDAtMTEuMTExLTEuNzQxLTE1LjY4Ni01LjExNS0uODcyLS42NTMtMi4wNy0uOTgtMy4xNi0uNzYyYTMwLjc4NCAzMC43ODQgMCAwMC0yMS40NTggMTMuNDk2Yy0uOTggMS40MTYtMS44NTIgMy4wNDgtMi41MDYgNC41NzItLjMyNi42NTMtLjIxOCAxLjQxNS4xMSAyLjA2OC44NyAxLjUyNCAxLjk2IDMuMDQ4IDIuOTQgNC4zNTRhNDEuNDE4IDQxLjQxOCAwIDAwNS4wMTEgNS42NmMxLjUyNSAxLjUyMyAzLjI2OCAyLjkzOCA1LjAxIDQuMzUzIDguNjA2IDYuNDIyIDE4Ljk1NSA5Ljc5NiAyOS42MyA5Ljc5NnMyMS4wMjMtMy4zNzQgMjkuNjI5LTkuNzk2YTQ3Ljk1NyA0Ny45NTcgMCAwMDUuMDEtNC4zNTNjMS43NDQtMS43NDIgMy40ODYtMy41OTIgNS4wMTItNS42NiAxLjA4OS0xLjQxNSAyLjA2OS0yLjgzIDIuOTQxLTQuMzU0LjU0NC0uNjUzLjY1My0xLjQxNS4zMjYtMi4wNjh6Ii8+PC9nPjwvc3ZnPg==');
  background-size: contain;
}
.amblog-author-avatar {
  background: #f4f6f8 center / 100px no-repeat;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.amblog-author-avatar.-small {
  height: 25px;
  width: 25px;
}
.amblog-author-info .amblog-social-container,
.amblog-element-block[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-item[data-set='content-author'] .amblog-author-info .amblog-social-container,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0 0;
}
.amblog-author-info .amblog-social-container .amblog-icon {
  margin: 0 5px 5px;
}
.amblog-index-author .amblog-swipe.-left,
.amblog-index-author .amblog-swipe.-right {
  top: 0;
}
.amblog-index-author .page-title-wrapper .page-title {
  color: #333333;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 4.8rem;
}
.amblog-index-author .amblog-article-title {
  display: none;
}
.amblog-main-content .amblog-author-info .amblog-title {
  display: none;
}
.right .amblog-element-block[data-set='sidebar-author'],
.left .amblog-element-block[data-set='sidebar-author'],
.right .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] {
  padding: 0;
}
.amblog-search-block .amblog-content {
  align-items: center;
  display: flex;
}
.amblog-search-block .amblog-content > * {
  margin: auto;
}
.amblog-button {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c2;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  outline: none;
}
.ie11 .amblog-button {
  word-break: break-all;
}
.amblog-button:hover,
.amblog-button:focus {
  color: #135d95;
}
.amblog-button:focus > .amblog-icon,
.amblog-button:hover > .amblog-icon {
  fill: #135d95;
}
.amblog-button:not(.primary),
.amblog-button:not(.primary):active {
  box-shadow: none;
}
.amblog-button.-clear {
  background: none;
  border: none;
  padding: 0;
}
.amblog-button > .amblog-icon {
  fill: #1979c2;
  margin-right: 10px;
}
.amblog-button:not(.-toggle) > .amblog-icon {
  margin-right: 15px;
}
.amblog-button.-toggle {
  line-height: 1.1;
}
.amblog-button.-toggle .amblog-icon {
  fill: #85c1ef;
  height: 15px;
  position: relative;
  width: 15px;
}
.amblog-button.-toggle.-empty {
  color: #888888;
  pointer-events: none;
}
.amblog-button.-toggle.-empty .amblog-icon {
  fill: #d9d9d9;
}
.amblog-button > .amblog-count:not(:empty) {
  padding-right: 5px;
}
.amblog-link-btn {
  background: none;
  border: none;
  color: #1979c2;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0 0 25px;
  padding: 0;
}
button.amblog-link-btn:hover,
button.amblog-link-btn:focus,
.amblog-link-btn:active,
.amblog-link-btn:focus,
.amblog-link-btn:hover {
  background: none;
  border: none;
  color: #135d95;
}
button.amblog-link-btn,
.amblog-link-btn {
  box-shadow: none;
}
.amblog-comments-container .amblog-comment.-highlighted {
  background-color: #f5f9ff;
  outline: 5px solid #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-classic {
  background-color: #f5f9ff;
  outline-color: #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-red {
  background-color: #fef4f4;
  outline-color: #fef4f4;
}
.amblog-comments-container .amblog-comment.-highlighted.-green {
  background-color: #ebf7ec;
  outline-color: #ebf7ec;
}
.amblog-comments-container .amblog-comment.-highlighted.-blue {
  background-color: #eff1fa;
  outline-color: #eff1fa;
}
.amblog-comments-container .amblog-comment.-highlighted.-grey {
  background-color: #f8f8f8;
  outline-color: #f8f8f8;
}
.amblog-comments-container .amblog-comment.-highlighted.-purple {
  background-color: #fbf3fc;
  outline-color: #fbf3fc;
}
.amblog-element-block .amblog-item.-comment .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-comment {
  font-style: italic;
}
.amblog-element-block .amblog-item.-comment .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-item.-comment .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment .amblog-headline {
  font-size: 1.4rem;
}
.amblog-comments-container {
  margin: 50px 25px 0;
  padding-bottom: 5px;
}
.amblog-comments-container .amblog-comment {
  margin-bottom: 25px;
}
.amblog-comments-container .amblog-comment:last-child {
  margin-bottom: 0;
}
.amblog-no-comments .amblog-ref {
  color: #707070;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-comments-action .amblog-replies,
.amblog-comments-container .amblog-replies,
.amblog-replies-block > .amblog-replies:not(:empty) {
  border-left: 1px solid #e9e9e9;
  margin: 25px 0 0;
  padding-left: 15px;
}
.amblog-comment-content .amblog-author {
  display: inline-block;
  margin: 0 20px 0 0;
  padding-left: 0;
  position: relative;
}
.amblog-comment-content .amblog-header {
  margin-bottom: 10px;
}
.amblog-comment-content .amblog-date,
.amblog-comment-content .amblog-views,
.amblog-comment-content .amblog-minread {
  color: #707070;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
}
.amblog-comment-content .amblog-willapprove {
  word-break: break-word;
  word-wrap: break-word;
  background: #fff3e0;
  border-radius: 4px;
  color: #f57c00;
  margin-top: 15px;
  padding: 0 10px;
}
.ie11 .amblog-comment-content .amblog-willapprove {
  word-break: break-all;
}
.amblog-comment-content .amblog-reply {
  align-items: center;
  display: flex;
  margin-top: 15px;
}
.amblog-comment-content .amblog-button {
  font-size: 1.4rem;
}
.amblog-comments-wrapper > .amblog-comment.-level-top {
  margin: 50px 25px -25px;
}
.amblog-comments-action {
  border: none;
  margin: 0 25px 25px;
}
.amblog-comments-action > .amblog-comment {
  margin-bottom: 60px;
}
.amblog-comments-action .amblog-button.-toggle {
  display: none;
}
.amblog-comment-reply {
  margin: 30px 0;
}
.amblog-comment-reply .amblog-button.-toggle {
  display: none;
}
.amblog-form-head {
  margin-bottom: 15px;
}
.amblog-secondary-title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.amblog-head-note {
  color: #707070;
  font-size: 1.2rem;
}
.amblog-comments-block:not(.-loaded) .amblog-reply {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.amblog-comments-block:not(.-loaded) .amblog-reply .amblog-button.-toggle {
  display: none;
}
.amblog-replies-block > .amblog-replies:not(.-active) {
  display: none;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-replies-block > .amblog-replies:not(:empty) {
  margin: 25px 0 0;
}
.amblog-reply .amblog-button.-toggle {
  margin-left: 30px;
  position: relative;
}
.amblog-replies-block {
  margin-top: 25px;
}
.amblog-replies-block .amblog-replies.deep-reply,
.amblog-replies-block .amblog-replies.deep-reply .amblog-comment-reply {
  border: none;
  padding: 0;
}
.amblog-form-comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.amblog-form-comment .amblog-svg.comment {
  left: 0;
  position: absolute;
  top: -40px;
}
.amblog-form-comment .amblog-fieldset {
  border: none;
  margin: 0;
  min-inline-size: initial;
  padding: 0;
}
.amblog-form-comment .amblog-customer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amblog-form-comment .amblog-customer.-hidden {
  display: none;
}
.amblog-form-comment .amblog-wrapper {
  margin-top: 15px;
}
.amblog-form-comment .amblog-input {
  background-color: #ffffff;
  padding-left: 15px;
}
.amblog-form-comment .amblog-input.-name,
.amblog-form-comment .amblog-input.-email {
  max-height: 40px;
}
.amblog-form-comment .amblog-input.-textarea {
  height: 100px;
  margin-bottom: 0;
}
.amblog-form-comment .amblog-gdprtext {
  margin-top: 20px;
  position: relative;
}
.amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-word;
  word-wrap: break-word;
  word-wrap: anywhere;
}
.ie11 .amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-all;
}
.amblog-form-comment .amblog-input.-gdpr {
  height: 13px;
  top: 2px;
  width: auto;
}
.amblog-form-comment .mage-error {
  margin-bottom: 0;
}
.amblog-form-comment .amblog-btn {
  background: #1979c2;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  padding: 12px 0;
  width: 100%;
}
.amblog-form-comment .amblog-btn:hover {
  background: #185eaf;
}
.amblog-tabs-block.-title {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.amblog-tabs-block.-title .amblog-item {
  word-break: break-word;
  word-wrap: break-word;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  padding: 0 10px 12px;
  text-transform: capitalize;
  transform: translateY(1px);
  transition: border .1s;
}
.ie11 .amblog-tabs-block.-title .amblog-item {
  word-break: break-all;
}
.amblog-tabs-block.-title .amblog-item.-active {
  font-weight: 600;
}
.amblog-tabs-block.-title .amblog-item.-active {
  border-bottom-color: #4776f0;
}
.amblog-content-tab:not(.-active) {
  display: none;
}
.amblog-tabs-block.-block .amblog-list {
  list-style: none;
  padding: 0;
}
.amblog-tabs-block.-block .amblog-list.-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amblog-content-tab .amblog-post-block {
  display: flex;
}
.amblog-content-tab .amblog-post-block:not(:first-child) {
  margin-top: 20px;
}
.amblog-content-tab .amblog-post-block .amblog-link {
  display: block;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center / 50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amblog-content-tab .amblog-post-block .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-content-tab .amblog-post-block .amblog-headline {
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.amblog-content-tab .amblog-post-block .amblog-date,
.amblog-content-tab .amblog-post-block .amblog-views,
.amblog-content-tab .amblog-post-block .amblog-minread {
  color: #707070;
  font-size: 14px;
  line-height: 19px;
  margin-top: 5px;
}
.amblog-content-tab {
  margin-bottom: 30px;
}
.amblog-content-tab > .pager {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.amblog-tag {
  background: #f5f5f5;
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 80px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  transition: none;
}
.ie11 .amblog-tag {
  word-break: break-all;
}
.amblog-tag:last-child {
  margin-right: 0;
}
.amblog-tag,
.amblog-tag:hover,
.amblog-tag:active,
.amblog-tag:visited {
  text-decoration: none;
}
.amblog-tag,
.amblog-tag:visited {
  color: #333333;
}
.amblog-tag:hover,
.amblog-tag:active {
  color: #ffffff;
}
.amblog-tag:hover {
  background: #1979c2;
}
.amblog-tag:active {
  background: #135d95;
}
.amblog-content .tags {
  margin-bottom: 10px;
}
.amblog-dates {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amblog-dates > .amblog-date,
.amblog-dates > .amblog-views,
.amblog-dates > .amblog-minread {
  display: block;
  margin-right: 25px;
  width: auto;
}
.amblog-date,
.amblog-views,
.amblog-minread {
  color: #707070;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  margin-right: 15px;
}
.amblog-grid-list .amblog-dates > .amblog-date,
.amblog-post-container .amblog-dates > .amblog-date,
.amblog-container-list .amblog-dates > .amblog-date,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-date,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-views,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-minread,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread {
  margin-bottom: 10px;
  margin-top: 0;
}
.amblog-grid-list .amblog-dates > *:last-child,
.amblog-post-container .amblog-dates > *:last-child,
.amblog-container-list .amblog-dates > *:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > *:last-child {
  margin-bottom: 20px;
}
.amblog-element-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-date,
.amblog-element-block .amblog-views,
.amblog-element-block .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date {
  margin-top: 10px;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  margin-top: 15px;
}
.amblog-form-search.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-search .amblog-form-container {
  position: relative;
}
.amblog-form-search .amblog-input,
.amblog-form-comment .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-search .amblog-input:hover,
.amblog-form-comment .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-search .amblog-input::-webkit-input-placeholder,
.amblog-form-search .amblog-input:-ms-input-placeholder,
.amblog-form-search .amblog-input::-moz-placeholder,
.amblog-form-comment .amblog-input::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:-ms-input-placeholder,
.amblog-form-comment .amblog-input::-moz-placeholder {
  color: #707070;
}
.amblog-form-search .amblog-input:focus,
.amblog-form-comment .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-search .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-search .amblog-input:focus::-moz-placeholder,
.amblog-form-search .amblog-input:focus:-ms-input-placeholder,
.amblog-form-comment .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:focus::-moz-placeholder,
.amblog-form-comment .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-loader.-search {
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-form-search .amblog-btn {
  background: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/loupe.svg");
  background-repeat: no-repeat;
  border: none;
  height: 16px;
  opacity: .5;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
  width: 16px;
}
.amblog-form-search .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search .amblog-input-wrapper {
  display: inline-block;
  width: 100%;
}
.amblog-field.-live-active ~ .amblog-btn,
.amblog-form-search.-live-process ~ .amblog-btn,
.amblog-field.-live-active .amblog-btn,
.amblog-form-search.-live-process .amblog-btn {
  opacity: .8;
}
.amblog-field.-live-active ~ .amblog-btn:hover,
.amblog-form-search.-live-process ~ .amblog-btn:hover,
.amblog-field.-live-active .amblog-btn:hover,
.amblog-form-search.-live-process .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search.-live-process .amblog-loader {
  display: block;
}
.amblog-search-suggest {
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  z-index: 10;
}
.amblog-search-suggest.-live-active {
  border: 1px solid #b3b3b3;
}
.amblog-search-suggest > li {
  margin: 0;
  padding: 12px;
}
.amblog-search-suggest > li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.amblog-search-suggest .amblog-suggest-title {
  font-weight: 700;
  padding-bottom: 8px;
  pointer-events: none;
  text-transform: capitalize;
}
.amblog-search-suggest .amblog-suggest-title + .amblog-suggest {
  border-top: none;
}
.amblog-search-suggest .amblog-suggest:hover {
  background: #499bf8;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.amblog-search-suggest .amblog-suggest a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: none;
}
.amblog-search-suggest .amblog-suggest a,
.amblog-search-suggest .amblog-suggest a:hover,
.amblog-search-suggest .amblog-suggest a:focus {
  color: inherit;
  text-decoration: none;
}
.amblog-post-container.list-item .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.list-item .amblog-footer .amblog-wrap,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer .amblog-wrap {
  margin-bottom: 20px;
}
.amblog-post-container .post-image,
.amblog-grid-list .slick-slide .amblog-item .post-image {
  display: block;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-post-container .amblog-post-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-post-title {
  margin-bottom: 20px;
}
.amblog-post-container .amblog-read,
.amblog-grid-list .slick-slide .amblog-item .amblog-read {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-read:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-read:active,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap {
  display: flex;
  margin-top: 20px;
  padding: 0;
}
.amblog-post-container.-post-page .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.-post-page .tags,
.amblog-grid-list .slick-slide .amblog-item.-post-page .tags {
  margin-bottom: 10px;
}
.amblog-post-container.-post-page .amblog-features,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features {
  margin-bottom: 20px;
}
.amblog-post-container.-post-page .amblog-features + .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features + .amblog-helpful-wrap {
  margin-top: 0;
}
.amblog-post-container .amblog-bottom,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 20px;
}
.amblog-post-container .amblog-bottom > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom > * {
  margin-bottom: 10px;
}
.amblog-post-container .amblog-image,
.amblog-grid-list .slick-slide .amblog-item .amblog-image {
  border-radius: 4px;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px -15px;
}
.amblog-post-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline {
  color: #333333;
}
.amblog-post-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline:hover {
  color: #1979c2;
  text-decoration: none;
}
.amblog-post-container .amblog-shot,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.amblog-post-container .amblog-shot > p,
.amblog-post-container .amblog-content > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-post-container .amblog-shot > p,
.ie11 .amblog-post-container .amblog-content > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-all;
}
.amblog-post-container .amblog-features,
.amblog-grid-list .slick-slide .amblog-item .amblog-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amblog-post-container .amblog-features.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post {
  padding: 15px 15px 20px;
}
.amblog-post-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-item {
  margin: 0 30px 0 0;
}
.amblog-post-container .amblog-category,
.amblog-post-container .amblog-item.-author-posts,
.amblog-grid-list .slick-slide .amblog-item .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: 25px;
  margin: 5px 30px 5px 0;
}
.ie11 .amblog-post-container .amblog-category,
.ie11 .amblog-post-container .amblog-item.-author-posts,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-category,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  word-break: break-all;
}
.amblog-post-container .amblog-arrow,
.amblog-grid-list .slick-slide .amblog-item .amblog-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 16px;
}
.amblog-post-container .amblog-features.-post .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post .amblog-item {
  padding: 0;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  background: #fafafa;
  border: none;
  padding-bottom: 25px;
}
.amblog-post-container .amblog-widget-container .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list {
  border: 1px solid #e9e9e9;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 20px 0;
}
.amblog-post-container .amblog-widget-container.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post {
  padding-bottom: 10px;
}
.amblog-post-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-list {
  background: inherit;
  border: none;
}
.amblog-post-container .amblog-widget-container.-categories .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-categories .amblog-category {
  margin-right: 0;
}
.amblog-index-post .columns .amblog-element-block .am-powered-by,
.amblog-index-post .columns .amblog-post-container .amblog-widget-container .am-powered-by,
.amblog-index-post .columns .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .am-powered-by {
  background: none;
  box-shadow: none;
  color: #888888;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 3rem;
}
.amblog-index-post .columns .amblog-element-block .am-powered-by.hidden,
.amblog-index-post .columns .amblog-post-container .amblog-widget-container .am-powered-by.hidden,
.amblog-index-post .columns .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .am-powered-by.hidden {
  display: none !important;
}
.amblog-grid-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-grid-list .slick-slide .amblog-item {
  width: 100%;
}
.amblog-grid-list .slick-slide .amblog-item {
  box-sizing: border-box;
}
.amblog-grid-list .amblog-item.-comments {
  white-space: nowrap;
}
.amblog-grid-list .image {
  border-radius: 4px;
}
.amblog-grid-list .product-item-link {
  color: #333333;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-grid-list .amblog-features {
  margin-bottom: 5px;
}
.amblog-grid-list .amblog-post-container,
.amblog-grid-list .amblog-grid-list .slick-slide .amblog-item {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amblog-post-container .amblog-tags,
.amblog-grid-list .amblog-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags {
  padding: 20px 25px 10px;
}
.amblog-post-container .amblog-content,
.amblog-grid-list .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-content {
  padding: 25px;
}
.amblog-post-container .amblog-tags + .amblog-content,
.amblog-grid-list .amblog-tags + .amblog-content,
.amblog-post-container .post-image + .amblog-content,
.amblog-grid-list .post-image + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .post-image + .amblog-content {
  padding-top: 0;
}
.amblog-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px;
}
.amblog-wrap > .amblog-no-comments,
.amblog-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amblog-posted-in {
  padding-right: 4px;
}
.amblog-features .amblog-wrap {
  margin-bottom: 20px;
  margin-right: 30px;
}
.amblog-features .amblog-ref:not(:last-child):after {
  content: ', ';
  padding-right: 4px;
}
.amblog-post-list .post-items {
  margin-bottom: 0;
}
.amblog-post-list .post-items:not(.slick-slider) .post-title {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-image {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-title {
  color: #333333;
  display: flex;
  font-weight: 700;
  margin-bottom: 10px;
}
.amblog-post-list .short-description {
  font-size: 1.4rem;
  font-style: italic;
  flex-grow: 2;
  line-height: 1.9rem;
  margin-bottom: 5px;
}
.amblog-post-list .post-link {
  font-weight: 700;
}
.amblog-related-wrapper .slick-track,
.amblog-post-list .slick-track {
  display: flex;
  justify-content: center;
}
.amblog-related-wrapper .slick-slide,
.amblog-post-list .slick-slide {
  margin: 0 10px;
}
.amblog-related-wrapper .post-item-details,
.amblog-post-list .post-item-details {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-wrapper .post-item-details,
.ie11 .amblog-post-list .post-item-details {
  word-break: break-all;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-next,
.amblog-post-list .slick-slider .slick-arrow.slick-next {
  right: -15px;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-prev,
.amblog-post-list .slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
.mobile-block .amblog-post-list .post-item-info:not(:last-of-type),
.sidebar .amblog-post-list .post-item-info:not(:last-of-type) {
  margin-bottom: 25px;
}
.widget.amblog-post-list .amblog-slick-slider.-am-loaded .post-item {
  display: flex !important;
}
.widget.amblog-post-list .slick-track {
  margin: 0 auto;
}
.widget.amblog-post-list .post-item,
.widget.amblog-post-list .post-item-details {
  display: flex;
  flex-direction: column;
}
.widget.amblog-post-list .post-item-details {
  flex-grow: 1;
  justify-content: space-between;
}
.widget.amblog-post-list .amblog-dates {
  margin-top: auto;
}
.post-item.-post-no-image .post-item-details {
  height: 100%;
  justify-content: center;
}
.post-item.-post-no-image .amblog-dates {
  margin-top: initial;
}
.amblog-form-newsletter.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-newsletter .amblog-form-container {
  position: relative;
}
.amblog-form-newsletter .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-newsletter .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-newsletter .amblog-input::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:-ms-input-placeholder,
.amblog-form-newsletter .amblog-input::-moz-placeholder {
  color: #707070;
}
.amblog-form-newsletter .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-newsletter .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:focus::-moz-placeholder,
.amblog-form-newsletter .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-form-newsletter .amblog-btn {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: none;
  max-width: 250px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.amblog-form-newsletter .amblog-btn:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-btn:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-input {
  margin-right: 10px;
  padding-right: 10px;
}
.input-box.-newsletter {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mobile-block .amblog-form-newsletter .input-box,
.sidebar .amblog-form-newsletter .input-box {
  flex-direction: column;
}
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
.mobile-block .amblog-form-newsletter .amblog-btn,
.sidebar .amblog-form-newsletter .amblog-btn,
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  max-width: 100%;
  width: 100%;
}
.mobile-block .amblog-form-newsletter .mage-error[generated='true'],
.sidebar .amblog-form-newsletter .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
.amblog-aside-right,
.amblog-aside-left {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  display: none;
  height: calc(100% - 20px);
  overflow-y: scroll;
  padding-top: 20px;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 1000;
}
.amblog-aside-right.active,
.amblog-aside-left.active {
  display: block;
}
.amblog-aside-right .aside-title,
.amblog-aside-left .aside-title {
  margin: 20px 20px 40px;
  position: relative;
}
.amblog-aside-right .amblog-close,
.amblog-aside-left .amblog-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-aside-right .amblog-close:after,
.amblog-aside-left .amblog-close:after {
  background: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/close.svg");
  content: '';
  display: block;
  height: 18px;
  width: 18px;
}
.amblog-aside-right h3.amblog-title,
.amblog-aside-left h3.amblog-title {
  padding-right: 50px;
}
.amblog-aside-right {
  right: 0;
}
.amblog-aside-left {
  left: 0;
}
.amblog-views,
.amblog-minread {
  white-space: nowrap;
}
.amblog-search-titles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amblog-search-titles:not([role='tablist']) ~ .amblog-search-content {
  display: none;
}
.amblog-search-title {
  font-size: 1.4rem;
  text-align: center;
  text-transform: capitalize;
}
.amblog-search-items {
  margin-bottom: 40px;
}
.amblog-search-title.open {
  font-weight: 700;
}
.amblog-search-switch {
  display: block;
  padding: 12px 35px;
}
.amblog-search-switch,
.amblog-search-switch:active,
.amblog-search-switch:visited,
.amblog-search-switch:hover,
.amblog-search-switch:focus {
  color: #333333;
  text-decoration: none;
}
.amblog-slick-slider:not(.-am-loaded) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 30px;
}
.amblog-slick-slider:not(.-am-loaded):after {
  content: '';
  display: block;
}
.amblog-slick-slider:not(.-am-loaded) > div,
.widget .amblog-slick-slider:not(.-am-loaded) > div {
  display: none;
}
.amblog-slick-slider.-am-loaded > div,
.widget .amblog-slick-slider.-am-loaded > div {
  display: flex;
}
.main .amblog-related-wrapper:not(.-related-products) {
  margin-bottom: 40px;
}
.main .amblog-related-wrapper:not(.-related-products) .amblog-related-grid {
  margin: 0;
  padding: 20px 10px;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list {
  margin: 0 10px;
  width: 100%;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list > .slick-track {
  margin-left: 0;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-slide {
  margin: 0 7px;
  vertical-align: top;
}
.amblog-related-wrapper.-related-products {
  margin-bottom: 40px;
}
.amblog-related-wrapper.-related-products .amblog-item-product {
  box-sizing: border-box;
  margin: 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin: 0 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box > .price-box {
  margin-bottom: 0;
}
.amblog-related-wrapper.-related-products .slick-slider {
  justify-content: space-evenly;
  padding: 0;
}
.amblog-related-wrapper.-related-products .map-old-price,
.amblog-related-wrapper.-related-products .map-show-info {
  margin: 0;
}
.amblog-related-wrapper.-related-products .price-including-tax,
.amblog-related-wrapper.-related-products .price-excluding-tax {
  font-size: 1.4rem;
}
.amblog-related-wrapper.-related-products .price-from .price-container,
.amblog-related-wrapper.-related-products .price-to .price-container {
  display: block;
}
.amblog-related-wrapper.-related-products .product-item .old-price {
  margin: 5px 0 0;
}
.amblog-related-wrapper.-related-products .special-price {
  width: 100%;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box .map-old-price {
  min-width: auto;
}
.amblog-related-wrapper.-related-products .product-item-details {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.amblog-related-wrapper.-related-products .product-item-actions {
  margin-top: auto;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.slick-dotted {
  margin-bottom: 30px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
  display: flex !important;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .slick-slide {
  vertical-align: inherit;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .amblog-item-product {
  flex-direction: column;
  margin: 0;
  padding: 0 9px;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .product-item-link {
  flex-grow: 1;
  margin-bottom: 10px;
}
.amblog-slick-slider.slick-slider .slick-dots {
  background: inherit;
  border: none;
  bottom: -25px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0;
  padding: 5px;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation']:hover button,
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border: none;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button {
  border: 1px solid #575757;
  border-radius: 100%;
  box-sizing: border-box;
  height: 6px;
  padding: 0;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amblog-slick-slider.slick-slider .slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTg5IDIuMDA5TDcuMTkgOS4wMS4yMzMgMTUuOTY4bDEuMTA4IDEuMTA5IDguMDQ0LTguMDQ0LTguMTEtOC4xMUwuMTg5IDIuMDA4eiIgZmlsbD0iIzU3NTg1NSIvPjwvc3ZnPg==') center no-repeat !important;
  border-radius: 0;
  height: 30px;
  width: 30px;
  z-index: 2;
}
.amblog-slick-slider.slick-slider .slick-arrow:before,
.amblog-slick-slider.slick-slider .slick-arrow:after {
  display: none;
}
.amblog-slick-slider.slick-slider .slick-arrow.slick-prev {
  transform: rotate(180deg) translate(0, 50%);
}
.amblog-navigation-container {
  align-items: flex-start;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 25px;
  position: relative;
}
.amblog-navigation-container .amblog-navigation {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  max-width: 45%;
}
.amblog-navigation-container .amblog-navigation.-previous {
  margin-left: 30px;
}
.amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
  content: '';
  left: 20px;
}
.amblog-navigation-container .amblog-navigation.-next {
  align-items: flex-end;
  margin-right: 30px;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link {
  text-align: right;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
  content: '';
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin: 0;
  padding: 0;
  text-transform: initial;
}
.ie11 .amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-all;
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
.amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/arrow-left.svg");
  height: 19px;
  min-width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amblog-navigation-container .amblog-navigation > .amblog-date,
.amblog-navigation-container .amblog-navigation > .amblog-views,
.amblog-navigation-container .amblog-navigation > .amblog-minread {
  margin-top: 5px;
}
.amblog-navigation-container .amblog-navigation .amblog-navigation-label {
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 5px;
}
.amblog-social-container .amblog-list,
.amblog-element-block[data-set='sidebar-author'] .amblog-list,
.amblog-item[data-set='content-author'] .amblog-list,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-social-container .amblog-icon,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon,
.amblog-item[data-set='content-author'] .amblog-icon,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fafafa;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  margin: 0 18px 18px 0;
  width: 40px;
}
.amblog-social-container .amblog-icon:hover,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon:hover,
.amblog-item[data-set='content-author'] .amblog-icon:hover,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon:hover {
  filter: brightness(1.2);
}
.amblog-social-container .amblog-icon.-twitter,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-twitter,
.amblog-item[data-set='content-author'] .amblog-icon.-twitter,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-twitter {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/twitter.svg");
}
.amblog-social-container .amblog-icon.-facebook,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-facebook,
.amblog-item[data-set='content-author'] .amblog-icon.-facebook,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-facebook {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/facebook.svg");
}
.amblog-social-container .amblog-icon.-vkontakte,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-item[data-set='content-author'] .amblog-icon.-vkontakte,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-vkontakte {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/vk.svg");
}
.amblog-social-container .amblog-icon.-digg,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-item[data-set='content-author'] .amblog-icon.-digg,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-digg {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/digg.svg");
}
.amblog-social-container .amblog-icon.-pinterest,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-item[data-set='content-author'] .amblog-icon.-pinterest,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-pinterest {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/pinterest.svg");
}
.amblog-social-container .amblog-icon.-blogger,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-item[data-set='content-author'] .amblog-icon.-blogger,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-blogger {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/blogger.svg");
}
.amblog-social-container .amblog-icon.-linkedin,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-linkedin,
.amblog-item[data-set='content-author'] .amblog-icon.-linkedin,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-linkedin {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/linkedin.svg");
}
.amblog-social-container .amblog-icon.-tumblr,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-item[data-set='content-author'] .amblog-icon.-tumblr,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tumblr {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/tumblr.svg");
}
.amblog-social-container .amblog-icon.-reddit,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-item[data-set='content-author'] .amblog-icon.-reddit,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-reddit {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/reddit.svg");
}
.amblog-social-container .amblog-icon.-slashdot,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-item[data-set='content-author'] .amblog-icon.-slashdot,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-slashdot {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/slashdot.svg");
}
.amblog-social-container .amblog-icon.-odnoklassniki,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-item[data-set='content-author'] .amblog-icon.-odnoklassniki,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-odnoklassniki {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/ok.svg");
}
.amblog-social-container .amblog-icon.-google,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-item[data-set='content-author'] .amblog-icon.-google,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-google {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/google.svg");
}
.amblog-social-container .amblog-icon.-youtube,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-item[data-set='content-author'] .amblog-icon.-youtube,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-youtube {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/youtube.svg");
}
.amblog-social-container .amblog-icon.-instagram,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-item[data-set='content-author'] .amblog-icon.-instagram,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-instagram {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/instagram.svg");
}
.amblog-social-container .amblog-icon.-tiktok,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-item[data-set='content-author'] .amblog-icon.-tiktok,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-tiktok {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/tiktok.svg");
}
.amblog-social-container .amblog-icon.-whatsapp,
.amblog-element-block[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-item[data-set='content-author'] .amblog-icon.-whatsapp,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-icon.-whatsapp {
  background-image: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/whatsapp.svg");
}
.amblog-plus {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}
.amblog-plus .amblog-icon {
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  transition: all 0.3 ease;
  display: inline-flex;
  height: 18px;
  margin: 0 5px 0 10px;
  width: 20px;
}
.amblog-plus .amblog-count {
  color: #888888;
}
.amblog-plus .amblog-icon {
  background: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/like.svg");
}
.amblog-plus:hover .amblog-icon {
  background: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/like-hover.svg");
}
.amblog-plus.-voted .amblog-icon {
  background: url("../../frontend/Balltheme/balloon/en_US/Amasty_Blog/images/svg/like-active.svg");
}
.amblog-social {
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-element-block .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-element-block .amblog-categories.-level1 .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 .amblog-categories {
  padding-left: 20px;
}
.amblog-element-block .amblog-categories .amblog-category-count,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-category-count,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-category-count {
  color: #707070;
  font-weight: 400;
}
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  font-size: 1.4rem;
  font-weight: 400;
}
.amblog-element-block .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link {
  font-weight: 700;
}
.amblog-element-block .amblog-categories.-level2 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level2 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level2 .amblog-category {
  margin: 10px 0 0;
}
.amblog-element-block .amblog-categories.-level3 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level3 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-category {
  margin-top: 5px;
}
.amcorder-label {
  display: flex;
  position: relative;
  margin: 25px 0 10px;
}
.amcorder-label.-required:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.amcorder-popup-block {
  box-sizing: border-box;
}
.amcorder-popup-block .modal-title {
  padding: 0;
  border: none;
}
.amcorder-popup-block .modal-inner-wrap {
  max-width: 520px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
}
.amcorder-popup-block .modal-header {
  box-sizing: border-box;
  margin: 0;
  padding: 40px 10px 10px;
  width: 100%;
  border: none;
  text-align: center;
}
.amcorder-popup-block .modal-title {
  font-weight: 700;
  font-size: 18px;
}
.amcorder-popup-block .amcorder-notice {
  display: block;
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
  text-align: center;
  word-break: break-word;
  font-weight: 400;
  font-size: 12px;
}
.amcorder-popup-block .modal-footer {
  padding: 15px 15px 25px;
}
.amcorder-popup-block .amcorder-button {
  margin: 0 10px 0 0;
}
.amcorder-button {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  position: relative;
  display: inline-flex;
  min-width: 85px;
  border: 1px solid #4190c6;
  background: transparent;
  box-shadow: none;
  color: #4190c6;
  font-weight: 400;
  font-style: normal;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
.amcorder-button:hover,
.amcorder-button:active,
.amcorder-button:focus {
  border-color: #026bb3;
  background: none;
  box-shadow: none;
  color: #026bb3;
}
.amcorder-button.-link {
  color: #026bb3;
  vertical-align: baseline;
}
.amcorder-button.-link:hover {
  text-decoration: underline;
}
.amcorder-button.-clear {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcorder-button.-clear:active,
.amcorder-button.-clear:hover,
.amcorder-button.-clear:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcorder-button.-fill {
  border-color: #026bb3;
  background: #026bb3;
  box-shadow: none;
  color: #fff;
}
.amcorder-button.-fill:hover {
  background: #025c9a;
}
.amcompany-suggestion-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
  min-height: 80px;
  border-radius: 10px;
  background: #dfe8f8 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI5MiIgaGVpZ2h0PSI4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwNy41NjIgNDcuNDEzdjI3LjM0YzAgOC4wODUtNi42MTggMTQuNjI3LTE0Ljc5NyAxNC42MjdoLTUwLjMxTDAgNDcuNDEzVi0yLjM3M0MwLTEwLjQ1OCA2LjYxOC0xNyAxNC43OTctMTdoMjcuNjU4bDY1LjEwNyA2NC40MTN6bTEwNy41NjIgMHYyNy4zNGMwIDguMDg1LTYuNjE4IDE0LjYyNy0xNC43OTcgMTQuNjI3aC01MC4zMWwtNDIuNDU1LTQxLjk2N1YtMi4zNzNjMC04LjA4NSA2LjYxOS0xNC42MjcgMTQuNzk3LTE0LjYyN2gyNy42NThsNjUuMTA3IDY0LjQxM3ptMTA3LjU2MyAwdjI3LjM0YzAgOC4wODUtNi42MTkgMTQuNjI3LTE0Ljc5OCAxNC42MjdoLTUwLjMxbC00Mi40NTUtNDEuOTY3Vi0yLjM3M2MwLTguMDg1IDYuNjE5LTE0LjYyNyAxNC43OTgtMTQuNjI3aDI3LjY1N2w2NS4xMDggNjQuNDEzem0xMDcuNTYyIDB2MjcuMzRjMCA4LjA4NS02LjYxOSAxNC42MjctMTQuNzk3IDE0LjYyN2gtNTAuMzExbC00Mi40NTQtNDEuOTY3Vi0yLjM3M2MwLTguMDg1IDYuNjE4LTE0LjYyNyAxNC43OTctMTQuNjI3aDI3LjY1N2w2NS4xMDggNjQuNDEzem0xMDcuNTYyIDB2MjcuMzRjMCA4LjA4NS02LjYxOCAxNC42MjctMTQuNzk3IDE0LjYyN2gtNTAuMzExbC00Mi40NTQtNDEuOTY3Vi0yLjM3M2MwLTguMDg1IDYuNjE4LTE0LjYyNyAxNC43OTctMTQuNjI3aDI3LjY1N2w2NS4xMDggNjQuNDEzem0xMDcuNTYyIDB2MjcuMzRjMCA4LjA4NS02LjYxOCAxNC42MjctMTQuNzk3IDE0LjYyN2gtNTAuMzFsLTQyLjQ1NS00MS45NjdWLTIuMzczYzAtOC4wODUgNi42MTgtMTQuNjI3IDE0Ljc5Ny0xNC42MjdoMjcuNjU4bDY1LjEwNyA2NC40MTN6bTEwNy41NjIgMHYyNy4zNGMwIDguMDg1LTYuNjE4IDE0LjYyNy0xNC43OTcgMTQuNjI3aC01MC4zMWwtNDIuNDU1LTQxLjk2N1YtMi4zNzNjMC04LjA4NSA2LjYxOS0xNC42MjcgMTQuNzk3LTE0LjYyN2gyNy42NThsNjUuMTA3IDY0LjQxM3ptMTA4LjgxNiAwdjI3LjM0YzAgOC4wODUtNi42MTggMTQuNjI3LTE0Ljc5NyAxNC42MjdINzk1LjM5bC00Mi40NTUtNDEuOTY3Vi0yLjM3M2MwLTguMDg1IDYuNjE5LTE0LjYyNyAxNC43OTgtMTQuNjI3aDI4LjkxMWw2NS4xMDcgNjQuNDEzem0xMDcuNTYyIDB2MjcuMzRjMCA4LjA4NS02LjYxOCAxNC42MjctMTQuNzk3IDE0LjYyN2gtNTAuMzFsLTQyLjQ1NS00MS45NjdWLTIuMzczYzAtOC4wODUgNi42MTktMTQuNjI3IDE0Ljc5Ny0xNC42MjdoMjcuNjU4bDY1LjEwNyA2NC40MTN6bTEwNy41NjcgMHYyNy4zNGMwIDguMDg1LTYuNjIgMTQuNjI3LTE0LjggMTQuNjI3aC01MC4zMWwtNDIuNDU3LTQxLjk2N1YtMi4zNzNjMC04LjA4NSA2LjYxOS0xNC42MjcgMTQuNzk4LTE0LjYyN2gyNy42NTlsNjUuMTEgNjQuNDEzem0xMDcuNTYgMEwxMTE5LjMzLTE3aC0yNy42NmMtOC4xOCAwLTE0Ljc5IDYuNTQyLTE0Ljc5IDE0LjYyN3Y0OS43ODZsNDIuNDUgNDEuOTY3aDUwLjMxYzguMTggMCAxNC44LTYuNTQyIDE0LjgtMTQuNjI3di0yNy4zNHptMCAwVi0yLjM3M2MwLTguMDg1IDYuNjItMTQuNjI3IDE0Ljc5LTE0LjYyN2gyNy42NkwxMjkyIDQ3LjQxM3YyNy4zNGMwIDguMDg1LTYuNjIgMTQuNjI3LTE0LjggMTQuNjI3aC01MC4zMWwtNDIuNDUtNDEuOTY3eiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2YpIj48ZWxsaXBzZSBjeD0iNjQ2IiBjeT0iNDQuNSIgcng9IjM1MyIgcnk9IjQ0LjUiIGZpbGw9IiNmZmYiLz48L2c+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iMjM4IiB5MT0iMzYiIHgyPSIxMDI2LjU0IiB5Mj0iNzUuMzE1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIuMjciLz48c3RvcCBvZmZzZXQ9Ii40NjciIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0MxRDJFRiIgc3RvcC1vcGFjaXR5PSIuMjYiLz48L2xpbmVhckdyYWRpZW50PjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZiIgeD0iMTkzIiB5PSItMTAwIiB3aWR0aD0iOTA2IiBoZWlnaHQ9IjI4OSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNTAiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1ciIvPjwvZmlsdGVyPjwvZGVmcz48L3N2Zz4=) no-repeat center / cover;
  box-shadow: 0 2px 8px rgba(166, 181, 218, 0.25), 0 10px 30px rgba(166, 181, 218, 0.25);
}
.amcompany-suggestion-block .amcompany-text {
  color: #131335;
  letter-spacing: .0025em;
  font-size: 26px;
  font-family: Roboto, sans-serif;
}
.amcompany-suggestion-block .amcompany-link {
  display: flex;
  align-items: center;
  margin-left: 50px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  line-height: 16px;
}
.amcompany-suggestion-block .amcompany-link:after {
  display: block;
  margin-left: 10px;
  width: 25px;
  height: 8px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjUuMzU0IDQuODU0YS41LjUgMCAwMDAtLjcwOEwyMi4xNzIuOTY0YS41LjUgMCAxMC0uNzA3LjcwOEwyNC4yOTMgNC41bC0yLjgyOCAyLjgyOGEuNS41IDAgMTAuNzA3LjcwOGwzLjE4Mi0zLjE4MnpNMCA1aDI1VjRIMHYxeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center / cover;
  content: '';
}
.amcompany-message-element.-warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.amcompany-message-element.-warning a {
  color: #1979c3;
}
.amcompany-message-element.-warning a:hover {
  color: #006bb4;
}
.amcompany-message-element.-warning a:active {
  color: #006bb4;
}
.amcompany-message-element.-warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.amcompany-message-element.-error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.amcompany-message-element.-error a {
  color: #1979c3;
}
.amcompany-message-element.-error a:hover {
  color: #006bb4;
}
.amcompany-message-element.-error a:active {
  color: #006bb4;
}
.amcompany-message-element.-error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.amcompany-tooltip-block {
  display: inline-block;
  margin: 0 0 0 8px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAwQzQuNDc3IDAgMCA0LjQ3NyAwIDEwYzAgNS41MjIgNC40NzcgMTAgMTAgMTBzMTAtNC40NzggMTAtMTBjMC01LjUyMy00LjQ3OC0xMC0xMC0xMHptLjg2NyAxNi40M2MtLjI0NS4yMzgtLjU0LjM2LS44ODMuMzYtLjE2NiAwLS4zMjYtLjAzMi0uNDc4LS4wOTVhMS4zOTcgMS4zOTcgMCAwMS0uMzk3LS4yNDggMS4xNyAxLjE3IDAgMDEtLjI3NC0uMzc1IDEuMDkzIDEuMDkzIDAgMDEtLjEwMi0uNDdjMC0uMzMzLjEyMy0uNjE5LjM2OC0uODU4LjI0NC0uMjM4LjU0LS4zNi44ODItLjM2LjMzNCAwIC42MjYuMTE3Ljg3NS4zNDMuMjUuMjMuMzczLjUxLjM3My44NDYgMCAuMzM0LS4xMjIuNjE4LS4zNjYuODU3aC4wMDJ6bTIuOTI0LTkuMDcyYTIuODIgMi44MiAwIDAxLS4zNS43NzJjLS4xNTIuMjM0LS4zMzguNDYtLjU1NC42NzYtLjIxNi4yMTYtLjQ2LjQ0MS0uNzI4LjY3NS0uMjM0LjItLjQyNS4zNzQtLjU3LjUyNy0uMTQ3LjE1LS4yNjQuMzA0LS4zNTIuNDU2YTEuNiAxLjYgMCAwMC0uMTg0LjQ5Yy0uMDM1LjE3Ny0uMDU0IDEuMDE3LS4wNTQgMS4yNzV2LjQ1Nkg4LjkyN3YtLjY2N2MwLS4yOC4wMi0xLjE1Ny4wNjItMS4zOGEyLjc0NCAyLjc0NCAwIDAxLjU0NS0xLjIxMWMuMTQ3LS4xODYuMzMyLS4zODUuNTUzLS41OTZsLjc5LS43NTRjLjIyMS0uMi40MTItLjQyMi41NzEtLjY2Ny4xNTgtLjI0Ny4yMzYtLjU0NS4yMzYtLjg5NiAwLS40NTYtLjE0My0uODQtLjQzLTEuMTQ4LS4yODgtLjMxMS0uNjkzLS40NjctMS4yMi0uNDY3YTEuNzE1IDEuNzE1IDAgMDAtMS42NDkgMS4xNDIgMi4yOCAyLjI4IDAgMDAtLjE0MS42ODRsLTIuMTU4LS4xOTNjLjA3LS41NjIuMjItMS4wNjIuNDQ4LTEuNTAxLjIyNy0uNDM5LjUyMy0uODA5Ljg4NS0xLjExNmEzLjg0MiAzLjg0MiAwIDAxMS4yNDctLjY5M2MuNDY4LS4xNTcuOTcxLS4yMzYgMS41MDktLjIzNi41MDIgMCAuOTguMDczIDEuNDMuMjJhMy41NyAzLjU3IDAgMDExLjE5NC42NDljLjM0NS4yODYuNjE4LjY0LjgxNiAxLjA2LjE5OS40MjMuMjk4LjkwOS4yOTggMS40NTcgMCAuMzc1LS4wNC43MDYtLjEyMi45ODV2LjAwMXoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=') center / 20px no-repeat;
  vertical-align: bottom;
}
.amcompany-tooltip-block:hover,
.amcompany-tooltip-block:focus {
  position: relative;
  z-index: 500;
}
.amcompany-tooltip-content {
  position: absolute;
  right: -2.7rem;
  bottom: 3.2rem;
  z-index: 1;
  display: none;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  width: 32rem;
  border: 1px solid #afadac;
  border-radius: 1px;
  background: #fffbbb;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  color: #303030;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
}
.amcompany-tooltip-content:before,
.amcompany-tooltip-content:after {
  position: absolute;
  top: 100%;
  right: 2.6rem;
  z-index: 3;
  display: block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-top-color: #afadac;
  content: '';
}
.amcompany-tooltip-content:after {
  z-index: 4;
  margin-top: -1px;
  border-top-color: #fffbbb;
}
.amcompany-tooltip-block:hover .amcompany-tooltip-content,
.amcompany-tooltip-block:focus .amcompany-tooltip-content {
  display: block;
}
.checkout-index-index .amcompany-tooltip-block > .amcompany-tooltip-content {
  right: inherit;
  left: -2.7rem;
}
.checkout-index-index .amcompany-tooltip-block > .amcompany-tooltip-content:before,
.checkout-index-index .amcompany-tooltip-block > .amcompany-tooltip-content:after {
  right: inherit;
  left: 2.6rem;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amcompany-customer-action-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
}
.amcompany-customer-action-form > .action-save {
  margin: 10px 0 0;
  vertical-align: middle;
}
.amasty-customer-action-select {
  margin: 10px 10px 0 0;
  max-width: calc(100% - 80px);
}
.amasty-customer-action-label {
  width: 100%;
}
.amcompany_company_form_amcompany_company_form_general_parent_admin_modal .action-select-wrap .action-close,
.amcompany_company_form_amcompany_company_form_user_link_parent_modal .modal-content .action-close {
  padding: 0;
}
.amcompany_company_form_amcompany_company_form_general_parent_admin_modal .modal-popup .action-close:before,
.amcompany_company_form_amcompany_company_form_user_link_parent_modal .modal-content .action-close:before,
.modal-slide .action-select-wrap .action-close:before {
  font-size: 1rem;
}
.action-menu .action-submenu {
  top: 100%;
  margin-top: 2px;
}
.action-select-wrap .action-menu {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .action-select-wrap ul.action-menu {
    max-height: 45rem;
  }
}
.action-select-wrap .action-menu-items > .action-menu .action-submenu,
.action-select-wrap .action-menu-items > .abs-action-menu .action-submenu .action-submenu,
.action-select-wrap .action-menu-items > .action-menu .action-submenu .action-submenu,
.action-select-wrap .action-menu-items > .actions-split .dropdown-menu .action-submenu .action-submenu,
.action-select-wrap .action-menu-items > .actions-split .action-menu .action-submenu .action-submenu {
  right: initial;
  left: 0;
}
.amcompany-tree-line.-vertical,
.amcompany-tree-block .amcompany-collapsible-root .jstree-children:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px dashed #cfcfcf;
  content: '';
}
.amcompany-tree-line.-horizontal,
.amcompany-tree-block .amcompany-collapsible-root .jstree-children[role='group'] .jstree-leaf:after,
.amcompany-tree-block .amcompany-collapsible-root .jstree-children .jstree-node .jstree-ocl:after {
  position: absolute;
  right: 0;
  left: -18px;
  width: 15px;
  border-top: 1px dashed #cfcfcf;
  content: '';
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children {
  position: relative;
  margin: 0 0 0 10px;
  padding: 10px 0 0 18px;
  list-style: none;
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children .jstree-last {
  position: relative;
  margin: 0;
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children .jstree-last:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 16px;
  margin-left: -18px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #fff;
  content: '';
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children .jstree-last.jstree-leaf:before {
  margin-top: 10px;
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children[role='group'] .jstree-leaf {
  display: flex;
  position: relative;
  padding: 0 0 0 2px;
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children[role='group'] .jstree-leaf:after {
  top: 11px;
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children[role='group'] .jstree-leaf .jstree-ocl {
  display: none;
}
.amcompany-tree-block .amcompany-collapsible-root .jstree-children .jstree-node .jstree-ocl:after {
  top: 10px;
}
.amcompany-tree-block .jstree-closed > .jstree-ocl,
.amcompany-tree-block .jstree-open > .jstree-ocl {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  position: relative;
  top: 2px;
  z-index: 3;
  display: inline-flex;
  box-sizing: border-box;
  margin: 0 8px 0 0;
  width: 22px;
  height: 22px;
  border: 2px solid #4776f0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.amcompany-tree-block .jstree-closed > .jstree-ocl:before,
.amcompany-tree-block .jstree-open > .jstree-ocl:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 4px 5px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px;
  content: '';
  transform: rotate(-45deg);
}
.amcompany-tree-block .jstree-closed > .jstree-ocl:hover,
.amcompany-tree-block .jstree-open > .jstree-ocl:hover {
  background: #1452f2;
  color: #fff;
}
.amcompany-tree-block .jstree-closed > .jstree-ocl:focus,
.amcompany-tree-block .jstree-open > .jstree-ocl:focus {
  background: #1846be;
  color: #fff;
}
.amcompany-tree-block .jstree-closed > .jstree-ocl:before {
  border-color: #1452f2;
}
.amcompany-tree-block .jstree-closed > .jstree-ocl:hover:before {
  border-color: #fff;
}
.amcompany-tree-block .jstree-open > .jstree-ocl {
  background: #4776f0;
  color: #fff;
}
.amcompany-tree-block .jstree-container-ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}
.amcompany-tree-block .jstree-anchor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  display: inline-flex;
  height: 23px;
  color: #000;
  text-decoration: none;
  transform: scale(1);
}
.amcompany-tree-block .jstree-checkbox {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  display: inline-flex;
  box-sizing: border-box;
  margin: 0 8px 0 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
}
.amcompany-tree-block .jstree-checkbox:after {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  margin: auto;
  width: 6px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px;
  content: '';
  opacity: 0;
  transform: rotate(-45deg);
}
.amcompany-tree-block .jstree-checkbox:focus {
  box-shadow: 0 2px 4px rgba(71, 118, 240, 0.4);
}
.amcompany-tree-block .jstree-clicked .jstree-checkbox {
  border-color: #4776f0;
  background: #4776f0;
  box-shadow: 0 2px 4px rgba(71, 118, 240, 0.4);
}
.amcompany-tree-block .jstree-clicked .jstree-checkbox:after {
  opacity: 1;
}
.amcompany-tree-block > .amcompany-toolbar {
  display: flex;
  padding: 15px 0 20px;
}
.amcompany-tree-block > .amcompany-toolbar .amcompany-button:not(:last-child) {
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  border-right: 1px solid #a6a6a6;
  border-radius: 0;
}
.amcompany-button:not(.-regular),
.amcompany-customer-account .page-main .action.primary,
.amcompany-customer-account .page-main .amshopby-button,
.amcompany-customer-account .page-main .am-filter-go {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.amcompany-button:not(.-regular):hover,
.amcompany-button:not(.-regular):active,
.amcompany-button:not(.-regular):focus {
  background: none;
  box-shadow: none;
}
.amcompany-button:not(.-regular):before,
.amcompany-button:not(.-regular):after {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
}
.amcompany-button:not(.-regular).-disabled {
  pointer-events: none;
}
.amcompany-button:not(.-regular).-disabled:focus {
  pointer-events: none;
}
.amcompany-button.-clear {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcompany-button.-clear:active,
.amcompany-button.-clear:hover,
.amcompany-button.-clear:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcompany-button.-link,
.amcompany-customer-account .page-main a.action.view {
  color: #4776f0;
}
.amcompany-button.-link:hover,
.amcompany-customer-account .page-main a.action.view:hover {
  color: #1452f2;
}
.amcompany-button.-empty:not(.-disabled) {
  min-width: 100px;
  height: 40px;
  border: 1px solid #4776f0;
  border-radius: 3px;
  background: #fff;
  color: #4776f0;
}
.amcompany-button.-empty:not(.-disabled):hover {
  background: linear-gradient(0deg, #c8d7ff, #c8d7ff);
}
.amcompany-button.-empty:not(.-disabled):focus {
  border: 1px solid #1846be;
  background: transparent;
  color: #1846be;
}
.amcompany-button.-empty.-disabled {
  box-sizing: border-box;
  border: 1px solid #d0d5e1;
  border-radius: 3px;
  background: #fff;
  color: #d0d5e1;
}
.amcompany-button.-fill,
.amcompany-customer-account .page-main .action.primary,
.amcompany-customer-account .page-main .amshopby-button,
.amcompany-customer-account .page-main .am-filter-go {
  min-width: 100px;
  height: 40px;
  border: 1px solid;
  border-radius: 3px;
  background: #fff;
  color: #fff;
}
.amcompany-button.-fill.-primary:not(.-disabled),
.amcompany-customer-account .page-main .action.primary,
.amcompany-customer-account .page-main .amshopby-button,
.amcompany-customer-account .page-main .am-filter-go {
  border-color: #4776f0;
  background-color: #4776f0;
}
.amcompany-button.-fill.-primary:not(.-disabled):hover,
.amcompany-customer-account .page-main .action.primary:hover,
.amcompany-customer-account .page-main .amshopby-button:hover,
.amcompany-customer-account .page-main .am-filter-go:hover {
  background-color: #1452f2;
}
.amcompany-button.-fill.-primary:not(.-disabled):focus,
.amcompany-customer-account .page-main .action.primary:focus,
.amcompany-customer-account .page-main .amshopby-button:focus,
.amcompany-customer-account .page-main .am-filter-go:focus {
  background-color: #1846be;
}
.amcompany-button.-fill.-disabled {
  border-color: #d0d5e1;
  background-color: #d0d5e1;
}
.amcompany-popup-block {
  z-index: 99999;
  box-sizing: border-box;
}
.amcompany-popup-block .modal-title {
  padding: 0;
  border: none;
}
.amcompany-popup-block .modal-inner-wrap {
  max-width: 520px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
}
.amcompany-popup-block .modal-header {
  box-sizing: border-box;
  margin: 0;
  padding: 40px 10px 10px;
  width: 100%;
  border: none;
  text-align: center;
}
.amcompany-popup-block .modal-title {
  font-weight: 700;
  font-size: 18px;
}
.amcompany-popup-block .amcompany-notice {
  display: block;
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
  text-align: center;
  word-break: break-word;
  font-weight: 400;
  font-size: 12px;
}
.amcompany-popup-block .modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 15px 25px;
}
.amcompany-popup-block .amcompany-button {
  margin: 0 10px 0 0;
}
.amcompany-paycard-block {
  word-break: break-word;
  word-wrap: break-word;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 25px;
  min-height: 240px;
  max-width: 350px;
  width: 100%;
  border: 1px solid;
  border-radius: 20px;
}
.ie11 .amcompany-paycard-block {
  word-break: break-all;
}
.ie11 .amcompany-paycard-block {
  word-break: break-all;
}
.ie11 .amcompany-paycard-block {
  word-break: break-all;
}
.ie11 .amcompany-paycard-block {
  word-break: break-all;
}
.ie11 .amcompany-paycard-block {
  word-break: break-all;
}
.ie11 .amcompany-paycard-block {
  word-break: break-all;
}
.amcompany-paycard-block > .amcompany-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.amcompany-paycard-block > .amcompany-content {
  color: #747b89;
  font-size: 1.2rem;
}
.amcompany-paycard-block > .amcompany-content > .amcompany-message {
  display: flex;
  align-items: flex-start;
}
.amcompany-paycard-block.-balance-card {
  margin-right: 20px;
  border-color: #f3f7fb;
  background: #f3f7fb;
}
.amcompany-paycard-block.-bepaid-card {
  border-color: #d5e1ee;
  background: #ffffff;
}
.amcompany-paycard-block .amcompany-message .amcompany-tooltip-block {
  margin-top: -2px;
}
.amcompany-paycard-block.-bepaid-card.-exceed {
  border-color: #f0a247;
  background: #ffe9c9;
}
.amcompany-paycard-block.-bepaid-card.-exceed .amcompany-paycard-current .amcompany-value {
  color: #eb1225;
}
.amcompany-paycard-block > .amcompany-actions {
  margin-top: auto;
}
.amcompany-paycard-block > .amcompany-actions > .amcompany-button {
  margin-top: 10px;
  color: #4776f0;
  font-weight: 600;
}
.amcompany-paycard-block > .amcompany-actions > .amcompany-button:focus {
  filter: brightness(0.8);
}
.amcompany-paycard-block > .amcompany-actions > .amcompany-button > .amcompany-icon {
  margin-right: 10px;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.9rem;
}
.amcompany-icon-paycard {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  min-width: 58px;
  width: 58px;
  height: 58px;
  border-radius: 10px;
}
.-balance-card .amcompany-icon-paycard {
  background: #4776f0 url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIHZpZXdCb3g9IjAgMCA0NiA0NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMy41ODQyIDE5LjAyMTRDMzUuMzY0NCAyMS4xNDgxIDM2Ljc3MjQgMjMuNDIwMyAzNy43OTE5IDI1Ljc2NTJDMzkuMDcwNCAyOC43MTY3IDM5LjcxNzggMzEuNzk3NSAzOS43MTc4IDM0LjkxODdDMzkuNzE3OCAzOS4wNjY5IDM2LjMzNTQgNDIuNDQ2OSAzMi4xODQzIDQyLjQ0NjlIMTMuODE1OUM5LjY2NDg0IDQyLjQ0NjkgNi4yODI0NyAzOS4wNjY5IDYuMjgyNDcgMzQuOTE4N0M2LjI4MjQ3IDMxLjc5NzUgNi45Mjk4MSAyOC43MTY3IDguMjA4MzIgMjUuNzY1MkM5LjIyNzg4IDIzLjQyMDMgMTAuNjQzOSAyMS4xNDgxIDEyLjQxNiAxOS4wMjE0QzE0LjUyOCAxNi40OTA1IDE2LjYzMTkgMTQuNzc2MiAxNy43MzI0IDEzLjk1OTVMMTMuMjgxOSA3LjIzOTk5QzEzLjAzMSA2Ljg1OTk1IDEzLjA3OTYgNi4zNTA1MiAxMy4zOTUyIDYuMDI3MDhDMTQuOTA4MyA0LjQ3NDU1IDE2LjQ1MzkgMy43NDY4IDE4LjI2NjQgMy43NDY4QzE5LjY5ODcgMy43NDY4IDIxLjE3OTUgNC4xODM0NSAyMy4xMDUzIDQuODg2OTRDMjMuMjUxIDQuOTQzNTQgMjMuMzk2NiA0Ljk2NzggMjMuNTY2NSA0Ljk2NzhDMjQuMTA1NSA0Ljk2NzggMjQuNzY1MSA0LjY5NjU2IDI1LjQ2NTMgNC40MDg2M0MyNS40OTA0IDQuMzk4MjcgMjUuNTE1NyA0LjM4NzkgMjUuNTQwOSA0LjM3NzUyQzI2LjQ2MzQgMy45ODkzOCAyNy41MjM0IDMuNTUyNzMgMjguNjgwNiAzLjU1MjczQzI5Ljk0MjkgMy41NTI3MyAzMS4wNzU3IDQuMDYyMTYgMzIuMTQzOCA1LjEwNTI2QzMyLjQ1OTQgNS40MDQ0NSAzMi41MjQyIDUuODczNDQgMzIuMzIxOSA2LjI1MzQ5TDI4LjE5NSAxMy45MDI5QzI5LjI4NzQgMTQuNzAzNSAzMS40MzE4IDE2LjQzMzkgMzMuNTg0MiAxOS4wMjE0Wk0xOC4yNjY0IDUuNjcxMjlDMTcuMTkwMiA1LjY3MTI5IDE2LjI5MiA2LjAyNzA4IDE1LjM1MzQgNi44MzU2OUwxOS41ODU0IDEzLjIyMzdIMjYuMzUwMUwzMC4yMzQyIDYuMDEwOTFDMjkuNTcwNyA1LjU0MTkxIDI5LjA0NDcgNS40NzcyMyAyOC42NzI1IDUuNDc3MjNDMjcuOTA1NCA1LjQ3NzIzIDI3LjExNDIgNS44MDczIDI2LjI4MjggNi4xNTQxN0wyNi4yNzczIDYuMTU2NDZDMjUuNDExNSA2LjUyMDMzIDI0LjUwNTIgNi44OTIyOSAyMy41NTg1IDYuODkyMjlDMjMuMTcgNi44OTIyOSAyMi43ODk3IDYuODI3NiAyMi40MzM3IDYuNjk4MjNDMjAuNzEwMSA2LjA1OTQyIDE5LjQxNTUgNS42NzEyOSAxOC4yNjY0IDUuNjcxMjlaTTEzLjgxNTkgNDAuNTA2MkgzMi4xODQzQzM1LjI2NzMgNDAuNTA2MiAzNy43NzU3IDM3Ljk5OTUgMzcuNzU5NiAzNC45MTg3QzM3Ljc1OTYgMjkuNzI3NCAzNS44NjYxIDI0LjgxOTIgMzIuMTE5NiAyMC4zMDcxQzI5Ljc1NjggMTcuNDUyNyAyNy4zNjE2IDE1LjY3MzggMjYuNjI1MiAxNS4xNjQ0SDE5LjM1ODhDMTguNjMwNSAxNS42ODE5IDE2LjIyNzMgMTcuNDUyNyAxMy44NjQ1IDIwLjMwNzFDMTAuMTI2MSAyNC44MTkyIDguMjI0NSAyOS43MzU1IDguMjI0NSAzNC45MTg3QzguMjI0NSAzNy45OTk1IDEwLjczMyA0MC41MDYyIDEzLjgxNTkgNDAuNTA2MlpNMjIuMDg1NyAyNy45NjQ5SDI0LjMxMDlDMjYuMTg4MiAyNy45NjQ5IDI3LjcxNzYgMjkuNDkzMiAyNy43MTc2IDMxLjM2OTFDMjcuNzE3NiAzMy4yMjg5IDI2LjIyMDYgMzQuNzQ5MSAyNC4zNTk1IDM0Ljc3MzRIMjQuMzM1MkgyNC4xNzM0VjM2LjE1NjFDMjQuMTczNCAzNi42ODk4IDIzLjczNjQgMzcuMTI2NCAyMy4yMDIzIDM3LjEyNjRDMjIuNjY4MyAzNy4xMjY0IDIyLjIzMTMgMzYuNjg5OCAyMi4yMzEzIDM2LjE1NjFWMzQuNzczNEgyMC4zMjE3QzE5Ljc4NzYgMzQuNzczNCAxOS4zNTA2IDM0LjMzNjcgMTkuMzUwNiAzMy44MDMxQzE5LjM1MDYgMzMuMjY5NCAxOS43ODc2IDMyLjgzMjcgMjAuMzIxNyAzMi44MzI3SDI0LjMxMDlDMjUuMTIwMSAzMi44MzI3IDI1Ljc3NTUgMzIuMTc3OCAyNS43NzU1IDMxLjM2OTFDMjUuNzc1NSAzMC41NjA1IDI1LjEyMDEgMjkuOTA1NiAyNC4zMTA5IDI5LjkwNTZIMjIuMDg1N0MyMC4yMDg0IDI5LjkwNTYgMTguNjc5IDI4LjM3NzMgMTguNjc5IDI2LjUwMTNDMTguNjc5IDI0LjYyNTMgMjAuMjA4NCAyMy4wOTcxIDIyLjA4NTcgMjMuMDk3MUgyMi4yMjMyVjIxLjc0NjdDMjIuMjIzMiAyMS4yMTMgMjIuNjYwMiAyMC43NzY0IDIzLjE5NDIgMjAuNzc2NEMyMy43MjgzIDIwLjc3NjQgMjQuMTY1MyAyMS4yMTMgMjQuMTY1MyAyMS43NDY3VjIzLjA5NzFIMjYuMDAyMUMyNi41MzYyIDIzLjA5NzEgMjYuOTczMSAyMy41MzM3IDI2Ljk3MzEgMjQuMDY3NEMyNi45NzMxIDI0LjYwMTEgMjYuNTM2MiAyNS4wMzc3IDI2LjAwMjEgMjUuMDM3N0gyMi4wODU3QzIxLjI3NjUgMjUuMDM3NyAyMC42MjExIDI1LjY5MjcgMjAuNjIxMSAyNi41MDEzQzIwLjYyMTEgMjcuMzA5OSAyMS4yNzY1IDI3Ljk2NDkgMjIuMDg1NyAyNy45NjQ5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==') center / 44px no-repeat;
}
.-bepaid-card .amcompany-icon-paycard {
  background: #f0a247 url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIHZpZXdCb3g9IjAgMCA0NiA0NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzEuNTI5NCA0MC41MzY0SDExLjc0MTFDOS4wMjc3OSA0MC41MzY0IDYuODI4MTkgMzguMzM2OCA2LjgyODE5IDM1LjYyMzVWOC4zNDIwOUw3LjA0MDEyIDguNTY1NDNDOC4wMjkxOCA5LjYwNzc1IDkuNjc3MjUgOS42NDcwMiAxMC43MTQ4IDguNjUyOTdMMTMuMjM0NCA2LjIzOTA1TDE1LjU1MTMgOC42MDE5MUMxNi41NDgzIDkuNjE4NzUgMTguMTc4OCA5LjY0MTE5IDE5LjIwMzUgOC42NTIxOEwyMS42OTI3IDYuMjQ5NTNMMjMuOTg4MSA4LjYwOTg3QzI0Ljk1OCA5LjYwNzMgMjYuNTQyMyA5LjY2MTQ0IDI3LjU3ODEgOC43MzI1NkwzMC4zNjcyIDYuMjMxMzZMMzIuNDc1NCA4LjUxMDQxQzMzLjQ5MjkgOS42MTA0MiAzNS4yMjgzIDkuNjIxNDUgMzYuMjU5OCA4LjUzNDQ3TDM2LjQ0MjMgOC4zNDIwOVYxMy4zMjQzQzM1LjczNjggMTMuMTgxMSAzNS4wMDY2IDEzLjEwNTkgMzQuMjU4OCAxMy4xMDU5QzI4LjIyOTIgMTMuMTA1OSAyMy4zNDEyIDE3Ljk5MzkgMjMuMzQxMiAyNC4wMjM1QzIzLjM0MTIgMzAuMDUzMiAyOC4yMjkyIDM0Ljk0MTIgMzQuMjU4OCAzNC45NDEyQzM1LjAwNjYgMzQuOTQxMiAzNS43MzY4IDM0Ljg2NiAzNi40NDIzIDM0LjcyMjhWMzUuNjIzNUMzNi40NDIzIDM4LjMzNjggMzQuMjQyNyA0MC41MzY0IDMxLjUyOTQgNDAuNTM2NFpNMzguMzUyOSAzNC4xNDc2VjM1LjYyMzVDMzguMzUyOSAzOS4zOTIgMzUuMjk3OSA0Mi40NDcgMzEuNTI5NCA0Mi40NDdIMTEuNzQxMUM3Ljk3MjYgNDIuNDQ3IDQuOTE3NiAzOS4zOTIgNC45MTc2IDM1LjYyMzVWNS4yNjMzNEM0LjkxNzYgNC42NDY3NiA1LjY3MDUzIDQuMzQ2MzkgNi4wOTQ5MyA0Ljc5MzY1TDguNDI2MDUgNy4yNTAzMkM4LjY4NjMzIDcuNTI0NjEgOS4xMjAwNCA3LjUzNDk0IDkuMzkzMDggNy4yNzMzNUwxMi43ODk0IDQuMDE5NTNDMTMuMDU5MyAzLjc2MDk2IDEzLjQ4NyAzLjc2NzY0IDEzLjc0ODcgNC4wMzQ1MkwxNi45MTU1IDcuMjY0MjdDMTcuMTc3OSA3LjUzMTg2IDE3LjYwNyA3LjUzNzc3IDE3Ljg3NjYgNy4yNzc1TDIxLjI0NjMgNC4wMjUwM0MyMS41MTY3IDMuNzY0MDEgMjEuOTQ3MyAzLjc3MDgyIDIyLjIwOTMgNC4wNDAyOEwyNS4zNTc4IDcuMjc3ODdDMjUuNjEzIDcuNTQwMzUgMjYuMDMgNy41NTQ2IDI2LjMwMjUgNy4zMTAxNkwyOS45OTIgNC4wMDE1QzMwLjI2OTUgMy43NTI2NCAzMC42OTU0IDMuNzcyNTIgMzAuOTQ4NSA0LjA0NjE1TDMzLjg3NzkgNy4yMTMwMkMzNC4xNDU3IDcuNTAyNSAzNC42MDI0IDcuNTA1NCAzNC44NzM4IDcuMjE5MzVMMzcuMTc1NiA0Ljc5MzY1QzM3LjYgNC4zNDYzOSAzOC4zNTI5IDQuNjQ2NzYgMzguMzUyOSA1LjI2MzM0VjEzLjg5OTVDNDIuMzU0IDE1LjUxOTEgNDUuMTc2NSAxOS40NDE3IDQ1LjE3NjUgMjQuMDIzNUM0NS4xNzY1IDI4LjYwNTQgNDIuMzU0IDMyLjUyOCAzOC4zNTI5IDM0LjE0NzZaTTEzLjM2NiAxOC42MDM4SDE1LjMxODdDMTYuOTY2MiAxOC42MDM4IDE4LjMwODIgMTkuOTE3NiAxOC4zMDgyIDIxLjUzMDNDMTguMzA4MiAyMy4xMjkxIDE2Ljk5NDYgMjQuNDM1OSAxNS4zNjEzIDI0LjQ1NjdIMTUuMzRIMTUuMTk4VjI1LjY0NTRDMTUuMTk4IDI2LjEwNDIgMTQuODE0NiAyNi40Nzk1IDE0LjM0NTkgMjYuNDc5NUMxMy44NzcyIDI2LjQ3OTUgMTMuNDkzOCAyNi4xMDQyIDEzLjQ5MzggMjUuNjQ1NFYyNC40NTY3SDExLjgxOEMxMS4zNDkzIDI0LjQ1NjcgMTAuOTY1OCAyNC4wODE0IDEwLjk2NTggMjMuNjIyNkMxMC45NjU4IDIzLjE2MzggMTEuMzQ5MyAyMi43ODg0IDExLjgxOCAyMi43ODg0SDE1LjMxODdDMTYuMDI4OCAyMi43ODg0IDE2LjYwNCAyMi4yMjU0IDE2LjYwNCAyMS41MzAzQzE2LjYwNCAyMC44MzUyIDE2LjAyODggMjAuMjcyMSAxNS4zMTg3IDIwLjI3MjFIMTMuMzY2QzExLjcxODYgMjAuMjcyMSAxMC4zNzY1IDE4Ljk1ODMgMTAuMzc2NSAxNy4zNDU2QzEwLjM3NjUgMTUuNzMzIDExLjcxODYgMTQuNDE5MiAxMy4zNjYgMTQuNDE5MkgxMy40ODY3VjEzLjI1ODNDMTMuNDg2NyAxMi43OTk2IDEzLjg3MDEgMTIuNDI0MiAxNC4zMzg4IDEyLjQyNDJDMTQuODA3NSAxMi40MjQyIDE1LjE5MDkgMTIuNzk5NiAxNS4xOTA5IDEzLjI1ODNWMTQuNDE5MkgxNi44MDI4QzE3LjI3MTUgMTQuNDE5MiAxNy42NTUgMTQuNzk0NiAxNy42NTUgMTUuMjUzM0MxNy42NTUgMTUuNzEyMSAxNy4yNzE1IDE2LjA4NzUgMTYuODAyOCAxNi4wODc1SDEzLjM2NkMxMi42NTU5IDE2LjA4NzUgMTIuMDgwNyAxNi42NTA1IDEyLjA4MDcgMTcuMzQ1NkMxMi4wODA3IDE4LjA0MDggMTIuNjU1OSAxOC42MDM4IDEzLjM2NiAxOC42MDM4Wk0xMC4zNzY1IDMxLjUyOTRIMTguNTY0N1YzMy40NEgxMC4zNzY1VjMxLjUyOTRaTTIzLjM0MTIgMzEuNTI5NEgxOS45Mjk0VjMzLjQ0SDIzLjM0MTJWMzEuNTI5NFpNMTAuMzc2NSAzNS42MjM1SDIzLjM0MTJWMzcuNTM0MUgxMC4zNzY1VjM1LjYyMzVaTTM0LjI1ODggMzMuMDMwNkMzOS4yMzMzIDMzLjAzMDYgNDMuMjY1OSAyOC45OTggNDMuMjY1OSAyNC4wMjM1QzQzLjI2NTkgMTkuMDQ5MSAzOS4yMzMzIDE1LjAxNjUgMzQuMjU4OCAxNS4wMTY1QzI5LjI4NDQgMTUuMDE2NSAyNS4yNTE4IDE5LjA0OTEgMjUuMjUxOCAyNC4wMjM1QzI1LjI1MTggMjguOTk4IDI5LjI4NDQgMzMuMDMwNiAzNC4yNTg4IDMzLjAzMDZaTTQwLjA0ODIgMjAuODcxNkwzMy42Mzg1IDI4Ljc4OTRMMjguOCAyNC43NTczTDMwLjAyMzEgMjMuMjg5NkwzMy4zNzI5IDI2LjA4MUwzOC41NjMyIDE5LjY2OTVMNDAuMDQ4MiAyMC44NzE2WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSI0NC4zNTI5IiBoZWlnaHQ9IjQ0LjM1MjkiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjgyMzQ4NiAwLjgyMzczKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=') center / 44px no-repeat;
}
.amcompany-icon-warning {
  margin-right: 10px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAzLjVsLTEwIDE3aDIwbC0xMC0xN3ptLTEuMTA1IDEyLjkyaDIuMTE0djIuMDEyaC0yLjExNFYxNi40MnptMS41OS0uODI4aC0xLjA1M2wtLjU4Ny00Ljc4N1Y4LjIwMmgyLjIxM3YyLjYwM2wtLjU3MyA0Ljc4N3oiIGZpbGw9IiNFQjUyMDIiLz48L3N2Zz4=') center / 20px no-repeat;
}
.amcompany-paycard-current {
  margin-bottom: 18px;
  width: calc(100% - 58px - 10px);
  color: #303030;
}
.amcompany-paycard-current .amcompany-title {
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 1.8rem;
}
.amcompany-paycard-current .amcompany-value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 3.6rem;
}
.amcompany-list-block {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.amcompany-list-block > .amcompany-item {
  margin: 0;
  padding: 0;
}
.amcompany-list-block > .amcompany-item:not(:first-child) {
  margin-top: 10px;
}
.amcompany-list-block .amcompany-title {
  padding-right: 5px;
}
.amcompany-list-block .amcompany-value {
  font-weight: 700;
}
.page-main .amcompany-paycard-block {
  min-height: 200px;
}
.amcompany-customer-account .page-main .actions-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.amcompany-customer-account .page-main .actions-toolbar > .primary,
.amcompany-customer-account .page-main .actions-toolbar > .secondary {
  padding: 5px;
  width: 100%;
}
.amcompany-customer-account .page-main .amcompany-form-create > .amcompany-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}
.amcompany-customer-account .page-main .amcompany-fieldset {
  margin: 0 0 22px 0;
}
.amasty_company-profile-index .amcompany-title {
  display: inline-block;
  padding: 0 10px 0 0;
}
.amasty_company-profile-index .page-title-wrapper {
  display: none;
}
.amconf-matrix-observed {
  overflow: auto;
}
.amconf-matrix-table-wrap {
  margin-top: 50px;
  max-width: 500px;
  text-align: center;
}
.amconf-matrix-table-wrap .amconf-matrix-title {
  font-size: 12px;
  line-height: 21px;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.amconf-matrix-table-wrap .amconf-cell {
  padding: 10px 0;
}
.amconf-matrix-table-wrap .amconf-text {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.amconf-matrix-table-wrap .amconf-matrix-swatch-label {
  padding-top: 5px;
  text-align: left;
}
.amconf-matrix-table-wrap .amconf-swatchlabel-container {
  display: flex;
  flex-direction: column;
}
.amconf-matrix-table-wrap .amconf-matrix-row {
  border-bottom: 1px solid #f6f6f6;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.amconf-matrix-table-wrap .amconf-matrix-row:hover {
  background: #fafafa;
}
.amconf-matrix-table-wrap .amconf-matrix-cell {
  padding: 10px 5px;
}
.amconf-matrix-table-wrap .amconf-matrix-attribute .swatch-option {
  margin: 0;
}
.amconf-matrix-table-wrap .amconf-matrix-qty {
  min-width: 72px;
}
.amconf-matrix-table-wrap .amconf-matrix-qty .mage-error:not(.amconf-matrix-input) {
  margin: 3px auto;
  max-width: 100px;
  white-space: normal;
}
.amconf-matrix-table-wrap .amconf-matrix-price {
  font-weight: bold;
}
.amconf-matrix-table-wrap .amconf-matrix-old-price {
  text-decoration: line-through;
}
.amconf-matrix-table-wrap .amconf-matrix-arrow {
  display: none;
}
.amconf-matrix-table-wrap .amconf-matrix-input {
  max-width: 30px;
  padding: 0 3px;
  text-align: center;
}
.product-social-links {
  position: relative;
}
.amconf-flipper-img,
.product-image-photo {
  transition: .3s all;
}
.product-social-links .action.mailto.friend.amconf-share-link {
  margin: 5px 0 0;
}
.product-social-links .action.mailto.friend.amconf-share-link:before {
  content: '';
}
.product-social-links .product-addto-links .action,
.product-social-links .action.mailto.friend {
  margin-right: 10px;
}
.amconf-share-link {
  cursor: pointer;
}
.amconf-share-link:before {
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjcyMiAxMi4yYzEuNTA0IDAgMi43MjItMS4yNTQgMi43MjItMi44IDAtMS41NDYtMS4yMTgtMi44LTIuNzIyLTIuOEMyLjIyIDYuNiAxIDcuODU0IDEgOS40YzAgMS41NDYgMS4yMTkgMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ1LS44OTUgMS45NDUtMnMtLjg3LTItMS45NDUtMmMtMS4wNzQgMC0xLjk0NC44OTUtMS45NDQgMnMuODcgMiAxLjk0NCAyek0xMi4yNzggNi42QzEzLjc4IDYuNiAxNSA1LjM0NiAxNSAzLjggMTUgMi4yNTQgMTMuNzgxIDEgMTIuMjc4IDFjLTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyek0xMi4yNzggMTdDMTMuNzggMTcgMTUgMTUuNzQ2IDE1IDE0LjJjMC0xLjU0Ni0xLjIxOS0yLjgtMi43MjItMi44LTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyeiIgZmlsbD0iIzY2NiIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgZmlsbD0iIzY2NiIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzIyIDEyLjJjMS41MDQgMCAyLjcyMi0xLjI1NCAyLjcyMi0yLjggMC0xLjU0Ni0xLjIxOC0yLjgtMi43MjItMi44QzIuMjIgNi42IDEgNy44NTQgMSA5LjRjMCAxLjU0NiAxLjIxOSAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDUtLjg5NSAxLjk0NS0ycy0uODctMi0xLjk0NS0yYy0xLjA3NCAwLTEuOTQ0Ljg5NS0xLjk0NCAycy44NyAyIDEuOTQ0IDJ6TTEyLjI3OCA2LjZDMTMuNzggNi42IDE1IDUuMzQ2IDE1IDMuOCAxNSAyLjI1NCAxMy43ODEgMSAxMi4yNzggMWMtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6TTEyLjI3OCAxN0MxMy43OCAxNyAxNSAxNS43NDYgMTUgMTQuMmMwLTEuNTQ2LTEuMjE5LTIuOC0yLjcyMi0yLjgtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6IiBzdHJva2U9IiM2NjYiIHN0cm9rZS13aWR0aD0iLjc4OSIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9Ii43ODkiLz48L3N2Zz4=) no-repeat center;
}
.amconf-share-link:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjcyMiAxMi4yYzEuNTA0IDAgMi43MjItMS4yNTQgMi43MjItMi44IDAtMS41NDYtMS4yMTgtMi44LTIuNzIyLTIuOEMyLjIyIDYuNiAxIDcuODU0IDEgOS40YzAgMS41NDYgMS4yMTkgMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ1LS44OTUgMS45NDUtMnMtLjg3LTItMS45NDUtMmMtMS4wNzQgMC0xLjk0NC44OTUtMS45NDQgMnMuODcgMiAxLjk0NCAyek0xMi4yNzggNi42QzEzLjc4IDYuNiAxNSA1LjM0NiAxNSAzLjggMTUgMi4yNTQgMTMuNzgxIDEgMTIuMjc4IDFjLTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyek0xMi4yNzggMTdDMTMuNzggMTcgMTUgMTUuNzQ2IDE1IDE0LjJjMC0xLjU0Ni0xLjIxOS0yLjgtMi43MjItMi44LTEuNTA0IDAtMi43MjIgMS4yNTQtMi43MjIgMi44IDAgMS41NDYgMS4yMTggMi44IDIuNzIyIDIuOHptMC0uOGMxLjA3NCAwIDEuOTQ0LS44OTUgMS45NDQtMnMtLjg3LTItMS45NDQtMmMtMS4wNzQgMC0xLjk0NS44OTUtMS45NDUgMnMuODcgMiAxLjk0NSAyeiIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgZmlsbD0iIzMzMyIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzIyIDEyLjJjMS41MDQgMCAyLjcyMi0xLjI1NCAyLjcyMi0yLjggMC0xLjU0Ni0xLjIxOC0yLjgtMi43MjItMi44QzIuMjIgNi42IDEgNy44NTQgMSA5LjRjMCAxLjU0NiAxLjIxOSAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDUtLjg5NSAxLjk0NS0ycy0uODctMi0xLjk0NS0yYy0xLjA3NCAwLTEuOTQ0Ljg5NS0xLjk0NCAycy44NyAyIDEuOTQ0IDJ6TTEyLjI3OCA2LjZDMTMuNzggNi42IDE1IDUuMzQ2IDE1IDMuOCAxNSAyLjI1NCAxMy43ODEgMSAxMi4yNzggMWMtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6TTEyLjI3OCAxN0MxMy43OCAxNyAxNSAxNS43NDYgMTUgMTQuMmMwLTEuNTQ2LTEuMjE5LTIuOC0yLjcyMi0yLjgtMS41MDQgMC0yLjcyMiAxLjI1NC0yLjcyMiAyLjggMCAxLjU0NiAxLjIxOCAyLjggMi43MjIgMi44em0wLS44YzEuMDc0IDAgMS45NDQtLjg5NSAxLjk0NC0ycy0uODctMi0xLjk0NC0yYy0xLjA3NCAwLTEuOTQ1Ljg5NS0xLjk0NSAycy44NyAyIDEuOTQ1IDJ6IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iLjc4OSIvPjxwYXRoIGQ9Ik05LjkxNSA0Ljg3N2wuMzg5LjY5My00LjI0OCAyLjUyMy0uMzktLjY5MyA0LjI0OS0yLjUyM3pNNi4wNTYgMTAuNmwtLjM5LjY5MyA0LjI0OSAyLjUyMy4zODktLjY5M0w2LjA1NSAxMC42eiIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9Ii43ODkiLz48L3N2Zz4=) no-repeat center;
}
.amconf-share-container {
  position: absolute;
  display: none;
  z-index: 9999;
  margin-top: 10px;
  padding: 15px 10px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: display 0.3s ease;
  -moz-transition: display 0.3s ease;
  -ms-transition: display 0.3s ease;
  transition: display 0.3s ease;
}
.amconf-share-container .amconf-share-input {
  margin-right: 2%;
  width: 75%;
}
.amconf-share-container .amconf-share-button {
  padding: 7px 0;
  width: 20%;
  vertical-align: top;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.minicart-items .product-item-details .product .options.list dt {
  float: left;
  clear: left;
  margin: 0 10px 5px 0;
}
.minicart-items .product-item-details .product .options.list dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.swatch-attribute span.swatch-option-price {
  padding-right: 10px;
  text-align: left;
}
.swatch-opt .slick-slider {
  margin-bottom: 20px;
}
.swatch-opt .slick-track {
  display: flex;
}
dd .swatch-option {
  display: inline-block;
}
.slick-initialized .swatch-option.slick-slide,
.slick-initialized .swatch-option.slick-slide.text,
.slick-initialized .slick-slide .swatch-option {
  margin: 2px 5px;
  padding: 0;
  max-width: none;
  height: 20px;
  box-sizing: border-box;
}
.swatch-attribute-options.slick-slider .swatch-option-container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.swatch-attribute-options .slick-list {
  margin: 0 25px;
}
.swatch-attribute.size .swatch-option {
  vertical-align: sub;
}
.swatch-option-container.slick-slide {
  min-width: 22px;
  margin-right: 7px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #686868;
}
.swatch-option-container.slick-slide .swatch-option.text {
  margin: 5px 0 0;
  padding: 0;
}
.amconf-matrix-full-subtotal {
  font-size: 20px;
  padding: 4px 0;
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.tintContainer img {
  max-height: none;
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: .3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: .8;
}
.amfaq-hidden {
  display: none;
}
.amfaq-question-footer-wrapper {
  align-items: center;
  display: flex;
}
.amfaq-question-footer-wrapper:before,
.amfaq-question-footer-wrapper:after {
  content: '';
  display: table;
}
.amfaq-question-footer-wrapper:after {
  clear: both;
}
.amfaq-product-tab .block-title strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 3rem 0;
}
.faq-question-view .page-title-wrapper h1,
.faq-category-view .page-title-wrapper h1 {
  word-break: normal;
}
.faq-search-index .page-title-wrapper h1 {
  font-size: 2.5rem;
  word-break: break-all;
}
.faq-search-index .amfaq-highlight {
  background-color: #d3e185;
}
.amfaq-social-buttons {
  float: left;
  padding-top: 4px;
}
.amfaq-social-buttons .amfaq-social-share-link {
  display: inline-block;
}
.amfaq-social-buttons .amfaq-social-share-link,
.amfaq-social-buttons .amfaq-social-share-link:hover {
  color: transparent;
}
.amfaq-social-buttons img {
  width: 30px;
  border: 0;
  display: inline;
  padding: 0 1px;
}
/* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
.amfaq_questions .amfaq-title {
  font-size: 125%;
  font-weight: bolder;
  margin-bottom: 2.5%;
  text-align: center;
}
.amfaq_questions .am-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0 0 2rem 0;
}
.amfaq_questions .am-item .am-content {
  padding-bottom: 10px;
  word-wrap: break-word;
}
.amfaq_questions .am-item .am-content .amfaq-short-answer-container {
  white-space: pre-line;
}
.amfaq_questions .am-item .am-content p {
  margin-bottom: 2rem;
}
.amfaq_questions .am-item .am-links {
  float: right;
  font-size: 1.5rem;
  margin-right: 10px;
  padding: 5px 0;
  word-wrap: break-word;
}
.amfaq_questions .am-title {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
}
.amfaq_questions .am-title .am-plus {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  display: inline-block;
  /* phpcs:enable */
  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;
  float: right;
  font-size: inherit;
  font-weight: normal;
}
.amfaq_questions .am-title .am-plus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq_questions .am-title .am-plus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #c9c9c9;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq_questions .am-title .am-plus:hover:before {
  color: inherit;
}
.amfaq_questions .am-title .am-plus:active:before {
  color: inherit;
}
.amfaq_questions .am-title .am-plus:focus,
.amfaq_questions .am-title .am-plus:active {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-plus:hover {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-plus.disabled,
.amfaq_questions .am-title .am-plus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-plus {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq_questions .am-title .am-minus {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  display: inline-block;
  /* phpcs:enable */
  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;
  float: right;
  font-size: inherit;
  font-weight: normal;
}
.amfaq_questions .am-title .am-minus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq_questions .am-title .am-minus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #c9c9c9;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq_questions .am-title .am-minus:hover:before {
  color: inherit;
}
.amfaq_questions .am-title .am-minus:active:before {
  color: inherit;
}
.amfaq_questions .am-title .am-minus:focus,
.amfaq_questions .am-title .am-minus:active {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-minus:hover {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-minus.disabled,
.amfaq_questions .am-title .am-minus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-minus {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq_questions .am-no-items {
  font-weight: 800;
  word-wrap: break-word;
}
.ask-question-form .button-container {
  margin: 10px 0;
}
.ask-question-form .button-container .button-info {
  display: inline-block;
  float: left;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 10px 0;
  vertical-align: middle;
}
.ask-question-form .button-container .form-toggle-button {
  margin: 10px;
}
.ask-question-form .ask-form-container label input[type='checkbox'] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.amfaq-category-description {
  margin-bottom: 20px;
}
/* phpcs:disable Magento2.Less.ClassNaming.NotAllowedSymbol */
.amfaq_categories {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
}
.amfaq_categories .item {
  border-bottom: 1px solid #c9c9c9;
  padding: 1rem;
  word-wrap: break-word;
}
.amfaq_categories .item.current {
  background: #f9f9f9;
}
.amfaq_categories .item.current a {
  color: #000000;
}
.amfaq_categories .item.title {
  background: #f0f0f0;
  color: #575757;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  word-wrap: break-word;
}
.amfaq_categories .item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.amfaq_categories .item:last-child {
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.amfaq_tags {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  font-weight: 500;
  margin: 20px 0;
}
.amfaq_tags .title {
  border-bottom: 1px solid #c9c9c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f0f0f0;
  color: #575757;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
  word-wrap: break-word;
}
.amfaq_tags .tags_content {
  margin: 5px;
}
.amfaq_tags .tags_content .current {
  font-weight: 600;
  text-decoration: underline;
}
.amfaq_tags .tags_content .item {
  display: inline-block;
  font-family: Roboto;
  font-size: 1.6rem;
  padding: 5px;
}
.amfaq_tags .tags_content .item a {
  color: #000000;
  text-decoration: none;
}
.question_view {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.question_view .answer {
  word-wrap: break-word;
}
.am-back-button {
  float: right;
  margin-left: 15px;
}
.am-back-to-product-widget.am-widget-left {
  text-align: left;
}
.am-back-to-product-widget.am-widget-center {
  text-align: center;
}
.am-back-to-product-widget.am-widget-right {
  text-align: right;
}
.am-back-to-product-widget .am-back-button {
  float: none;
  margin-left: 0;
}
.amfaq-search {
  max-width: 300px;
  margin-bottom: 15px;
  position: relative;
}
.amfaq-search .am-input {
  padding-right: 30px;
}
.amfaq-search .search-autocomplete {
  background-color: #ffffff;
  margin-top: 0;
}
.amfaq-search .am-button {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZD0iTTU1LjE0NiA1MS44ODdMNDEuNTg4IDM3Ljc4NkEyMi45MjYgMjIuOTI2IDAgMCAwIDQ2Ljk4NCAyM2MwLTEyLjY4Mi0xMC4zMTgtMjMtMjMtMjNzLTIzIDEwLjMxOC0yMyAyMyAxMC4zMTggMjMgMjMgMjNjNC43NjEgMCA5LjI5OC0xLjQzNiAxMy4xNzctNC4xNjJsMTMuNjYxIDE0LjIwOGMuNTcxLjU5MyAxLjMzOS45MiAyLjE2Mi45Mi43NzkgMCAxLjUxOC0uMjk3IDIuMDc5LS44MzdhMy4wMDQgMy4wMDQgMCAwIDAgLjA4My00LjI0MnpNMjMuOTg0IDZjOS4zNzQgMCAxNyA3LjYyNiAxNyAxN3MtNy42MjYgMTctMTcgMTctMTctNy42MjYtMTctMTcgNy42MjYtMTcgMTctMTd6IiBmaWxsPSIjYmFiYWJhIi8+PC9zdmc+);
  height: 32px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0;
  box-shadow: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.amfaq-rating {
  float: left;
}
.amfaq-rating .amfaq-was-it-helpful {
  font-size: 1.2rem;
}
.amfaq-rating .amfaq-rate-the-answer {
  font-size: 1.2rem;
  font-weight: 600;
}
.amfaq-rating .amfaq-rate-the-answer.-gray {
  color: #757575;
}
.amfaq-rating .amfaq-rating-voting,
.amfaq-rating .amfaq-rating-yesno,
.amfaq-rating .amfaq-rating-average {
  border: 1px solid #c9c9c9;
  align-items: center;
  border-radius: 5px;
  display: flex;
  padding: 5px 20px;
}
.amfaq-rating .amfaq-rating-voting .amfaq-rating-fieldset,
.amfaq-rating .amfaq-rating-yesno .amfaq-rating-fieldset,
.amfaq-rating .amfaq-rating-average .amfaq-rating-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.amfaq-rating .amfaq-rating-voting .amfaq-rating-legend,
.amfaq-rating .amfaq-rating-yesno .amfaq-rating-legend,
.amfaq-rating .amfaq-rating-average .amfaq-rating-legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .average-rate-wrapper {
  direction: rtl;
}
.amfaq-rating .average-rate-wrapper.-voted {
  cursor: default;
  pointer-events: none;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label {
  color: #cccccc;
  cursor: pointer;
  float: right;
  font-size: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  width: 1em;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label:before {
  content: '★';
  display: flex;
  justify-content: center;
}
.amfaq-rating .average-rate-wrapper .amfaq-rating-input:checked ~ label {
  color: #ffc700;
}
.amfaq-rating .average-rate-wrapper .amfaq-rating-input:focus + label {
  box-shadow: 0 0 3px 1px #e02b27;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label:hover,
.amfaq-rating .average-rate-wrapper:not(:checked) > label:hover ~ label {
  color: #e4b200;
}
.amfaq-rating .average-rate-wrapper .amfaq-rating-label-hint {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-rating-data-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.amfaq-rating .amfaq-arrow {
  cursor: pointer;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  /* phpcs:enable */
  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;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #475f7a;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:focus {
  box-shadow: 0 0 3px 1px #e02b27;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  /* phpcs:enable */
  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;
  display: inline-block;
  font-weight: bold;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #475f7a;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:focus {
  box-shadow: 0 0 3px 1px #e02b27;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted:before {
  color: #305b8a;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted + span {
  font-weight: bold;
}
.amfaq-rating .amfaq-rating-data-wrapper {
  color: #475f7a;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amfaq-rating .amfaq-rating-data-wrapper.isVoted .amfaq-arrow {
  cursor: default;
}
.amfaq-rating .amfaq-rating-yesno-vote {
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: none;
  font-weight: 400;
  padding: 0;
}
.amfaq-rating .amfaq-rating-yesno-vote:visited {
  color: #1979c3;
  text-decoration: none;
}
.amfaq-rating .amfaq-rating-yesno-vote:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amfaq-rating .amfaq-rating-yesno-vote:active {
  color: #ff5501;
  text-decoration: underline;
}
.amfaq-rating .amfaq-rating-yesno-vote.yesno-voted {
  cursor: auto;
  font-weight: bold;
}
.amfaq-rating .message-error.error {
  color: #b30000;
}
.am-widget-categories-1,
.am-widget-categories-2,
.am-widget-categories-3 {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.am-widget-categories-1 .am-widget-category,
.am-widget-categories-2 .am-widget-category,
.am-widget-categories-3 .am-widget-category {
  width: 100%;
}
.am-widget-category {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.am-widget-category > .am-category-container {
  padding: 0 2rem 2rem 2rem;
}
.am-widget-category .view-all {
  display: block;
  margin-left: auto;
  width: fit-content;
}
.am-widget-category .am-category-header {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5rem;
  min-height: 50px;
}
.am-widget-category .am-category-header .faq-category-image {
  line-height: 0;
  margin-right: 7px;
}
.am-widget-category .am-category-header .faq-category-image img {
  min-width: 50px;
}
.am-widget-category .am-category-header .faq-category-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  word-wrap: break-word;
}
.am-widget-category .amfaq_questions .am-title {
  font-size: 1.6rem;
  font-weight: 300;
}
.am-search-box-wrapper:before,
.am-search-box-wrapper:after {
  content: '';
  display: table;
}
.am-search-box-wrapper:after {
  clear: both;
}
.am-search-box-wrapper .am-widget-center {
  margin: auto;
}
.am-search-box-wrapper .am-widget-right {
  float: right;
}
.am-search-box-wrapper .amfaq-search {
  max-width: initial;
}
.amfaq-pager {
  float: right;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amfaq_search_autocomplete .amfaq-category {
  color: #575757;
  font-size: 1rem;
  padding-top: 3px;
}
.am-faq-tags-widget {
  padding: 0 2rem 2rem 2rem;
}
.am-faq-tags-widget .am-tags-main-title {
  border-bottom: solid 1px #c9c9c9;
  margin-bottom: 30px;
}
.am-faq-tags-widget .am-tags-main-title span {
  color: #333333;
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.am-faq-tags-widget .am-tags-main-block-wrapper {
  font-family: Roboto;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag {
  border: solid 1px #dddddd;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 9px 0 9px 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover {
  background: #f2c94c;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover .am_tag_count {
  color: #575757;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am_tag_count {
  color: #6d6d6d;
  padding: 11px 12px 10px 0;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag a {
  color: #191919;
  text-decoration: none;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am-tag-title {
  font-weight: 600;
  padding: 0 9px 0 12px;
  text-decoration: none;
}
.search-autocomplete .amfaq-question-container.selected {
  background: #ffffff;
}
.search-autocomplete .amfaq-question-container .amfaq-option-name {
  color: #1979c3;
}
.search-autocomplete .amfaq-question-container.selected .amfaq-option-name {
  text-decoration: underline;
}
.amfaq-link-category {
  margin-bottom: 10px;
}
.amfaq-links-container {
  margin-bottom: 20px;
  transition: height 0.3s ease-in;
}
.amfaq-links-container .amfaq-button.-questions {
  background: #ffffff;
  border: none;
  color: #1979c3;
  font-weight: bold;
  letter-spacing: -.015em;
  padding: 0;
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
.amgroupassign-li-nav {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.amgroupassign-groupcode {
  background-color: #C3E1FD;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
  max-width: 155px;
  margin: 0 18px 10px;
}
.amgroupcat-cms-content-wrapper {
  display: table-row;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-tabs-view .amrelated-grid-wrapper .product-items.slick-slider {
  display: block;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-dots .slick-active button {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-sidebar-wrap .slick-dots {
  line-height: 3rem;
  position: static;
}
.amrelated-sidebar-wrap .slick-dots .slick-active button {
  background: #0082e4;
}
.amrelated-sidebar-wrap .slick-dots button {
  background-color: #dfdedd;
}
.amrelated-cart-message {
  background: #e9f6ff;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  line-height: 42px;
  margin: 0 0 10px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
}
.amrelated-cart-message:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  position: relative;
  top: 8px;
  width: 30px;
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-info {
  background: #eef2f9;
  border-radius: 4px;
  color: #6d88b0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 1rem 0;
  padding: 5px 8px 6px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.amrelated-pack-wrapper .amrelated-title {
  position: relative;
  padding: 10px 0;
}
.amrelated-pack-wrapper .amrelated-title:after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  transform: translateY(-50%);
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 25px;
  background: #f9f9f9;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #eaeaea;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.amrelated-pack-item .amrelated-info:hover {
  z-index: unset;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price [data-price-type='finalPrice'] .price {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  position: unset;
  flex-direction: row-reverse;
  min-width: auto;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  position: static;
  margin-left: 10px;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  position: static;
  align-self: center;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  min-height: 2.7rem;
  max-width: 100%;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  position: relative;
  margin: 0;
  min-width: 100px;
  width: 100px;
  height: 100px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  text-align: center;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  width: 100%;
  height: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-width: 100%;
  max-height: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 4px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #3978bd;
  border-radius: 50%;
  background: #e9f6ff;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  color: #000000;
  font-weight: 600;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-weight: 400;
  font-size: 11px;
}
.amrelated-photo-container .amrelated-checkbox {
  display: none;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #3978bd;
  border-radius: 2px;
  background: #ffffff;
  cursor: pointer;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 2px;
  background: #eb5757;
  color: #ffffff;
}
.amrelated-discount.-product {
  top: -10px;
  right: -10px;
  display: none;
  font-size: 12px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  top: 0;
  right: 10px;
  padding: 5px 15px;
  max-width: 100%;
  font-size: 16px;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  margin-left: 5px;
  font-weight: 600;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000000;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}
.amrelated-price-wrapper {
  justify-content: center;
  box-sizing: border-box;
  margin: 0 15px;
  padding: 15px;
  border-bottom: none;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  padding: 7px 15px;
  height: auto;
  line-height: normal;
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  max-width: 315px;
  overflow: hidden;
  padding: 0 0 13px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9999;
}
.amrelated-bundle-popup .close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 21px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  z-index: 9;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  background: #fffae5;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 60%;
  padding: 10px 20px;
  z-index: 99;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  background-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  font-size: 18px;
  padding: 15px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  background-color: #c5c5c5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  width: 68%;
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  margin: 15px auto;
  max-width: 150px;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles */
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: 700;
}
.amrelated-info.-top .reviews-actions .action {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
}
.amrelated-info.-bottom {
  /* don't hide grouped price */
}
.amrelated-info.-bottom > .amrelated-description {
  font-size: 12px;
  margin: 0 25px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amrelated-products-block {
  border-bottom: 1px solid #ebeef5;
  margin: 20px 15px 27px;
  max-height: 366px;
  overflow: hidden auto;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  border: 1px solid #ebeef5;
  display: flex;
  margin-right: 10px;
}
.amrelated-products-block .amrelated-qty {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
.amcountdown-block-wrapper {
  max-width: 240px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}
.amcountdown-block-wrapper .amcountdown-text {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.amcountdown-block-wrapper .amcountdown-text.-after {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: normal;
}
.amcountdown-block-wrapper .amcountdown-content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amcountdown-block-wrapper .amcountdown-list {
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amcountdown-block-wrapper .amcountdown-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amcountdown-block-wrapper .amcountdown-wrap:not(:last-of-type) {
  margin-right: 10px;
}
.amcountdown-block-wrapper .amcountdown-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 45px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  padding: 2px 8px 6px;
  border-radius: 2px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  background: #d5d5d5;
}
.amcountdown-block-wrapper .amcountdown-item:last-child {
  margin-right: 0;
}
.amcountdown-block-wrapper .amcountdown-number {
  position: relative;
  padding-bottom: 8px;
  font-size: 18px;
  color: #000000;
}
.amcountdown-block-wrapper .amcountdown-number:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.amcountdown-block-wrapper .amcountdown-link {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.admin-amasty-countdown-field.admin__control-text.widget-option {
  background: transparent;
  opacity: initial;
  cursor: default;
}
.amcountdown-block-wrapper.-transparent .amcountdown-text {
  margin-bottom: 8px;
}
.amcountdown-block-wrapper.-transparent .amcountdown-text.-after {
  margin: 0;
}
.amcountdown-block-wrapper.-transparent .amcountdown-item {
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-circle {
  max-width: 255px;
}
.amcountdown-block-wrapper.-circle .amcountdown-wrap:not(:last-of-type) {
  margin-right: 17px;
}
.amcountdown-block-wrapper.-circle .amcountdown-item {
  position: relative;
  margin-right: 16px;
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-circle .amcountdown-item:last-child {
  margin-right: 0;
}
.amcountdown-block-wrapper.-circle .amcountdown-number {
  margin-top: 8px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 18px;
}
.amcountdown-block-wrapper.-circle .amcountdown-number:after {
  content: none;
}
.amcountdown-block-wrapper.-circle .amcountdown-svg-wrapper {
  position: absolute;
  top: -2px;
  left: -5px;
  width: 55px;
  height: 55px;
  margin: auto;
  transform: rotate(-90deg);
}
.amcountdown-block-wrapper.-circle .amcountdown-bottom {
  stroke-width: 2px;
  fill: none;
  stroke: #b6b6b6;
}
.amcountdown-block-wrapper.-circle .amcountdown-image {
  width: 55px;
  height: 55px;
}
.amcountdown-block-wrapper.-circle .amcountdown-top {
  stroke-width: 2px;
  stroke-dasharray: 157px;
  stroke-linecap: round;
  fill: none;
  stroke: #ff9416;
}
.amcountdown-block-wrapper.-honeycomb {
  max-width: 300px;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-wrap:not(:last-of-type) {
  margin-right: 17px;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-item {
  position: relative;
  min-width: 60px;
  margin-right: 20px;
  padding: 12px 8px 12px;
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-item:last-child {
  margin-right: 0;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-number {
  margin-top: 8px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 18px;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-number:after {
  content: none;
}
.amcountdown-block-wrapper.-honeycomb span {
  z-index: 10;
}
.amcountdown-block-wrapper.-honeycomb .amcountdown-image {
  position: absolute;
  top: 2px;
  left: 0;
  width: 60px;
  height: 65px;
}
.amcountdown-block-wrapper.-round {
  max-width: 240px;
}
.amcountdown-block-wrapper.-round .amcountdown-text {
  margin-bottom: 20px;
}
.amcountdown-block-wrapper.-round .amcountdown-text.-after {
  margin: 0;
}
.amcountdown-block-wrapper.-round .amcountdown-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amcountdown-block-wrapper.-round .amcountdown-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.amcountdown-block-wrapper.-round .amcountdown-wrap:not(:last-of-type) {
  margin-right: 17px;
}
.amcountdown-block-wrapper.-round .amcountdown-item {
  position: relative;
  min-width: 96px;
  margin: 0 15px 16px 0;
  padding: 14px 8px 15px;
  font-size: 15px;
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-round .amcountdown-number {
  margin-top: 8px;
  padding-bottom: 0;
  font-size: 50px;
  font-weight: normal;
  line-height: 40px;
}
.amcountdown-block-wrapper.-round .amcountdown-number:after {
  content: none;
}
.amcountdown-block-wrapper.-round .amcountdown-svg-wrapper {
  position: absolute;
  top: -4px;
  left: -6px;
  height: 110px;
  width: 110px;
}
.amcountdown-block-wrapper.-round .amcountdown-bottom {
  stroke-width: 3px;
  fill: none;
  stroke: #b6b6b6;
}
.amcountdown-block-wrapper.-round .amcountdown-image {
  fill: none;
  transform: rotate(-90deg);
}
.amcountdown-block-wrapper.-round .amcountdown-pointer.-static {
  fill: #ff9416;
}
.amcountdown-block-wrapper.-round .amcountdown-pointer {
  fill: #f26322;
}
.amcountdown-block-wrapper.-round .amcountdown-top {
  stroke-dasharray: 628px;
  stroke-linecap: round;
  stroke-width: 6px;
  fill: none;
}
.amcountdown-block-wrapper.-progress {
  max-width: 205px;
}
.amcountdown-block-wrapper.-progress .amcountdown-text.-after {
  margin-top: 15px;
}
.amcountdown-block-wrapper.-progress .amcountdown-content {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amcountdown-block-wrapper.-progress .amcountdown-wrap {
  margin-right: 0;
}
.amcountdown-block-wrapper.-progress .amcountdown-item {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 15px 0 0;
  padding: 0;
  font-size: 25px;
  background-color: transparent !important;
}
.amcountdown-block-wrapper.-progress .amcountdown-item:last-child {
  margin-right: 0;
}
.amcountdown-block-wrapper.-progress .amcountdown-number {
  margin-right: 7px;
  padding: 0;
  font-size: 25px;
}
.amcountdown-block-wrapper.-progress .amcountdown-number:after {
  content: none;
}
.amcountdown-block-wrapper.-progress .amcountdown-progressbar {
  position: relative;
  margin-top: 10px;
  line-height: 0;
  font-size: 0;
}
.amcountdown-block-wrapper.-progress .amcountdown-progressbar:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff9416;
}
.amcountdown-block-wrapper.-progress .amcountdown-progress {
  width: 100%;
  height: 4px;
  border: none;
  background: #cdcdcd;
}
.amcountdown-block-wrapper.-progress .amcountdown-progress::-webkit-progress-bar {
  width: 100%;
  height: 4px;
  border: none;
  background: #cdcdcd;
}
.amcountdown-block-wrapper.-progress .amcountdown-progress::-webkit-progress-value {
  background: linear-gradient(90deg, #ff9416 0%, #f26322 100%);
}
.amcountdown-block-wrapper.-progress .amcountdown-progress::-moz-progress-bar {
  background: linear-gradient(90deg, #ff9416 0%, #f26322 100%);
}
.amcountdown-block-wrapper.-progress .amcountdown-progress::-ms-fill {
  background: linear-gradient(90deg, #ff9416 0%, #f26322 100%);
}
.amcountdown-block-wrapper.-progress .amcountdown-pointer {
  position: absolute;
  top: -2px;
  left: 69%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f26322;
}
.amqorder-checkbox-container.-disabled,
.amqorder-qty-block.-disabled,
.amqorder-qty-block .qty-disabled {
  opacity: .8;
  pointer-events: none;
}
.amasty_quickorder-index-index .page-main {
  padding: 0;
  max-width: 100%;
}
.amasty_quickorder-index-index .column.main {
  background: #f9f9f9;
}
.amasty_quickorder-index-index .price-including-tax {
  display: inline-block;
  font-size: 14px;
}
.amasty_quickorder-index-index .price-excluding-tax {
  display: block;
  color: #adadad;
  font-size: 14px;
}
.amasty_quickorder-index-index .price-excluding-tax .price {
  color: #adadad;
}
.amasty_quickorder-index-index .price {
  color: #41362f;
}
.amasty_quickorder-index-index .page-title-wrapper {
  padding: 0 15px;
}
.amasty_quickorder-index-index .page-title-wrapper,
.amasty_quickorder-index-index .amqorder-wrapper,
.amasty_quickorder-index-index .amqorder-search,
.amasty_quickorder-index-index .page.messages {
  margin-right: auto;
  margin-left: auto;
  max-width: 1270px;
}
.amasty_quickorder-index-index .page.messages {
  padding: 0 15px;
}
.amasty_quickorder-index-index .messages > .message {
  margin-top: 25px;
}
.amasty_quickorder-index-index .page-title {
  margin: 0;
  font-size: 26px;
}
.amasty_quickorder-index-index .field.date .control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amasty_quickorder-index-index textarea,
.amasty_quickorder-index-index .swatch-select,
.amasty_quickorder-index-index .amqorder-input,
.amasty_quickorder-index-index .input-text,
.amasty_quickorder-index-index .amqorder-textarea,
.amasty_quickorder-index-index .amqorder-select,
.amasty_quickorder-index-index .admin__control-select,
.amasty_quickorder-index-index .admin__control-multiselect {
  transition: 0.2s all ease-in;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #e2dfdf;
  border-radius: 1px;
  box-shadow: none;
  font-size: 12px;
}
.amasty_quickorder-index-index textarea:not([disabled]):focus,
.amasty_quickorder-index-index .swatch-select:not([disabled]):focus,
.amasty_quickorder-index-index .amqorder-input:not([disabled]):focus,
.amasty_quickorder-index-index .input-text:not([disabled]):focus,
.amasty_quickorder-index-index .amqorder-textarea:not([disabled]):focus,
.amasty_quickorder-index-index .amqorder-select:not([disabled]):focus,
.amasty_quickorder-index-index .admin__control-select:not([disabled]):focus,
.amasty_quickorder-index-index .admin__control-multiselect:not([disabled]):focus,
.amasty_quickorder-index-index textarea:not([disabled]):hover,
.amasty_quickorder-index-index .swatch-select:not([disabled]):hover,
.amasty_quickorder-index-index .amqorder-input:not([disabled]):hover,
.amasty_quickorder-index-index .input-text:not([disabled]):hover,
.amasty_quickorder-index-index .amqorder-textarea:not([disabled]):hover,
.amasty_quickorder-index-index .amqorder-select:not([disabled]):hover,
.amasty_quickorder-index-index .admin__control-select:not([disabled]):hover,
.amasty_quickorder-index-index .admin__control-multiselect:not([disabled]):hover {
  box-shadow: none;
}
.amasty_quickorder-index-index textarea:hover,
.amasty_quickorder-index-index .swatch-select:hover,
.amasty_quickorder-index-index .amqorder-input:hover,
.amasty_quickorder-index-index .input-text:hover,
.amasty_quickorder-index-index .amqorder-textarea:hover,
.amasty_quickorder-index-index .amqorder-select:hover,
.amasty_quickorder-index-index .admin__control-select:hover,
.amasty_quickorder-index-index .admin__control-multiselect:hover {
  border-color: #1452f2;
}
.amasty_quickorder-index-index textarea:focus,
.amasty_quickorder-index-index .swatch-select:focus,
.amasty_quickorder-index-index .amqorder-input:focus,
.amasty_quickorder-index-index .input-text:focus,
.amasty_quickorder-index-index .amqorder-textarea:focus,
.amasty_quickorder-index-index .amqorder-select:focus,
.amasty_quickorder-index-index .admin__control-select:focus,
.amasty_quickorder-index-index .admin__control-multiselect:focus,
.amasty_quickorder-index-index textarea.-active,
.amasty_quickorder-index-index .swatch-select.-active,
.amasty_quickorder-index-index .amqorder-input.-active,
.amasty_quickorder-index-index .input-text.-active,
.amasty_quickorder-index-index .amqorder-textarea.-active,
.amasty_quickorder-index-index .amqorder-select.-active,
.amasty_quickorder-index-index .admin__control-select.-active,
.amasty_quickorder-index-index .admin__control-multiselect.-active {
  border-color: #1846be;
}
.amasty_quickorder-index-index textarea.-disabled,
.amasty_quickorder-index-index .swatch-select.-disabled,
.amasty_quickorder-index-index .amqorder-input.-disabled,
.amasty_quickorder-index-index .input-text.-disabled,
.amasty_quickorder-index-index .amqorder-textarea.-disabled,
.amasty_quickorder-index-index .amqorder-select.-disabled,
.amasty_quickorder-index-index .admin__control-select.-disabled,
.amasty_quickorder-index-index .admin__control-multiselect.-disabled {
  pointer-events: none;
  opacity: .6;
}
.amasty_quickorder-index-index .amqorder-radio,
.amasty_quickorder-index-index .admin__control-radio,
.amasty_quickorder-index-index .admin__control-checkbox {
  outline: none;
}
.amasty_quickorder-index-index .amqorder-radio:focus,
.amasty_quickorder-index-index .admin__control-radio:focus,
.amasty_quickorder-index-index .admin__control-checkbox:focus,
.amasty_quickorder-index-index .amqorder-radio:hover,
.amasty_quickorder-index-index .admin__control-radio:hover,
.amasty_quickorder-index-index .admin__control-checkbox:hover {
  outline: none;
  box-shadow: none;
}
.amasty_quickorder-index-index .amqorder-label {
  display: block;
  margin: 0 0 5px;
  font-weight: 700;
}
.amasty_quickorder-index-index .amqorder-label.-required:after {
  color: #eb5757;
  content: '*';
}
.amasty_quickorder-index-index .amqorder-link {
  color: #4776f0;
}
.amasty_quickorder-index-index .amqorder-overlay-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
}
.amqorder-messages-list {
  margin: 0;
  padding: 0;
  color: #eb5757;
  list-style: none;
  font-size: 12px;
}
.amqorder-messages-list .amqorder-item {
  margin: 5px 0 0 0;
}
.amqorder-button:not(.primary) {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.amqorder-button:not(.primary):hover,
.amqorder-button:not(.primary):active,
.amqorder-button:not(.primary):focus {
  background: none;
  box-shadow: none;
}
.amqorder-button:not(.primary):before,
.amqorder-button:not(.primary):after {
  transition: 0.1s all ease-in;
}
.amqorder-button:not(.primary).-disabled {
  pointer-events: none;
}
.amqorder-button:not(.primary).-disabled:focus {
  pointer-events: none;
}
.amqorder-button.-clear {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.amqorder-button.-clear:active,
.amqorder-button.-clear:hover,
.amqorder-button.-clear:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amqorder-button.-link {
  color: #4776f0;
}
.amqorder-button.-link:hover {
  color: #1452f2;
}
.amqorder-button.-chevron:after,
.amqorder-button.-arrow:after {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  margin: 0 0 0 10px;
  width: 15px;
  height: 15px;
  content: '>';
  transform: scaleX(1.5) rotate(90deg);
}
.amqorder-button.-chevron.-active:after,
.amqorder-button.-arrow.-active:after {
  transform: scaleX(1.5) rotate(-90deg);
}
.amqorder-button.-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
}
.amqorder-button.-arrow:after {
  margin: 0;
  width: 12px;
  height: 14px;
}
.amqorder-button.-arrow.-prev:after {
  transform: scaleY(1.5) rotate(-180deg);
}
.amqorder-button.-arrow.-next:after {
  transform: scaleY(1.5);
}
.amqorder-button.-arrow.-disabled {
  border-color: #d0d5e1;
  color: #d0d5e1;
}
.amqorder-button.-arrow.-disabled:focus {
  border-color: #d0d5e1;
  color: #d0d5e1;
}
.amqorder-button.-arrow:hover {
  border: 1px solid #4776f0;
  background: #c8d7ff;
  color: #4776f0;
}
.amqorder-button.-arrow:active,
.amqorder-button.-arrow:focus {
  border: 1px solid #1846be;
  background: transparent;
  color: #1846be;
}
.amqorder-button.-remove:after {
  content: 'x';
  transform: scale(1.5, 1);
}
.amqorder-button.-remove:hover:after {
  color: #1452f2;
}
.amqorder-button.-basket {
  display: flex;
  align-items: center;
  color: #eb5757;
}
.amqorder-button.-basket:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  display: inline-flex;
  width: 15px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTZIMTFWNkgxVjE2Wk03LjkzNzUgNy44NDM3NUM3LjkzNzUgNy42OTc5MiA3Ljk4OTU4IDcuNTcyOTIgOC4wOTM3NSA3LjQ2ODc1QzguMjE4NzUgNy4zNjQ1OCA4LjM1NDE3IDcuMzEyNSA4LjUgNy4zMTI1QzguNjY2NjcgNy4zMTI1IDguODAyMDggNy4zNjQ1OCA4LjkwNjI1IDcuNDY4NzVDOS4wMTA0MiA3LjU3MjkyIDkuMDYyNSA3LjY5NzkyIDkuMDYyNSA3Ljg0Mzc1VjEzLjc1QzkuMDYyNSAxMy45MTY3IDkuMDEwNDIgMTQuMDUyMSA4LjkwNjI1IDE0LjE1NjNDOC44MDIwOCAxNC4yNjA0IDguNjY2NjcgMTQuMzEyNSA4LjUgMTQuMzEyNUM4LjM1NDE3IDE0LjMxMjUgOC4yMTg3NSAxNC4yNjA0IDguMDkzNzUgMTQuMTU2M0M3Ljk4OTU4IDE0LjA1MjEgNy45Mzc1IDEzLjkxNjcgNy45Mzc1IDEzLjc1VjcuODQzNzVaTTUuNDM3NSA3Ljg0Mzc1QzUuNDM3NSA3LjY5NzkyIDUuNDg5NTggNy41NzI5MiA1LjU5Mzc1IDcuNDY4NzVDNS43MTg3NSA3LjM2NDU4IDUuODU0MTcgNy4zMTI1IDYgNy4zMTI1QzYuMTQ1ODMgNy4zMTI1IDYuMjcwODMgNy4zNjQ1OCA2LjM3NSA3LjQ2ODc1QzYuNSA3LjU3MjkyIDYuNTYyNSA3LjY5NzkyIDYuNTYyNSA3Ljg0Mzc1VjEzLjc1QzYuNTYyNSAxMy45MTY3IDYuNSAxNC4wNTIxIDYuMzc1IDE0LjE1NjNDNi4yNzA4MyAxNC4yNjA0IDYuMTQ1ODMgMTQuMzEyNSA2IDE0LjMxMjVDNS44NTQxNyAxNC4zMTI1IDUuNzE4NzUgMTQuMjYwNCA1LjU5Mzc1IDE0LjE1NjNDNS40ODk1OCAxNC4wNTIxIDUuNDM3NSAxMy45MTY3IDUuNDM3NSAxMy43NVY3Ljg0Mzc1Wk0yLjkzNzUgNy44NDM3NUMyLjkzNzUgNy42OTc5MiAyLjk4OTU4IDcuNTcyOTIgMy4wOTM3NSA3LjQ2ODc1QzMuMTk3OTIgNy4zNjQ1OCAzLjMzMzMzIDcuMzEyNSAzLjUgNy4zMTI1QzMuNjQ1ODMgNy4zMTI1IDMuNzcwODMgNy4zNjQ1OCAzLjg3NSA3LjQ2ODc1QzMuOTc5MTcgNy41NzI5MiA0LjAzMTI1IDcuNjk3OTIgNC4wMzEyNSA3Ljg0Mzc1VjEzLjc1QzQuMDMxMjUgMTMuOTE2NyAzLjk3OTE3IDE0LjA1MjEgMy44NzUgMTQuMTU2M0MzLjc3MDgzIDE0LjI2MDQgMy42NDU4MyAxNC4zMTI1IDMuNSAxNC4zMTI1QzMuMzMzMzMgMTQuMzEyNSAzLjE5NzkyIDE0LjI2MDQgMy4wOTM3NSAxNC4xNTYzQzIuOTg5NTggMTQuMDUyMSAyLjkzNzUgMTMuOTE2NyAyLjkzNzUgMTMuNzVWNy44NDM3NVpNMTEuMjE4OCAxLjk2ODc1SDlWMS42NTYyNUM5IDEuMTk3OTIgOC44NTQxNyAwLjgxMjUgOC41NjI1IDAuNUM4LjI5MTY3IDAuMTY2NjY3IDcuOTI3MDggMCA3LjQ2ODc1IDBINC41QzQuMDYyNSAwIDMuNjk3OTIgMC4xNjY2NjcgMy40MDYyNSAwLjVDMy4xMzU0MiAwLjgxMjUgMyAxLjE5NzkyIDMgMS42NTYyNVYxLjk2ODc1SDAuNzgxMjVDMC41NTIwODMgMS45Njg3NSAwLjM2NDU4MyAyLjA1MjA4IDAuMjE4NzUgMi4yMTg3NUMwLjA3MjkxNjcgMi4zNjQ1OCAwIDIuNTQxNjcgMCAyLjc1VjVIMTJWMi43NUMxMiAyLjU0MTY3IDExLjkyNzEgMi4zNjQ1OCAxMS43ODEzIDIuMjE4NzVDMTEuNjM1NCAyLjA1MjA4IDExLjQ0NzkgMS45Njg3NSAxMS4yMTg4IDEuOTY4NzVaTTggMS45Njg3NUg0VjEuNTMxMjVDNCAxLjM4NTQyIDQuMDUyMDggMS4yNjA0MiA0LjE1NjI1IDEuMTU2MjVDNC4yNjA0MiAxLjA1MjA4IDQuMzc1IDEgNC41IDFINy40Njg3NUM3LjYxNDU4IDEgNy43Mzk1OCAxLjA1MjA4IDcuODQzNzUgMS4xNTYyNUM3Ljk0NzkyIDEuMjYwNDIgOCAxLjM4NTQyIDggMS41MzEyNVYxLjk2ODc1WiIgZmlsbD0iI0VCNTc1NyIvPgo8L3N2Zz4K);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  margin: 0 8px 0 0;
  filter: invert(53%) sepia(94%) saturate(3301%) hue-rotate(332deg) brightness(108%) contrast(84%);
}
.amqorder-button.-basket:hover {
  color: #c51717;
}
.amqorder-button.-basket:hover:before {
  filter: invert(25%) sepia(63%) saturate(3758%) hue-rotate(349deg) brightness(104%) contrast(87%);
}
.amqorder-button.-basket:focus {
  color: #971212;
}
.amqorder-button.-basket:focus:before {
  filter: invert(37%) sepia(96%) saturate(2921%) hue-rotate(340deg) brightness(76%) contrast(122%);
}
.amqorder-button.-search:after {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTkuODI5OCAxNy45ODA5QzE5LjgyOTggMTcuOTgwOSAxOS4yMTk5IDE3LjM1NzQgMTggMTYuMTEwNUMxNi43ODAxIDE0Ljg2MzYgMTUuODQ0IDEzLjkxNDMgMTUuMTkxNSAxMy4yNjI1QzE0LjkwNzggMTIuOTc5MSAxNC42NjY3IDEyLjc1MjQgMTQuNDY4MSAxMi41ODI0QzE0LjI5NzkgMTIuMzg0IDE0LjIxMjggMTIuMjg0OCAxNC4yMTI4IDEyLjI4NDhDMTQuNDM5NyAxMS45NzMxIDE0LjYzODMgMTEuNjQ3MiAxNC44MDg1IDExLjMwNzFDMTQuOTc4NyAxMC45Mzg3IDE1LjEzNDggMTAuNTcwMyAxNS4yNzY2IDEwLjIwMTlDMTUuMzkwMSA5LjgwNTE3IDE1LjQ3NTIgOS40MDg0MyAxNS41MzE5IDkuMDExNjlDMTUuNjE3IDguNjE0OTUgMTUuNjU5NiA4LjIwNDA0IDE1LjY1OTYgNy43Nzg5NkMxNS42NTk2IDcuMjQwNTIgMTUuNjAyOCA2LjczMDQzIDE1LjQ4OTQgNi4yNDg2N0MxNS4zNzU5IDUuNzM4NTggMTUuMjE5OSA1LjI0MjY1IDE1LjAyMTMgNC43NjA4OUMxNC44MjI3IDQuMjc5MTQgMTQuNTgxNiAzLjgzOTg5IDE0LjI5NzkgMy40NDMxNUMxNC4wMTQyIDMuMDE4MDcgMTMuNzAyMSAyLjYyMTMyIDEzLjM2MTcgMi4yNTI5MkMxMi45OTI5IDEuOTEyODYgMTIuNTk1NyAxLjYwMTEzIDEyLjE3MDIgMS4zMTc3NUMxMS43NzMgMS4wMzQzNiAxMS4zMzMzIDAuNzkzNDgyIDEwLjg1MTEgMC41OTUxMTJDMTAuMzY4OCAwLjM5Njc0MSA5Ljg3MjM0IDAuMjU1MDQ4IDkuMzYxNyAwLjE3MDAzMkM4Ljg3OTQzIDAuMDU2Njc3MyA4LjM2ODc5IDAgNy44Mjk3OSAwQzcuMjkwNzggMCA2Ljc2NTk2IDAuMDU2Njc3MyA2LjI1NTMyIDAuMTcwMDMyQzUuNzQ0NjggMC4yNTUwNDggNS4yNDgyMyAwLjM5Njc0MSA0Ljc2NTk2IDAuNTk1MTEyQzQuMjgzNjkgMC43OTM0ODIgMy44Mjk3OSAxLjAzNDM2IDMuNDA0MjYgMS4zMTc3NUMzLjAwNzA5IDEuNjAxMTMgMi42MzgzIDEuOTEyODYgMi4yOTc4NyAyLjI1MjkyQzEuOTU3NDUgMi42MjEzMiAxLjY0NTM5IDMuMDE4MDcgMS4zNjE3IDMuNDQzMTVDMS4wNzgwMSAzLjgzOTg5IDAuODM2ODc5IDQuMjc5MTQgMC42MzgyOTggNC43NjA4OUMwLjQxMTM0OCA1LjI0MjY1IDAuMjQxMTM1IDUuNzM4NTggMC4xMjc2NiA2LjI0ODY3QzAuMDQyNTUzMiA2LjczMDQzIDAgNy4yNDA1MiAwIDcuNzc4OTZDMCA4LjM0NTczIDAuMDQyNTUzMiA4Ljg4NDE3IDAuMTI3NjYgOS4zOTQyNkMwLjI0MTEzNSA5Ljg3NjAyIDAuNDExMzQ4IDEwLjM1NzggMC42MzgyOTggMTAuODM5NUMwLjgzNjg3OSAxMS4zMjEzIDEuMDc4MDEgMTEuNzc0NyAxLjM2MTcgMTIuMTk5OEMxLjY0NTM5IDEyLjU5NjUgMS45NTc0NSAxMi45NzkxIDIuMjk3ODcgMTMuMzQ3NUMyLjYzODMgMTMuNjg3NiAzLjAwNzA5IDEzLjk5OTMgMy40MDQyNiAxNC4yODI3QzMuODI5NzkgMTQuNTY2MSA0LjI4MzY5IDE0LjgwNjkgNC43NjU5NiAxNS4wMDUzQzUuMjQ4MjMgMTUuMjAzNyA1Ljc0NDY4IDE1LjM1OTUgNi4yNTUzMiAxNS40NzI5QzYuNzY1OTYgMTUuNTU3OSA3LjI5MDc4IDE1LjYwMDQgNy44Mjk3OSAxNS42MDA0QzguMjI2OTUgMTUuNjAwNCA4LjYyNDExIDE1LjU3MjEgOS4wMjEyOCAxNS41MTU0QzkuNDE4NDQgMTUuNDU4NyA5LjgxNTYgMTUuMzczNyAxMC4yMTI4IDE1LjI2MDRDMTAuNTgxNiAxNS4xMTg3IDEwLjkzNjIgMTQuOTYyOCAxMS4yNzY2IDE0Ljc5MjhDMTEuNjQ1NCAxNC42MjI3IDExLjk4NTggMTQuNDI0NCAxMi4yOTc5IDE0LjE5NzdDMTIuMjk3OSAxNC4xOTc3IDEyLjM4MyAxNC4yODI3IDEyLjU1MzIgMTQuNDUyN0MxMi43MjM0IDE0LjYyMjcgMTIuOTM2MiAxNC44MzUzIDEzLjE5MTUgMTUuMDkwM0MxMy45MjkxIDE1LjgyNzEgMTQuODkzNiAxNi44MTkgMTYuMDg1MSAxOC4wNjU5QzE3LjMwNSAxOS4zMTI4IDE3LjkxNDkgMTkuOTM2MiAxNy45MTQ5IDE5LjkzNjJDMTguMTQxOCAyMC4wMjEzIDE4LjQyNTUgMjAuMDIxMyAxOC43NjYgMTkuOTM2MkMxOS4xMDY0IDE5Ljg1MTIgMTkuMzc1OSAxOS43MjM3IDE5LjU3NDUgMTkuNTUzN0MxOS43NDQ3IDE5LjQxMiAxOS44NzIzIDE5LjE4NTMgMTkuOTU3NCAxOC44NzM1QzIwLjA0MjYgMTguNTYxOCAyMCAxOC4yNjQzIDE5LjgyOTggMTcuOTgwOVpNMTMuMDYzOCAxMC4wMzE5QzEyLjkyMiAxMC4zNzE5IDEyLjczNzYgMTAuNjk3OCAxMi41MTA2IDExLjAwOTZDMTIuMzEyMSAxMS4yOTMgMTIuMDg1MSAxMS41NjIyIDExLjgyOTggMTEuODE3MkMxMS41NzQ1IDEyLjA3MjMgMTEuMjkwOCAxMi4yOTkgMTAuOTc4NyAxMi40OTczQzEwLjY5NSAxMi42OTU3IDEwLjM4MyAxMi44Nzk5IDEwLjA0MjYgMTMuMDQ5OUM5LjcwMjEzIDEzLjE5MTYgOS4zNDc1MiAxMy4zMDUgOC45Nzg3MiAxMy4zOUM4LjYwOTkzIDEzLjQ0NjcgOC4yMjY5NSAxMy40NzUgNy44Mjk3OSAxMy40NzVDNy40MzI2MiAxMy40NzUgNy4wNDk2NSAxMy40NDY3IDYuNjgwODUgMTMuMzlDNi4zMTIwNiAxMy4zMDUgNS45NTc0NSAxMy4xOTE2IDUuNjE3MDIgMTMuMDQ5OUM1LjI3NjYgMTIuODc5OSA0Ljk1MDM1IDEyLjY5NTcgNC42MzgzIDEyLjQ5NzNDNC4zNTQ2MSAxMi4yOTkgNC4wODUxMSAxMi4wNzIzIDMuODI5NzkgMTEuODE3MkMzLjU3NDQ3IDExLjU2MjIgMy4zMzMzMyAxMS4yOTMgMy4xMDYzOCAxMS4wMDk2QzIuOTA3OCAxMC42OTc4IDIuNzM3NTkgMTAuMzcxOSAyLjU5NTc0IDEwLjAzMTlDMi40NTM5IDkuNjkxODIgMi4zNDA0MyA5LjMzNzU4IDIuMjU1MzIgOC45NjkxOEMyLjE3MDIxIDguNTcyNDQgMi4xMjc2NiA4LjE3NTcgMi4xMjc2NiA3Ljc3ODk2QzIuMTI3NjYgNy40MTA1NiAyLjE3MDIxIDcuMDQyMTUgMi4yNTUzMiA2LjY3Mzc1QzIuMzQwNDMgNi4zMDUzNSAyLjQ1MzkgNS45MzY5NSAyLjU5NTc0IDUuNTY4NTRDMi43Mzc1OSA1LjIyODQ4IDIuOTA3OCA0LjkxNjc1IDMuMTA2MzggNC42MzMzN0MzLjMzMzMzIDQuMzIxNjQgMy41NzQ0NyA0LjAzODI2IDMuODI5NzkgMy43ODMyMUM0LjA4NTExIDMuNTI4MTYgNC4zNTQ2MSAzLjMwMTQ1IDQuNjM4MyAzLjEwMzA4QzQuOTUwMzUgMi45MDQ3MSA1LjI3NjYgMi43MjA1MSA1LjYxNzAyIDIuNTUwNDhDNS45NTc0NSAyLjQwODc5IDYuMzEyMDYgMi4zMDk2IDYuNjgwODUgMi4yNTI5MkM3LjA0OTY1IDIuMTY3OTEgNy40MzI2MiAyLjEyNTQgNy44Mjk3OSAyLjEyNTRDOC4yMjY5NSAyLjEyNTQgOC42MDk5MyAyLjE2NzkxIDguOTc4NzIgMi4yNTI5MkM5LjM0NzUyIDIuMzA5NiA5LjcwMjEzIDIuNDA4NzkgMTAuMDQyNiAyLjU1MDQ4QzEwLjM4MyAyLjcyMDUxIDEwLjY5NSAyLjkwNDcxIDEwLjk3ODcgMy4xMDMwOEMxMS4yOTA4IDMuMzAxNDUgMTEuNTc0NSAzLjUyODE2IDExLjgyOTggMy43ODMyMUMxMi4wODUxIDQuMDM4MjYgMTIuMzEyMSA0LjMyMTY0IDEyLjUxMDYgNC42MzMzN0MxMi43Mzc2IDQuOTE2NzUgMTIuOTIyIDUuMjI4NDggMTMuMDYzOCA1LjU2ODU0QzEzLjIwNTcgNS45MzY5NSAxMy4zMDUgNi4zMDUzNSAxMy4zNjE3IDYuNjczNzVDMTMuNDQ2OCA3LjA0MjE1IDEzLjQ4OTQgNy40MTA1NiAxMy40ODk0IDcuNzc4OTZDMTMuNDg5NCA4LjE3NTcgMTMuNDQ2OCA4LjU3MjQ0IDEzLjM2MTcgOC45NjkxOEMxMy4zMDUgOS4zMzc1OCAxMy4yMDU3IDkuNjkxODIgMTMuMDYzOCAxMC4wMzE5WiIgZmlsbD0iI0MyQzJDMiIvPjwvc3ZnPg==);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  transition: none;
}
.amqorder-button.-search:hover:after {
  filter: invert(23%) sepia(90%) saturate(6191%) hue-rotate(227deg) brightness(100%) contrast(91%);
}
.amqorder-button.-empty:not(.-disabled) {
  min-width: 100px;
  height: 40px;
  border: 1px solid #4776f0;
  border-radius: 3px;
  background: #fff;
  color: #4776f0;
}
.amqorder-button.-empty:not(.-disabled):hover {
  background: linear-gradient(0deg, #c8d7ff, #c8d7ff);
}
.amqorder-button.-empty:not(.-disabled):focus {
  border: 1px solid #1846be;
  background: transparent;
  color: #1846be;
}
.amqorder-button.-empty.-disabled {
  box-sizing: border-box;
  border: 1px solid #d0d5e1;
  border-radius: 3px;
  background: #fff;
  color: #d0d5e1;
}
.amqorder-button.-reverse:not(.-disabled) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  box-sizing: border-box;
  padding: 0;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: 0 solid transparent;
  border-radius: 50%;
  background: #4776f0;
  color: #fff;
}
.amqorder-button.-reverse:not(.-disabled):hover {
  background: #1452f2;
}
.amqorder-button.-reverse:not(.-disabled):focus {
  background: #1846be;
}
.amqorder-button.-reverse:not(.-disabled):before,
.amqorder-button.-reverse:not(.-disabled):after {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDE1IDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjYzOTMgMy4wMDQ5MUwxMS43NDE3IDAuMTEwMzg0QzExLjU5NDYgLTAuMDM2Nzk0OCAxMS4zNTg1IC0wLjAzNjc5NDggMTEuMjExMyAwLjExMDM4NEMxMS4wNjQxIDAuMjU3NTYzIDExLjA2NDEgMC40OTM2NjMgMTEuMjExMyAwLjY0MDg0MkwxMy40NjggMi44OTc1OUgwLjYyNjY1OEMwLjQxODE1NCAyLjg5NzU5IDAuMjQ5NTEyIDMuMDY2MjMgMC4yNDk1MTIgMy4yNzQ3M0MwLjI0OTUxMiAzLjQ4MzI0IDAuNDE4MTU0IDMuNjUxODggMC42MjY2NTggMy42NTE4OEgxMy40NjhMMTEuMjExMyA1LjkwMjQ5QzExLjA2NDEgNi4wNDk2NyAxMS4wNjQxIDYuMjg1NzcgMTEuMjExMyA2LjQzMjk1QzExLjI4NDkgNi41MDY1NCAxMS4zNzk5IDYuNTQzMzQgMTEuNDc4IDYuNTQzMzRDMTEuNTc2MiA2LjU0MzM0IDExLjY3MTIgNi41MDY1NCAxMS43NDQ4IDYuNDMyOTVMMTQuNjQyNCAzLjUzNTM2QzE0Ljc4NjUgMy4zOTEyNSAxNC43ODY1IDMuMTUyMDkgMTQuNjM5MyAzLjAwNDkxWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  flex-basis: 100%;
  height: 8px;
  background-size: contain;
}
.amqorder-button.-reverse:not(.-disabled):after {
  transform: rotate(180deg);
}
.amqorder-button.-fill,
.amqorder-buttons-block.-qty-1 .amqorder-button {
  min-width: 100px;
  height: 40px;
  border: 1px solid;
  border-radius: 3px;
  background: #fff;
  color: #fff;
}
.amqorder-button.-fill.-primary:not(.-disabled),
.amqorder-buttons-block.-qty-1 .amqorder-button,
.amqorder-buttons-block.-qty-1 .amqorder-button.-primary:not(.-disabled) {
  border-color: #4776f0;
  background: #4776f0;
}
.amqorder-button.-fill.-primary:not(.-disabled):hover,
.amqorder-buttons-block.-qty-1 .amqorder-button:hover,
.amqorder-buttons-block.-qty-1 .amqorder-button.-primary:not(.-disabled):hover {
  background: #1452f2;
}
.amqorder-button.-fill.-primary:not(.-disabled):focus,
.amqorder-buttons-block.-qty-1 .amqorder-button:focus,
.amqorder-buttons-block.-qty-1 .amqorder-button.-primary:not(.-disabled):focus {
  background: #1846be;
  color: #fff;
}
.amqorder-button.-fill.-secondary:not(.-disabled),
.amqorder-buttons-block.-qty-1 .amqorder-button.-secondary:not(.-disabled) {
  border-color: #55b499;
  background-color: #55b499;
}
.amqorder-button.-fill.-secondary:not(.-disabled):hover,
.amqorder-buttons-block.-qty-1 .amqorder-button.-secondary:not(.-disabled):hover {
  background-color: #00ba85;
}
.amqorder-button.-fill.-secondary:not(.-disabled):focus,
.amqorder-buttons-block.-qty-1 .amqorder-button.-secondary:not(.-disabled):focus {
  background-color: #139872;
}
.amqorder-button.-fill.-error:not(.-disabled),
.amqorder-buttons-block.-qty-1 .amqorder-button.-error:not(.-disabled) {
  border-color: #eb5757;
  color: #eb5757;
}
.amqorder-button.-fill.-error:not(.-disabled):hover,
.amqorder-buttons-block.-qty-1 .amqorder-button.-error:not(.-disabled):hover {
  background-color: #ffc8c8;
}
.amqorder-button.-fill.-error:not(.-disabled):focus,
.amqorder-buttons-block.-qty-1 .amqorder-button.-error:not(.-disabled):focus {
  background-color: #fff;
}
.amqorder-button.-fill.-disabled,
.amqorder-buttons-block.-qty-1 .amqorder-button.-disabled {
  border-color: #d0d5e1;
  background-color: #d0d5e1;
}
.amqorder-button.-download:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiIHN0cm9rZT0iIzQ3NzZGMCIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNNCA4bDQuNSAzLjVtMCAwTDEzIDhtLTQuNSAzLjVWLjVNMSAxMi41djNoMTR2LTMiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC41KSIgZD0iTTAgMGgxNnYxNkgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  margin-right: 5px;
}
.modes .mode-quick-order:before {
  width: 16px;
  height: 16px;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iIzc1NzU3NSIvPgo8cmVjdCB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iNCIgZmlsbD0iIzc1NzU3NSIvPgo8cmVjdCB5PSI2IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSIjNzU3NTc1Ii8+CjxyZWN0IHg9IjYiIHdpZHRoPSIxMCIgaGVpZ2h0PSI0IiBmaWxsPSIjNzU3NTc1Ii8+CjxyZWN0IHg9IjYiIHk9IjEyIiB3aWR0aD0iMTAiIGhlaWdodD0iNCIgZmlsbD0iIzc1NzU3NSIvPgo8cmVjdCB4PSI2IiB5PSI2IiB3aWR0aD0iMTAiIGhlaWdodD0iNCIgZmlsbD0iIzc1NzU3NSIvPgo8L3N2Zz4K);
}
.amqorder-checkbox-container .amqorder-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
}
.amqorder-checkbox-container .amqorder-label:hover .amqorder-mark {
  border-color: #4776f0;
  background: #4776f0;
}
.amqorder-checkbox-container .amqorder-input:checked + .amqorder-mark {
  border-color: #4776f0;
  background: #4776f0;
  box-shadow: 0 2px 4px rgba(71, 118, 240, 0.4);
}
.amqorder-checkbox-container .amqorder-input:checked + .amqorder-mark:before {
  opacity: 1;
}
.amqorder-checkbox-container .amqorder-input {
  overflow: hidden;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.amqorder-checkbox-container .amqorder-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  margin: -1px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.amqorder-checkbox-container .amqorder-mark:before {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.amqorder-checkbox-container .amqorder-mark:before {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDQuMDAwMUw0LjIgNy4yMDAxTDkgMS42MDAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  transition: 0.2s all ease-in;
  background-size: 9px;
  opacity: 0;
}
.amqorder-rating-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.amqorder-rating-wrapper .amqorder-text {
  margin: 0;
}
.amqorder-rating-container {
  overflow: hidden;
  margin: 0 0 2px;
  width: 135px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amqorder-rating-container.-small {
  width: 90px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSIyMCIgd2lkdGg9IjIwIiB5PSItMSIgeD0iLTEiLz4KIDwvZz4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8cGF0aCBpZD0ic3ZnXzEiIGZpbGw9IiNDN0M3QzciIGQ9Im0xNi44MjU1MjEsNy4wMjA0NjljLTAuMDIwOCwtMC4wODcyNSAtMC4wNjI0LC0wLjE0MTc5IC0wLjEyNDgsLTAuMTYzNmMtMC4wNjIzLC0wLjA0MzYzIC0wLjEyNDcsLTAuMDY1NDQgLTAuMTg3MSwtMC4wNjU0NGwtNS42NDUyLDBsLTEuNzQ2NiwtNS42Mjc4MWMtMC4wMjA3OSwtMC4wNjU0NCAtMC4wNjIzOCwtMC4xMTk5NyAtMC4xMjQ3NSwtMC4xNjM2Yy0wLjA0MTU5LC0wLjA0MzYzIC0wLjA5MzU3LC0wLjA2NTQ0IC0wLjE1NTk1LC0wLjA2NTQ0Yy0wLjA2MjM4LDAgLTAuMTI0NzYsMC4wMjE4MSAtMC4xODcxMywwLjA2NTQ0Yy0wLjA0MTU5LDAuMDQzNjMgLTAuMDcyNzgsMC4wOTgxNiAtMC4wOTM1NywwLjE2MzZsLTEuNzc3NzgsNS42Mjc4MWwtNS42MTQwMywwYy0wLjA2MjM4LDAgLTAuMTI0NzYsMC4wMjE4MSAtMC4xODcxNCwwLjA2NTQ0Yy0wLjA2MjM4LDAuMDIxODEgLTAuMTAzOTYsMC4wNzYzNSAtMC4xMjQ3NiwwLjE2MzZjLTAuMDIwNzksMC4wNjU0NCAtMC4wMjA3OSwwLjEzMDg4IDAsMC4xOTYzMmMwLjAyMDgsMC4wNjU0NCAwLjA2MjM4LDAuMTE5OTcgMC4xMjQ3NiwwLjE2MzZsNC41NTM2MSwzLjQ2ODNsLTEuNzQ2NTksNS42NjA0OWMtMC4wMjA3OSwwLjA2NTUgLTAuMDIwNzksMC4xMzA5IDAsMC4xOTY0YzAuMDIwNzksMC4wNjU0IDAuMDUxOTgsMC4xMTk5IDAuMDkzNTcsMC4xNjM2YzAuMDYyMzcsMC4wNDM2IDAuMTI0NzUsMC4wNjU0IDAuMTg3MTMsMC4wNjU0YzAuMDYyMzgsMCAwLjEyNDc2LC0wLjAyMTggMC4xODcxMywtMC4wNjU0bDQuNTg0OCwtMy41MDExbDQuNTg0OCwzLjUwMTFjMC4wMjA4LDAuMDIxOCAwLjA0MTYsMC4wMzI3IDAuMDYyNCwwLjAzMjdjMC4wNDE2LDAuMDIxOCAwLjA3MjcsMC4wMzI3IDAuMDkzNSwwLjAzMjdjMC4wNDE2LDAgMC4wNzI4LC0wLjAxMDkgMC4wOTM2LC0wLjAzMjdjMC4wNDE2LDAgMC4wNzI4LC0wLjAxMDkgMC4wOTM2LC0wLjAzMjdjMC4wNjI0LC0wLjA0MzcgMC4xMDM5LC0wLjA5ODIgMC4xMjQ3LC0wLjE2MzZjMC4wMjA4LC0wLjA2NTUgMC4wMjA4LC0wLjEzMDkgMCwtMC4xOTY0bC0xLjc0NjYsLTUuNjYwNDlsNC41NTM2LC0zLjQ2ODNjMC4wNjI0LC0wLjA0MzYzIDAuMTA0LC0wLjA5ODE2IDAuMTI0OCwtMC4xNjM2YzAuMDIwOCwtMC4wNjU0NCAwLjAyMDgsLTAuMTMwODggMCwtMC4xOTYzMnoiLz4KIDwvZz4KPC9zdmc+);
}
.amqorder-rating-container.-small .amqorder-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSIyMCIgd2lkdGg9IjIwIiB5PSItMSIgeD0iLTEiLz4KIDwvZz4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8cGF0aCBpZD0ic3ZnXzEiIGZpbGw9IiNDN0M3QzciIGQ9Im0xNi44MjU1MjEsNy4wMjA0NjljLTAuMDIwOCwtMC4wODcyNSAtMC4wNjI0LC0wLjE0MTc5IC0wLjEyNDgsLTAuMTYzNmMtMC4wNjIzLC0wLjA0MzYzIC0wLjEyNDcsLTAuMDY1NDQgLTAuMTg3MSwtMC4wNjU0NGwtNS42NDUyLDBsLTEuNzQ2NiwtNS42Mjc4MWMtMC4wMjA3OSwtMC4wNjU0NCAtMC4wNjIzOCwtMC4xMTk5NyAtMC4xMjQ3NSwtMC4xNjM2Yy0wLjA0MTU5LC0wLjA0MzYzIC0wLjA5MzU3LC0wLjA2NTQ0IC0wLjE1NTk1LC0wLjA2NTQ0Yy0wLjA2MjM4LDAgLTAuMTI0NzYsMC4wMjE4MSAtMC4xODcxMywwLjA2NTQ0Yy0wLjA0MTU5LDAuMDQzNjMgLTAuMDcyNzgsMC4wOTgxNiAtMC4wOTM1NywwLjE2MzZsLTEuNzc3NzgsNS42Mjc4MWwtNS42MTQwMywwYy0wLjA2MjM4LDAgLTAuMTI0NzYsMC4wMjE4MSAtMC4xODcxNCwwLjA2NTQ0Yy0wLjA2MjM4LDAuMDIxODEgLTAuMTAzOTYsMC4wNzYzNSAtMC4xMjQ3NiwwLjE2MzZjLTAuMDIwNzksMC4wNjU0NCAtMC4wMjA3OSwwLjEzMDg4IDAsMC4xOTYzMmMwLjAyMDgsMC4wNjU0NCAwLjA2MjM4LDAuMTE5OTcgMC4xMjQ3NiwwLjE2MzZsNC41NTM2MSwzLjQ2ODNsLTEuNzQ2NTksNS42NjA0OWMtMC4wMjA3OSwwLjA2NTUgLTAuMDIwNzksMC4xMzA5IDAsMC4xOTY0YzAuMDIwNzksMC4wNjU0IDAuMDUxOTgsMC4xMTk5IDAuMDkzNTcsMC4xNjM2YzAuMDYyMzcsMC4wNDM2IDAuMTI0NzUsMC4wNjU0IDAuMTg3MTMsMC4wNjU0YzAuMDYyMzgsMCAwLjEyNDc2LC0wLjAyMTggMC4xODcxMywtMC4wNjU0bDQuNTg0OCwtMy41MDExbDQuNTg0OCwzLjUwMTFjMC4wMjA4LDAuMDIxOCAwLjA0MTYsMC4wMzI3IDAuMDYyNCwwLjAzMjdjMC4wNDE2LDAuMDIxOCAwLjA3MjcsMC4wMzI3IDAuMDkzNSwwLjAzMjdjMC4wNDE2LDAgMC4wNzI4LC0wLjAxMDkgMC4wOTM2LC0wLjAzMjdjMC4wNDE2LDAgMC4wNzI4LC0wLjAxMDkgMC4wOTM2LC0wLjAzMjdjMC4wNjI0LC0wLjA0MzcgMC4xMDM5LC0wLjA5ODIgMC4xMjQ3LC0wLjE2MzZjMC4wMjA4LC0wLjA2NTUgMC4wMjA4LC0wLjEzMDkgMCwtMC4xOTY0bC0xLjc0NjYsLTUuNjYwNDlsNC41NTM2LC0zLjQ2ODNjMC4wNjI0LC0wLjA0MzYzIDAuMTA0LC0wLjA5ODE2IDAuMTI0OCwtMC4xNjM2YzAuMDIwOCwtMC4wNjU0NCAwLjAyMDgsLTAuMTMwODggMCwtMC4xOTYzMnoiLz4KIDwvZz4KPC9zdmc+);
}
.amqorder-rating-container .amqorder-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
  filter: invert(43%) sepia(92%) saturate(3490%) hue-rotate(358deg) brightness(99%) contrast(103%);
}
.amqorder-reviews-count {
  flex-basis: 100%;
  margin: 0;
  color: #006bb4;
  font-size: 12px;
}
.amfile-uploader-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: 80px;
  border: 1px dashed #ccc;
  border-radius: 1px;
  color: #4776f0;
  font-size: 12px;
  transition: .1s all;
}
.amfile-uploader-block:hover,
.amfile-uploader-block.-active {
  border-color: #1452f2;
}
.amfile-uploader-block.-error {
  border-color: #eb5757;
  background: #fff6f6;
}
.amfile-uploader-block:after,
.amfile-uploader-block:before {
  display: flex;
  align-items: center;
  display: inline-flex;
  content: '';
  line-height: 20px;
}
.amfile-uploader-block:before {
  content: attr(data-label);
}
.amfile-uploader-block:after {
  margin: 0 0 0 5px;
  content: attr(data-file);
  font-size: 20px;
}
.amfile-uploader-block .amfile-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.amasty_quickorder-index-index .product-options-wrapper {
  flex-basis: 100%;
  margin: 0;
  padding: 0 0 25px;
}
.amasty_quickorder-index-index .product-options-wrapper .amqorder-options-list > .amqorder-item:not(.-single) {
  display: flex;
  flex-wrap: wrap;
}
.amasty_quickorder-index-index .product-options-wrapper .amqorder-options-list > .amqorder-item {
  margin: 0;
}
.amasty_quickorder-index-index .product-options-wrapper .price-container {
  font-weight: 600;
}
.amasty_quickorder-index-index .product-options-wrapper br {
  display: none;
}
.amasty_quickorder-index-index .product-options-wrapper .fieldset {
  margin: 0;
}
.amasty_quickorder-index-index .product-options-wrapper > .fieldset > p.required {
  color: #eb5757;
}
.amasty_quickorder-index-index .product-options-wrapper .multiselect {
  max-width: 450px;
}
.amasty_quickorder-index-index .product-options-wrapper .swatch-attribute-options {
  margin-bottom: 0;
}
.amasty_quickorder-index-index .product-options-wrapper .amqorder-select {
  width: auto;
}
.amasty_quickorder-index-index .product-options-wrapper .amqorder-radio,
.amasty_quickorder-index-index .product-options-wrapper .admin__control-radio {
  margin: 4px 5px 0 0;
}
.amqorder-item.-configurable .product-options-wrapper .swatch-opt {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  overflow: hidden;
  margin: 0;
}
.amqorder-item.-configurable .product-options-wrapper .swatch-attribute {
  flex-basis: 100%;
  box-sizing: border-box;
  padding-right: 2px;
  padding-left: 2px;
  max-width: 100%;
}
.amqorder-item.-configurable .product-options-wrapper .swatch-attribute:not(:last-child) {
  padding-bottom: 25px;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-label {
  flex-basis: 100%;
  margin: 0 0 8px;
  font-weight: 700;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-option-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-option-wrapper:not(:last-child) {
  border-bottom: 1px solid #ebeef5;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-option {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-options-list {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-options-list > .amqorder-item {
  flex-wrap: nowrap;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-options-list > .amqorder-item:not(:last-child) {
  margin: 0 0 10px;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-qty-block {
  margin: 10px;
}
.amqorder-item.-bundle .product-options-wrapper .amqorder-qty-block .amqorder-msg.-error {
  top: 100%;
  margin: 15px 0 0 0;
}
.amqorder-item.-downloadable .downloads .choice:last-child {
  border-bottom: 0;
}
.amqorder-item.-downloadable .legend.links-title {
  display: none;
}
.amqorder-item.-giftcard .giftcard,
.amqorder-item.-giftcard .price-box {
  flex-basis: 100%;
}
.amqorder-item.-giftcard .amqorder-price .price-box {
  padding: 0;
}
.amqorder-item.-giftcard .price-box {
  padding: 25px 0 0 0;
}
.amqorder-pager-block {
  display: flex;
}
.amqorder-pager-block .amqorder-items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.amqorder-pager-block .amqorder-item:not(.-dotted) {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  box-sizing: border-box;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
.amqorder-pager-block .amqorder-item:not(.-dotted):hover {
  border: 1px solid #4776f0;
  background: #c8d7ff;
  color: #4776f0;
}
.amqorder-pager-block .amqorder-item:not(.-dotted):active {
  border-color: #1846be;
  background: #1846be;
}
.amqorder-pager-block .amqorder-item.-dotted {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 40px;
  height: 40px;
}
.amqorder-pager-block .amqorder-item.-selected {
  background: #4776f0;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
  user-select: none;
}
.amqorder-qty-block {
  display: flex;
  align-items: center;
}
.amqorder-qty-block.-disabled .amqorder-input,
.amqorder-qty-block .qty-disabled .amqorder-input {
  margin: 0 27px;
}
.amqorder-qty-block.-disabled .amqorder-button,
.amqorder-qty-block .qty-disabled .amqorder-button {
  display: none;
}
.amqorder-qty-block .amqorder-qty-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 108px;
}
.amqorder-qty-block .amqorder-input {
  box-sizing: border-box;
  margin: 0 15px;
  min-width: 54px;
  width: 54px;
  text-align: center;
}
.amqorder-qty-block .amqorder-input.-error {
  border-color: #eb5757;
}
.amqorder-qty-block .amqorder-msg.-error {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 2px 0 0;
  color: #eb5757;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
}
.amqorder-qty-block .amqorder-text {
  position: absolute;
  top: 100%;
  padding: 2px 0 0;
  color: #41362f;
  text-align: center;
  font-size: 12px;
}
.amqorder-button.-incr,
.amqorder-button.-decr {
  max-width: 12px;
  width: 100%;
  height: 12px;
  color: #adadad;
}
.amqorder-button.-incr:before,
.amqorder-button.-decr:before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 0;
}
.amqorder-button.-incr:hover,
.amqorder-button.-decr:hover {
  color: #1452f2;
}
.amqorder-button.-incr:focus,
.amqorder-button.-decr:focus,
.amqorder-button.-incr:active,
.amqorder-button.-decr:active {
  color: #1846be;
}
.amqorder-button.-incr:before {
  content: '+';
}
.amqorder-button.-decr:before {
  content: '-';
  transform: translateY(-2px) scaleX(1.8);
}
.amqorder-search-block {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-basis: 100%;
  padding: 20px 15px 35px;
  background: #fff;
}
.amqorder-search-block .amqorder-search {
  position: relative;
  z-index: 9;
  flex-basis: 100%;
}
.amqorder-search-block .amqorder-input.-search {
  padding: 0 40px;
  border: 1px solid #949494;
}
.amqorder-search-block .amqorder-button.-remove {
  right: 0;
  padding: 0 10px;
  height: 100%;
}
.amqorder-search-block .amqorder-button.-search {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  height: 100%;
}
.amqorder-search-block .amqorder-button.-remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  height: 100%;
}
.amqorder-search-block .amqorder-button.-empty {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: 16px;
  padding: 0 15px;
  min-width: auto;
  max-width: 54px;
  height: 34px;
  font-size: 12px;
}
.amqorder-search-block .amqorder-message-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9;
  padding: 50px 10px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(218, 225, 241, 0.5);
  color: #000;
  list-style: none;
}
.amqorder-search-block .amqorder-items-block {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9;
  display: block;
  margin: 0;
  padding: 0;
  max-height: 605px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(218, 225, 241, 0.5);
  color: #000;
  list-style: none;
}
.amqorder-search-block .amqorder-items-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amqorder-search-block .amqorder-items-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amqorder-search-block .amqorder-items-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amqorder-search-block .amqorder-items-block::-webkit-scrollbar {
  width: 4px;
}
.amqorder-search-block .amqorder-items-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amqorder-search-block .amqorder-items-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amqorder-search-block .amqorder-item {
  transition: 0.2s all ease-in;
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 15px;
}
.amqorder-search-block .amqorder-item:not(:last-child) {
  border-bottom: 1px solid #ebeef5;
}
.amqorder-search-block .amqorder-item:hover {
  background: #f9f9f9;
}
.amqorder-search-block .amqorder-name {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 15px;
  max-height: 40px;
  width: 65%;
  word-break: break-all;
}
.amqorder-search-block .amqorder-image {
  display: inline-block;
  float: left;
  max-width: 29%;
  width: 100px;
  height: 100px;
  background: #fff;
  object-fit: contain;
}
.amqorder-search-block .amqorder-sku {
  display: inline-block;
  overflow: hidden;
  margin: 5px 0 0 15px;
  width: 65%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amqorder-search-block .amqorder-price {
  display: inline-block;
  overflow: hidden;
  margin: 10px 0 0 15px;
  text-overflow: ellipsis;
}
.amqorder-search-block .amqorder-qty-block {
  display: none;
  justify-content: center;
}
.amqorder-search-block .amqorder-qty-block .amqorder-msg.-error {
  top: 100%;
}
.amqorder-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  padding: 0 15px 40px;
}
.product-options-wrapper {
  flex-basis: 100%;
}
.amqorder-grid-block {
  transition: 0.2s all ease-in;
  flex-basis: 100%;
  order: 2;
}
.amqorder-grid-block .amqorder-content {
  margin: 0 0 35px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(218, 225, 241, 0.5);
}
.amqorder-grid-block .amqorder-msg.-error {
  position: inherit;
  margin: 0 0 0 10px;
}
.amqorder-grid-block .amqorder-message {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 10px;
}
.amqorder-grid-block .amqorder-price {
  flex-basis: 50%;
  font-weight: 700;
}
.amqorder-grid-block .price-box .price-as-configured {
  margin: 0;
}
.amqorder-grid-block .amqorder-sku {
  display: flex;
  box-sizing: border-box;
  margin: 0 0 5px;
}
.amqorder-grid-block .amqorder-sku:before {
  margin: 0 5px 0 0;
  content: attr(data-label) ':';
  font-weight: 700;
}
.amqorder-grid-block .amqorder-sku .amqorder-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amqorder-grid-block .amqorder-messages-list {
  padding: 0 0 5px;
}
.amqorder-grid-block .amqorder-header {
  display: flex;
  align-items: center;
  display: inline-flex;
  box-sizing: border-box;
}
.amqorder-grid-block .amqorder-header .amqorder-item {
  flex-basis: 150px;
  flex-grow: 1;
}
.amqorder-grid-block .amqorder-header .amqorder-item.-selectall {
  justify-content: flex-end;
}
.amqorder-grid-block .amqorder-items-wrapper .amqorder-button.-action {
  display: none;
}
.amqorder-grid-block .amqorder-button.-options {
  flex-basis: 100%;
  justify-content: flex-start;
  padding: 0 0 30px;
  white-space: nowrap;
}
.amqorder-grid-block .amqorder-items-block {
  margin: 0;
  padding: 0;
  list-style: none;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item {
  position: relative;
  margin: 0;
  padding: 15px;
  width: auto;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item:not(:last-child) {
  border-bottom: 1px solid #ebeef5;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item .amqorder-item:not(.amqorder-image) {
  flex-basis: 150px;
  flex-grow: 1;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item .amqorder-item.-name {
  align-self: stretch;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item.-smart .amqorder-item.-name {
  align-content: space-between;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item.-errors {
  border: 1px solid #eb5757;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item:not(.-smart) .amqorder-item.-name {
  align-content: center;
}
.amqorder-grid-block .amqorder-items-block .amqorder-item.-name .amqorder-title {
  color: #000;
}
.amqorder-grid-block .amqorder-items-block .amqorder-item.-name .amqorder-title.-disabled {
  pointer-events: none;
}
.amqorder-grid-block .amqorder-items-block > .amqorder-item.-weee {
  padding: 15px;
}
.amqorder-grid-block .amqorder-items-block .amqorder-image {
  position: inherit;
  z-index: 1;
  display: inline-block;
  flex-grow: inherit;
  float: left;
  margin: 0 15px 0;
  min-width: 90px;
  width: 90px;
  height: 90px;
  background: #fff;
  object-fit: contain;
}
.amqorder-grid-block .amqorder-items-wrapper {
  align-items: flex-start;
  flex-basis: 100%;
}
.amqorder-grid-block .amqorder-items-wrapper .amqorder-qty-block {
  flex-basis: 100%;
  float: none;
  clear: both;
  padding: 30px 0 20px;
}
.amqorder-grid-block .amqorder-items-wrapper .amqorder-qty-block:before {
  margin: 0 15px 0 0;
  content: attr(data-label);
  font-weight: 700;
}
.amqorder-grid-block .amqorder-items-wrapper .amqorder-price,
.amqorder-grid-block .amqorder-items-wrapper .amqorder-button.-options {
  display: none;
}
.amqorder-grid-block .amqorder-toolbar-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 15px 15px;
  border-top: 1px solid #ebeef5;
}
.amqorder-grid-block .amqorder-toolbar-block .amqorder-button.-clear-list {
  justify-content: flex-end;
}
.amqorder-grid-block .amqorder-toolbar-block .amqorder-button.-download {
  margin-right: 10px;
}
.amqorder-grid-block .amqorder-toolbar-block .amqorder-pager-block {
  flex-basis: 100%;
  justify-content: space-between;
  order: 1;
  margin: 0;
  padding: 25px 0 0 0;
}
.amqorder-item-info > .amqorder-button.-action {
  margin: 0 0 0 auto;
}
.amqorder-selected-toolbar {
  display: flex;
  align-items: center;
}
.amqorder-selected-toolbar .amqorder-button.-remove {
  margin: 0 0 0 10px;
  color: #cccccc;
}
.amqorder-massaction-toolbar {
  display: flex;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
.amqorder-massaction-toolbar:first-child {
  justify-content: flex-start;
  width: 49%;
}
.amqorder-massaction-toolbar:first-child .amqorder-buttons-block {
  display: none;
}
.amqorder-massaction-toolbar:last-child {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.amqorder-massaction-toolbar:last-child .amqorder-selected-toolbar {
  margin: 0 0 15px;
}
.amqorder-massaction-toolbar:last-child .amqorder-buttons-block {
  margin: 0;
  width: 100%;
}
.amqorder-massaction-toolbar:last-child .amqorder-button.-cart {
  margin: 0;
}
.amqorder-buttons-block {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.amqorder-buttons-block.-qty-3 .amqorder-button.-checkout {
  flex-basis: 100%;
  margin-top: 15px;
}
.amqorder-buttons-block .amqorder-button {
  flex-grow: 1;
  margin: 0 10px;
  white-space: nowrap;
}
.amqorder-options-block {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0;
  list-style: none;
}
.amqorder-multiple-block {
  transition: 0.2s all ease-in;
  position: initial;
  top: 10px;
  flex-grow: 1;
  overflow: hidden;
  box-sizing: border-box;
  margin: 30px 0 0;
  padding: 15px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(218, 225, 241, 0.5);
}
.amqorder-multiple-block.-active .amqorder-sku {
  margin: 0 0 40px;
}
.amqorder-multiple-block:not(.-active) .amqorder-title {
  transition: 0.2s all ease-in;
  margin: 0;
}
.amqorder-multiple-block:not(.-active) .amqorder-sku,
.amqorder-multiple-block:not(.-active) .amqorder-file {
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  clip-path: none;
}
.amqorder-multiple-block:not(.-active) .amqorder-button.-reverse {
  transform: rotate(90deg);
}
.amqorder-multiple-block .amqorder-sku,
.amqorder-multiple-block .amqorder-file {
  transition: 0.2s all ease-in;
}
.amqorder-multiple-block .amqorder-sku {
  transition: 0.4s all ease-in;
}
.amqorder-multiple-block .aqorder-file {
  transition: 0.4s all ease-in;
}
.amqorder-multiple-block .amqorder-title {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  color: #333;
  font-size: 20px;
}
.amqorder-multiple-block .amqorder-title .amqorder-text {
  padding: 0 10px;
}
.amqorder-multiple-block .amqorder-button.-addto,
.amqorder-multiple-block .amqorder-button.-upload {
  margin: 15px 0 0 auto;
}
.amqorder-multiple-block .amqorder-comment {
  display: block;
  margin: 5px 0;
  color: #949494;
  font-size: 12px;
}
.amqorder-multiple-block .amqorder-link {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
}
.amqorder-multiple-block .amqorder-textarea {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
}
.amqorder-multiple-block .amqorder-textarea::-webkit-scrollbar {
  background: #f0f0f0;
}
.amqorder-multiple-block .amqorder-textarea::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amqorder-multiple-block .amqorder-textarea ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amqorder-multiple-block .amqorder-textarea::-webkit-scrollbar {
  width: 4px;
}
.amqorder-multiple-block .amqorder-textarea::-webkit-scrollbar-thumb {
  width: 4px;
}
.amqorder-multiple-block .amqorder-textarea ::-webkit-scrollbar-track {
  width: 4px;
}
.-popup-opened {
  overflow: hidden;
}
.amqorder-popup-block {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  padding: 15px;
  background: rgba(15, 15, 15, 0.24);
  list-style: none;
}
.amqorder-popup-block.-active {
  display: flex;
}
.amqorder-popup-block .amqorder-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  overflow-0: auto;
  scrollbar-color: transparent rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  z-index: 1;
  overflow: auto;
  box-sizing: border-box;
  padding: 45px 30px;
  max-width: 565px;
  max-height: 100%;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
  text-align: center;
}
.amqorder-popup-block .amqorder-popup::-webkit-scrollbar {
  background: transparent;
}
.amqorder-popup-block .amqorder-popup::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}
.amqorder-popup-block .amqorder-popup ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amqorder-popup-block .amqorder-popup::-webkit-scrollbar {
  width: 4px;
}
.amqorder-popup-block .amqorder-popup::-webkit-scrollbar-thumb {
  width: 4px;
}
.amqorder-popup-block .amqorder-popup ::-webkit-scrollbar-track {
  width: 4px;
}
.amqorder-popup-block .amqorder-popup::-webkit-scrollbar {
  height: 4px;
}
.amqorder-popup-block .amqorder-popup::-webkit-scrollbar-thumb {
  height: 4px;
}
.amqorder-popup-block .amqorder-popup ::-webkit-scrollbar-track {
  height: 4px;
}
.amqorder-popup-block .amqorder-title,
.amqorder-popup-block .amqorder-content,
.amqorder-popup-block .amqorder-toolbar {
  flex-basis: 100%;
  max-width: 100%;
}
.amqorder-popup-block .amqorder-content {
  padding: 30px 0 0;
}
.amqorder-popup-block .amqorder-labels-list {
  display: none;
}
.amqorder-popup-block .amqorder-title {
  font-weight: 400;
}
.amqorder-popup-block .amqorder-header {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}
.amqorder-popup-block .amqorder-desc {
  margin: 0;
  padding: 15px 0 0;
}
.amqorder-popup-block .amqorder-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0;
}
.amqorder-popup-block .amqorder-button {
  margin: 0 12px;
}
.amqorder-popup-block .amqorder-errors-list {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  margin: 0 -15px 0 0;
  padding: 0 12px 0 0;
  max-height: 355px;
  list-style: none;
}
.amqorder-popup-block .amqorder-errors-list::-webkit-scrollbar {
  background: #f0f0f0;
}
.amqorder-popup-block .amqorder-errors-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amqorder-popup-block .amqorder-errors-list ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amqorder-popup-block .amqorder-errors-list::-webkit-scrollbar {
  width: 4px;
}
.amqorder-popup-block .amqorder-errors-list::-webkit-scrollbar-thumb {
  width: 4px;
}
.amqorder-popup-block .amqorder-errors-list ::-webkit-scrollbar-track {
  width: 4px;
}
.amqorder-popup-block .amqorder-errors-list .amqorder-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #ebeef5;
  text-align: left;
}
.amqorder-popup-block .amqorder-errors-list .amqorder-index,
.amqorder-popup-block .amqorder-errors-list .amqorder-sku,
.amqorder-popup-block .amqorder-errors-list .amqorder-reason {
  display: flex;
}
.amqorder-popup-block .amqorder-errors-list .amqorder-index:before,
.amqorder-popup-block .amqorder-errors-list .amqorder-sku:before,
.amqorder-popup-block .amqorder-errors-list .amqorder-reason:before {
  display: inline-block;
  padding: 0 15px 0 0;
  min-width: 52px;
  color: #777;
  content: attr(data-label) ':';
  white-space: nowrap;
  font-size: 14px;
}
.amqorder-popup-block .amqorder-errors-list .amqorder-index {
  flex-basis: 100%;
  padding: 0 0 10px 0;
}
.amqorder-popup-block .amqorder-errors-list .amqorder-sku {
  flex-basis: 100%;
  overflow: hidden;
  padding: 0 0 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.amqorder-popup-block .amqorder-errors-list .amqorder-reason {
  flex-basis: 100%;
  color: #eb5757;
  word-break: break-all;
}
.catalog-category-view .amqorder-header,
.catalogsearch-result-index .amqorder-header {
  padding: 0;
  width: 49%;
}
.catalog-category-view .amqorder-item-info .amqorder-checkbox-container,
.catalogsearch-result-index .amqorder-item-info .amqorder-checkbox-container {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
}
.catalog-category-view .amqorder-header .amqorder-item:not(.-selectall),
.catalogsearch-result-index .amqorder-header .amqorder-item:not(.-selectall) {
  display: none;
}
.catalog-category-view .toolbar,
.catalogsearch-result-index .toolbar {
  margin-bottom: 40px;
}
.amasty_quickorder-index-index .amqorder-grid-block {
  margin: 40px 0 0 0;
}
.amasty_quickorder-index-index .amqorder-grid-block .amqorder-header {
  display: none;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amquote-line-block {
  background: #f1f1f1;
  margin: 10px 0 0 0;
  padding: 10px;
}
.amquote-line-block.-total {
  text-align: right;
}
.col-total.last {
  text-align: right;
}
.amquote-approved-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 10px;
}
.amquote-approved-title .action-secondary {
  margin: 0 0 0 50px;
}
.amquote-approved-title .amquote-title {
  margin: 0;
}
.amquote-order-discount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.amquote-order-discount .amquote-coupons {
  display: flex;
}
.amquote-order-discount .amquote-coupons .amquote-input {
  min-width: 8rem;
}
.amquote-order-discount .action-secondary {
  margin: 0 0 0 auto;
}
.amquote-addto-button {
  background: none;
  border: 1px solid #1979c3;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c3;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin: 0 0 15px;
  padding: 14px 17px;
  transition-property: background-color, color;
  vertical-align: top;
  width: 100%;
}
.amquote-addto-button:hover,
.amquote-addto-button:active,
.amquote-addto-button:focus {
  background: #1979c3;
  border: 1px solid #1979c3;
  box-shadow: none;
  color: #fff;
}
.amquote-addto-button.-small {
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px 0;
  transition: display .3s ease;
  white-space: nowrap;
}
.amquote-addto-button.-guest.-small {
  white-space: normal;
}
.amquote-action-wrap .action.tocart {
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
}
.amquote-action-wrap .actions-primary {
  display: block;
  width: 100%;
}
.amquote-action-wrap .actions-primary + .actions-secondary {
  display: block;
  padding: 0;
  text-align: center;
  width: inherit;
}
.amquote-action-wrap .swatch-input {
  display: inline-block;
}
.amquote-cart-wrapper.minicart-wrapper {
  display: inline-block;
  float: right;
  margin-bottom: 3px;
  margin-right: 4px;
}
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart {
  position: absolute;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart {
  width: 270px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
.amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
  transform: translateX(-10px);
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNSAyNSI+PHBhdGggZmlsbD0iIzc1NzU3NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjQgMjFoLTFsLS4wMTItMTEuNTEyQS40ODguNDg4IDAgMCAwIDIyLjUgOUgyMFYxLjVhLjQ4OC40ODggMCAwIDAtLjQ4OC0uNDg4SDkuNDg4QS40ODguNDg4IDAgMCAwIDkgMS41VjIwaC0uMzM3QTMuNTE1IDMuNTE1IDAgMCAwIDcgMTguMzM3VjEuMzU5QzcgLjU1MSA2LjUgMCA1LjY2NCAwSDFTMCAwIDAgMXMxIDEgMSAxaDR2MTYuMDM1QTMuNSAzLjUgMCAxIDAgOC42NjMgMjNIMjRzMSAwIDEtMWMwLTEuMDAxLTEtMS0xLTF6bS0xMy4wMDEgMGwtLjAwMS0xMEgxNGwuMDAxIDQuMjM2YS40ODguNDg4IDAgMCAwIC43ODEuMzlsMS4xMzctMS4yNDUgMS4zMDEgMS4yNDZhLjQ4OC40ODggMCAwIDAgLjc4LS4zOTF2LTQuMjM1TDIxIDExdjkuOTk5TDEwLjk5OSAyMXptMS45OS0xNS4zNThhLjQ4OC40ODggMCAwIDAgLjc1OC40MDZsLjcwNi0uNzk3Ljc4OC43OTZBLjQ4Ny40ODcgMCAwIDAgMTYgNS42NFYzaDJ2NmgtN1YzaDEuOTg4djIuNjQyeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  content: '';
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 30px;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  speak: none;
  text-align: center;
  transition: opacity .3s ease;
  vertical-align: top;
  width: 23px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart:hover:before {
  opacity: .75;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart > .text,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-number {
  text-shadow: 0 0 7px #000;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty.empty {
  display: none;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  background: #ff5501;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart {
  padding-bottom: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .cart-item-qty {
  margin-right: 3px;
}
.amquote-cart-wrapper.minicart-wrapper .minicart-widgets {
  margin: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .subtitle.empty {
  padding: 30px 0 50px;
}
.cart.table-wrapper .data.table .col.price,
.cart.table-wrapper .data.table .col.qty,
.cart.table-wrapper .col.price.qty {
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item-info .col.qty {
  white-space: normal;
}
.cart.table-wrapper .col.price .control .amquotereq-input {
  padding: 0;
  text-align: center;
  width: 80px;
}
.cart.table-wrapper .amquotereq-input + .mage-error {
  font-weight: 400;
  line-height: normal;
}
.cart.table-wrapper .col.price .input-text,
.cart.table-wrapper .col.qty .input-text {
  color: #666;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}
.cart.table-wrapper .textarea.add-note {
  display: none;
}
.cart.table-wrapper .add-note-quote {
  cursor: pointer;
}
.quote-details {
  padding: 0 15px;
}
.quote-details .title {
  border-bottom: 1px solid #ccc;
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 12px 0;
  padding-bottom: 5px;
}
.quote-details .control {
  margin-top: 10px;
}
.quote-details .form-login {
  border-bottom: 1px solid #ccc;
}
.account-quote-buttons {
  margin-bottom: 15px;
}
.amasty-quote-account-view .table-wrapper table .quote-item-notes,
.amasty_quote-account-view .table-wrapper table .quote-item-notes {
  border-top: none;
}
.amasty-quote-account-view ul.note-list li,
.amasty_quote-account-view ul.note-list li {
  display: inline-block;
  width: 48%;
}
.amasty-quote-account-index .pages,
.amasty_quote-account-index .quote-products-toolbar .pager .pages,
.amasty-quote-account-index .limiter,
.amasty_quote-account-index .quote-products-toolbar .pager .limiter {
  display: inline-block;
  position: relative;
  width: auto;
}
.amasty-quote-update .control.price {
  line-height: 22px;
  min-width: 95px;
  position: relative;
}
.amasty-quote-update .amquote-price-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
}
#update-quote-cart {
  height: 1px;
  left: -9999px;
  position: absolute;
  width: 1px;
}
.quote-interest-message {
  font-weight: 700;
}
.cart-summary._sticky {
  margin-bottom: 20vh;
}
.cart-summary .checkout-methods-items .amasty-quote-link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-decoration: none;
  width: 100%;
}
.amquote-cell-container {
  font-weight: 700;
  width: 50%;
}
.amquote-cell-container .amquote-note {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-cell-container:before {
  content: none !important;
}
.amquote-summary-details {
  margin-top: 20px;
}
.amquote-report-container,
.amquote-custom-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.amquote-report-container .amquote-item,
.amquote-custom-fields .amquote-item {
  font-weight: 700;
  margin-right: 20px;
  min-width: 200px;
}
.amquote-report-container .amquote-item:last-child,
.amquote-custom-fields .amquote-item:last-child {
  margin-right: 0;
}
.amquote-report-container .amquote-comment,
.amquote-custom-fields .amquote-comment {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-custom-fields .amquote-item {
  margin-bottom: 40px;
  margin-right: 0;
}
.am-quotes-head {
  white-space: nowrap;
}
.amquote-field-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px 0 0;
  position: relative;
}
.amquote-field-block .amquote-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.amquote-field-block .amquote-label {
  margin-right: 10px;
  max-width: 100px;
}
.amquote-field-block .mage-error {
  position: absolute;
  top: 100%;
}
#product_composite_configure_form_fields .amasty-composite-fieldset .admin__field.required .admin__field-label:after {
  content: '';
  margin: 0;
}
.quote-shipping-method .admin__page-section-title > span:after {
  color: #e22626;
  content: '*';
  font-weight: 400;
  margin-left: 3px;
}
.admin__fieldset .quote-choose-address .admin__field-shipping-same-as-billing .admin__field-label {
  width: 100%;
}
.amquote-order-table.-additional,
.amquote-order-view .amquote-order-table {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.customer-account-fields .admin__field {
  max-width: 50%;
}
.quote-custom-shipping-fee {
  padding: 0 10px;
}
.amquote-shipping-choose .amquote-title {
  display: flex;
  align-items: center;
  line-height: 1;
}
.amquote-shipping-choose .amquote-label {
  margin-right: 10px;
}
.amquote-shipping-choose .amquote-options-list .amquote-option .amquote-label {
  display: flex;
}
.amquote-shipping-choose .amquote-inner {
  font-weight: 600;
  margin-left: 5px;
}
.amquote-customfee-block {
  bottom: 2px;
  position: relative;
}
.amasty_quote-cart-index .cart.actions .action {
  flex-basis: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
.amrewards-expiration {
  border-radius: 20px;
  display: inline-block;
  padding: 3px 15px;
  white-space: nowrap;
}
.amrewards-expiration.-warning {
  background: #ffa63d;
  color: #ffffff;
}
.amrewards-expiration.-critical {
  background: #c84949;
  color: #ffffff;
}
.amrewards-expiration.-expired {
  background: #ececec;
  color: #838383;
}
.amrewards-info-table {
  border-top: 1px solid #cccccc;
  color: #000000;
}
.amrewards-info-table .amrewards-table-header .col {
  color: #737373;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
.amrewards-info-table .col.status {
  white-space: nowrap;
}
.amrewards-current-balance .amrewards-balance {
  font-size: 36px;
  font-weight: 700;
}
.amrewards-current-balance .amrewards-label {
  font-size: 18px;
}
.amrewards-total-info {
  margin-bottom: 5px;
}
.amrewards-expiring-wrapper.table-wrapper {
  border-bottom: none;
  border-top: none;
}
.amrewards-expiring-wrapper .amrewards-title {
  font-size: 20px;
  font-weight: 600;
}
.amrewards-expiring-wrapper .amrewards-info-table {
  margin-top: 15px;
  max-width: 460px;
}
.customer-information {
  margin-bottom: 35px;
}
.amrewards-qty-info .amrewards-general {
  margin-bottom: 20px;
  min-width: 200px;
  padding-right: 10px;
}
.amrewards-qty-info .amrewards-description {
  margin-bottom: 20px;
}
.amrewards-balance-container {
  border-color: #a6a6a6;
  border-left-style: solid;
  border-right-style: solid;
  border-width: 1px;
}
.amrewards-balance-container .amrewards-label {
  margin-right: 10px;
}
.amrewards-balance-container .amrewards-amount {
  background: #f2c94c;
  border-radius: 2px;
  color: #000000;
  cursor: pointer;
  display: inline;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 0 5px;
  text-align: center;
}
.amrewards-apply-container#block-reward {
  float: left;
  width: 53%;
}
.amrewards-apply-container#block-reward .content {
  max-width: 90%;
}
.amrewards-minpoints-note {
  color: #e50000;
  font-size: 13px;
  margin-top: 3%;
  width: 130%;
}
.amrewards-minpoints-note.hidden {
  display: none;
}
.amrewards-discount-form {
  max-width: 500px;
}
.amrewards-discount-form .amrewards-actions {
  margin-top: 20px;
}
.amrewards-highlight-container {
  display: inline-flex;
  padding: 0 0 5px;
}
.amrewards-highlight-container > .caption strong {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
}
.checkout-cart-index .amrewards-highlight-container,
.checkout-index-index .amrewards-highlight-container,
.catalog-product-view .amrewards-highlight-container {
  padding: 2px 0 15px;
}
.checkout-cart-index .amrewards-highlight-container > .caption strong,
.checkout-index-index .amrewards-highlight-container > .caption strong,
.catalog-product-view .amrewards-highlight-container > .caption strong {
  font-weight: 600;
}
.checkout-cart-index .amrewards-highlight-container:before,
.checkout-index-index .amrewards-highlight-container:before,
.catalog-product-view .amrewards-highlight-container:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjYuNTYzIiBmaWxsPSIjRjJDOTRDIi8+PHBhdGggZD0iTTcgMTRjLTMuODYgMC03LTMuMTQtNy03czMuMTQtNyA3LTcgNyAzLjE0IDcgNy0zLjE0IDctNyA3ek03IC44NzVBNi4xMzIgNi4xMzIgMCAwIDAgLjg3NSA3IDYuMTMyIDYuMTMyIDAgMCAwIDcgMTMuMTI1IDYuMTMyIDYuMTMyIDAgMCAwIDEzLjEyNSA3IDYuMTMyIDYuMTMyIDAgMCAwIDcgLjg3NXoiIGZpbGw9IiM0RTM2NTUiLz48cGF0aCBkPSJNNyA3LjQzN2MtLjUzNyAwLTEuMDQ2LS4xNy0xLjQzMy0uNDgtLjQxNi0uMzMyLS42NDUtLjc4My0uNjQ1LTEuMjcgMC0uNDg1LjIyOS0uOTM3LjY0NC0xLjI3Ljc4Ny0uNjI4IDIuMTk3LS42MDQgMy4wMi4wNTRhLjQzNy40MzcgMCAxIDEtLjU0Ny42ODNjLS40OTMtLjM5NC0xLjQ2Ni0uNDIxLTEuOTI2LS4wNTMtLjIwNC4xNjMtLjMxNi4zNzItLjMxNi41ODYgMCAuMjE1LjExMi40MjQuMzE2LjU4Ny4yMzMuMTg2LjU0OC4yODguODg3LjI4OGEuNDM4LjQzOCAwIDAgMSAwIC44NzV6IiBmaWxsPSIjNEUzNjU1Ii8+PHBhdGggZD0iTTYuOTg3IDEwLjAzOGMtLjU3IDAtMS4xNS0uMTctMS41NzMtLjUwOWEuNDM4LjQzOCAwIDAgMSAuNTQ3LS42ODNjLjQ5My4zOTUgMS40NjUuNDIxIDEuOTI1LjA1My4yMDUtLjE2My4zMTctLjM3Mi4zMTctLjU4NiAwLS4yMTUtLjExMi0uNDI0LS4zMTctLjU4N0ExLjQxOCAxLjQxOCAwIDAgMCA3IDcuNDM4YS40MzguNDM4IDAgMCAxIDAtLjg3NWMuNTM3IDAgMS4wNDYuMTcgMS40MzMuNDguNDE2LjMzMi42NDUuNzgzLjY0NSAxLjI3IDAgLjQ4Ni0uMjI5LjkzNy0uNjQ1IDEuMjctLjM4MS4zMDQtLjkxLjQ1NS0xLjQ0Ni40NTV6TTcgNC44MTJhLjQzOC40MzggMCAwIDEtLjQzOC0uNDM3VjMuNDJhLjQzOC40MzggMCAwIDEgLjg3NSAwdi45NTVBLjQzOC40MzggMCAwIDEgNyA0LjgxMnoiIGZpbGw9IiM0RTM2NTUiLz48cGF0aCBkPSJNNyAxMS4wMTdhLjQzNy40MzcgMCAwIDEtLjQzOC0uNDM3di0uOTU1YS40MzcuNDM3IDAgMSAxIC44NzUgMHYuOTU1YS40MzguNDM4IDAgMCAxLS40MzcuNDM3eiIgZmlsbD0iIzRFMzY1NSIvPjwvc3ZnPg==);
  margin: 2px 5px 0;
}
.amrewards-points-rate {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 30px;
  position: relative;
}
.amrewards-points-rate .field-tooltip {
  top: 50%;
  transform: translateY(-50%);
}
.amrewards-info-message.message.info {
  color: #000000;
  padding-left: 20px;
  word-break: break-word;
  word-wrap: break-word;
}
.amrewards-info-message.message.info > *:first-child:before {
  display: none;
}
.amscroll-page-num {
  clear: both;
  padding: 6px 10px;
  color: #252525;
  letter-spacing: .03em;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
.amscroll-page-num.-amscroll-button {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background: #fbfbfb;
}
.amscroll-page-num.-amscroll-divider {
  border-bottom: 1px solid #c2c2c2;
}
.amscroll-page-num.-amscroll-background {
  background: #fbfbfb;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Balltheme/balloon/en_US/Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../../frontend/Balltheme/balloon/en_US/Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-loading-block {
  margin: 0 auto;
  padding: 10px 0;
  width: 20px;
  height: 20px;
}
.amscroll-loading-icon {
  min-width: 20px;
  height: 20px;
}
.amscroll-loading-icon.-amscroll-animate {
  animation: amScrollRotate 1.5s linear infinite;
}
.amscroll-load-button {
  display: flex;
  align-items: center;
  margin: 5px auto;
  padding: 5px 20px;
  max-width: 100%;
  width: max-content;
  border: 1px solid;
  border-radius: 2px;
  background-color: transparent;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: .03em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
  transition: color 0.2s;
}
._keyfocus .amscroll-load-button:focus {
  box-shadow: none;
}
.amscroll-load-button:not(.focus-visible) {
  border-color: transparent !important;
}
.amscroll-load-button:hover,
.amscroll-load-button:focus,
.amscroll-load-button:active {
  background-color: transparent;
}
.amscroll-load-button:hover > .amscroll-text {
  filter: brightness(0.8);
}
.ie11 .amscroll-load-button {
  width: 120px;
}
.amscroll-load-button > .amscroll-text {
  word-break: break-word;
  word-wrap: break-word;
  transition: filter 0.2s;
  pointer-events: none;
  user-select: none;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.amscroll-load-button > .amscroll-loading-icon {
  display: none;
  margin-right: 10px;
}
.amscroll-load-button.-amscroll-loading {
  pointer-events: none;
  user-select: none;
}
.amscroll-load-button.-amscroll-loading > .amscroll-loading-icon {
  display: block;
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Balltheme/balloon/en_US/Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../../frontend/Balltheme/balloon/en_US/Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Balltheme/balloon/en_US/Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.amscroll-backtotop-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  overflow: hidden;
  box-sizing: border-box;
  padding: 6px 12px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  transition: right 0.2s;
}
.amscroll-backtotop-block:not(.-amscroll-active) {
  right: -60px !important;
}
._keyfocus .amscroll-backtotop-block:focus,
.amscroll-backtotop-block:not(.primary) {
  box-shadow: none;
}
.amscroll-backtotop-block:hover,
.amscroll-backtotop-block:focus,
.amscroll-backtotop-block:active {
  border: 0;
  box-shadow: none;
  color: #ffffff;
}
.amscroll-backtotop-block .amscroll-text {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.amscroll-backtotop-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: '';
  opacity: 0;
  filter: brightness(0.8);
  transition: opacity 0.2s;
}
.amscroll-backtotop-block:after {
  position: relative;
  z-index: 1;
  display: inline-block;
  content: '';
}
.amscroll-backtotop-block:hover:before {
  opacity: 1;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #ffffff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Balltheme/balloon/en_US/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #ffffff;
  border-color: #cccccc;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000000;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #ffffff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #ffffff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #ffffff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #ffffff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Balltheme/balloon/en_US/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/Balltheme/balloon/en_US/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #575757;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.ambrands-letter .ambrands-brand-item {
  margin: 0 8px 16px;
  min-width: 100px;
  position: relative;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  align-items: center;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  background: rgba(65, 173, 255, 0.19);
  border-color: #006bb4;
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #757575;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-height: 100%;
  max-width: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ambrands-slider.amslider .ambrands-slide-link {
  display: flex;
  width: 100%;
}
.ambrands-slider.amslider .ambrands-slide-link:hover {
  text-decoration: none;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide {
  padding: .4rem;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-slider.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: .8rem 1rem;
}
.ambrands-slider.amslider .swiper-button-prev,
.ambrands-slider.amslider .swiper-button-next {
  background-color: #68a8e0;
}
.ambrands-slider.amslider .swiper-button-prev:focus,
.ambrands-slider.amslider .swiper-button-next:focus {
  box-shadow: 0 0 4px 3px #e02b27;
}
.amsl-separator {
  border: 1px solid #dbdbdb;
  display: none;
  margin: 0;
  position: relative;
}
.amsl-separator .amsl-icon {
  background: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  box-sizing: border-box;
  color: #dbdbdb;
  display: block;
  font-size: 14px;
  height: 33px;
  left: 50%;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
}
.amsl-cart-page .-labeled-buttons > .amsl-title,
.amsl-registration-page .-labeled-buttons > .amsl-title,
.amsl-login-page .-labeled-buttons > .amsl-title {
  display: none;
}
.amsl-cart-page .-labeled-buttons .amsl-buttons,
.amsl-registration-page .-labeled-buttons .amsl-buttons,
.amsl-login-page .-labeled-buttons .amsl-buttons {
  justify-content: flex-start;
  width: 100%;
}
.amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
  margin: 0 0 15px;
}
.amsl-error {
  background: #f69b98;
  display: none;
  flex-basis: 100%;
  margin: 0 20px 20px;
  padding: 5px;
  text-align: left;
  word-break: break-word;
}
.amsl-error.-default {
  margin-bottom: 10px;
}
.amsl-error.-social {
  margin: 35px 20px 0;
}
.amsl-error.-info {
  background: none;
  color: #a1a1a1;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  text-align: center;
}
.amsl-content {
  min-width: 300px;
}
.amsl-social-wrapper {
  display: flex;
  flex-direction: column;
}
.amsl-cart-page,
.amsl-login-page,
.amsl-registration-page {
  margin: 10px 0;
}
.amsl-cart-page .amsl-error,
.amsl-login-page .amsl-error,
.amsl-registration-page .amsl-error {
  margin: 0 0 10px;
}
.amsl-form .field input[type='checkbox'] {
  top: -1px;
}
.amsl-register-content .form.create.account,
.amsl-forgot-content .form.password.forget {
  max-width: 100%;
  min-width: inherit;
  width: 100%;
}
.amsl-popup-observed .modal-custom.authentication-dropdown,
.amsl-popup-observed .modal-popup.popup-authentication,
.amsl-popup-observed .modal-popup.authentication-dropdown,
.amsl-popup-observed .authentication-wrapper .dropdown-overlay {
  display: none !important;
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-button {
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  border-radius: 100px;
  display: block;
}
.amsl-button .amsl-social-icon {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.amsl-button.-clear {
  background: none;
  border: none;
  box-shadow: none;
  color: initial;
  margin: 0;
  outline: none;
  padding: 0;
}
.amsl-button.-clear:hover,
.amsl-button.-clear:active {
  background: none;
  box-shadow: none;
  color: inherit;
  outline: none;
  text-decoration: none;
}
.amsl-button.-google {
  background: #ffffff;
}
.amsl-button.-google .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMyI+PHBhdGggZD0iTS4xMDIgMTYuNTJDLS4yMDggOC4yNjUgNi45MTYuNjM1IDE1LjA1Ni41MzZjNC4xNS0uMzYgOC4xODYgMS4yNzYgMTEuMzI2IDMuOTQ0LTEuMjg4IDEuNDM4LTIuNTk5IDIuODU5LTMuOTk4IDQuMTktMi43NjUtMS43MDUtNi4wOTMtMy4wMDUtOS4zMjMtMS44NS01LjIxIDEuNTA1LTguMzY2IDcuNzUxLTYuNDM4IDEyLjkyNiAxLjU5NyA1LjQwNSA4LjA3MiA4LjM3IDEzLjE0NyA2LjEgMi42MjgtLjk1NSA0LjM2LTMuNDE2IDUuMTItNi4wNjEtMy4wMTEtLjA2MS02LjAyMy0uMDIzLTkuMDM1LS4xMDctLjAwOC0xLjgyLS4wMTUtMy42MzItLjAwOC01LjQ1IDUuMDIzLS4wMDggMTAuMDUzLS4wMjQgMTUuMDgzLjAyMi4zMDkgNC40NTctLjM0IDkuMjI3LTMuMTkzIDEyLjgwNC0zLjkwOSA1LjEwNy0xMS4xMyA2LjYwNS0xNy4wMDMgNC42MDJDNC41IDI5LjU3OC0uMDM0IDIzLjIwMi4xMDIgMTYuNTJ6IiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik0tOS43NjIgMzQuMzZWMi4zMzVsMjAuOTQgMTYuMDE0LTIwLjk0IDE2LjAxM3oiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNLTkuNzYyIDIuMzM1bDIwLjk0IDE2LjAxMyA4LjYyMy03LjUxNEw0OS4zNjMgNi4wM3YtMTcuMjQ1SC05Ljc2MnYxMy41NXoiIGZpbGw9IiNFQTQzMzUiLz48cGF0aCBkPSJNLTkuNzYyIDM0LjM2TDI3LjE5IDYuMDNsOS43MzEgMS4yMzIgMTIuNDQxLTE4LjQ3N1Y0Ny45MUgtOS43NjJWMzQuMzZ6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZD0iTTQ5LjM2MyA0Ny45MUwxMS4xNzggMTguMzQ4bC00LjkyNy0zLjY5Nkw0OS4zNjMgMi4zMzRWNDcuOTF6IiBmaWxsPSIjNDI4NUY0Ii8+PC9nPjwvc3ZnPg==);
}
.amsl-button.-twitter {
  background: #137ab9;
}
.amsl-button.-twitter .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyMSAyNi45ODJjMTIuMjY1IDAgMTguOTcyLTEwLjE4OCAxOC45NzItMTkuMDIxIDAtLjI5LS4wMDYtLjU3OC0uMDItLjg2NUExMy41NzggMTMuNTc4IDAgMCAwIDMzLjEgMy42MzVjLTEuMTk1LjUzMi0yLjQ4Ljg5LTMuODMgMS4wNTJBNi43MDUgNi43MDUgMCAwIDAgMzIuMjA0Ljk5YTEzLjM1IDEzLjM1IDAgMCAxLTQuMjM0IDEuNjIzQTYuNjUyIDYuNjUyIDAgMCAwIDIzLjEwMi41Yy0zLjY4MyAwLTYuNjY5IDIuOTk0LTYuNjY5IDYuNjg0IDAgLjUyNS4wNTkgMS4wMzUuMTczIDEuNTI1LTUuNTQyLS4yOC0xMC40NTYtMi45NC0xMy43NDQtNi45ODVhNi42OCA2LjY4IDAgMCAwLS45MDMgMy4zNiA2LjY4NSA2LjY4NSAwIDAgMCAyLjk2NyA1LjU2NSA2LjYwNiA2LjYwNiAwIDAgMS0zLjAyLS44MzZ2LjA4NWE2LjY4MyA2LjY4MyAwIDAgMCA1LjM0OSA2LjU1MyA2LjY1OCA2LjY1OCAwIDAgMS0zLjAxMi4xMTUgNi42NzcgNi42NzcgMCAwIDAgNi4yMyA0LjY0MyAxMy4zNTQgMTMuMzU0IDAgMCAxLTguMjgyIDIuODYyYy0uNTM4IDAtMS4wNy0uMDMtMS41OTEtLjA5M2ExOC44NCAxOC44NCAwIDAgMCAxMC4yMjEgMy4wMDMiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amsl-button.-facebook {
  background: #3c5a99;
}
.amsl-button.-facebook .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjM3IDM3LjI4VjIwLjY2OGg1LjU3NmwuODM1LTYuNDc0SDEyLjM3VjEwLjA2YzAtMS44NzUuNTItMy4xNTIgMy4yMDktMy4xNTJsMy40MjgtLjAwMnYtNS43OWMtLjU5My0uMDgtMi42MjgtLjI1Ni00Ljk5Ni0uMjU2LTQuOTQzIDAtOC4zMjcgMy4wMTctOC4zMjcgOC41NTh2NC43NzVILjA5NHY2LjQ3NWg1LjU5VjM3LjI4aDYuNjg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.amsl-button.-apple {
  background: #ffffff;
}
.amsl-button.-apple .amsl-social-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
}
.amsl-button.-linkedin {
  background: #0077b7;
}
.amsl-button.-linkedin .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMDQ2IDMyLjg1MmMwIC42MzQtLjUwMyAxLjE0OC0xLjEyMiAxLjE0OEgyLjE0OWMtLjYyIDAtMS4xMjItLjUxNC0xLjEyMi0xLjE0OFYxMi4zNjVjMC0uNjM0LjUwMi0xLjE0OCAxLjEyMi0xLjE0OGg0Ljc3NWMuNjIgMCAxLjEyMi41MTQgMS4xMjIgMS4xNDh2MjAuNDg3ek00LjUzNiA5LjI4NkMyLjAzMSA5LjI4NiAwIDcuMjA3IDAgNC42NDMgMCAyLjA3OSAyLjAzMSAwIDQuNTM2IDBjMi41MDYgMCA0LjUzNyAyLjA3OSA0LjUzNyA0LjY0MyAwIDIuNTY0LTIuMDMxIDQuNjQzLTQuNTM3IDQuNjQzek0zMyAzMi45NDRjMCAuNTgzLS40NjIgMS4wNTYtMS4wMzEgMS4wNTZoLTUuMTI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2di05LjYxYzAtMS40MzMuNDExLTYuMjgtMy42Ni02LjI4LTMuMTU4IDAtMy43OTkgMy4zMTgtMy45MjcgNC44MDd2MTEuMDgzYzAgLjU4My0uNDYyIDEuMDU2LTEuMDMyIDEuMDU2SDEyLjI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2VjEyLjI3MmMwLS41ODIuNDYyLTEuMDU1IDEuMDMyLTEuMDU1aDQuOTU1Yy41NyAwIDEuMDMyLjQ3MyAxLjAzMiAxLjA1NnYxLjc4N2MxLjE3LTEuNzk5IDIuOTExLTMuMTg3IDYuNjE2LTMuMTg3IDguMjA1IDAgOC4xNTggNy44NDUgOC4xNTggMTIuMTU2djkuOTE1eiIvPjwvc3ZnPg==);
}
.amsl-button.-instagram {
  background: linear-gradient(0deg, #e09b3d, #c74c4d, #c21975, #7024c4);
}
.amsl-button.-instagram .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMy4xNTNjNC42NzMgMCA1LjIyNi4wMTggNy4wNzIuMTAyIDEuNzA2LjA3OCAyLjYzMi4zNjMgMy4yNDkuNjAzLjc2LjI4IDEuNDQ4LjcyOCAyLjAxMiAxLjMwOWE1LjQyIDUuNDIgMCAwIDEgMS4zMSAyLjAxMmMuMjM5LjYxNy41MjQgMS41NDMuNjAyIDMuMjUuMDg0IDEuODQ1LjEwMiAyLjM5OC4xMDIgNy4wNzFzLS4wMTggNS4yMjYtLjEwMiA3LjA3MmMtLjA3OCAxLjcwNi0uMzYzIDIuNjMzLS42MDMgMy4yNWE1Ljc5NCA1Ljc5NCAwIDAgMS0zLjMyMSAzLjMyYy0uNjE3LjI0LTEuNTQzLjUyNS0zLjI1LjYwMy0xLjg0NS4wODQtMi4zOTguMTAyLTcuMDcxLjEwMnMtNS4yMjYtLjAxOC03LjA3Mi0uMTAyYy0xLjcwNi0uMDc4LTIuNjMyLS4zNjMtMy4yNS0uNjAyYTUuNDIzIDUuNDIzIDAgMCAxLTIuMDExLTEuMzEgNS40MjIgNS40MjIgMCAwIDEtMS4zMS0yLjAxMmMtLjI0LS42MTYtLjUyNC0xLjU0My0uNjAyLTMuMjUtLjA4NC0xLjg0NC0uMTAyLTIuMzk4LS4xMDItNy4wNyAwLTQuNjc0LjAxOC01LjIyNy4xMDItNy4wNzIuMDc4LTEuNzA3LjM2My0yLjYzMy42MDMtMy4yNS4yOC0uNzYuNzI4LTEuNDQ4IDEuMzA5LTIuMDEyYTUuNDIyIDUuNDIyIDAgMCAxIDIuMDEyLTEuMzFjLjYxNy0uMjM5IDEuNTQzLS41MjQgMy4yNS0uNjAyIDEuODQ1LS4wODQgMi4zOTgtLjEwMiA3LjA3MS0uMTAyek0xNy41IDBjLTQuNzUzIDAtNS4zNDkuMDItNy4yMTUuMTA1QzguNDIyLjE5IDcuMTUuNDg2IDYuMDM3LjkyYTguNTc4IDguNTc4IDAgMCAwLTMuMSAyLjAxOCA4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOSAzLjFDLjQ4NiA3LjE1LjE5IDguNDIyLjEwNiAxMC4yODUuMDIgMTIuMTUgMCAxMi43NDcgMCAxNy41cy4wMiA1LjM0OS4xMDYgNy4yMTVjLjA4NSAxLjg2My4zOCAzLjEzNS44MTMgNC4yNDhhOC41NzkgOC41NzkgMCAwIDAgMi4wMTkgMy4xIDguNTc4IDguNTc4IDAgMCAwIDMuMSAyLjAxOGMxLjExMi40MzMgMi4zODQuNzI5IDQuMjQ3LjgxNCAxLjg2Ny4wODUgMi40NjMuMTA1IDcuMjE1LjEwNSA0Ljc1MyAwIDUuMzQ5LS4wMiA3LjIxNS0uMTA1IDEuODYzLS4wODUgMy4xMzUtLjM4MSA0LjI0OC0uODE0YTguOTUgOC45NSAwIDAgMCA1LjExOC01LjExOGMuNDMzLTEuMTEzLjcyOS0yLjM4NS44MTQtNC4yNDguMDg1LTEuODY2LjEwNS0yLjQ2Mi4xMDUtNy4yMTVzLS4wMi01LjM0OS0uMTA1LTcuMjE1Yy0uMDg1LTEuODYzLS4zODEtMy4xMzUtLjgxNC00LjI0OGE4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOC0zLjEgOC41NzkgOC41NzkgMCAwIDAtMy4xLTIuMDE5QzI3Ljg1LjQ4NiAyNi41NzguMTkgMjQuNzE1LjEwNiAyMi44NDkuMDIgMjIuMjUzIDAgMTcuNSAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNy41IDguNTEzYTguOTg2IDguOTg2IDAgMSAwIDAgMTcuOTczIDguOTg2IDguOTg2IDAgMCAwIDAtMTcuOTczem0wIDE0LjgyYTUuODMzIDUuODMzIDAgMSAxIDAtMTEuNjY2IDUuODMzIDUuODMzIDAgMCAxIDAgMTEuNjY2ek0yNi44NDEgMTAuMjU4YTIuMSAyLjEgMCAxIDAgMC00LjIgMi4xIDIuMSAwIDAgMCAwIDQuMnoiLz48L3N2Zz4=);
}
.amsl-button.-amazon {
  background: #ffffff;
}
.amsl-button.-amazon .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTM4Ljg2OCAzNC42ODVDMzQuMTYgMzguMTUxIDI3LjMzNSA0MCAyMS40NTggNDAgMTMuMjIgNDAgNS44MDIgMzYuOTU3LjE5IDMxLjg5NmMtLjQ0LS4zOTgtLjA0Ni0uOTQuNDgzLS42M0M2LjczIDM0Ljc4NCAxNC4yMTcgMzYuOSAyMS45NTMgMzYuOWM1LjIxNiAwIDEwLjk1NC0xLjA3OCAxNi4yMy0zLjMxNC43OTgtLjMzOCAxLjQ2NS41Mi42ODUgMS4wOTh6Ii8+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTQwLjgyNiAzMi40NWMtLjYtLjc2OS0zLjk3OS0uMzY0LTUuNDk1LS4xODQtLjQ2My4wNTYtLjUzMy0uMzQ1LS4xMTctLjYzNCAyLjY5MS0xLjg5MSA3LjEwNy0xLjM0NSA3LjYyMi0uNzExLjUxNS42MzctLjEzNCA1LjA1Ny0yLjY2MyA3LjE2Ny0uMzg4LjMyNC0uNzU4LjE1MS0uNTg1LS4yNzkuNTY4LTEuNDE1IDEuODQtNC41ODggMS4yMzgtNS4zNnoiLz48cGF0aCBmaWxsPSIjMjIxRjFGIiBkPSJNMjQuMzczIDE2LjQ0NVYxNS4zM2MtMy43NjMgMC03LjczOC43OTctNy43MzggNS4xODggMCAyLjIyNCAxLjE2NCAzLjczIDMuMTYzIDMuNzMgMS40NjQgMCAyLjc3NC0uODkgMy42MDEtMi4zNCAxLjAyNS0xLjc4Mi45NzQtMy40NTUuOTc0LTUuNDYyek0yOS42MiAyOWMtLjM0NC4zMDQtLjg0MS4zMjYtMS4yMy4xMjMtMS43MjctMS40Mi0yLjAzNC0yLjA4LTIuOTg2LTMuNDM0LTIuODU1IDIuODgzLTQuODc1IDMuNzQ1LTguNTggMy43NDUtNC4zNzcgMC03Ljc4OC0yLjY3My03Ljc4OC04LjAyNiAwLTQuMTggMi4yOTEtNy4wMjggNS41NDgtOC40MTkgMi44MjYtMS4yMzEgNi43NzItMS40NDkgOS43ODgtMS43ODl2LS42NjZjMC0xLjIyNS4wOTUtMi42NzQtLjYzLTMuNzMxLS42MzctLjk1LTEuODUyLTEuMzQtMi45Mi0xLjM0LTEuOTg0IDAtMy43NTYgMS4wMDYtNC4xODggMy4wOTMtLjA4OC40NjMtLjQzMi45Mi0uOS45NDJsLTUuMDUxLS41MzdjLS40MjUtLjA5NC0uODkzLS40MzQtLjc3Ni0xLjA3OUMxMS4wNzIgMS44MjYgMTYuNTk4IDAgMjEuNTQ4IDBjMi41MzIgMCA1Ljg0LjY2NiA3Ljg0IDIuNTY1IDIuNTMyIDIuMzQgMi4yOSA1LjQ2MiAyLjI5IDguODZ2OC4wMjdjMCAyLjQxMiAxLjAxIDMuNDcgMS45NjIgNC43NzQuMzM3LjQ2My40MSAxLjAyMS0uMDE0IDEuMzY5LTEuMDYyLjg3Ny0yLjk1IDIuNTA3LTMuOTkgMy40MkwyOS42MjEgMjkiLz48L3N2Zz4=);
}
.amsl-button.-paypal {
  background: #ffffff;
}
.amsl-button.-paypal .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI1M0I4MCIgZD0iTTkuNDUzIDM2bC43MTMtNC4yNTEtMS41ODgtLjAzNUgzTDYuMjY3IDQuMzQzYS40MDkuNDA5IDAgMCAxIC4xNDctLjI0Ni40NDcuNDQ3IDAgMCAxIC4yOC0uMDk3TDE3IDNjNSAwIDguNDcxLTIuNjM3IDEwLTEgMC0uNS43OCAyLjExNyAxIDMgLjIzMi45MjcgMS44IDEuOTUzIDEuNTc0IDMuMzAzbC0uMDE2LjA5OXYuODY1bC43MTYuMzgxYy42MDQuMzAxIDEuMDgzLjY0NSAxLjQ1MSAxLjA0LjYxMy42NTYgMS4wMSAxLjQ5IDEuMTc3IDIuNDguMTczIDEuMDE3LjExNi4yMjgtLjE2NyAxLjU5OC0uMzI3IDEuNTc3LS44NTYgMi45NS0xLjU3IDQuMDc0YTguNTk3IDguNTk3IDAgMCAxLTIuNDg2IDIuNTZjLS45NDguNjMyLTIuMDc1IDEuMTEyLTMuMzQ4IDEuNDE5LTEuMjM1LjMwMi0yLjY0Mi40NTQtNC4xODUuNDU0aC0uOTk1Yy0uNzEgMC0xLjQwMi4yNC0xLjk0NC42NzItLjU0My40NC0uOTAzIDMuMDQyLTEuMDEzIDMuN2wtLjA3NS4zODItMS4yNiA3LjQ5My0uMDU2LjI3NWMtLjAxNS4wODctLjA0MS4xMy0uMDguMTZhLjIxOS4yMTkgMCAwIDEtLjEzLjA0NWgtNi4xNHoiLz48cGF0aCBmaWxsPSIjMTc5QkQ3IiBkPSJNMjkuNSA3Yy0uMDM2LjIyOS4xNzcuNjYzLjEzMS45MDQtMS41ODggOC4xMjUtNy4wMiAxMC45MzItMTMuOTYgMTAuOTMySDEyLjE0Yy0uODQ4IDAtMS41NjMuNjE1LTEuNjk2IDEuNDQ5TDguNjM1IDMxLjcxOGwtLjUxMyAzLjI0QS45MDIuOTAyIDAgMCAwIDkuMDE1IDM2aDYuMjY1Yy43NDIgMCAxLjM3My0uNTM3IDEuNDktMS4yNjdsLjA2MS0uMzE3IDEuMTgtNy40NjIuMDc2LS40MDlhMS41MDUgMS41MDUgMCAwIDEgMS40ODktMS4yN2guOTM3YzYuMDcgMCAxMC44MjMtMi40NTYgMTIuMjEyLTkuNTY0LjU4LTIuOTcuMjgtNS40NS0xLjI1Ni03LjE5M0MzMS4wMDUgNy45OTIgMzAuMTc0IDcuMzU2IDI5LjUgN3oiLz48cGF0aCBmaWxsPSIjMjIyRDY1IiBkPSJNMjguMDUzIDdjLS4yMjMtLjA3LTEuMjA1LS41NjQtMS40NDEtLjYyMmExMi4yMDQgMTIuMjA0IDAgMCAwLS43MzItLjE1QTE2LjYxMyAxNi42MTMgMCAwIDAgMjMuMDEzIDZoLTguNjg5Yy0uMjEzIDAtLjQxNy4wNTMtLjU5OS4xNDgtLjQuMjEtLjY5OC42MjMtLjc3IDEuMTI5TDExLjA1MyAyMGwtLjA1My4zNzJjLjEyMi0uODQuODMzLTEuNDMgMS42MTQtMS40M2gzLjI1M2M2LjAxIDAgMTEuNDU5LTIuMTIxIDEzLjI5OS05LjE4MWExNy4yMzIgMTcuMjMyIDAgMCAwIC4zMDMtMS4zODljLjA0NC0uMjQyLjA4LS40NzcuMTEzLS43MDhhNy40NTkgNy40NTkgMCAwIDAtMS4yMDEtLjU1MkE5Ljk4NSA5Ljk4NSAwIDAgMCAyOC4wNTMgN3oiLz48cGF0aCBmaWxsPSIjMjUzQjgwIiBkPSJNMTIuNzgzIDkuMzk3Yy4wNzUtLjQ3NC4zODQtLjg2Mi44LTEuMDU4LjE5LS4wODkuNC0uMTM4LjYyMi0uMTM4aDkuMDJjMS4wNjkgMCAyLjA2Ni4wNjggMi45NzcuMjEzYTEyLjEyMiAxMi4xMjIgMCAwIDEgMS44MTcuNDI2Yy40NDcuMTQ3Ljg2My4zMiAxLjI0Ny41MTkgMS4yMjItMy4yNTkuMjc5LTUuMDEyLTEuMjc4LTYuNzU5QzI2LjI3LjY3NiAyMi44OS4xIDE4LjkyOC4xSDcuNDE4Yy0uODEgMC0xLjUuNTgtMS42MjYgMS4zNjhMMSAzMS4zNzVhLjk3OC45NzggMCAwIDAgLjk3NSAxLjEyNWg2LjYyMmwyLjI2Ny0xMS4xNCAxLjkxOS0xMS45NjN6Ii8+PC9zdmc+);
}
.amsl-button.-twitch {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6441a5;
}
.amsl-button.-twitch .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48bWV0YWRhdGE+IFN2ZyBWZWN0b3IgSWNvbnMgOiBodHRwOi8vd3d3Lm9ubGluZXdlYmZvbnRzLmNvbS9pY29uIDwvbWV0YWRhdGE+PGc+PHBhdGggZD0iTTExNSwxMEw0NSwxODV2NjY1aDIxMHYxNDBoMTQwbDE0MC0xNDBoMTc1bDI0NS0yNDVWMTBIMTE1eiBNODUwLDU3MEw3MTAsNzEwSDUwMEwzNjAsODUwVjcxMEgxODVWMTE1aDY2NVY1NzB6Ii8+PHBhdGggZD0iTTY0MCwyNTIuOGgxMDVWNTM1SDY0MFYyNTIuOHoiLz48cGF0aCBkPSJNMzk1LDI1Mi44aDEwNVY1MzVIMzk1VjI1Mi44eiIvPjwvZz48L3N2Zz4=);
  background-size: 50%;
  border: 1px solid #000000;
  border-radius: 5px;
  filter: invert(1);
  height: 50%;
  width: 50%;
}
.amsl-button-wrapper .amsl-button:focus,
.amsl-button-wrapper .amsl-button:hover:focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-button-wrapper.-rectangular .amsl-button,
.amsl-linked-wrapper.-rectangular .amsl-button {
  border-radius: 4px;
}
.amsl-button-wrapper.-rectangular .amsl-button.-twitch .amsl-social-icon {
  background-size: 100%;
  border: none;
}
.amsl-button-wrapper.-rectangular.with-label .amsl-button.-twitch .amsl-social-icon {
  background-size: 70%;
}
.amsl-button-wrapper.with-label.-rectangular {
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 2px solid #f6f6f6;
  box-shadow: none;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover {
  box-shadow: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google {
  background: #3672ce;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google:hover {
  background: #5f8fd8;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal {
  background: #007eb3;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal:hover {
  background: #00a2e6;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon {
  background: #232f3e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon:hover {
  background: #35485f;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDM4IDI1VjEzLjU5NmgzLjgzM2wuNTc0LTQuNDQ0SDguNDM4VjYuMzE1YzAtMS4yODcuMzU4LTIuMTY0IDIuMjA1LTIuMTY0SDEzVi4xNzRDMTIuNTkyLjEyMSAxMS4xOTQgMCA5LjU2NiAwIDYuMTcgMCAzLjg0MyAyLjA3MSAzLjg0MyA1Ljg3NXYzLjI3N0gwdjQuNDQ0aDMuODQzVjI1aDQuNTk1eiIgZmlsbD0iIzNDNUE5OSIvPjwvc3ZnPg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple:hover {
  background: #f2f2f7;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-social-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-text {
  color: #1c1c1e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal .amsl-social-icon {
  background-color: #ffffff;
  border-radius: 4px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-social-icon {
  background-size: 70%;
  height: 30px;
  margin: 0 10px;
  min-width: 30px;
  transform: none;
  width: 30px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-text {
  color: #ffffff;
  margin-right: 5px;
}
.amsl-showmore-wrapper {
  color: #006bb4;
  display: block;
  height: 1px;
  margin: 25px 0;
  position: relative;
  width: 100%;
}
.amsl-showmore-wrapper:before {
  background: #dbdbdb;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button {
  box-shadow: none;
  height: auto;
  width: auto;
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button:focus {
  transform: translateY(-50%);
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button:hover {
  box-shadow: none;
}
.amsl-showmore-wrapper > .amsl-showmore-button {
  transition: all 0.3s ease-in-out;
  background: #f6f6f6;
  border: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 5px 15px;
  transform: translateY(-50%);
}
.amsl-showmore-wrapper > .amsl-showmore-button:focus {
  border: 1px solid;
}
.amsl-showmore-wrapper > .amsl-showmore-button:hover {
  background: #f6f6f6;
  opacity: .8;
}
.amsl-showmore-wrapper .amsl-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDg3OEJGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  background-position: center;
  display: inline-block;
  height: 7px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.amsl-tabs-wrapper.-forgot {
  display: none;
}
.amsl-tablist {
  list-style: none;
  margin: 20px 20px 30px;
  padding: 0;
}
.amsl-tablist > li:only-child {
  pointer-events: none;
  user-select: none;
}
.amsl-tablist > li:only-child a {
  cursor: default;
}
.amsl-tablist .amsl-title {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px 0 0;
}
.amsl-tablist .amsl-title:hover {
  background: #f0f0f0;
}
.amsl-tablist .amsl-title.active .amsl-link {
  border-bottom: 1px solid #006bb4;
  color: #006bb4;
}
.amsl-tablist .amsl-title .amsl-link {
  color: #757575;
  display: block;
  padding: 7px 20px;
}
.amsl-tablist .amsl-title .amsl-link:hover {
  text-decoration: none;
}
.amsl-login-content {
  flex-direction: row;
  width: 100%;
}
.amsl-login-content .form-login .field.password {
  margin-bottom: 0;
}
.amsl-login-content .field {
  margin-bottom: 15px;
}
.amsl-login-content .fieldset > .field > .label:not(.show-password) {
  display: none;
}
.amsl-login-content .primary,
.amsl-login-content .action.primary.login,
.amsl-login-content .amshopby-button.login,
.amsl-login-content .am-filter-go.login {
  width: 100%;
}
.amsl-login-content .secondary {
  margin-top: 5px;
  text-align: right;
}
.amsl-login-content .secondary .action.remind {
  color: #006bb4;
}
.amsl-register-content {
  width: 100%;
}
.amsl-register-content .label {
  color: #000000;
}
.amsl-register-content .field {
  margin-bottom: 25px;
}
.amsl-register-content .fieldset {
  min-width: 100%;
}
.amsl-register-content .field.newsletter .label {
  color: #757575;
}
.amsl-register-content .fieldset.create.account .field:nth-of-type(1) {
  margin-bottom: 10px;
}
.amsl-register-content .fieldset.create.info .field-name-firstname,
.amsl-register-content .fieldset.create.info .field-name-lastname {
  display: block;
  width: 100%;
}
.amsl-register-content .fieldset.create.info .field-name-lastname {
  float: right;
}
.amsl-register-content .password-strength-meter,
.amsl-register-content .password-strength-meter:before,
.amsl-register-content .password-none .password-strength-meter:before {
  background-color: #ffffff;
}
.amsl-register-content .fiedset:after,
.amsl-register-content .legend,
.amsl-register-content .fieldset > .legend + br {
  display: none;
}
.amsl-register-content .amsl-form .fullname .fields {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-firstname,
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-lastname {
  flex-grow: 1;
}
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-middlename {
  padding: 0;
  width: 100%;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-prefix,
.amsl-register-content .amsl-form .fullname .fields > .field-name-suffix {
  flex-basis: 100%;
}
.amsl-login-success {
  color: #407740;
  padding: 50px;
}
.amsl-popup-overlay {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amsl-popup-block {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 10px auto auto;
  max-width: 95vw;
  min-width: 300px;
  position: relative;
}
.amsl-popup-block .amsl-social-login {
  min-height: 180px;
}
.amsl-popup-block .amsl-button-wrapper {
  margin: 0 10px 15px;
}
.amsl-popup-block .amsl-form {
  margin: 0 20px 65px;
  min-width: 250px;
}
.amsl-popup-block .block {
  margin-bottom: 0;
}
.amsl-popup-block .actions-toolbar > .primary {
  margin-bottom: 0;
}
.amsl-popup-block .control.captcha-image .captcha-img {
  display: block;
  max-height: 50px;
}
.amsl-popup-block .amsl-dialog-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amsl-popup-block.-social-top .amsl-login-content {
  display: flex;
  flex-direction: column-reverse;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
  display: block;
  margin: 45px 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-form {
  margin-bottom: 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
  align-items: center;
  border-radius: 4px;
  justify-content: space-around;
  margin: 0 20px;
  min-height: inherit;
  padding: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title {
  display: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title.-short {
  background: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  transform: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-buttons {
  margin: 20px 0;
  padding: 0;
  width: 60%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button-wrapper {
  margin: 5px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button {
  height: 40px;
  width: 40px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-social-icon {
  transform: scale(0.6);
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error {
  margin: 5px 20px;
  order: 1;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-info {
  margin-bottom: 20px;
  margin-top: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-social {
  margin: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons {
  flex-direction: column;
  padding: 20px 0 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-error.-social {
  box-sizing: border-box;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-buttons {
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button-wrapper {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 15px;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button {
  width: auto;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-social-icon {
  margin: auto 5px;
  transform: none;
}
.amsl-popup-block .actions-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 35px;
}
.amsl-popup-block .actions-toolbar:before,
.amsl-popup-block .actions-toolbar:after {
  display: none;
}
.amsl-popup-block .actions-toolbar .action.primary,
.amsl-popup-block .actions-toolbar .amshopby-button,
.amsl-popup-block .actions-toolbar .am-filter-go {
  background: #006bb4;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  margin: 0;
  padding: 14px 45px;
}
.amsl-popup-block .actions-toolbar .action.primary:hover,
.amsl-popup-block .actions-toolbar .action.primary:hover:focus,
.amsl-popup-block .actions-toolbar .amshopby-button:hover,
.amsl-popup-block .actions-toolbar .amshopby-button:hover:focus,
.amsl-popup-block .actions-toolbar .am-filter-go:hover,
.amsl-popup-block .actions-toolbar .am-filter-go:hover:focus {
  background: #5891e6;
}
.amsl-popup-block .actions-toolbar .action.primary:focus,
.amsl-popup-block .actions-toolbar .amshopby-button:focus,
.amsl-popup-block .actions-toolbar .am-filter-go:focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-popup-block .fieldset {
  margin-bottom: 25px;
}
.amsl-popup-block .fieldset:last-of-type {
  margin-bottom: 0;
}
.amsl-popup-block .fieldset > .field > .label,
.amsl-popup-block .fieldset > .fields > .field > .label {
  font-weight: 400;
}
.amsl-popup-block .checkbox {
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 20px;
}
.amsl-popup-block .checkbox + .label {
  vertical-align: middle;
}
.amsl-popup-block .input-text {
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  color: #585858;
  height: 45px;
}
.amsl-popup-block .input-text::placeholder {
  color: #a1a1a1;
}
.amsl-popup-block .amsl-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) center / 15px no-repeat;
  border-radius: 8px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: none;
  width: 30px;
}
.amsl-popup-block .amsl-close:hover,
.amsl-popup-block .amsl-close:active {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) center / 15px no-repeat;
}
.amsl-popup-block .amsl-close:focus {
  outline: 1px solid;
}
.amsl-popup-block .form-create-account .fieldset.create.account:after,
.amsl-popup-block .block-title,
.amsl-popup-block .field.note {
  display: none;
}
.amsl-popup-block.-social-top .amsl-showmore-wrapper {
  margin: 25px 0 7px;
}
.amsl-accounts {
  flex-direction: column;
}
.amsl-accounts,
.amsl-accounts .amsl-linked {
  display: flex;
  justify-content: space-between;
}
.amsl-accounts .amsl-accounts-block {
  margin-bottom: 20px;
  width: 100%;
}
.amsl-accounts .amsl-button {
  height: 45px;
  width: 45px;
}
.amsl-accounts .amsl-button.-amazon,
.amsl-accounts .amsl-button.-paypal {
  border: 1px solid #ececec;
}
.amsl-accounts .amsl-linked {
  align-items: center;
  background: #ececec;
  box-sizing: border-box;
  height: 45px;
  margin: 0 0 15px 23px;
  padding: 8px 8px 8px 0;
}
.amsl-accounts .amsl-linked:last-of-type {
  margin-bottom: 0;
}
.amsl-accounts .amsl-linked .amsl-button {
  position: absolute;
  transform: translateX(-50%);
}
.amsl-accounts .amsl-name {
  margin: 0 2px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amsl-accounts .amsl-social-icon {
  transform: scale(0.7);
}
.amsl-accounts .amsl-unlink {
  display: flex;
  align-items: center;
  background: #006bb4;
  border-radius: 4px;
  height: 100%;
  line-height: 1;
  padding: 1px 15px;
}
.amsl-accounts .amsl-unlink,
.amsl-accounts .amsl-unlink:hover,
.amsl-accounts .amsl-unlink:visited {
  color: #fff;
  text-decoration: none;
}
.amsl-accounts .amsl-unlink:hover {
  background: #5891e6;
}
.amsl-accounts .amsl-social-login {
  height: inherit;
}
.amsl-accounts .amsl-social-login .amsl-buttons {
  padding: 25px 15px;
}
.amsl-accounts .amsl-button-wrapper {
  margin: 7.5px 15px;
}
.amsl-accounts .amsl-accounts-block > .legend {
  box-sizing: border-box;
  width: 100%;
}
.amsl-social-login {
  display: flex;
  flex-wrap: wrap;
  background: #f6f6f6;
  border-radius: 0 0 8px 8px;
  height: 100%;
  position: relative;
  text-align: center;
}
.amsl-social-login .amsl-title {
  background: #dbdbdb;
  border-radius: 4px;
  box-sizing: border-box;
  left: 0;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 55px;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
}
.amsl-social-login .amsl-title.-short {
  display: none;
  width: inherit;
}
.amsl-social-login .amsl-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 10px;
  width: 100%;
}
.amsl-social-login .amsl-buttons.-flex-center {
  justify-content: center;
}
.amsl-social-login .amsl-button {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 65px;
  width: 65px;
}
.amsl-social-login .amsl-button:hover {
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.amsl-social-login .amsl-button:focus {
  box-shadow: none;
  transform: translateY(-1px);
}
.amsl-social-login .amsl-button.-google:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitter:hover {
  background: #1898e7;
}
.amsl-social-login .amsl-button.-facebook:hover {
  background: #4e71ba;
}
.amsl-social-login .amsl-button.-apple:hover {
  background: #fff;
}
.amsl-social-login .amsl-button.-linkedin:hover {
  background: #0098ea;
}
.amsl-social-login .amsl-button.-amazon:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-paypal:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitch:hover {
  background: #7e5bbe;
}
.amsl-socials-checkout {
  margin-bottom: 28px;
  margin-top: 38px;
}
.amsl-socials-checkout .amsl-social-login {
  border-radius: 0;
}
.amsl-socials-checkout .amsl-social-login .amsl-buttons {
  padding: 30px 15px 15px;
}
.amsl-socials-checkout .amsl-buttons > .amsl-button-wrapper {
  align-items: center;
  display: flex;
  height: calc(500px / 5 - ((15px * 2) / 5));
  justify-content: center;
  width: calc(500px / 5 - ((15px * 2) / 5));
}
.amsl-cart-page .amsl-social-login,
.amsl-login-page .amsl-social-login,
.amsl-registration-page .amsl-social-login {
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}
.amsl-cart-page .amsl-social-login .amsl-title,
.amsl-login-page .amsl-social-login .amsl-title,
.amsl-registration-page .amsl-social-login .amsl-title {
  background: none;
  color: #000;
  margin: 0;
  padding: 0 30px;
  position: relative;
  text-align: center;
  transform: none;
}
.amsl-cart-page .amsl-social-login .amsl-buttons,
.amsl-login-page .amsl-social-login .amsl-buttons,
.amsl-registration-page .amsl-social-login .amsl-buttons {
  margin: 0;
  padding: 0;
  width: inherit;
}
.amsl-cart-page .amsl-social-login .amsl-button-wrapper,
.amsl-login-page .amsl-social-login .amsl-button-wrapper,
.amsl-registration-page .amsl-social-login .amsl-button-wrapper {
  margin: 0 10px 10px;
}
.checkout-onepage-success .block.crosssell {
  float: none;
}
.amtypage-background {
  background-position: center;
  background-repeat: no-repeat;
}
.amtypage-main-container {
  display: flex;
  flex-wrap: wrap;
}
.amtypage-main-container > div {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
}
.amtypage-main-container > .amtyblock {
  margin: 20px 0;
  padding: 10px 15px;
  position: relative;
}
.amtypage-main-container > .amtyblock:first-child {
  margin-top: 0;
}
.amtypage-main-container > .amtyblock:not(:last-child):after {
  background: #d1d1d1;
  bottom: -20px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.amtypage-main-container > .amtyblock .page-title,
.amtypage-main-container > .amtyblock .subtitle,
.amtypage-main-container > .amtyblock .text {
  display: block;
}
.amtypage-main-container > .amtyblock .actions-toolbar,
.amtypage-main-container > .amtyblock .page-title,
.amtypage-main-container > .amtyblock .subtitle {
  margin-bottom: 20px;
}
.amtypage-main-container > .amtyblock .page-title {
  min-height: 40px;
}
.amtypage-main-container > .amtyblock .subtitle {
  font-weight: 600;
}
.amtypage-main-container > .amtyblock .text,
.amtypage-main-container > .amtyblock .content {
  margin-bottom: 10px;
}
.amtypage-main-container pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.thankyoupage-customer-create-form {
  max-width: 690px;
}
.amtyblock-customer-create .content .actions {
  margin-top: 40px;
}
.amtyblock-customer-create .error {
  color: #e02b27;
  margin-top: 10px;
}
.amtypage-title {
  display: block;
  font-weight: 600;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #cccccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #3ac39c);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -.015em;
  transition: .3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #ffffff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: .1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .amsearch-item .product-item-description {
  word-break: break-all;
}
.amsearch-products-section .product-item-description {
  color: #999999;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 5px;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 5px;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: .3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 5px;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 5px;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #ffffff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: .3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 4px;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: .3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: .3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #3ac39c);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #cccccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #3ac39c);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: .1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.mst-rma-block {
  display: flex;
  flex-wrap: wrap;
}
.mst-rma-block._align-top {
  align-items: baseline;
}
.mst-rma-box {
  border: 2px solid #e8e8e8;
  padding: 1.5rem 2rem 2rem 2rem;
  flex-grow: 1;
  margin-bottom: 2rem;
}
.mst-rma-box._half {
  max-width: 50%;
}
.mst-rma-box._no-border {
  padding: 0;
  border: 0;
}
.mst-rma-box:last-child {
  margin-right: 0;
}
.mst-rma-box__title {
  font-weight: 600;
  margin-bottom: 1rem;
}
.mst-rma-box__content table tr th:first-child {
  padding-left: 0;
  font-weight: 600;
  font-size: 1.3rem;
}
.mst-rma-box + .mst-rma-box {
  margin-left: 2rem;
}
.mst-rma-badge,
.mst-rma-status {
  background: #b9b9b9;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  padding: 4px 8px;
  vertical-align: baseline;
  line-height: 1;
  white-space: nowrap;
}
.mst-rma-badge._pending,
.mst-rma-status._pending {
  background-color: #ffea8a;
  color: #595130;
}
.mst-rma-badge._approved,
.mst-rma-status._approved {
  background-color: #bbe5b3;
  color: #414f3e;
}
.mst-rma-badge._rejected,
.mst-rma-status._rejected {
  background-color: #ffc58b;
  color: #594430;
}
.mst-rma-badge._package_sent,
.mst-rma-status._package_sent {
  background-color: #b4e1fa;
  color: #3e4e57;
}
@media (max-width: 768px) {
  .mst-rma-box {
    width: 100%;
    margin-left: 0 !important;
  }
  .mst-rma-box._half {
    max-width: 100%;
  }
}
body.rma-rma-list .column.main .page-title-wrapper {
  float: left;
}
body.rma-rma-list .mst-rma-list__new-request {
  margin: 1rem 0 2rem 0;
  float: right;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__name {
  display: flex;
  align-items: center;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__unread {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='84px' height='67px' viewBox='0 0 84 67' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-15.000000, -4.000000)'%3E%3Cg id='Group' transform='translate(15.000000, 17.000000)'%3E%3Crect id='Rectangle-Copy' fill='%23DFE3E8' x='0' y='0' width='77' height='54' rx='6'%3E%3C/rect%3E%3Cpath d='M71.4654705,0.0177879283 C74.5616559,0.255350981 77,2.8429226 77,6 L77,48 L77,48 C77,51.3137085 74.3137085,54 71,54 L6,54 L6,54 C2.6862915,54 -4.82366169e-16,51.3137085 -8.8817842e-16,48 L0,6 L-8.8817842e-16,6 C-1.27480889e-15,2.8429226 2.4383441,0.255350981 5.53452951,0.0177879283 L38.5,17 L71.4654705,0.0177879283 Z M7.33333333,10 L7.33333333,54 L69.6666667,54 L69.6666667,10 L38.5,27 L7.33333333,10 Z' id='Rectangle' fill='%23858B92'%3E%3C/path%3E%3C/g%3E%3Cpolygon id='Rectangle-2' fill='%23000000' opacity='0.0722373188' points='84.6999969 27 84.6600037 71 53.5 44'%3E%3C/polygon%3E%3Cg id='Group-2' transform='translate(61.000000, 4.000000)' fill='%23F43734'%3E%3Ccircle id='Oval' cx='19' cy='19' r='19'%3E%3C/circle%3E%3C/g%3E%3Cpath d='M82.8497362,35.5733926 L77.9976866,35.5733926 L77.9976866,17.2875543 C76.2249241,18.9452023 74.1356282,20.1711528 71.7297363,20.9654424 L71.7297363,16.5623369 C72.9959952,16.1479249 74.3715922,15.3622806 75.8565686,14.2053804 C77.3415449,13.0484802 78.3602925,11.6987836 78.9128418,10.15625 L82.8497362,10.15625 L82.8497362,35.5733926 Z' id='1' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
body.rma-rma-list .mst-rma-list tr + .mst-rma-list__items td {
  border-top: 0;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items td > div {
  display: flex;
  justify-content: flex-end;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  padding: 0;
  margin-top: 1rem;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul li {
  text-align: center;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul li img {
  max-width: 6rem;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul li strong {
  font-size: 1.2rem;
  font-weight: 500;
  color: #999999;
  line-height: 1.5rem;
  display: none;
}
body.rma-rma-list .mst-rma-list .mst-rma-list__items ul li + li {
  margin-left: -.5rem;
}
.mst-rma-view__orders {
  margin-top: 2rem;
}
.mst-rma__return {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='380px' height='440px' viewBox='0 0 380 440' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.03'%3E%3Cg id='iconfinder_ROI_3448009' fill-rule='nonzero' fill='%23000000'%3E%3Cpath d='M200.533,78.519 C145.015,78.519 99.846,123.687 99.846,179.206 C99.846,195.227 103.704,211.17 110.999,225.31 C112.712,228.635 116.802,229.937 120.125,228.225 C123.45,226.509 124.756,222.424 123.039,219.099 C116.64,206.695 113.394,193.273 113.394,179.206 C113.394,131.157 152.483,92.068 200.532,92.068 C248.581,92.068 287.671,131.157 287.671,179.206 C287.671,208.097 273.388,235.056 249.46,251.321 C246.366,253.425 245.564,257.638 247.667,260.733 C248.979,262.661 251.106,263.698 253.274,263.698 C254.587,263.698 255.911,263.318 257.077,262.526 C284.719,243.735 301.22,212.588 301.22,179.206 C301.221,123.687 256.053,78.519 200.533,78.519 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M222.548,243.445 C223.354,243.445 224.173,243.299 224.971,242.993 C251.202,232.937 268.825,207.304 268.825,179.205 C268.825,141.548 238.19,110.913 200.533,110.913 C162.877,110.913 132.239,141.548 132.239,179.205 C132.239,196.71 138.855,213.356 150.869,226.08 C153.435,228.801 157.724,228.927 160.444,226.356 C163.166,223.787 163.289,219.501 160.719,216.781 C151.091,206.58 145.787,193.235 145.787,179.205 C145.787,149.02 170.346,124.462 200.532,124.462 C230.718,124.462 255.276,149.02 255.276,179.205 C255.276,201.732 241.147,222.281 220.12,230.343 C216.627,231.683 214.881,235.601 216.219,239.094 C217.254,241.789 219.822,243.445 222.548,243.445 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M73.154,255.404 C76.895,255.404 79.928,252.37 79.928,248.629 C79.928,244.889 76.895,241.856 73.154,241.856 L54.2,241.856 C50.46,241.856 47.427,244.889 47.427,248.629 L47.427,342.865 C47.427,346.605 50.46,349.639 54.2,349.639 L97.883,349.639 L221.012,349.639 C237.089,349.639 252.983,344.267 265.764,334.512 L306.887,303.128 C318.339,294.39 320.719,277.835 312.193,266.226 C303.657,254.601 287.135,251.925 275.362,260.261 L254.31,275.171 C251.257,277.334 250.536,281.562 252.698,284.616 C254.862,287.667 259.089,288.389 262.142,286.228 L283.195,271.317 C288.975,267.221 297.086,268.541 301.272,274.245 C305.459,279.944 304.291,288.069 298.669,292.358 L257.545,323.741 C247.109,331.705 234.137,336.09 221.012,336.09 L104.657,336.09 L104.657,255.403 L150.517,255.403 C158.474,255.403 165.988,258.465 171.676,264.027 C179.915,272.075 190.793,276.507 202.308,276.507 L215.431,276.507 C221.576,276.507 226.573,281.504 226.573,287.647 C226.573,295.837 219.911,302.501 211.72,302.501 L164.188,302.501 C160.448,302.501 157.414,305.534 157.414,309.274 C157.414,313.015 160.448,316.048 164.188,316.048 L211.72,316.048 C227.38,316.048 240.121,303.307 240.121,287.647 C240.121,274.036 229.045,262.959 215.431,262.959 L202.308,262.959 C194.352,262.959 186.837,259.896 181.146,254.336 C172.913,246.285 162.035,241.854 150.517,241.854 L97.882,241.854 C94.142,241.854 91.108,244.887 91.108,248.627 L91.108,336.089 L60.974,336.089 L60.974,255.402 L73.154,255.402 L73.154,255.404 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M200.533,228.991 C204.274,228.991 207.307,225.957 207.307,222.217 L207.307,216.733 C216.846,214.973 224.099,206.61 224.099,196.57 C224.099,185.254 214.894,176.049 203.578,176.049 L202.531,176.049 L198.551,176.049 L197.504,176.049 C193.659,176.049 190.531,172.923 190.531,169.078 C190.531,165.233 193.659,162.107 197.504,162.107 L213.343,162.107 C217.084,162.107 220.117,159.073 220.117,155.333 C220.117,151.593 217.084,148.559 213.343,148.559 L207.308,148.559 L207.308,144.233 C207.308,140.492 204.275,137.459 200.534,137.459 C196.794,137.459 193.761,140.493 193.761,144.233 L193.761,148.918 C184.229,150.685 176.984,159.045 176.984,169.079 C176.984,180.393 186.189,189.598 197.505,189.598 L198.552,189.598 L202.532,189.598 L203.579,189.598 C207.424,189.598 210.552,192.726 210.552,196.571 C210.552,200.416 207.424,203.542 203.579,203.542 L187.74,203.542 C184,203.542 180.966,206.576 180.966,210.316 C180.966,214.057 184,217.09 187.74,217.09 L193.761,217.09 L193.761,222.218 C193.76,225.957 196.793,228.991 200.533,228.991 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M372.971,389.09 L317.662,350.893 C314.584,348.768 310.363,349.538 308.238,352.617 C306.112,355.696 306.884,359.915 309.962,362.042 L357.2,394.665 L320.587,419.953 L320.587,408.5 C320.587,404.76 317.553,401.726 313.813,401.726 L100.964,401.726 L100.964,387.603 L313.813,387.603 C317.553,387.603 320.587,384.569 320.587,380.829 C320.587,377.089 317.553,374.056 313.813,374.056 L94.189,374.056 C90.449,374.056 87.416,377.089 87.416,380.829 L87.416,408.5 C87.416,412.24 90.449,415.273 94.189,415.273 L307.038,415.273 L307.038,432.863 C307.038,435.381 308.435,437.692 310.665,438.862 C311.654,439.381 312.734,439.637 313.812,439.637 C315.164,439.637 316.509,439.232 317.662,438.437 L372.971,400.238 C374.803,398.973 375.896,396.888 375.896,394.664 C375.896,392.438 374.803,390.354 372.971,389.09 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M65.646,374.055 L35.553,374.055 C31.813,374.055 28.779,377.088 28.779,380.828 L28.779,408.5 C28.779,412.24 31.813,415.273 35.553,415.273 L65.646,415.273 C69.386,415.273 72.419,412.24 72.419,408.5 L72.419,380.828 C72.419,377.088 69.386,374.055 65.646,374.055 Z M58.871,401.726 L42.327,401.726 L42.327,387.603 L58.871,387.603 L58.871,401.726 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M7.008,374.055 C3.268,374.055 0.234,377.088 0.234,380.828 L0.234,408.5 C0.234,412.24 3.268,415.273 7.008,415.273 C10.748,415.273 13.782,412.24 13.782,408.5 L13.782,380.828 C13.782,377.088 10.748,374.055 7.008,374.055 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M7.029,50.91 L62.338,89.109 C63.514,89.92 64.854,90.309 66.182,90.309 C68.333,90.309 70.449,89.288 71.762,87.385 C73.888,84.306 73.116,80.088 70.038,77.961 L22.8,45.335 L59.413,20.047 L59.413,31.5 C59.413,35.24 62.447,38.274 66.187,38.274 L279.036,38.274 L279.036,52.397 L66.188,52.397 C62.448,52.397 59.414,55.431 59.414,59.171 C59.414,62.911 62.448,65.945 66.188,65.945 L285.811,65.945 C289.551,65.945 292.584,62.911 292.584,59.171 L292.584,31.5 C292.584,27.759 289.551,24.726 285.811,24.726 L72.962,24.726 L72.962,7.136 C72.962,4.618 71.565,2.307 69.335,1.136 C67.105,-0.032 64.408,0.131 62.338,1.562 L7.029,39.762 C5.197,41.026 4.104,43.111 4.104,45.336 C4.104,47.561 5.197,49.645 7.029,50.91 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M314.355,65.945 L344.447,65.945 C348.187,65.945 351.221,62.911 351.221,59.171 L351.221,31.5 C351.221,27.759 348.187,24.726 344.447,24.726 L314.355,24.726 C310.614,24.726 307.58,27.76 307.58,31.5 L307.58,59.171 C307.58,62.912 310.614,65.945 314.355,65.945 Z M321.129,38.274 L337.673,38.274 L337.673,52.397 L321.129,52.397 L321.129,38.274 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M372.992,24.726 C369.252,24.726 366.218,27.76 366.218,31.5 L366.218,59.171 C366.218,62.911 369.252,65.945 372.992,65.945 C376.732,65.945 379.766,62.911 379.766,59.171 L379.766,31.5 C379.767,27.759 376.732,24.726 372.992,24.726 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-rma__return-address {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='960px' height='832px' viewBox='0 0 960 832' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.03'%3E%3Cg id='iconfinder_package_298837' fill-rule='nonzero' fill='%23000000'%3E%3Cpath d='M480,0 L0,128 L0,704 L480,832 L960,704 L960,128 L480,0 Z M63.875,656.934 L63.5,224 L447.998,326.533 L447.999,759.366 L63.875,656.934 Z M63.5,160 L223.754,117.266 L640,228.265 L640,228.4 L480,271.067 L63.5,160 Z M896.125,656.934 L512.001,759.366 L512.002,326.533 L640,292.4 L640,448.4 L768,414.265 L768,258.267 L896.5,224 L896.125,656.934 Z M768,194.267 L768,194.142 L351.734,83.138 L480,48.934 L896.5,160 L768,194.267 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-rma__contact {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='94px' height='94px' viewBox='0 0 94 94' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.03'%3E%3Cg id='iconfinder_ui_29_3556070' fill-rule='nonzero' fill='%23000000'%3E%3Cpath d='M41.955,51.079 C46.807,51.079 50.753,46.16 50.753,40.113 C50.753,34.066 46.807,29.146 41.955,29.146 C37.103,29.146 33.156,34.066 33.156,40.113 C33.156,46.16 37.104,51.079 41.955,51.079 Z M41.955,33.146 C44.556,33.146 46.753,36.336 46.753,40.113 C46.753,43.89 44.556,47.079 41.955,47.079 C39.353,47.079 37.156,43.889 37.156,40.113 C37.156,36.337 39.354,33.146 41.955,33.146 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M62.822,47.86 C67.674,47.86 71.62,42.94 71.62,36.893 C71.62,30.846 67.674,25.926 62.822,25.926 C57.97,25.926 54.024,30.846 54.024,36.893 C54.024,42.94 57.971,47.86 62.822,47.86 Z M62.822,29.927 C65.423,29.927 67.62,33.117 67.62,36.894 C67.62,40.671 65.423,43.861 62.822,43.861 C60.221,43.861 58.024,40.671 58.024,36.894 C58.024,33.117 60.222,29.927 62.822,29.927 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M73.269,45.483 C72.816,45.112 72.221,44.958 71.65,45.061 C71.074,45.164 70.572,45.513 70.276,46.017 C68.517,49.012 65.73,50.8 62.821,50.8 C59.866,50.8 57.053,48.961 55.298,45.88 C55.009,45.373 54.513,45.017 53.94,44.906 C53.366,44.796 52.773,44.941 52.317,45.304 C50.165,47.014 48.477,49.23 47.395,51.731 C45.819,53.184 43.919,54.016 41.956,54.016 C39,54.016 36.186,52.179 34.43,49.1 C34.14,48.593 33.644,48.238 33.071,48.128 C32.501,48.017 31.905,48.163 31.449,48.526 C27.436,51.714 25.135,56.478 25.135,61.595 L25.135,66.071 C25.135,67.175 26.031,68.071 27.135,68.071 L56.501,68.071 C57.605,68.071 58.501,67.175 58.501,66.071 L58.501,64.85 L77.37,64.85 C78.474,64.85 79.37,63.954 79.37,62.85 L79.37,58.38 C79.37,53.364 77.146,48.664 73.269,45.483 Z M54.499,64.073 L29.133,64.073 L29.133,61.597 C29.133,58.438 30.287,55.455 32.357,53.147 C34.842,56.233 38.296,58.018 41.956,58.018 C45.041,58.018 47.989,56.734 50.334,54.475 C50.407,54.412 50.477,54.346 50.541,54.273 C50.845,53.968 51.141,53.651 51.422,53.313 C53.398,55.599 54.5,58.522 54.5,61.598 L54.5,64.073 L54.499,64.073 Z M75.37,60.85 L58.458,60.85 C58.32,57.738 57.327,54.779 55.612,52.252 C57.73,53.883 60.22,54.8 62.82,54.8 C66.407,54.8 69.812,53.077 72.289,50.092 C74.268,52.377 75.37,55.3 75.37,58.38 L75.37,60.85 L75.37,60.85 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M81,0 L23.5,0 C17.097,0 11.714,4.735 10.689,10.885 C5.25,11.236 0,13.179 0,17 C0,20.777 5.129,22.72 10.5,23.103 L10.5,30.896 C5.129,31.28 0,33.223 0,37 C0,40.777 5.129,42.72 10.5,43.103 L10.5,50.896 C5.129,51.28 0,53.223 0,57 C0,60.777 5.129,62.72 10.5,63.103 L10.5,70.896 C5.129,71.28 0,73.223 0,77 C0,80.821 5.25,82.764 10.689,83.115 C11.714,89.265 17.097,94 23.5,94 L81,94 C88.168,94 94,88.168 94,81 L94,13 C94,5.832 88.168,0 81,0 Z M4.031,17 C4.481,16.312 7.37,14.821 12.5,14.821 C17.63,14.821 20.519,16.312 20.969,17 C20.519,17.688 17.63,19.179 12.5,19.179 C7.37,19.179 4.481,17.688 4.031,17 Z M4.031,37 C4.481,36.312 7.37,34.821 12.5,34.821 C17.63,34.821 20.519,36.312 20.969,37 C20.519,37.688 17.63,39.179 12.5,39.179 C7.37,39.179 4.481,37.688 4.031,37 Z M4.031,57 C4.481,56.312 7.37,54.821 12.5,54.821 C17.63,54.821 20.519,56.312 20.969,57 C20.519,57.688 17.63,59.179 12.5,59.179 C7.37,59.179 4.481,57.688 4.031,57 Z M4.031,77 C4.481,76.312 7.37,74.821 12.5,74.821 C17.63,74.821 20.519,76.312 20.969,77 C20.519,77.688 17.63,79.179 12.5,79.179 C7.37,79.179 4.481,77.688 4.031,77 Z M90,81 C90,85.962 85.963,90 81,90 L23.5,90 C19.286,90 15.707,87.038 14.753,83.088 C20.031,82.662 25,80.717 25,77 C25,73.223 19.871,71.28 14.5,70.897 L14.5,63.104 C19.871,62.72 25,60.777 25,57 C25,53.223 19.871,51.28 14.5,50.897 L14.5,43.104 C19.871,42.72 25,40.777 25,37 C25,33.223 19.871,31.28 14.5,30.897 L14.5,23.104 C19.871,22.72 25,20.777 25,17 C25,13.283 20.031,11.338 14.753,10.912 C15.707,6.962 19.286,4 23.5,4 L81,4 C85.963,4 90,8.038 90,13 L90,81 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-rma__status {
  padding-top: 2rem;
  text-align: center;
  border-color: #ff5500;
  background: #fff0e9;
}
.mst-rma-box.mst-rma__return-address {
  margin-left: -2px;
}
.mst-rma__return,
.mst-rma__contact,
.mst-rma__return-address {
  background-size: 14rem;
  background-repeat: no-repeat;
  background-position: 90% 90%;
}
.mst-rma__message {
  background: #f9f9f9;
}
.mst-rma-view__orders > ._no-border {
  margin-bottom: 5rem;
}
.mst-rma-view__orders > ._no-border:last-child {
  margin-bottom: 0;
}
.mst-rma__history .mst-rma-box__content {
  max-height: 50rem;
  overflow-y: scroll;
}
.mst-rma__history .mst-rma__message {
  padding: 1.5rem 2rem;
  margin-top: 4rem;
  margin-bottom: 6rem;
  position: relative;
  border-radius: .5rem;
  border: 1px solid #ffffff;
  border-top: 2px solid #ffffff;
  margin-right: .1rem;
}
.mst-rma__history .mst-rma__message:last-child {
  margin-bottom: 2rem;
}
.mst-rma__history .mst-rma__message:before {
  position: absolute;
  content: "";
  top: -.7rem;
  left: 2rem;
  width: 0;
  height: 0;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-bottom: .5rem solid #ffffff;
}
.mst-rma__history .mst-rma__message.__user {
  border-color: #d6f1ff;
  background: #d6f1ff;
  margin-left: 3rem;
}
.mst-rma__history .mst-rma__message.__user:before {
  border-bottom-color: #d6f1ff;
}
.mst-rma__history .mst-rma__message.__system {
  border-color: #f5ddd0;
  background: #f5ddd0;
  margin-left: 3rem;
}
.mst-rma__history .mst-rma__message.__system:before {
  display: none;
}
.mst-rma__history .mst-rma__message.__customer {
  border-color: #e4f2ca;
  background: #e4f2ca;
  margin-right: 3rem;
}
.mst-rma__history .mst-rma__message.__customer:before {
  border-bottom-color: #e4f2ca;
}
.mst-rma__history .mst-rma__message-title {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
}
.mst-rma__history .mst-rma__message-title strong {
  font-weight: 600;
  color: #333333;
  margin-right: 1.5rem;
  left: .5rem;
}
.mst-rma__history .mst-rma__message-title i {
  display: inline-block;
  font-style: normal;
  color: #adadad;
  float: right;
  margin-right: 1.5rem;
}
.mst-rma-status.status-branch-aqua {
  background: #2ec5b9;
  color: #ffffff;
}
.mst-rma-status.status-branch-grey {
  background: #868686;
  color: #ffffff;
}
.mst-rma-status.status-branch-navy {
  background: #4c7eb4;
  color: #ffffff;
}
.mst-rma-status.status-branch-silver {
  background: #c0c0c0;
  color: #ffffff;
}
.mst-rma-status.status-branch-black {
  background: #424242;
  color: #ffffff;
}
.mst-rma-status.status-branch-green {
  background: #59e05b;
  color: #ffffff;
}
.mst-rma-status.status-branch-olive {
  background: #668121;
  color: #ffffff;
}
.mst-rma-status.status-branch-teal {
  background: #3298b1;
  color: #ffffff;
}
.mst-rma-status.status-branch-blue {
  background: #5e6bff;
  color: #ffffff;
}
.mst-rma-status.status-branch-lime {
  background: #68cf70;
  color: #ffffff;
}
.mst-rma-status.status-branch-purple {
  background: #c007bf;
  color: #ffffff;
}
.mst-rma-status.status-branch-fuchsia {
  background: #d55bd5;
  color: #ffffff;
}
.mst-rma-status.status-branch-maroon {
  background: #af5959;
  color: #ffffff;
}
.mst-rma-status.status-branch-red {
  background: #ff2525;
  color: #ffffff;
}
.mst-rma-status.status-branch-orange {
  background: #ff8c00;
  color: #ffffff;
}
.mst-rma-status.status-branch-yellow {
  background: #f0b700;
  color: #ffffff;
}
form.rma-customer-new {
  width: 50%;
  min-width: 400px;
}
.order-info-hide {
  display: none;
}
.order-info-show {
  display: block;
}
.italic {
  font-style: italic;
}
.rma-view .box-rma-information table,
.rma-new-step2 .box-rma-information table {
  width: auto;
}
.rma-view .box-rma-information table th,
.rma-new-step2 .box-rma-information table th,
.rma-view .box-rma-information table td,
.rma-new-step2 .box-rma-information table td {
  padding: .5rem 1rem;
}
.rma-view .box-rma-information table th,
.rma-new-step2 .box-rma-information table th {
  padding-left: 0;
  font-weight: 600;
}
.mst-rma-view .rma-control-buttons {
  margin-bottom: 10px;
}
.rma-new-step2 .rma-one-item {
  *zoom: 1;
  clear: both;
  display: block;
  margin-bottom: 1rem;
  border: 2px dashed #e8e8e8;
  padding: 1rem;
}
.rma-new-step2 .rma-one-item:before,
.rma-new-step2 .rma-one-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma-new-step2 .rma-one-item:after {
  clear: both;
}
.rma-new-step2 .rma-one-item:before,
.rma-new-step2 .rma-one-item:after {
  content: " ";
  display: table;
}
.rma-new-step2 .rma-one-item:after {
  clear: both;
}
.rma-new-step2 .rma-one-item .item-description {
  *zoom: 1;
  clear: both;
  display: block;
  position: relative;
  float: left;
  width: 50%;
}
.rma-new-step2 .rma-one-item .item-description:before,
.rma-new-step2 .rma-one-item .item-description:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma-new-step2 .rma-one-item .item-description:after {
  clear: both;
}
.rma-new-step2 .rma-one-item .item-description:before,
.rma-new-step2 .rma-one-item .item-description:after {
  content: " ";
  display: table;
}
.rma-new-step2 .rma-one-item .item-description:after {
  clear: both;
}
.rma-new-step2 .rma-one-item .item-description .image {
  float: left;
  margin: 0 1.5rem;
}
.rma-new-step2 .rma-one-item .item-description input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
}
.rma-new-step2 .rma-one-item .item-options {
  float: left;
  width: 40%;
  padding-left: 10%;
}
.rma-new-step2 .form-list {
  list-style: none;
}
.ui-widget-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100000px;
  height: 100000px;
  background: rgba(0, 0, 0, 0.1);
}
form.rma-guest-new {
  width: 50%;
  min-width: 400px;
}
@media print {
  .rma-rma-print .order-date {
    display: block;
    width: 100%;
  }
  .rma-rma-print .order-details-items {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .rma-rma-print * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  .rma-rma-print a,
  .rma-rma-print a:visited {
    text-decoration: underline !important;
  }
  .rma-rma-print pre,
  .rma-rma-print blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  .rma-rma-print thead {
    display: table-header-group;
  }
  .rma-rma-print .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .rma-rma-print .table-wrapper table td {
    width: auto;
  }
  .rma-rma-print .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .rma-rma-print .box,
  .rma-rma-print tr,
  .rma-rma-print img {
    page-break-inside: avoid;
  }
  .rma-rma-print img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .rma-rma-print .block-content,
  .rma-rma-print p,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    orphans: 3;
    widows: 3;
  }
  .rma-rma-print .block-content {
    page-break-before: avoid;
    display: inline-block;
    width: 100%;
  }
  .rma-rma-print .block-title,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    page-break-after: avoid;
  }
  .rma-rma-print .nav-toggle {
    display: none !important;
  }
  .rma-rma-print .sidebar,
  .rma-rma-print .nav-sections,
  .rma-rma-print .header.content > *[class],
  .rma-rma-print .panel.wrapper > *[class],
  .rma-rma-print .footer.content > *[class] {
    display: none;
  }
  .rma-rma-print .logo,
  .rma-rma-print .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .rma-rma-print .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .rma-rma-print .column.main {
    float: none !important;
    width: 100% !important;
  }
  .rma-rma-print .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .rma-rma-print .footer.content {
    padding: 0;
  }
  .rma-rma-print .box {
    padding: 0;
    border: 0;
    float: left;
    width: 48.8%;
    margin-bottom: 20px;
    min-height: auto;
  }
  .rma-rma-print table.table thead {
    border-top: 0;
  }
  .rma-rma-print .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    box-shadow: none;
  }
  .rma-rma-print .table:not(.cart):not(.totals) > thead > tr > th,
  .rma-rma-print .table:not(.cart):not(.totals) > tbody > tr > td {
    border: none;
  }
  .rma-rma-print .hdmx__contact-button,
  .rma-rma-print #hdmx__contact-button {
    display: none;
  }
}
.mst-rma-create__add-order {
  display: flex;
  justify-content: center;
}
.mst-rma-create__add-order button {
  margin: 1rem;
}
.mst-rma-create__order-selector .field {
  display: flex;
  flex-wrap: wrap;
}
.mst-rma-create__order-selector .field select {
  max-width: 40rem;
}
.mst-rma-create__order-selector .field button {
  margin-left: 1rem;
}
.mst-rma-create__order-selector .mst-rma-buttons-delimiter-text {
  line-height: 32px;
  margin-left: 1rem;
}
.mst-rma-create__order {
  border: 2px solid #e8e8e8;
  padding: 2rem;
  margin-bottom: 1rem;
  align-items: center;
}
.mst-rma-create__order .mst-rma-create__order-header {
  display: flex;
  margin-bottom: 2rem;
}
.mst-rma-create__order .mst-rma-create__order-header .increment-id {
  font-weight: 600;
  font-size: 1.8rem;
}
.mst-rma-create__order .mst-rma-create__order-header .remove {
  color: #1879c2;
  margin-left: auto;
  text-decoration: underline;
  cursor: pointer;
}
.mst-rma-create__order .mst-rma-create__order-header .remove:hover {
  text-decoration: none;
}
#rma-new-form .actions-toolbar {
  margin-top: 10px;
}
#rma-new-form .actions-toolbar.secondary.ui-remove-item-button-container {
  float: left;
}
.course-banner {
  overflow: hidden;
  position: relative;
  border: 1px solid black;
  margin: 0 auto;
  min-height: 250px;
  color: #262626;
}
.course-banner .wrap {
  display: flex;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.course-banner .wrap img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.course-banner .wrap .sub-wrap {
  width: 100%;
  padding: 10px 10px 10px 20px;
  overflow-y: auto;
}
.course-banner .wrap .sub-wrap::-webkit-scrollbar {
  width: 15px;
}
.course-banner .wrap .sub-wrap::-webkit-scrollbar-thumb {
  border: 5px solid #fff;
  background: #9e73b9;
  border-radius: 10px;
}
.course-banner .wrap .sub-wrap .title-block {
  margin: 0 0 20px;
}
.course-banner .wrap .sub-wrap .title-block .title {
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 1em;
}
.course-banner .wrap .sub-wrap .title-block .short {
  font-size: 14px;
  font-style: italic;
}
.course-banner .wrap .sub-wrap .block {
  margin: 0 0 20px;
}
.course-banner .wrap .sub-wrap .block .sub-title {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1em;
  font-weight: 700;
}
.course-banner .wrap .sub-wrap .block p {
  margin: 0;
  font-size: 16px;
  line-height: 1.2em;
}
.course-banner .wrap .sub-wrap .block p:not(:last-of-type) {
  margin: 0 0 10px;
}
.course-banner .wrap .sub-wrap .description {
  padding: 0 0 10px;
}
.course-banner .wrap .sub-wrap .description .duration {
  margin: 0 0 10px;
}
.course-banner .wrap .sub-wrap .description .company {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}
.course-banner .wrap .sub-wrap .description .includes {
  margin: 10px 0;
}
.course-banner .wrap .sub-wrap .description .includes div {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 5px;
}
.course-banner .wrap .sub-wrap .description .includes ul {
  margin: 0;
  padding: 0;
}
.course-banner .wrap .sub-wrap .description .includes ul li {
  margin: 0 0 5px;
  font-size: 16px;
}
.custom-login-message {
  display: none;
}
.surprize_ca .custom-login-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url('../../frontend/Balltheme/balloon/en_US/images/custom-login-ca-bg.png') no-repeat center center;
  background-size: cover;
  padding: 60px;
  border-radius: 8px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .surprize_ca .custom-login-wrapper {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.surprize_ca .custom-login-message {
  flex: 1;
  padding-right: 35px;
  color: #fff;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .surprize_ca .custom-login-message {
    padding-right: 0;
  }
}
.surprize_ca .custom-login-message h2 {
  font-size: 58px;
  font-weight: bold;
  color: #FFF0F4;
}
@media screen and (max-width: 767px) {
  .surprize_ca .custom-login-message h2 {
    font-size: 48px;
    color: #003B85;
  }
}
.surprize_ca .custom-login-message h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 20px 0;
  color: #003B85;
}
.surprize_ca .custom-login-message p {
  font-size: 20px;
  line-height: 1.5;
  color: #004778;
}
@media screen and (max-width: 767px) {
  .surprize_ca .custom-login-message p {
    font-size: 18px;
  }
}
.surprize_ca .custom-login-message a {
  color: #E76B8A;
}
.surprize_ca .block-customer-login {
  flex: 1;
  max-width: none !important;
  margin: 0 !important;
  text-align: left;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 8px;
}
.surprize_ca.customer-account-login .page-wrapper .login-container {
  width: 100%;
  margin: 0;
  text-align: left;
}
.actiondiv .sub-action .fa-eye,
.actiondiv .sub-action .fa-trash,
.actiondiv .sub-action .fa-link,
.actiondiv .sub-action .fa-envelope-o {
  font-size: 19px;
  margin: 0 25px;
}
#listmaindiv .actiondiv {
  width: 15%;
  text-align: center;
}
.modal-popup .modal-inner-wrap {
  width: 30%;
  top: 8%;
  max-width: 400px;
}
.modal-popup .modal-header {
  text-align: center;
}
.modal-popup .modal-title {
  border-bottom: none;
}
.modal-popup.modal-slide .modal-footer {
  display: none;
}
#modal-content-0 > div,
.modal-content {
  text-align: center;
}
#copylink-modal > span {
  float: left;
  font-size: 16px;
  line-height: 1.5;
  margin: 25px 0;
  text-align: center;
  width: 100%;
}
#email-heading {
  font-size: 12px;
}
.savcart-modal-input {
  height: 45px;
  margin-bottom: 25px;
  margin-top: 5px;
}
.popup-modal > button,
.popup-modal button {
  background-color: #f1621c;
  border: none;
  border-radius: 20px;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  height: 45px;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  width: 85%;
}
#mailcart-modal .savcart-modal-txtarea {
  margin-bottom: 25px;
}
#frm_savecart > div.fieldset > label.error {
  color: red;
}
#txtcartname,
#slctupdate {
  border: 1px solid;
  border-radius: 20px;
  font-size: 18px;
  height: 45px;
  margin: 30px 10px;
}
#savecart,
#existingsavecart {
  width: 60%;
}
#viewmaindiv {
  clear: both;
}
#viewmaindiv .headerclass {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #0000ff;
  padding: 7px 5px 7px 10px;
}
#viewmaindiv .left {
  width: 85%;
  float: left;
}
#viewmaindiv .right {
  width: 12%;
  float: left;
}
#custcartviewform > h1 {
  float: left;
  font-size: 40px;
  margin-bottom: 20px;
}
.detailclass {
  border: 1px solid #cccccc;
  padding: 7px 5px 7px 10px;
  min-height: 33px;
}
#quotename {
  width: 70%;
  display: block;
}
.mylabel {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 1rem 0;
}
.buttondiv {
  float: right;
  margin-bottom: 20px;
}
#listmaindiv {
  clear: both;
}
#listmaindiv .listheadclass {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #0000ff;
  padding: 7px 5px 7px 10px;
  float: left;
}
#listmaindiv .chkdiv {
  width: 4%;
}
#listmaindiv .cartdiv {
  width: 10%;
}
#listmaindiv .datediv {
  width: 12%;
}
#listmaindiv .jobnamediv {
  width: 29%;
}
#listmaindiv .actiondiv {
  width: 16%;
  text-align: center;
}
#listdetaildiv .listdetailclass {
  background: #fff;
  border: 1px solid #cccccc;
  color: #337ab7;
  padding: 7px 5px 7px 10px;
  float: left;
  height: 21px;
}
#listdetaildiv .chkdiv {
  width: 4%;
}
#listdetaildiv .cartdiv {
  width: 10%;
}
#listdetaildiv .datediv {
  width: 12%;
}
#listdetaildiv .jobnamediv {
  width: 29%;
}
#listdetaildiv .actiondiv {
  width: 16%;
}
#listdetaildiv .alink {
  color: #337ab7;
  text-decoration: none;
}
#listdetaildiv .alink:hover {
  color: #23527c;
}
#listdetaildiv .alink:first-child {
  border-right: 1px solid #23527c;
  padding: 8px 0;
}
.carttitle {
  float: left;
  font-weight: bold;
}
#cartviewhead {
  clear: both;
  float: left;
  width: 100%;
}
#cartviewhead .viewheadclass {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #0000ff;
  float: left;
  padding: 7px 5px 7px 10px;
}
#cartviewhead .prdname {
  width: 33%;
  clear: both;
}
#cartviewhead .prdqty {
  width: 20%;
}
#cartviewhead .itemprice {
  width: 11%;
}
#cartviewhead .itemtotal {
  width: 11%;
}
#cartviewhead .itemaction {
  width: 15%;
}
#cartviewdetaildiv {
  clear: both;
  float: left;
  width: 100%;
}
#cartviewdetaildiv .viewdetailclass {
  background: #fff;
  color: #337ab7;
  float: left;
  padding: 7px 5px 7px 10px;
  min-height: 32px;
}
#cartviewdetaildiv .prdname {
  width: 33%;
  clear: both;
}
#cartviewdetaildiv .prdname > p {
  font-size: 11px;
  margin-left: 10px;
  line-height: 1.4;
}
#cartviewdetaildiv .prdqty {
  width: 20%;
}
#cartviewdetaildiv .itemprice {
  width: 12%;
}
#cartviewdetaildiv .itemtotal {
  width: 12%;
}
#cartviewdetaildiv .itemaction {
  width: 15%;
}
#cartviewdetaildiv .alink {
  color: #23527c;
  text-decoration: none;
}
#cartviewdetaildiv .alink:hover {
  color: #337ab7;
}
.save-cart-row {
  border: 1px solid #dddddd;
  display: inline;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .page-wrapper .columns .bcg-gallery-container .owl-carousel .owl-nav {
    display: none;
  }
}
.page-wrapper .columns .bcg-gallery-container .owl-carousel .owl-nav .owl-prev,
.page-wrapper .columns .bcg-gallery-container .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -9999px;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.page-wrapper .columns .bcg-gallery-container .owl-carousel .owl-nav .owl-prev {
  left: -15px;
}
.page-wrapper .columns .bcg-gallery-container .owl-carousel .owl-nav .owl-prev:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDY4MiI+CjxnIGlkPSJFbGxpcHNlIDI4IiBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzE3MDVfNDYzNjMpIj4KPGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDcwIDE0KSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZyBpZD0iR3JvdXAiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMzkuMTc3IDM5LjA0NTZMNDMuMDQ1NiAzNS4xNzdDNDMuMjgxNyAzNC45NDEgNDMuNjY0NSAzNC45NDEgNDMuOTAwNSAzNS4xNzdDNDQuMTM2NiAzNS40MTMxIDQ0LjEzNjYgMzUuNzk1OCA0My45MDA1IDM2LjAzMTlMNDEuMDYzOCAzOC44Njg2SDUxLjM5NTVDNTEuNzI5MyAzOC44Njg2IDUyIDM5LjEzOTIgNTIgMzkuNDczQzUyIDM5LjgwNjggNTEuNzI5MyA0MC4wNzc1IDUxLjM5NTUgNDAuMDc3NUg0MS4wNjM4TDQzLjkwMDQgNDIuOTE0MkM0NC4xMzY1IDQzLjE1MDMgNDQuMTM2NSA0My41MzMgNDMuOTAwNCA0My43NjkxQzQzLjc4MjQgNDMuODg3IDQzLjYyNzcgNDMuOTQ2MSA0My40NzMgNDMuOTQ2MUM0My4zMTgzIDQzLjk0NjEgNDMuMTYzNiA0My44ODcgNDMuMDQ1NSA0My43NjkxTDM5LjE3NyAzOS45MDA1QzM4Ljk0MSAzOS42NjQ0IDM4Ljk0MSAzOS4yODE3IDM5LjE3NyAzOS4wNDU2WiIgZmlsbD0iI0RCMjk1NSIgc3Ryb2tlPSIjREIyOTU1IiBzdHJva2Utd2lkdGg9IjAuNCIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNzA1XzQ2MzYzIiB4PSIwIiB5PSIwIiB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNiIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMC4zMDM0NzIgMCAwIDAgMCAwLjMyMzA2NCAwIDAgMCAwIDAuMzk1ODMzIDAgMCAwIDAuMTEgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNzA1XzQ2MzYzIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE3MDVfNDYzNjMiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-position: -20px -14px;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.page-wrapper .columns .bcg-gallery-container .owl-carousel .owl-nav .owl-next {
  right: -15px;
}
.page-wrapper .columns .bcg-gallery-container .owl-carousel .owl-nav .owl-next:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDY4MyI+CjxnIGlkPSJFbGxpcHNlIDI4IiBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzE3MDVfNDYzNjcpIj4KPGNpcmNsZSBjeD0iNDUiIGN5PSIzOSIgcj0iMjUiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGcgaWQ9Ikdyb3VwIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTUwLjgyMyAzOS4wNDU2TDQ2Ljk1NDQgMzUuMTc3QzQ2LjcxODMgMzQuOTQxIDQ2LjMzNTUgMzQuOTQxIDQ2LjA5OTUgMzUuMTc3QzQ1Ljg2MzQgMzUuNDEzMSA0NS44NjM0IDM1Ljc5NTggNDYuMDk5NSAzNi4wMzE5TDQ4LjkzNjIgMzguODY4NkgzOC42MDQ1QzM4LjI3MDcgMzguODY4NiAzOCAzOS4xMzkyIDM4IDM5LjQ3M0MzOCAzOS44MDY4IDM4LjI3MDcgNDAuMDc3NSAzOC42MDQ1IDQwLjA3NzVINDguOTM2Mkw0Ni4wOTk2IDQyLjkxNDJDNDUuODYzNSA0My4xNTAzIDQ1Ljg2MzUgNDMuNTMzIDQ2LjA5OTYgNDMuNzY5MUM0Ni4yMTc2IDQzLjg4NyA0Ni4zNzIzIDQzLjk0NjEgNDYuNTI3IDQzLjk0NjFDNDYuNjgxNyA0My45NDYxIDQ2LjgzNjQgNDMuODg3IDQ2Ljk1NDUgNDMuNzY5MUw1MC44MjMgMzkuOTAwNUM1MS4wNTkgMzkuNjY0NCA1MS4wNTkgMzkuMjgxNyA1MC44MjMgMzkuMDQ1NloiIGZpbGw9IiNEQjI5NTUiIHN0cm9rZT0iI0RCMjk1NSIgc3Ryb2tlLXdpZHRoPSIwLjQiLz4KPC9nPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMTcwNV80NjM2NyIgeD0iMCIgeT0iMCIgd2lkdGg9IjkwIiBoZWlnaHQ9IjkwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjYiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTAiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAuMzAzNDcyIDAgMCAwIDAgMC4zMjMwNjQgMCAwIDAgMCAwLjM5NTgzMyAwIDAgMCAwLjExIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTcwNV80NjM2NyIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNzA1XzQ2MzY3IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-position: -20px -14px;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.bcg-gallery-container {
  position: relative;
}
.bcg-gallery-container > .bcg-gallery-title,
.bcg-gallery-container > .bcg-gallery-description {
  display: none;
}
.bcg-gallery-container .owl-carousel .owl-item {
  padding: 0 !important;
}
.bcg-gallery-container .owl-dots {
  display: none;
}
@media (max-width: 767px) {
  .bcg-gallery-container .owl-dots {
    display: block;
  }
}
.bcg-gallery-container .in-bcg-banner-list .bcg-banner-list-item {
  margin: 0 12px 24px;
}
.bcg-gallery-container .in-bcg-banner-list .bcg-banner-list-item:last-child {
  margin-bottom: 0;
}
.bcg-gallery-container .in-bcg-banner-list .bcg-banner-list-item .banner-title,
.bcg-gallery-container .in-bcg-banner-list .bcg-banner-list-item .banner-description,
.bcg-gallery-container .in-bcg-banner-list .bcg-banner-list-item .banner-products,
.bcg-gallery-container .in-bcg-banner-list .bcg-banner-list-item .product-title {
  display: none;
}
.bcg-gallery-container .in-bcg-banner-list .bcg-banner-list-item .left-list-item > .image-wrapper {
  position: relative;
  padding-top: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.bcg-gallery-container .in-bcg-banner-list .bcg-banner-list-item .left-list-item > .image-wrapper .bcg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
}
.bcg-gallery-container .in-bcg-banner-list .bcg-banner-list-item .left-list-item > .image-wrapper .bcg-image:hover {
  transform: scale(1.2);
}
.bcg-gallery-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.bcg-gallery-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 10;
  border-radius: 22px;
  max-height: 97%;
  overflow-y: auto;
}
.bcg-gallery-popup .bcg-gallery-prev,
.bcg-gallery-popup .bcg-gallery-next {
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -9999px;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.bcg-gallery-popup .bcg-gallery-prev {
  left: 0;
}
.bcg-gallery-popup .bcg-gallery-prev:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDY4MiI+CjxnIGlkPSJFbGxpcHNlIDI4IiBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzE3MDVfNDYzNjMpIj4KPGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDcwIDE0KSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZyBpZD0iR3JvdXAiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMzkuMTc3IDM5LjA0NTZMNDMuMDQ1NiAzNS4xNzdDNDMuMjgxNyAzNC45NDEgNDMuNjY0NSAzNC45NDEgNDMuOTAwNSAzNS4xNzdDNDQuMTM2NiAzNS40MTMxIDQ0LjEzNjYgMzUuNzk1OCA0My45MDA1IDM2LjAzMTlMNDEuMDYzOCAzOC44Njg2SDUxLjM5NTVDNTEuNzI5MyAzOC44Njg2IDUyIDM5LjEzOTIgNTIgMzkuNDczQzUyIDM5LjgwNjggNTEuNzI5MyA0MC4wNzc1IDUxLjM5NTUgNDAuMDc3NUg0MS4wNjM4TDQzLjkwMDQgNDIuOTE0MkM0NC4xMzY1IDQzLjE1MDMgNDQuMTM2NSA0My41MzMgNDMuOTAwNCA0My43NjkxQzQzLjc4MjQgNDMuODg3IDQzLjYyNzcgNDMuOTQ2MSA0My40NzMgNDMuOTQ2MUM0My4zMTgzIDQzLjk0NjEgNDMuMTYzNiA0My44ODcgNDMuMDQ1NSA0My43NjkxTDM5LjE3NyAzOS45MDA1QzM4Ljk0MSAzOS42NjQ0IDM4Ljk0MSAzOS4yODE3IDM5LjE3NyAzOS4wNDU2WiIgZmlsbD0iI0RCMjk1NSIgc3Ryb2tlPSIjREIyOTU1IiBzdHJva2Utd2lkdGg9IjAuNCIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZF8xNzA1XzQ2MzYzIiB4PSIwIiB5PSIwIiB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iNiIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMC4zMDM0NzIgMCAwIDAgMCAwLjMyMzA2NCAwIDAgMCAwIDAuMzk1ODMzIDAgMCAwIDAuMTEgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18xNzA1XzQ2MzYzIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzE3MDVfNDYzNjMiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-position: -20px -14px;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.bcg-gallery-popup .bcg-gallery-next {
  right: 0;
}
.bcg-gallery-popup .bcg-gallery-next:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDY4MyI+CjxnIGlkPSJFbGxpcHNlIDI4IiBmaWx0ZXI9InVybCgjZmlsdGVyMF9kXzE3MDVfNDYzNjcpIj4KPGNpcmNsZSBjeD0iNDUiIGN5PSIzOSIgcj0iMjUiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGcgaWQ9Ikdyb3VwIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTUwLjgyMyAzOS4wNDU2TDQ2Ljk1NDQgMzUuMTc3QzQ2LjcxODMgMzQuOTQxIDQ2LjMzNTUgMzQuOTQxIDQ2LjA5OTUgMzUuMTc3QzQ1Ljg2MzQgMzUuNDEzMSA0NS44NjM0IDM1Ljc5NTggNDYuMDk5NSAzNi4wMzE5TDQ4LjkzNjIgMzguODY4NkgzOC42MDQ1QzM4LjI3MDcgMzguODY4NiAzOCAzOS4xMzkyIDM4IDM5LjQ3M0MzOCAzOS44MDY4IDM4LjI3MDcgNDAuMDc3NSAzOC42MDQ1IDQwLjA3NzVINDguOTM2Mkw0Ni4wOTk2IDQyLjkxNDJDNDUuODYzNSA0My4xNTAzIDQ1Ljg2MzUgNDMuNTMzIDQ2LjA5OTYgNDMuNzY5MUM0Ni4yMTc2IDQzLjg4NyA0Ni4zNzIzIDQzLjk0NjEgNDYuNTI3IDQzLjk0NjFDNDYuNjgxNyA0My45NDYxIDQ2LjgzNjQgNDMuODg3IDQ2Ljk1NDUgNDMuNzY5MUw1MC44MjMgMzkuOTAwNUM1MS4wNTkgMzkuNjY0NCA1MS4wNTkgMzkuMjgxNyA1MC44MjMgMzkuMDQ1NloiIGZpbGw9IiNEQjI5NTUiIHN0cm9rZT0iI0RCMjk1NSIgc3Ryb2tlLXdpZHRoPSIwLjQiLz4KPC9nPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMTcwNV80NjM2NyIgeD0iMCIgeT0iMCIgd2lkdGg9IjkwIiBoZWlnaHQ9IjkwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjYiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTAiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAuMzAzNDcyIDAgMCAwIDAgMC4zMjMwNjQgMCAwIDAgMCAwLjM5NTgzMyAwIDAgMCAwLjExIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTcwNV80NjM2NyIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNzA1XzQ2MzY3IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-position: -20px -14px;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.bcg-gallery-popup .wrap-close {
  padding: 0 24px;
}
.bcg-gallery-popup .bcg-gallery-close-modal.top {
  width: 26px;
  height: 26px;
  border-radius: 54px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 1;
  cursor: pointer;
}
.bcg-gallery-popup .bcg-gallery-close-modal.top svg {
  width: 20px;
  height: 20px;
  stroke: #000;
}
.bcg-gallery-popup .bcg-gallery-close-modal.bottom {
  display: flex;
  width: 100%;
  max-width: 335px;
  height: 50px;
  padding: 13px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #A400A7;
  color: #A400A7;
  text-align: center;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: auto auto 20px;
  cursor: pointer;
}
.bcg-gallery-popup .bcg-gallery-content {
  border: 0;
  box-shadow: none;
  border-radius: 22px;
}
.bcg-gallery-popup .banner-products {
  display: flex;
}
.bcg-gallery-popup .bcg-banner-list-item {
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bcg-gallery-popup .bcg-banner-list-item {
    flex-direction: column;
  }
}
.bcg-gallery-popup .bcg-banner-list-item .modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.bcg-gallery-popup .bcg-banner-list-item .left-list-item {
  max-width: 575px;
  width: 50%;
}
@media (max-width: 767px) {
  .bcg-gallery-popup .bcg-banner-list-item .left-list-item {
    max-width: 100%;
    width: 100%;
  }
}
.bcg-gallery-popup .bcg-banner-list-item .left-list-item .image-wrapper {
  width: 100%;
  height: 275px;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bcg-gallery-popup .bcg-banner-list-item .left-list-item .image-wrapper {
    height: 306px;
  }
}
.bcg-gallery-popup .bcg-banner-list-item .banner-info {
  padding: 24px;
}
.bcg-gallery-popup .bcg-banner-list-item .banner-info .banner-title {
  margin: 0 0 10px;
  color: #26262C;
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.bcg-gallery-popup .bcg-banner-list-item .banner-info .banner-description {
  color: #26262C;
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.bcg-gallery-popup .product-block div.product-image span.product-image-container .product-image-wrapper .product-image-photo {
  width: 75%;
}
.bcg-gallery-popup .product-block div.product-image .product-item-actions {
  top: 5px !important;
  right: 5px !important;
}
.bcg-gallery-popup.has-product {
  max-width: 1170px;
  width: 95%;
}
.bcg-gallery-popup.has-product .bcg-gallery-close-modal.bottom {
  display: none;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .left-list-item .image-wrapper {
  -webkit-border-top-left-radius: 22px;
  -moz-border-radius-topleft: 22px;
  border-top-left-radius: 22px;
  height: 100%;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .left-list-item .image-wrapper .bcg-image {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .left-list-item .banner-info {
  display: none;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item {
  display: flex;
  flex-direction: column;
  padding: 30px 32px;
  width: 50%;
}
@media (max-width: 767px) {
  .bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item {
    width: 100%;
    padding: 30px 20px;
  }
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item {
  padding: 0;
  width: 50%;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-title {
  color: #26262C;
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-block .product-item-info {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-block .product-item-info .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #FBC333 !important;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-block .product-item-details .product-item-name a {
  color: #26262C;
  text-align: center;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .wrap-sku-qty {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 600px) {
  .bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .wrap-sku-qty {
    flex-direction: column;
    align-items: center;
  }
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .wrap-sku-qty .sku-slider,
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .wrap-sku-qty .qty-slider {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.04);
  padding: 2px 7px;
  max-width: 100px;
  margin: 0;
}
@media (max-width: 600px) {
  .bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .wrap-sku-qty .sku-slider,
  .bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .wrap-sku-qty .qty-slider {
    margin: 3px 0;
  }
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .wrap-sku-qty .sku-slider .sku-name,
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .wrap-sku-qty .qty-slider .sku-name {
  color: #7B7B7B;
  font-family: "Circe", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .wrap-sku-qty .sku-slider .sku-content,
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .wrap-sku-qty .qty-slider .sku-content {
  color: #26262C;
  font-family: "Circe", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details.category-page-config {
  padding-top: 13px;
}
@media (max-width: 600px) {
  .bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details.category-page-config {
    padding-top: 6px;
  }
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details .actions-primary form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details .actions-primary form {
    flex-direction: column;
    align-items: center;
  }
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details .actions-primary form .qty-slider {
  border-radius: 25px;
  border: 1px solid #F0F0F0;
  max-width: 120px;
  padding: 6px;
  margin: 0;
}
@media (max-width: 600px) {
  .bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details .actions-primary form .qty-slider {
    max-width: 135px;
    width: 135px;
    justify-content: space-between;
  }
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details .actions-primary form .qty-slider input.qty-config {
  color: #26262C;
  text-align: center;
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  border-radius: 0;
  border: 0;
  width: 40px;
  height: auto !important;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details .actions-primary form .qty-slider input.qty-config:focus {
  box-shadow: none;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details .actions-primary form .qty-slider .add-action {
  background: rgba(164, 0, 167, 0.1);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details .actions-primary form .qty-slider .add-action:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details .actions-primary form .qty-slider .add-action.minus:before {
  background: url("../../frontend/Balltheme/balloon/en_US/Balloons_Gallery/images/popup-minus.svg") 0 0 no-repeat;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details .actions-primary form .qty-slider .add-action.plus:before {
  background: url("../../frontend/Balltheme/balloon/en_US/Balloons_Gallery/images/popup-plus.svg") 0 0 no-repeat;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details .actions-primary form .addcart-page {
  color: #A400A7;
  text-align: center;
  font-family: "Circe", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding: 13px 15px;
  border-radius: 100px;
  border: 1.6px solid #A400A7;
  background: none !important;
  height: 42px;
  width: 105px;
  margin: 0;
}
@media (max-width: 600px) {
  .bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details .actions-primary form .addcart-page {
    width: 135px;
    margin: 6px 0 0 0;
  }
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details .actions-primary form .addcart-page span {
  padding: 0;
  color: #A400A7;
  text-align: center;
  font-family: "Circe", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .product-item-details .actions-primary form .addcart-page:before {
  display: none;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .group-price-slider {
  border: 0;
  color: #26262C;
  text-align: center;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .group-price-slider .price-box.price-final_price span.price {
  color: #26262C;
  text-align: center;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}
.bcg-gallery-popup.has-product .bcg-banner-list-item .right-list-item .banner-info {
  padding: 0 0 24px;
}
.bcg-gallery-popup.empty {
  max-width: 565px;
  width: 95%;
}
.bcg-gallery-popup.empty .bcg-gallery-close-modal.bottom {
  display: none;
}
@media (max-width: 600px) {
  .bcg-gallery-popup.empty .bcg-gallery-close-modal.bottom {
    display: flex;
  }
}
.bcg-gallery-popup.empty .bcg-banner-list-item .left-list-item {
  flex-basis: 100%;
}
.bcg-gallery-popup.empty .bcg-banner-list-item .left-list-item .image-wrapper {
  -webkit-border-top-left-radius: 22px;
  -webkit-border-top-right-radius: 22px;
  -moz-border-radius-topleft: 22px;
  -moz-border-radius-topright: 22px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  height: 306px;
}
.bcg-gallery-popup.empty .bcg-banner-list-item .left-list-item .image-wrapper .bcg-image {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 306px;
}
.bcg-gallery-popup.empty .bcg-banner-list-item .right-list-item {
  display: none;
}
._error .order-comment-input {
  outline: none;
  border: 2px solid #ed8380;
}
._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #ed8380;
  box-shadow: 0 0 3px #ed8380;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
.cart-order-comment {
  border-bottom: 1px solid #e6e6e6;
  clear: left;
}
.cart-order-comment .fieldset.order-comment {
  display: block;
}
.cart-order-comment .fieldset.order-comment > div {
  display: block;
}
.checkout-payment-method .comment .payment-option-title .action-toggle {
  color: #666;
}
button.addmanytocart {
  margin-right: 20px;
}
.b-addalltowishlist {
  display: inline-block;
  margin: 10px 0px;
}
.button-bs-ad {
  display: inline-block;
  margin: 10px 0px;
}
#wishlist-view-form .actions-toolbar button {
  padding: 8px 10px;
}
#wishlist-view-form input.item-move-copy {
  margin-left: 11px;
  position: relative;
  top: 7px;
}
#wishlist-view-form .product-item .fieldset .field.qty .control {
  max-width: 47px;
}
.tooltip.wrapper .tooltip.content {
  overflow: auto;
}
ul.tabs {
  list-style-type: none;
  margin-bottom: 20px;
  margin-top: 15px;
  margin: 0;
  padding-left: 0px;
  position: relative;
  text-align: left;
}
ul.tabs li {
  display: inline;
  margin: 0 3px 0 0;
}
ul.tabs li a {
  background: #f0f0f0 0 0 repeat-x;
  border-bottom-color: #b7b7b7;
  border-radius: 3px 3px 0 0;
  border: 1px solid #cccccc;
  color: #000000;
  display: inline-block;
  font: normal 12px Verdana;
  outline: none;
  padding: 7px 16px;
  position: relative;
  text-decoration: none;
}
ul.tabs li a:visited {
  color: #000000;
}
ul.tabs li a:hover {
  background: #f0f0f0 0 -36px repeat-x;
  border: 1px solid #b7b7b7;
}
ul.tabs li.selected a {
  background: white;
  border: 1px solid #b7b7b7;
  font-weight: bold;
  position: relative;
  top: 0;
}
ul.tabs li.selected a:hover {
  background: white;
  border: 1px solid #b7b7b7;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  top: 0;
}
div.tabcontents {
  background-color: #ffffff;
  border-radius: 0 3px 3px 3px;
  border: 1px solid #b7b7b7;
  padding: 30px;
}
.wishlist_move {
  padding-top: 12px;
  width: 140px;
}
#loadingmask {
  bottom: 0;
  display: none;
  filter: alpha(opacity=80);
  left: 0;
  opacity: 0.8;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
#loadingmask img {
  width: 25px;
}
#loading {
  left: 50%;
  position: absolute;
  top: 50%;
}
.wltable {
  padding-top: 30px;
}
.deletewl_link {
  float: right;
}
.link-wishlist {
  cursor: pointer;
}
.combo {
  float: left;
}
.move_btn {
  float: right;
}
ul {
  list-style: none;
}
#tabcontents .wltable {
  padding-top: 55px;
}
#wishlist-form-validation .linearize-table td {
  padding: 11px 0;
}
.mwishlist_name {
  display: inline-block;
  max-width: 200px;
  min-width: 100px;
  position: relative;
  top: 1px;
}
#new_wlname {
  max-width: 200px;
  position: relative;
  top: 2px;
}
.editwl_link {
  float: left;
  width: 100%;
}
.clearfix {
  clear: both;
  display: block;
}
ul#list-wishlist {
  margin: 15px 0 0 0;
  padding: 0px;
}
ul#list-wishlist label {
  cursor: pointer;
}
ul#list-wishlist input {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  margin: 0 5px;
}
.button-add-more-wishlist {
  background-repeat: no-repeat;
  background-size: contain;
  background: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/addthis-more.png');
  cursor: pointer;
  display: block;
  height: 35px;
}
.button-add-more-wishlist span {
  left: 40px;
  line-height: 35px;
  position: relative;
}
#no-choose-wishlist,
#max-length-wl-name {
  display: none;
}
.not-empty-name {
  display: none;
}
#create_wishlist .content {
  display: block;
  float: left;
  width: 200px;
}
#create_wishlist input.error {
  border-color: #f00000;
}
button#wishlist_create {
  background: #4a9525;
  border-color: #4a9525;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
label#new_wlname-error {
  color: #f00000;
  display: block !important;
  margin: 10px 0px;
}
.content-create-wl {
  float: left;
}
button.action.primary.create-wl,
button.amshopby-button.create-wl,
button.am-filter-go.create-wl {
  margin-left: 10px;
  position: relative;
  top: 2px;
}
#wishlist_add {
  position: inherit !important;
}
.bssfancybox-wrap,
.bssfancybox-skin,
.bssfancybox-outer,
.bssfancybox-inner,
.bssfancybox-image,
.bssfancybox-wrap iframe,
.bssfancybox-wrap object,
.bssfancybox-nav,
.bssfancybox-nav span,
.bssfancybox-tmp {
  border: 0;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: top;
}
.bssfancybox-wrap {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 8020;
}
.bssfancybox-skin {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #f9f9f9;
  border-radius: 4px;
  color: #444444;
  position: relative;
  text-shadow: none;
}
.bssfancybox-opened {
  z-index: 8030;
}
.bssfancybox-opened .bssfancybox-skin {
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.bssfancybox-opened .bssfancybox-title {
  visibility: visible;
}
.bssfancybox-outer {
  position: relative;
}
.bssfancybox-inner {
  overflow: hidden;
  position: relative;
}
.bssfancybox-type-iframe .bssfancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.bssfancybox-error {
  color: #444444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.bssfancybox-image {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.bssfancybox-iframe {
  display: block;
  height: 100%;
  width: 100%;
}
#bssfancybox-loading,
.bssfancybox-close,
.bssfancybox-prev span,
.bssfancybox-next span {
  background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_sprite.png');
}
#bssfancybox-loading {
  background-position: 0 -108px;
  cursor: pointer;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  opacity: .8;
  position: fixed;
  top: 50%;
  z-index: 8060;
}
#bssfancybox-loading div {
  background: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_loading.gif') center center no-repeat;
  height: 44px;
  width: 44px;
}
.bssfancybox-close {
  cursor: pointer;
  height: 36px;
  position: absolute;
  right: -18px;
  top: -18px;
  width: 36px;
  z-index: 8040;
}
.bssfancybox-nav {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: transparent url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/blank.gif');
  cursor: pointer;
  height: 100%;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 40%;
  z-index: 8040;
}
.bssfancybox-nav span {
  cursor: pointer;
  height: 34px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 36px;
  z-index: 8040;
}
.bssfancybox-nav:hover span {
  visibility: visible;
}
.bssfancybox-prev {
  left: 0;
}
.bssfancybox-prev span {
  background-position: 0 -36px;
  left: 10px;
}
.bssfancybox-next {
  right: 0;
}
.bssfancybox-next span {
  background-position: 0 -72px;
  right: 10px;
}
.bssfancybox-tmp {
  left: -99999px;
  max-height: 99999px;
  max-width: 99999px;
  overflow: visible !important;
  position: absolute;
  top: -99999px;
  visibility: hidden;
}
.bssfancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.bssfancybox-lock body {
  overflow: hidden !important;
}
.bssfancybox-lock .bssfancybox-overlay {
  overflow-y: scroll;
  overflow: auto;
}
.bssfancybox-lock-test {
  overflow-y: hidden !important;
}
.bssfancybox-overlay {
  background: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_overlay.png');
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 8010;
}
.bssfancybox-overlay-fixed {
  bottom: 0;
  position: fixed;
  right: 0;
}
.bssfancybox-title {
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  visibility: hidden;
  z-index: 8050;
}
.bssfancybox-title-float-wrap {
  bottom: 0;
  margin-bottom: -35px;
  position: absolute;
  right: 50%;
  text-align: center;
  z-index: 8050;
}
.bssfancybox-title-float-wrap .child {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background: rgba(0, 0, 0, 0.8);
  background: transparent;
  border-radius: 15px;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  line-height: 24px;
  margin-right: -100%;
  padding: 2px 20px;
  text-shadow: 0 1px 2px #222222;
  white-space: nowrap;
}
.bssfancybox-title-outside-wrap {
  color: #ffffff;
  margin-top: 10px;
  position: relative;
}
.bssfancybox-title-inside-wrap {
  padding-top: 10px;
}
.bssfancybox-title-over-wrap {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 10px;
  position: absolute;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #bssfancybox-loading {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  #bssfancybox-loading div {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_loading@2x.gif');
    background-size: 24px 24px;
  }
  .bssfancybox-close {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  .bssfancybox-prev span {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  .bssfancybox-next span {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
}
@media only screen and (min--moz-device-pixel-ratio: 1.5) {
  #bssfancybox-loading {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  #bssfancybox-loading div {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_loading@2x.gif');
    background-size: 24px 24px;
  }
  .bssfancybox-close {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  .bssfancybox-prev span {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  .bssfancybox-next span {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
}
@media only screen and (min-device-pixel-ratio: 1.5) {
  #bssfancybox-loading {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  #bssfancybox-loading div {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_loading@2x.gif');
    background-size: 24px 24px;
  }
  .bssfancybox-close {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  .bssfancybox-prev span {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  .bssfancybox-next span {
    background-image: url('../../frontend/Balltheme/balloon/en_US/Bss_MultiWishlist/images/bssfancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
}
@media screen and (max-width: 767px) {
  #tabcontents .products-grid.wishlist .product-item-actions {
    clear: both;
  }
  #tabcontents .products-grid.wishlist .product-item-actions .action.edit {
    float: none;
  }
  #tabcontents .products-grid.wishlist .product-item-actions .action.delete {
    float: none;
  }
  #tabcontents .products-grid.wishlist .product-item .box-tocart {
    margin-bottom: 10px;
  }
  #tabcontents .editwl_link button[id^=deletew] {
    float: right;
  }
  .products-grid .product-item {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  div.tabcontents {
    padding: 30px;
  }
  .products-grid .product-item {
    width: 100%;
  }
  #tabcontents .editwl_link button[id^="deletew"] {
    display: block;
    float: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 359px) {
  #tabcontents .editwl_link button[id^="editwl"] {
    display: block;
    float: none;
    margin-top: 10px;
  }
}
.products-grid.wishlist .product-item .fieldset .field.qty {
  display: block !important;
}
/**
 * Common
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
/**
 * 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_Productslider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-product-slider-content .owl-nav {
  font-size: 80px;
}
.mp-product-slider-content .product-items .product-slider .slider-product-item-details .slider-product-item-actions {
  margin: 15px 0 10px;
}
.mp-product-slider-content .owl-nav button span {
  color: #D6D6D6;
}
.mp-product-slider-content .owl-nav button span:hover {
  color: #869791;
}
.mp-product-slider-content .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.mp-product-slider-content .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.owl-item li.product-slider {
  width: 100% !important;
}
.mp-product-slider-title {
  font-size: 3.8rem;
  position: relative;
  z-index: 1;
  margin: 0 0 5px;
  text-align: center;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.mp-product-slider-block {
  margin: 0 !important;
}
.mp-ps-info {
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.slider-product-item-info {
  width: 80% !important;
}
.slider-product-item-actions {
  margin: 0px;
}
.product.details.slider-product-item-details {
  margin-left: 10px;
}
.mp-ps-info {
  color: #bbbbbb;
  margin: -15px 0px 10px 0px;
}
.mp-product-slider-block .owl-carousel .owl-nav button.owl-prev,
.mp-product-slider-block .owl-carousel .owl-nav button.owl-next {
  font-size: 20px;
}
/*
 * Shipper HQ
 *
 * @category ShipperHQ
 * @package ShipperHQ_AddressAutocomplete
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.pac-container {
  z-index: 905 !important;
}
/*
 * Shipper HQ
 *
 * @category ShipperHQ
 * @package ShipperHQ_Calendar
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.shq-calendar-box,
.form.methods-shipping select.shq-timeslot-drop {
  background-position: 10px 12px, right 16px;
  background-repeat: no-repeat;
  background-size: 18px, 22px 12px;
  padding: 10px 28px 10px 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #4a90e2;
  color: #ffffff;
  border-radius: 3px;
  min-height: 42px;
  line-height: 22px;
  font-size: 13px;
  transition: all 0.4s ease;
}
.shq-calendar-box:hover,
.form.methods-shipping select.shq-timeslot-drop:hover {
  background-color: #3074c4;
  cursor: pointer;
}
.form.methods-shipping select.shq-timeslot-drop option {
  background-color: #ffffff;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 5px;
}
.shq-calendar-box {
  position: relative;
  background-image: url('../../frontend/Balltheme/balloon/en_US/ShipperHQ_Calendar/images/ico-cal.svg'), url('../../frontend/Balltheme/balloon/en_US/ShipperHQ_Calendar/images/ico-dn.svg');
}
.form.methods-shipping select.shq-timeslot-drop {
  border: none;
  margin-top: 0;
  background-image: url('../../frontend/Balltheme/balloon/en_US/ShipperHQ_Calendar/images/ico-time.svg'), url('../../frontend/Balltheme/balloon/en_US/ShipperHQ_Calendar/images/ico-dn.svg');
}
.shq-calendar-change {
  position: absolute;
  top: 14px;
  left: 10px;
}
.shq-calendar-change .ui-datepicker-trigger:before {
  color: #ffffff;
  font-size: 20px;
}
.shq_datepicker_inline {
  position: relative;
}
.shq_datepicker_inline .ui-datepicker-inline {
  position: absolute;
  display: block;
  top: 44px;
  width: 49%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .shq_datepicker_inline .ui-datepicker-inline {
    width: 100%;
  }
}
body .page-wrapper .holder-shipping-estimate {
  margin-bottom: 30px;
}
body .page-wrapper .holder-shipping-estimate .shipping-estimate-text {
  font-family: Circe, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  color: #666666;
  margin: 30px 0;
}
body .page-wrapper .holder-shipping-estimate [data-shq="collapsible-h"] {
  font-family: Circe, sans-serif;
  font-size: 22px;
  font-weight: 700;
}
body .page-wrapper .holder-shipping-estimate label {
  font-family: Circe, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  color: #262626;
  display: block;
  margin: 0;
}
body .page-wrapper .holder-shipping-estimate input:not([type='checkbox']),
body .page-wrapper .holder-shipping-estimate input:not([type='radio']),
body .page-wrapper .holder-shipping-estimate textarea,
body .page-wrapper .holder-shipping-estimate select {
  display: block;
  box-shadow: none;
  outline: none;
  background: #fff;
  color: #262626;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  width: 100%;
  text-overflow: ellipsis;
  padding: 0 15px;
  height: 45px;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  text-transform: capitalize;
}
body .page-wrapper .holder-shipping-estimate input:not([type='checkbox'])::placeholder,
body .page-wrapper .holder-shipping-estimate input:not([type='radio'])::placeholder,
body .page-wrapper .holder-shipping-estimate textarea::placeholder,
body .page-wrapper .holder-shipping-estimate select::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
}
body .page-wrapper .holder-shipping-estimate input:not([type='checkbox']):focus,
body .page-wrapper .holder-shipping-estimate input:not([type='radio']):focus,
body .page-wrapper .holder-shipping-estimate textarea:focus,
body .page-wrapper .holder-shipping-estimate select:focus {
  border: 1px solid #9e73b9;
  box-sizing: border-box;
}
body .page-wrapper .holder-shipping-estimate select {
  background: #ffffff url('../../frontend/Balltheme/balloon/en_US/images/select_arrow.png') no-repeat right;
  background-position-x: calc(100% - 15px);
  appearance: none;
}
body .page-wrapper .holder-shipping-estimate [data-shq-pp="field-qty"] {
  display: none;
}
body .page-wrapper .holder-shipping-estimate [data-shq-pp="btn-get-rates"],
body .page-wrapper .holder-shipping-estimate [data-shq-pp="btn-reset"] {
  transition: background-color 0.3s ease;
  border: none;
  background: #9e73b9;
  color: #FFFFFF;
  height: 50px;
  max-width: 250px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  font-family: Circe, sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  border-radius: 50px;
  margin: 30px auto;
}
body .page-wrapper .holder-shipping-estimate [data-shq-pp="shipping-methods-h"] {
  font-family: Circe, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #666;
}
body .page-wrapper .holder-shipping-estimate [data-shq-pp="shipping-rates-list"] {
  background: #fff;
  border: 0;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
}
body .page-wrapper .holder-shipping-estimate [data-shq-pp="shipping-rate-item"] {
  display: flex;
  font-size: 15px;
  line-height: 22px;
  color: rgba(38, 38, 38, 0.6);
  padding: 20px;
  border-bottom: 1px solid #EEEEF0;
}
body .page-wrapper .holder-shipping-estimate [data-shq-pp="shipping-rate-item"]:last-child {
  border-bottom: 0;
}
body .page-wrapper .holder-shipping-estimate [data-shq-pp="price-wrap"] {
  min-width: 75px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #262626;
}
.deals-widget-wrapper h2 {
  font-family: 'Circe', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 41px;
  line-height: 60px;
  color: #262626;
  margin-bottom: 40px;
  display: block;
}
.deals-widget-wrapper .holder-deals-widget {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .deals-widget-wrapper .holder-deals-widget {
    grid-template-columns: repeat(1, 1fr);
  }
}
.deals-widget-wrapper .holder-deals-widget .deals-item {
  margin: 0;
  background: #F7F7F7;
  border-radius: 5px;
  padding: 24px 22px 18px;
}
@media (max-width: 767px) {
  .deals-widget-wrapper .holder-deals-widget .deals-item {
    padding: 24px 10px 18px;
  }
}
.deals-widget-wrapper .holder-deals-widget .deals-item .in-deals-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .deals-widget-wrapper .holder-deals-widget .deals-item .in-deals-item {
    display: block;
    margin: 0 0 20px;
  }
}
.deals-widget-wrapper .holder-deals-widget .deals-item .in-deals-item .in-deals-holder {
  display: flex;
  width: calc(100% - 140px);
}
.deals-widget-wrapper .holder-deals-widget .deals-item .wrap-img {
  width: 60px;
}
.deals-widget-wrapper .holder-deals-widget .deals-item .wrap-descr {
  padding: 0 20px;
}
@media (max-width: 480px) {
  .deals-widget-wrapper .holder-deals-widget .deals-item .wrap-descr {
    padding: 0 10px;
  }
}
.deals-widget-wrapper .holder-deals-widget .deals-item .wrap-descr h4 {
  font-family: 'Circe', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  display: block;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .deals-widget-wrapper .holder-deals-widget .deals-item .wrap-descr h4 {
    max-width: 120px;
    display: block;
  }
}
.deals-widget-wrapper .holder-deals-widget .deals-item .coupon-wrapper {
  padding: 0 80px;
}
@media (max-width: 860px) {
  .deals-widget-wrapper .holder-deals-widget .deals-item .coupon-wrapper {
    padding: 10px 50px 0;
  }
}
@media (max-width: 767px) {
  .deals-widget-wrapper .holder-deals-widget .deals-item .coupon-wrapper {
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  .deals-widget-wrapper .holder-deals-widget .deals-item .coupon-wrapper {
    padding: 0 65px;
  }
}
.deals-widget-wrapper .holder-deals-widget .deals-item .coupon-wrapper span {
  border: 1px solid #FFB35E;
  border-radius: 40px;
  font-family: 'Circe', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #FFB35E;
  padding: 4px 15px;
}
@media (max-width: 767px) {
  .deals-widget-wrapper .holder-deals-widget .deals-item .coupon-wrapper span {
    display: flex;
    justify-content: space-evenly;
  }
}
@media (max-width: 480px) {
  .deals-widget-wrapper .holder-deals-widget .deals-item .coupon-wrapper span {
    justify-content: center;
  }
}
.deals-widget-wrapper .holder-deals-widget .deals-item .coupon-wrapper a {
  color: #9676b5;
}
@media (max-width: 480px) {
  .deals-widget-wrapper .holder-deals-widget .deals-item .coupon-wrapper a {
    margin-right: 5px;
  }
}
.deals-widget-wrapper .holder-deals-widget .deals-item .coupon-wrapper.coupon span {
  color: #27AE60;
  border-color: #27AE60;
}
@media screen and (max-width: 480px) {
  .deals-widget-wrapper .holder-deals-widget .deals-item .end-time {
    display: inline-block;
    margin-left: 70px;
  }
}
.deals-widget-wrapper .holder-deals-widget .deals-item .end-time span {
  background: #9676B5;
  border-radius: 5px;
  font-family: 'Circe', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #F7F7F7;
  padding: 5px 5px 3px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .deals-widget-wrapper .holder-deals-widget .deals-item .end-time span {
    min-height: 32px;
    display: flex;
  }
}
.deals-widget-wrapper .holder-deals-widget .deals-item .end-time span:before {
  content: '';
  display: block;
  background: url("../../frontend/Venustheme/bestmart_child/en_US/Balloons_Sales/images/clock-img.svg") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 6px;
  top: 8px;
}
.deals-widget-wrapper .holder-deals-widget .deals-item .end-time span:empty:before {
  left: 10px;
}
.deals-widget-wrapper.archive {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.deals-widget-wrapper.archive .deals-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.deals-info-block {
  font-family: 'Circe', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
  margin: 80px 0;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .deals-info-block {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .deals-info-block {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .deals-info-block .deals-text-wrapper {
    width: 50%;
    padding-right: 15px;
  }
}
.deals-info-block .deals-text-wrapper .deals-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2em;
  color: #262626;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .deals-info-block .deals-text-wrapper .deals-title {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .deals-info-block .deals-text-wrapper .deals-title {
    font-size: 41px;
  }
}
.deals-info-block .coupon-block-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .deals-info-block .coupon-block-wrapper {
    display: flex;
    width: 65%;
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .deals-info-block .coupon-block-wrapper {
    transform: none;
    width: 50%;
    float: none;
  }
}
.deals-info-block .coupon-block-wrapper .img-wrap {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .deals-info-block .coupon-block-wrapper .img-wrap {
    margin: 0;
    transform: translateX(25%);
  }
}
.deals-info-block .coupon-block-wrapper .img-wrap img {
  display: block;
  width: 100%;
}
.deals-info-block .coupon-block-wrapper .deals-item {
  background: rgba(150, 118, 181, 0.8);
  backdrop-filter: blur(7.5px);
  border-radius: 50% 50% 20px 20px / 20% 20% 20px 20px;
  padding: 20px;
  text-align: center;
  transform: translateY(-25%);
}
@media screen and (min-width: 768px) {
  .deals-info-block .coupon-block-wrapper .deals-item {
    transform: none;
    width: 50%;
    border-radius: 12% 7% 7% 12% / 50% 7% 7% 50%;
  }
}
@media screen and (min-width: 1440px) {
  .deals-info-block .coupon-block-wrapper .deals-item {
    padding: 20px 40px;
  }
}
.deals-info-block .coupon-block-wrapper .deals-item .deal-name {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 1.4em;
  margin: 0 0 30px;
  text-align: center;
}
.deals-info-block .coupon-block-wrapper .deals-item .end-time {
  margin: 0 0 20px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 10px 15px;
  color: #9676B5;
  font-weight: 700;
  font-size: 30px;
  white-space: nowrap;
  line-height: 1em;
}
.deals-info-block .coupon-block-wrapper .deals-item .coupon-wrapper .active-rule {
  background: #27AE60;
  border: 1px solid #27AE60;
  border-radius: 40px;
  color: #fff;
  padding: 7px 15px;
  line-height: 1em;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}
.deals-info-block .coupon-block-wrapper .deals-item .coupon-wrapper .login-block {
  color: #fff;
}
.deals-info-block .coupon-block-wrapper .deals-item .coupon-wrapper .login-block a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.deals-info-block h3 {
  display: block;
  font-family: 'Circe', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 41px;
  line-height: 60px;
  color: #262626;
  margin-bottom: 15px;
}
.deals-info-block .wrap-img {
  float: right;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .deals-info-block .wrap-img {
    float: none;
    margin: 0 0 30px;
    text-align: center;
  }
}
.deals-info-block .wrap-img a {
  display: block;
  cursor: pointer;
}
.title-slide-offers {
  margin: 0 0 80px;
}
.cms-page-view .productlist-widget .owl-stage-outer .owl-item .product-img img {
  object-fit: contain;
}
.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 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .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: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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: 600;
  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;
}
/**
 * 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: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e6e6e6;
  color: #333333;
  cursor: pointer;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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 #e6e6e6;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e1e1e1;
  border: 1px solid #e6e6e6;
  color: #333333;
}
.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 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(230, 230, 230, 0.3);
}
.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: 'luma-icons';
  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 #e6e6e6;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #e6e6e6;
}
.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 8px;
  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: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 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 #e6e6e6;
}
.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 #e6e6e6;
}
.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: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 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: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #999999;
  content: '\e622';
  font-family: 'luma-icons';
  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: inherit;
  color: #999999;
  content: '\e621';
  font-family: 'luma-icons';
  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 #e5e5e5;
  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 #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.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 #e6e6e6;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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 #e6e6e6;
  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/Balltheme/balloon/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/Balltheme/balloon/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #e6e6e6;
  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 #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  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 #e6e6e6;
}
.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 #e6e6e6;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #e02b27;
}
.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/Balltheme/balloon/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 #e02b27;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete: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 #e6e6e6;
}
.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 #e6e6e6;
}
.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 #e6e6e6;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  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;
}
.products {
  margin: 30px 0;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
}
.product-item-name {
  display: block;
  margin: 5px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-info {
  width: 270px;
  max-width: 100%;
}
.page-products .product-item-info {
  width: 270px;
}
.product-item-actions {
  display: none;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  margin-top: 5px;
  text-transform: lowercase;
  font-size: 12px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: bold;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ":";
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: bold;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  white-space: nowrap;
  display: block;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocart {
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: -15px;
}
.column.main .product-item {
  padding-left: 15px;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list .product-item {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  width: 1%;
  padding: 0 30px 0 0;
  vertical-align: top;
  display: table-cell;
}
.products-list .product-item-details {
  vertical-align: top;
  display: table-cell;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.toolbar-amount {
  display: block;
  line-height: 18px;
  padding: 8px 0 0;
  margin: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter {
  display: none;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label] .price {
  font-size: 1.1rem;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ": ";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product.info.detailed .data .title {
  text-transform: uppercase;
}
.product.info.detailed .data .title > .switch {
  border: 1px solid transparent;
  background: transparent !important;
}
.product.info.detailed .data .title.active > .switch {
  background: #ffffff !important;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}
.product.info.detailed .data > .item.content {
  background: none !important;
  margin-top: 39px !important;
  border: 1px solid #e6e6e6;
}
.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 10px;
  line-height: 1.42857143;
  font-size: 20px;
  font-weight: 700;
  font-family: "georgia", sans-serif;
  color: #333333;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
  margin-bottom: 10px;
}
.product-info-main .product.attibute.sku {
  display: inline-block;
  vertical-align: top;
  color: #666666;
}
.product-info-main .product.attibute.sku > .value {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product.attibute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attibute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  margin-bottom: 5px;
  line-height: 14px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 30px;
  font-weight: 400;
  font-family: "georgia", sans-serif;
  color: #e02b27;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: inline-block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ": ";
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
  min-width: 105px;
}
.product-info-main .box-tocart .field.qty label,
.product-options-bottom .box-tocart .field.qty label {
  line-height: 45px;
  float: left !important;
  padding-right: 10px !important;
  margin-bottom: 0;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  width: 52px;
  height: 52px;
  text-align: center;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
  vertical-align: top;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  border-radius: 0;
  background-color: #333333;
  border: 0;
  padding: 15px 30%;
}
.product-info-main .product-addto-links a,
.product-options-bottom .product-addto-links a {
  padding-right: 20px;
  text-decoration: none;
}
.product-info-main .product-addto-links a:hover,
.product-options-bottom .product-addto-links a:hover {
  color: #1979c3;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.bundle-info .product-addto-links a {
  padding-right: 20px;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-tier_price {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.rating-summary {
  left: 0 !important;
}
.rating-summary .rating-result {
  margin-left: 0 !important;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
  line-height: 24px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #e6e6e6;
}
.table-comparison .cell {
  width: 140px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #e6e6e6;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .block-title .counter.qty {
  display: none;
}
.block-compare .product-item .product-item-name {
  margin-right: 22px;
}
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #bbbbbb;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-compare .action.delete:hover:before {
  color: #e02b27;
}
.block-compare .action.delete:active:before {
  color: #e02b27;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #e6e6e6;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  position: absolute;
  margin: 15px 0;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 5px 40px 5px 10px;
  margin: 0;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.block-search {
  padding-top: 10px;
  position: relative;
  float: right;
  width: 250px;
  z-index: 4;
}
.block-search .control {
  border-top: 0;
  margin: 0;
  padding: 0;
}
.block-search input {
  position: static;
  padding-right: 35px;
  margin: 0;
}
.block-search input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.block-search input:-moz-placeholder {
  color: #c2c2c2;
}
.block-search input::-moz-placeholder {
  color: #c2c2c2;
}
.block-search input:-ms-input-placeholder {
  color: #c2c2c2;
}
.block-search .action.search {
  position: absolute;
  right: 10px;
  top: 25px;
  z-index: 1;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .action.search:hover:before {
  color: #333333;
}
.block-search .action.search:active:before {
  color: inherit;
}
.block-search .action.search:focus,
.block-search .action.search:active {
  background: none;
  border: none;
}
.block-search .action.search:hover {
  background: none;
  border: none;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.block-search .action.search:focus:before {
  color: #333333;
}
.search-autocomplete {
  margin-top: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  float: right !important;
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-discount {
  float: left !important;
  margin-top: 20px;
  border-bottom: 1px solid #e6e6e6;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total {
  display: block;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  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: 16px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #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: 16px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #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%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  left: 10px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  right: 0;
  width: 320px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  line-height: 30px;
}
.minicart-wrapper .action.showcart:before {
  background: #f2f2f2;
  padding: 2px 12px;
}
.minicart-wrapper .action.showcart .cart-title {
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  font-weight: 600;
}
.minicart-wrapper .action.showcart .counter-number {
  color: #00b06c;
}
.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;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.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;
}
.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 > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'luma-icons';
  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: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #8f8f8f;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-index-index .opc-wrapper .form-login input::-webkit-contacts-auto-fill-button {
  visibility: hidden !important;
  display: none !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: block;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.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: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #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: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.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: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #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;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #e6e6e6;
  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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 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 .price {
  font-size: 1rem;
}
.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 {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  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%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  filter: grayscale(100%);
  filter: gray;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 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 .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 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;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(230, 230, 230, 0.3);
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #fc5e10;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #858585;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 9px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  margin: 10px 0;
  line-height: 1.5em;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #858585;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.block.newsletter {
  margin-bottom: 20px;
}
.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 {
  padding-top: 10px;
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .label {
  width: 100%;
}
.block.newsletter .actions {
  vertical-align: top;
  width: 100%;
  margin-top: 15px;
}
.block.newsletter .action.subscribe {
  background: #2f2f2f;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  border: 0;
  border-radius: 0;
}
.block.newsletter .action.subscribe:hover,
.block.newsletter .action.subscribe:focus {
  background: #80b2a7;
}
.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: 74px;
  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: 'luma-icons';
  font-size: 14px;
  height: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  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: #ffc960;
  font-family: 'luma-icons';
  font-size: 14px;
  height: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  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;
}
.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: 'luma-icons';
  font-size: 14px;
  height: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  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: #ffc960;
  font-family: 'luma-icons';
  font-size: 14px;
  height: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  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';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.review-toolbar {
  padding: 0;
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #e6e6e6;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #e6e6e6;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #e6e6e6;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  margin-bottom: 10px;
  font-weight: 600;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  letter-spacing: 5px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-top: 10px;
  margin-bottom: 48px;
}
.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 {
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 10px;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.product-reviews-summary .reviews-actions a {
  color: #bbb;
}
.product-reviews-summary .reviews-actions a:hover {
  color: #ef5d5d;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 10px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 10px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 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 {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.navigation {
  background: transparent !important;
  border-top: 2px solid #333;
}
.navigation ul.ui-menu {
  padding: 0;
}
.navigation ul > li,
.navigation ol > li {
  margin-bottom: 0;
}
.navigation .level0 {
  margin: 0 !important;
}
.navigation .level0 .level1.parent::before {
  top: 15px !important;
}
.navigation .level0 > .level-top {
  text-transform: uppercase;
  padding: 0 28px!important;
  line-height: 58px !important;
}
.navigation .level0 > .level1.parent {
  position: relative;
}
.navigation .level0 > .level1.parent:before {
  position: absolute;
  content: "\f105";
  width: 20px;
  height: 20px;
  right: 0px;
  top: 10px;
  font-family: "FontAwesome";
}
.navigation .level0 .submenu {
  border: 1px solid #e6e6e6!important;
}
.navigation .level0 .submenu a {
  padding: 15px 20px!important;
}
.navigation .ui-menu > li > a {
  font-family: "Circe", sans-serif;
  color: #000000 !important;
  font-weight: normal;
  letter-spacing: 3px;
}
.navigation .ui-menu > li > a.level-top {
  font-size: 16px;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border: 0 !important;
}
.navigation .level0.active > .level-top::before,
.navigation .level0.has-active > .level-top::before {
  content: "";
  background: #9676b5;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
}
.nav-toggle::before {
  color: #000000 !important;
}
.nav-toggle:hover:before {
  color: #9676b5 !important;
}
/* Ves Megamenu */
.ves-menutop {
  position: relative;
}
.ves-menutop .ves-megamenu {
  background: transparent;
  margin-bottom: 0;
}
.ves-menutop .ves-megamenu p {
  margin: 0;
}
.ves-menutop .ves-megamenu .megamenu-header .links li,
.ves-menutop .ves-megamenu .megamenu-footer .links li {
  display: inline-block;
  padding: 0 5px;
}
.ves-menutop .ves-megamenu .cat-label.pin-top {
  top: -10px;
}
.ves-menutop .ves-megamenu .cat-label {
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
}
.ves-menutop .ves-megamenu.ves-horizontal li.level0 > a > .caret {
  display: none;
}
.ves-menutop .ves-megamenu.menu-hover li .dropdown-menu {
  min-width: 230px;
}
.ves-menutop .ves-megamenu li.level0 {
  float: left;
}
.rtl .ves-menutop .ves-megamenu li.level0 {
  float: right !important;
}
.ves-menutop .ves-megamenu li.level0 > a {
  font-family: "Circe", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  line-height: 55px;
  padding: 0 24px;
}
.ves-menutop .ves-megamenu li.level0 > a.fa {
  font-family: "FontAwesome";
}
.ves-menutop .ves-megamenu li.level0 > a::after {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 42px;
  position: absolute;
  right: 0;
  top: 6px;
  width: 1px;
}
.rtl .ves-menutop .ves-megamenu li.level0 > a::after {
  left: 0;
  right: auto;
}
.ves-menutop .ves-megamenu li.level0.active > a,
.ves-menutop .ves-megamenu li.level0:hover > a {
  background: none;
  color: #ffffff;
}
.ves-menutop .ves-megamenu .megamenu-widget .block-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
  color: #444;
}
.ves-menutop .ves-megamenu .products-widget {
  position: relative;
  overflow: hidden;
}
.ves-menutop .ves-megamenu .products-widget .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.rtl .ves-menutop .ves-megamenu .products-widget .owl-nav {
  left: 0;
  right: auto;
}
.ves-menutop .ves-megamenu .products-widget .owl-nav a {
  float: left;
  width: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease 0ss all ease-in;
  transition: all all 0.3s ease 0ss ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ves-menutop .ves-megamenu .products-widget .owl-nav a:hover {
  color: #9676b5;
  border-color: #9676b5;
}
.ves-menutop .ves-megamenu .products-widget .product-block .product-item-info,
.ves-menutop .ves-megamenu .products-widget .product-item .price-box {
  margin-bottom: 0;
}
.ves-menutop .ves-megamenu .dynamic-items li {
  padding: 15px 0;
}
.ves-menutop .ves-megamenu .dynamic-items li a {
  position: relative;
}
.ves-menutop .ves-megamenu .dynamic-item .products-widget {
  padding: 3px 3px 0;
}
.ves-menutop .ves-megamenu .dropdown-menu {
  padding: 30px;
  font-size: 13px;
  border-radius: 0;
  text-align: left;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0ss all ease-in;
  transition: all all 0.3s ease 0ss ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rtl .ves-menutop .ves-megamenu .dropdown-menu {
  text-align: right;
}
.ves-menutop .ves-megamenu .dropdown-menu .subgroup.level1 > a {
  font-size: 13px;
  color: #444;
}
.ves-menutop .ves-megamenu .dropdown-menu a:hover {
  color: #9676b5;
}
.ves-menutop .ves-megamenu .dropdown-menu .owl-carousel .owl-stage-outer {
  padding: 3px 3px 0;
}
.ves-menutop .ves-megamenu .dropdown-menu .nav-item > a {
  text-transform: uppercase;
  font-size: 11px;
  color: #999;
  line-height: 20px;
}
.ves-menutop .ves-megamenu .dropdown-menu .nav-item > a:hover {
  color: #444;
}
.ves-menutop .ves-megamenu .dropdown-menu .subgroup .megamenu-footer {
  padding: 0;
  background: none;
  margin-top: 8px;
}
.ves-menutop .ves-megamenu .dropdown:hover > .dropdown-menu {
  transition: all 0.3s ease 0ss all ease-in;
  transition: all all 0.3s ease 0ss ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ves-menutop .ves-megamenu .caret {
  border: 0;
  width: 6px;
  top: 0 !important;
  right: 5px;
}
.rtl .ves-menutop .ves-megamenu .caret {
  left: 5px;
  right: auto;
}
.ves-menutop .ves-megamenu .caret::after {
  content: "+";
  position: absolute;
  font-weight: 400;
  right: 10px;
}
.rtl .ves-menutop .ves-megamenu .caret::after {
  left: 10px;
  right: auto;
}
.ves-menutop .ves-megamenu.nav-mobile .opener {
  margin-top: 8px;
  padding: 15px 20px;
}
.ves-menutop .ves-megamenu.nav-mobile .opener::before {
  content: "\f107";
}
.ves-menutop .ves-megamenu.nav-mobile .opener.item-active:before {
  content: "\f106";
}
.ves-menutop .ves-megamenu.nav-mobile .dropdown-menu .opener {
  padding: 8px 10px;
}
/* Ves Vertical Menu */
.vertical-menu {
  background: #9676b5;
  position: relative;
}
.vertical-menu > p {
  margin: 0;
}
.vertical-menu .block {
  margin-bottom: 0;
}
.vertical-menu .block .block-title {
  min-height: 53px;
  line-height: 53px;
  padding: 0 20px;
  margin: 0;
  border-top: 1px solid #dd3e19;
  text-align: center !important;
}
.vertical-menu .block .block-title strong::before,
.vertical-menu .block .block-title strong::after {
  font-family: "FontAwesome";
  font-weight: normal;
  position: absolute;
}
.vertical-menu .block .block-title strong::before {
  content: "\f0c9";
  top: 2px;
  color: #ffffff;
  font-size: 14px;
  left: 30px;
}
.rtl .vertical-menu .block .block-title strong::before {
  right: 30px;
  left: auto;
}
.vertical-menu .block .block-title strong::after {
  color: #dd3e19;
  content: "\f0d7";
  right: 8%;
  top: 2px;
  font-size: 12px;
}
.rtl .vertical-menu .block .block-title strong::after {
  left: 8%;
  right: auto;
}
.vertical-menu .block .block-title * {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
}
.vertical-menu .ves-vertical {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  display: none;
  position: absolute;
  z-index: 99;
}
.vertical-menu .ves-vertical .icon-left {
  margin-right: 15px;
}
.vertical-menu .ves-vertical li.level0 {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
.vertical-menu .ves-vertical li.level0 > a {
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  width: 100%;
  line-height: 48px;
  text-transform: none;
}
.vertical-menu .ves-vertical li.level0 > a:hover {
  color: #9676b5;
}
.vertical-menu .ves-vertical li.level0 > a .caret {
  position: absolute;
  right: 10px;
  top: 50%;
  border-top-color: #ccc;
}
.rtl .vertical-menu .ves-vertical li.level0 > a .caret {
  left: 10px;
  right: auto;
}
.vertical-menu .ves-vertical li.level0:last-child {
  border-bottom: 0;
}
.vertical-menu .ves-vertical li.level0.active > a {
  color: #9676b5;
}
.vertical-menu .ves-vertical li.level0:hover > a {
  color: #9676b5;
  transition: all 0.3s;
}
.vertical-menu .ves-vertical li.dropdown {
  position: relative !important;
}
.vertical-menu .ves-vertical .dynamic-items li {
  padding: 15px 0;
}
.vertical-menu .ves-vertical .dropdown-menu {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  transition: opacity 0.3s ease 0ss all ease-in;
  transition: all opacity 0.3s ease 0ss ease-in;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  -webkit-box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
}
.vertical-menu .ves-vertical .dropdown:hover > .dropdown-menu {
  transition: opacity 0.3s ease 0ss all ease-in;
  transition: all opacity 0.3s ease 0ss ease-in;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.vertical-menu:hover .ves-vertical {
  display: block;
}
.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;
}
body {
  background-color: #ffffff;
}
.page-header {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 0 !important;
  position: relative;
}
.header .compare.wrapper {
  display: none;
}
.logo {
  position: relative;
  z-index: 5;
  float: left;
  max-width: 50%;
  margin: 10px 0;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  position: absolute;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
  background-color: #f4f4f4;
}
.footer.content {
  padding-top: 25px;
  margin-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #e6e6e6;
}
.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 .header-links,
.page-footer .header-links,
.page-header .setting-links,
.page-footer .setting-links,
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .header-links .options,
.page-footer .header-links .options,
.page-header .setting-links .options,
.page-footer .setting-links .options,
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .header-links .options:before,
.page-footer .header-links .options:before,
.page-header .setting-links .options:before,
.page-footer .setting-links .options:before,
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .header-links .options:after,
.page-footer .header-links .options:after,
.page-header .setting-links .options:after,
.page-footer .setting-links .options:after,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .header-links .options:after,
.page-footer .header-links .options:after,
.page-header .setting-links .options:after,
.page-footer .setting-links .options:after,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .header-links .options .action.toggle,
.page-footer .header-links .options .action.toggle,
.page-header .setting-links .options .action.toggle,
.page-footer .setting-links .options .action.toggle,
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .header-links .options .action.toggle > span,
.page-footer .header-links .options .action.toggle > span,
.page-header .setting-links .options .action.toggle > span,
.page-footer .setting-links .options .action.toggle > span,
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .header-links .options .action.toggle:after,
.page-footer .header-links .options .action.toggle:after,
.page-header .setting-links .options .action.toggle:after,
.page-footer .setting-links .options .action.toggle:after,
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .header-links .options .action.toggle:hover:after,
.page-footer .header-links .options .action.toggle:hover:after,
.page-header .setting-links .options .action.toggle:hover:after,
.page-footer .setting-links .options .action.toggle:hover:after,
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .header-links .options .action.toggle:active:after,
.page-footer .header-links .options .action.toggle:active:after,
.page-header .setting-links .options .action.toggle:active:after,
.page-footer .setting-links .options .action.toggle:active:after,
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .header-links .options .action.toggle.active,
.page-footer .header-links .options .action.toggle.active,
.page-header .setting-links .options .action.toggle.active,
.page-footer .setting-links .options .action.toggle.active,
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .header-links .options .action.toggle.active > span,
.page-footer .header-links .options .action.toggle.active > span,
.page-header .setting-links .options .action.toggle.active > span,
.page-footer .setting-links .options .action.toggle.active > span,
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .header-links .options .action.toggle.active:after,
.page-footer .header-links .options .action.toggle.active:after,
.page-header .setting-links .options .action.toggle.active:after,
.page-footer .setting-links .options .action.toggle.active:after,
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .header-links .options .action.toggle.active:hover:after,
.page-footer .header-links .options .action.toggle.active:hover:after,
.page-header .setting-links .options .action.toggle.active:hover:after,
.page-footer .setting-links .options .action.toggle.active:hover:after,
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .header-links .options .action.toggle.active:active:after,
.page-footer .header-links .options .action.toggle.active:active:after,
.page-header .setting-links .options .action.toggle.active:active:after,
.page-footer .setting-links .options .action.toggle.active:active:after,
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .header-links .options ul.dropdown,
.page-footer .header-links .options ul.dropdown,
.page-header .setting-links .options ul.dropdown,
.page-footer .setting-links .options ul.dropdown,
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 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);
}
.page-header .header-links .options ul.dropdown li,
.page-footer .header-links .options ul.dropdown li,
.page-header .setting-links .options ul.dropdown li,
.page-footer .setting-links .options ul.dropdown li,
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 5px 10px;
}
.page-header .header-links .options ul.dropdown li:hover,
.page-footer .header-links .options ul.dropdown li:hover,
.page-header .setting-links .options ul.dropdown li:hover,
.page-footer .setting-links .options ul.dropdown li:hover,
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .header-links .options ul.dropdown:before,
.page-footer .header-links .options ul.dropdown:before,
.page-header .setting-links .options ul.dropdown:before,
.page-footer .setting-links .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .header-links .options ul.dropdown:after,
.page-footer .header-links .options ul.dropdown:after,
.page-header .setting-links .options ul.dropdown:after,
.page-footer .setting-links .options ul.dropdown:after,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .header-links .options ul.dropdown:before,
.page-footer .header-links .options ul.dropdown:before,
.page-header .setting-links .options ul.dropdown:before,
.page-footer .setting-links .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .header-links .options ul.dropdown:after,
.page-footer .header-links .options ul.dropdown:after,
.page-header .setting-links .options ul.dropdown:after,
.page-footer .setting-links .options ul.dropdown:after,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .header-links .options ul.dropdown:before,
.page-footer .header-links .options ul.dropdown:before,
.page-header .setting-links .options ul.dropdown:before,
.page-footer .setting-links .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .header-links .options ul.dropdown:after,
.page-footer .header-links .options ul.dropdown:after,
.page-header .setting-links .options ul.dropdown:after,
.page-footer .setting-links .options ul.dropdown:after,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .header-links .options.active,
.page-footer .header-links .options.active,
.page-header .setting-links .options.active,
.page-footer .setting-links .options.active,
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .header-links .options.active ul.dropdown,
.page-footer .header-links .options.active ul.dropdown,
.page-header .setting-links .options.active ul.dropdown,
.page-footer .setting-links .options.active ul.dropdown,
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .header-links .options ul.dropdown,
.page-footer .header-links .options ul.dropdown,
.page-header .setting-links .options ul.dropdown,
.page-footer .setting-links .options ul.dropdown,
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  left: 0;
  border-color: #ddd !important;
}
.page-header .header-links .options ul.dropdown:before,
.page-footer .header-links .options ul.dropdown:before,
.page-header .setting-links .options ul.dropdown:before,
.page-footer .setting-links .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px !important;
  right: auto;
}
.page-header .header-links .options ul.dropdown:after,
.page-footer .header-links .options ul.dropdown:after,
.page-header .setting-links .options ul.dropdown:after,
.page-footer .setting-links .options ul.dropdown:after,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px !important;
  right: auto;
}
.page-header .header-links .options ul.dropdown a,
.page-footer .header-links .options ul.dropdown a,
.page-header .setting-links .options ul.dropdown a,
.page-footer .setting-links .options ul.dropdown a,
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
}
.page-header .header-links .options ul.dropdown a:hover,
.page-footer .header-links .options ul.dropdown a:hover,
.page-header .setting-links .options ul.dropdown a:hover,
.page-footer .setting-links .options ul.dropdown a:hover,
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .header-links li,
.page-footer .header-links li,
.page-header .setting-links li,
.page-footer .setting-links li,
.page-header .switcher li,
.page-footer .switcher li {
  border-bottom: 1px solid #ddd;
  margin: 0;
  font-size: 13px;
  list-style: none;
}
.page-header .header-links li .sub-option li,
.page-footer .header-links li .sub-option li,
.page-header .setting-links li .sub-option li,
.page-footer .setting-links li .sub-option li,
.page-header .switcher li .sub-option li,
.page-footer .switcher li .sub-option li {
  border-bottom: 0;
  padding-left: 0;
}
.page-header .header-links li:last-child,
.page-footer .header-links li:last-child,
.page-header .setting-links li:last-child,
.page-footer .setting-links li:last-child,
.page-header .switcher li:last-child,
.page-footer .switcher li:last-child {
  border: 0 !important;
}
.page-header .header-links .label,
.page-footer .header-links .label,
.page-header .setting-links .label,
.page-footer .setting-links .label,
.page-header .switcher .label,
.page-footer .switcher .label {
  font-weight: 700;
}
.page-header .header-links strong,
.page-footer .header-links strong,
.page-header .setting-links strong,
.page-footer .setting-links strong,
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .header-links .selected,
.page-footer .header-links .selected,
.page-header .setting-links .selected,
.page-footer .setting-links .selected,
.page-header .switcher .selected,
.page-footer .switcher .selected {
  color: #000;
  font-weight: 700;
  padding: 0 10px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 30px;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
/**
 * 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_QuickOrder
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
/*style module quick order*/
#quickorder-top-link {
  float: right;
  margin-left: 10px;
}
#quickorder-top-link a {
  text-decoration: none;
  color: white;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
#quickorder-link {
  float: right;
  margin-left: 10px;
  background: #1979c3;
  border-radius: 3px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: bold;
  height: auto;
}
.block .block-title {
  text-align: left;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-bottom: 1px dashed #e6e6e6;
}
.rtl .block .block-title {
  text-align: right;
}
.block .block-title * {
  font-size: 17px;
  font-family: "Circe", sans-serif;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
}
.block .block-title strong {
  padding: 0;
  margin: 0;
}
.block .block-content {
  padding: 15px 0;
}
.block-success {
  border: 1px solid #e6e6e6;
  border-top: 3px solid #4dd0e1;
}
.block-success .block .block-title {
  padding: 35px 0;
  padding-left: 20%;
  margin: 0;
  position: relative;
}
.rtl .block-success .block .block-title {
  padding-right: 20%;
  padding-left: inherit;
}
.block-success .block .block-title::before {
  content: "";
  background: url("../../frontend/Balltheme/balloon/en_US/images/icon_hitech.png") no-repeat;
  height: 22px;
  left: 8%;
  position: absolute;
  top: 36%;
  width: 24px;
}
.rtl .block-success .block .block-title::before {
  right: 8%;
  left: auto;
}
.block-success .block .block-content {
  padding: 0;
}
.block-success .brand-widget {
  margin-bottom: 0;
  padding: 20px 0;
}
.block-success .widget-links .nav-links li {
  border-bottom: 1px dashed #e6e6e6;
  font-size: 14px;
  padding: 12px 20px;
  margin: 0;
}
.block-success .widget-links .nav-links li:last-child {
  border-bottom: 0;
}
.block-success .widget-links .nav-links li a {
  color: #444;
}
.block-success .widget-links .nav-links li a:hover {
  color: #9676b5;
}
.block-success .widget-images {
  margin-bottom: 0;
}
.block-success .productlist-widget ul.etabs {
  display: none;
}
.block-success .productlist-widget .tab-content {
  margin: 0;
}
.block-success.block-v1 {
  border-top: 3px solid #ff9e80;
}
.block-success.block-v1 .block-title:before {
  background: url("../../frontend/Balltheme/balloon/en_US/images/icon_fashion.png") no-repeat;
}
.block-success.block-v2 {
  border-top: 3px solid #7cb342;
}
.block-success.block-v2 .block-title:before {
  background: url("../../frontend/Balltheme/balloon/en_US/images/icon_health.png") no-repeat;
}
.block-success.block-v3 {
  border-top: 3px solid #ffc107;
}
.block-success.block-v3 .block-title:before {
  background: url("../../frontend/Balltheme/balloon/en_US/images/icon_home.png") no-repeat;
}
.block-success.block-v4 {
  border-top: 3px solid #00bfa5;
}
.block-success.block-v4 .block-title:before {
  background: url("../../frontend/Balltheme/balloon/en_US/images/icon_food.png") no-repeat;
}
.block-success.block-v5 {
  border-top: 3px solid #f2575b;
}
.block-success.block-v5 .block-title:before {
  background: url("../../frontend/Balltheme/balloon/en_US/images/icon_tag.png") no-repeat;
}
.block-success.block-v5 .product-block .product-item-info {
  border-left: 0 !important;
  border-right: 0 !important;
}
.block-success.block-v6 {
  border-top: 3px solid #02bfa3;
}
.block-success.block-v6 .block-title:before {
  background: url("../../frontend/Balltheme/balloon/en_US/images/icon_bags.png") no-repeat;
}
.block-success.block-v7 {
  border-top: 3px solid #ec7357;
}
.block-success.block-v7 .block-title:before {
  background: url("../../frontend/Balltheme/balloon/en_US/images/icon_star.png") no-repeat;
}
.block-success.block-v8 {
  border-top: 3px solid #82b1ff;
}
.block-primary .widget-carousel .owl-carousel .owl-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.block-primary .widget-carousel img {
  width: 100%;
}
.block-info .widget-images {
  margin-bottom: 0;
}
.block-info .widget-carousel {
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  padding: 8px 0;
  font-family: "Circe", sans-serif;
  letter-spacing: 3px;
}
.block-info .widget-carousel span {
  background: #000000;
  padding: 0 8px;
}
.block-info .widget-carousel strong {
  font-size: 16px;
}
.block-info .widget-carousel .owl-nav {
  display: none;
}
.block-info .product-block .product-item-info {
  float: left;
  text-align: left;
  width: 100%;
}
.rtl .block-info .product-block .product-item-info {
  float: right !important;
}
.rtl .block-info .product-block .product-item-info {
  text-align: right;
}
.block-info .product-block .product-item-info .product-image {
  float: left;
  width: 35%;
  padding: 10px;
}
.rtl .block-info .product-block .product-item-info .product-image {
  float: right !important;
}
.block-info .product-block .product-item-info .product-image .product-item-photo {
  margin: 0;
  position: static;
}
.block-info .product-block .product-item-info .product-image .product-item-actions {
  width: 100%;
}
.block-info .product-block .product-item-info .product-image .actions-primary {
  top: 0;
  height: 0;
  margin: auto;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.block-info .product-block .product-item-info .product-image .actions-primary .add-to-cart {
  bottom: -8px;
}
.block-info .product-block .product-item-info .product-image .actions-secondary {
  left: 0;
  position: absolute;
  right: 0;
  top: 36%;
}
.block-info .product-block .product-item-info .product-image .add-to-wishlist,
.block-info .product-block .product-item-info .product-image .add-to-compare,
.block-info .product-block .product-item-info .product-image .quick-view {
  position: relative;
  transform: none;
  margin: 0 2px;
}
.block-info .product-block .product-item-info .product-item-details {
  float: left;
  width: 65%;
  margin: 0;
}
.rtl .block-info .product-block .product-item-info .product-item-details {
  float: right !important;
}
.block-info .product-block .product-item-info .product-item-details .detail-warp {
  padding: 15px 5px;
}
.block-info .product-block .product-item-info .product-item-details .product-item-name {
  margin-top: 0;
}
.block-info .product-block .product-item-info:hover .product-image .actions-primary {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.block-warning .productlist-widget ul.etabs {
  display: none;
}
.block-warning .productlist-widget .product-block .product-item-info {
  border-left: 0 !important;
  border-right: 0 !important;
}
.block-warning .productlist-widget .product-block .product-item-info:last-child {
  border-bottom: 0;
}
.block-warning .nav-links {
  margin: 0 -3px;
}
.block-warning .nav-links li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  margin-bottom: 3px;
  padding: 0 3px;
}
.block-warning .nav-links li::after {
  content: "";
  background: #999;
  height: 10px;
  width: 1px;
  right: -3px;
  top: 7px;
  position: absolute;
}
.block-warning .nav-links li a {
  background: transparent;
  margin: 0;
  color: #999;
  line-height: 15px;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 2px;
  font-weight: 500;
}
.block-warning .nav-links li a:hover {
  background: #9676b5;
  color: #ffffff !important;
  transition: all 0.3s;
  text-decoration: none;
}
.block-warning.block-theme .productlist-widget .owl-nav {
  top: -52px;
}
.block.widget-carousel .block-content {
  padding: 0;
}
.block-veslide {
  position: relative;
}
.block-veslide .content {
  position: absolute;
  z-index: 1;
  top: 20%;
  width: 70%;
  background: transparent;
  color: #333;
  text-align: center;
}
.page-wrapper .block-search {
  margin-bottom: 0;
  margin-top: 12px;
  width: 100% !important;
  padding: 0 !important;
}
.page-wrapper .block-search .block-content {
  padding: 0;
}
.page-wrapper .block-search .action.search {
  background: #9676b5;
  top: 0;
  border-radius: 0;
  right: 0;
  width: 50px;
  height: 42px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .page-wrapper .block-search .action.search {
  left: 0;
  right: auto;
}
.page-wrapper .block-search .action.search::before {
  line-height: 35px;
  color: #ffffff;
  font-size: 16px;
}
.page-wrapper .block-search .action.search:hover {
  background: #333;
}
.page-wrapper .block-search input {
  padding: 0 20px!important;
  position: static !important;
  text-transform: uppercase;
  font-size: 11px;
  height: 42px !important;
}
.page-wrapper .block-search input::-moz-placeholder {
  color: #666 !important;
}
.page-wrapper .block-search .control {
  border-top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.page-wrapper .block-search label span {
  display: none;
}
.page-wrapper .block-search .label.active + .control input {
  position: static !important;
}
/*Autosearch*/
.ves-autosearch {
  min-height: 42px;
  margin-top: 12px;
  position: relative;
}
.ves-autosearch .ui-helper-hidden-accessible {
  display: none;
}
.ves-autosearch .search_box {
  border: none;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.ves-autosearch .search_box .message {
  display: none;
}
.ves-autosearch .search_box .button-search {
  color: #ffffff;
  background-color: #9676b5;
  border: 0;
  font-size: 14px;
  position: relative;
  top: -42px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  float: right;
  left: 0;
  z-index: 3;
  cursor: pointer;
}
.rtl .ves-autosearch .search_box .button-search {
  float: left !important;
}
.rtl .ves-autosearch .search_box .button-search {
  right: 0;
  left: auto;
}
.ves-autosearch .search_box .button-search:hover {
  background-color: #444;
}
.ves-autosearch .search_box .input-text {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  height: 42px;
  padding-right: 30%;
  padding-left: 20px;
}
.rtl .ves-autosearch .search_box .input-text {
  padding-left: 30%;
  padding-right: inherit;
}
.ves-autosearch .search_box .search {
  width: 100%;
  height: 40px;
}
.ves-autosearch .search_box .search .form-control {
  height: 36px;
}
.ves-autosearch .search_box .search input::-moz-placeholder {
  color: #555 !important;
}
.ves-autosearch .search_box .search input::-webkit-input-placeholder {
  color: #555 !important;
}
.ves-autosearch .search_box .category_filter {
  position: absolute;
  width: 180px;
  height: 40px;
  right: 42px;
  margin-top: 1px;
  z-index: 12;
  border-left: 1px solid #e6e6e6;
}
.rtl .ves-autosearch .search_box .category_filter {
  left: 42px;
  right: auto;
}
.rtl .ves-autosearch .search_box .category_filter {
  border-right: 1px solid #e6e6e6;
  border-left: none;
}
.ves-autosearch .search_box .category_filter:active .fa,
.ves-autosearch .search_box .category_filter:focus .fa {
  color: #363636;
}
.ves-autosearch .search_box .category_filter select {
  background: #f5f5f5;
  height: 40px;
  width: 100%;
  border: 0;
  padding-left: 20px;
  font-size: 14px;
  color: #444;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
}
.rtl .ves-autosearch .search_box .category_filter select {
  padding-right: 20px;
  padding-left: inherit;
}
.ves-autosearch .search_box .category_filter option {
  min-width: 130px;
  padding: 3px 6px;
}
.ves-autosearch .search_box .category_filter span {
  background: none;
  color: #444;
  position: absolute;
  right: 10px;
  top: 0px;
  line-height: 42px;
  height: 42px;
  font-size: 13px;
}
.rtl .ves-autosearch .search_box .category_filter span {
  left: 10px;
  right: auto;
}
ul.ui-autocomplete {
  background: #ffffff;
  z-index: 9999 !important;
  cursor: default;
  position: absolute;
  top: 41px !important;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  min-width: 449px;
  left: 0;
}
.rtl ul.ui-autocomplete {
  right: 0;
  left: auto;
}
ul.ui-autocomplete .active {
  border: solid 1px #CCCCCC;
}
ul.ui-autocomplete li {
  display: block;
  clear: both;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  padding: 10px;
}
ul.ui-autocomplete li:last-child {
  border: 0;
}
ul.ui-autocomplete li img {
  cursor: pointer;
  width: 100px;
}
ul.ui-autocomplete li .autosearch.product .image,
ul.ui-autocomplete li .autosearch.product .info,
ul.ui-autocomplete li .autosearch.product .description {
  float: left;
}
.rtl ul.ui-autocomplete li .autosearch.product .image,
.rtl ul.ui-autocomplete li .autosearch.product .info,
.rtl ul.ui-autocomplete li .autosearch.product .description {
  float: right !important;
}
ul.ui-autocomplete li .autosearch.product .image {
  padding-right: 10px;
}
.rtl ul.ui-autocomplete li .autosearch.product .image {
  padding-left: 10px;
  padding-right: inherit;
}
ul.ui-autocomplete li .autosearch.product .description {
  margin-top: 10px;
}
ul.ui-autocomplete li .name {
  font-weight: 600;
  margin-bottom: 10px;
}
ul.ui-autocomplete li .name:hover {
  color: #9676b5;
}
.minicart-warp {
  margin-top: 20px;
}
.minicart-wrapper {
  margin: 0 !important;
}
.minicart-wrapper .block-minicart {
  border: 1px solid #e6e6e6;
  z-index: 800;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary,
.minicart-wrapper .block-minicart .block-content > .actions > .primary .amshopby-button,
.minicart-wrapper .block-minicart .block-content > .actions > .primary .am-filter-go {
  font-size: 15px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details .price {
  color: #9676b5;
}
.minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price {
  color: #9676b5;
  font-weight: 600;
}
.minicart-wrapper .minicart-items-wrapper {
  max-height: 410px;
}
.minicart-wrapper .minicart-items .product > .toggle::after {
  content: "\f107";
  font-family: "FontAwesome";
}
.minicart-wrapper .minicart-items .product .active > .toggle::after {
  content: "\f106";
}
.minicart-wrapper .minicart-items .product.options.list .values span {
  font-weight: bold;
}
.minicart-wrapper .action.showcart {
  line-height: normal;
}
.minicart-wrapper .action.showcart::before {
  background: url("../../frontend/Balltheme/balloon/en_US/images/icon_cart_top.png") no-repeat !important;
  content: "" !important;
  width: 22px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: 0;
}
.rtl .minicart-wrapper .action.showcart::before {
  right: 0;
  left: auto;
}
.minicart-wrapper .action.showcart:hover::before,
.minicart-wrapper .action.showcart.active::before {
  color: #9676b5 !important;
}
.minicart-wrapper .action.showcart .cart-title {
  font-family: "Circe", sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin: 0 5px;
  line-height: 12px;
  display: block;
  color: #444;
}
.minicart-wrapper .action.showcart .counter-number {
  color: #999;
  text-transform: uppercase;
}
.minicart-wrapper #minicart-content-wrapper {
  line-height: normal;
}
.minicart-wrapper #minicart-content-wrapper .subtitle.empty {
  padding: 0;
  font-weight: 500;
}
.minicart-wrapper .w-item {
  float: left;
  padding-left: 30px;
}
.rtl .minicart-wrapper .w-item {
  float: right !important;
}
.rtl .minicart-wrapper .w-item {
  padding-right: 30px;
  padding-left: inherit;
}
.minicart-wrapper .w-item .total-qty {
  padding: 0 5px;
  font-size: 11px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 15px;
}
.minicart-wrapper .w-item .total-qty .counter-number {
  color: #999;
}
.minicart-wrapper .actions a {
  color: #666;
}
.minicart-wrapper .actions a:hover {
  color: #9676b5;
}
.minicart-wrapper .loader img {
  max-width: 20px;
}
.minicart-items .product-item-name a {
  color: #666;
}
.page-wrapper .widget-carousel {
  overflow: hidden;
  margin: 0;
}
.page-wrapper .widget-carousel .slider-content {
  position: absolute;
  font-size: 14px;
  color: #333;
}
.page-wrapper .widget-carousel .slider-content h1 {
  font-weight: 700;
  font-family: "Circe", sans-serif;
  margin: 0;
  padding-bottom: 10px;
}
.page-wrapper .widget-carousel .slider-content h3 {
  color: #192637;
  font-weight: 700;
  font-family: "Circe", sans-serif;
}
.page-wrapper .widget-carousel .slider-content .btn {
  background: #ffffff;
  border-radius: 0;
  color: #444;
  font-weight: 700;
  padding: 10px 25px;
  margin-top: 20px;
}
.page-wrapper .widget-carousel .slider-content .btn:hover {
  background: #9676b5;
  color: #ffffff;
}
.page-wrapper .widget-carousel .slider-content .btn:hover * {
  color: #ffffff !important;
}
.page-wrapper .widget-carousel .item-title {
  display: none;
}
.page-wrapper .widget-carousel .customNavigation {
  display: none;
}
.page-wrapper .widget-carousel .owl-stage-outer {
  margin: 0;
}
.page-wrapper .widget-carousel .owl-nav {
  margin: 0;
}
.page-wrapper .widget-carousel .owl-nav .owl-prev,
.page-wrapper .widget-carousel .owl-nav .owl-next {
  text-indent: -99999px;
  position: absolute;
  top: 45%;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
  width: 30px !important;
  height: 50px !important;
  line-height: 50px !important;
  display: none !important;
}
.page-wrapper .widget-carousel .owl-nav .owl-prev::before,
.page-wrapper .widget-carousel .owl-nav .owl-next::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "FontAwesome";
  font-size: 24px;
  text-indent: 0;
}
.page-wrapper .widget-carousel .owl-nav .owl-prev:hover,
.page-wrapper .widget-carousel .owl-nav .owl-next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.page-wrapper .widget-carousel .owl-nav .owl-prev {
  left: 15px;
}
.page-wrapper .widget-carousel .owl-nav .owl-prev::before {
  content: "\f104";
}
.page-wrapper .widget-carousel .owl-nav .owl-next {
  right: 15px;
}
.page-wrapper .widget-carousel .owl-nav .owl-next::before {
  content: "\f105";
}
.page-wrapper .widget-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.page-wrapper .widget-carousel:hover .customNavigation .owl-prev,
.page-wrapper .widget-carousel:hover .owl-nav .owl-prev,
.page-wrapper .widget-carousel:hover .customNavigation .owl-next,
.page-wrapper .widget-carousel:hover .owl-nav .owl-next {
  display: block !important;
}
.blog-posts {
  color: #777;
  line-height: 24px;
  font-size: 14px;
}
.blog-posts .owl-carousel .owl-nav {
  display: none;
}
.blog-posts .owl-carousel .post-social {
  display: none;
}
.blog-posts .owl-carousel .post-title h3 {
  line-height: 20px;
  font-family: "Circe", sans-serif;
  letter-spacing: -1px;
  font-weight: 700;
}
.blog-posts .owl-carousel .post-title a {
  font-size: 17px;
  color: #3d3d3d;
}
.blog-posts .owl-carousel .post-summary {
  margin-top: 15px;
}
.blog-posts .owl-carousel .post-summary a {
  float: left;
  display: block;
  margin-top: 20px;
  color: #9676b5;
  width: 100%;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-posts .post-date,
.blog-posts .post-comment {
  position: relative;
  padding-left: 22px;
}
.blog-posts .post-date::before,
.blog-posts .post-comment::before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
}
.blog-posts .post-date:before {
  content: "\f073";
}
.blog-posts .post-comment:before {
  content: "\f0e6";
}
/* Blog Latest View */
.ves-bloglatest .post-title > h3 {
  font-size: 16px;
  font-weight: 600;
}
.ves-bloglatest .post-title a {
  color: #3d3d3d;
}
.ves-bloglatest .post-social {
  margin: 10px 0;
}
.ves-bloglatest .post-social ul li {
  vertical-align: top;
  margin: 0;
}
.ves-bloglatest .pages .action.next::before {
  margin: 0 6px;
}
.vesblog-latest-view .blog-toolbar.toolbar,
.vesblog-category-view .blog-toolbar.toolbar,
.vesblog-post-view .blog-toolbar.toolbar {
  border: 0;
}
.vesblog-latest-view .sidebar-additional,
.vesblog-category-view .sidebar-additional,
.vesblog-post-view .sidebar-additional {
  display: none;
}
/* Blog Categories View */
.vesblog-category-view .post-image {
  max-height: 460px;
  overflow: hidden;
}
.vesblog-category-view .post-title > h3 {
  font-size: 22px;
  font-weight: 600;
}
.vesblog-category-view .post-title > h3 a {
  color: #3d3d3d;
}
.vesblog-category-view .post-meta {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #a8a8a8;
}
.vesblog-category-view .post-summary {
  margin-top: 20px;
  line-height: 25px;
  font-size: 13px;
  color: #666;
}
.vesblog-category-view .post-summary .desc {
  position: relative;
  max-height: 78px;
  overflow: hidden;
}
.vesblog-category-view .post-summary > a {
  display: block;
  margin-top: 20px;
  color: #3c3c3c;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  float: right;
  border: 2px solid #3c3c3c;
}
.rtl .vesblog-category-view .post-summary > a {
  float: left !important;
}
.vesblog-category-view .post-summary > a:hover {
  background: #9676b5;
  border-color: #9676b5;
  color: #ffffff;
  text-decoration: none;
}
.vesblog-category-view .post-social {
  margin-top: 10px;
}
.vesblog-category-view .post-social li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.vesblog-category-view .postcategory-view {
  margin-bottom: 30px;
}
.vesblog-category-view.page-layout-1column .post-image {
  max-height: 600px;
}
.vesblog-category-view.page-layout-1column .post-meta {
  padding: 0 8%;
}
.vesblog-category-view .ves-blog .blog-list .post-item {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 0;
  margin-bottom: 30px;
}
/* Blog Post View */
.vesblog-post-view .page-title-wrapper {
  display: none;
}
.vesblog-post-view .post-title {
  color: #3c3c3c;
}
.vesblog-post-view .post-meta {
  margin-bottom: 30px;
}
.vesblog-post-view .post-social {
  margin-top: 10px;
}
.vesblog-post-view .post-social li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.vesblog-post-view .posts-related .post-image {
  margin-bottom: 10px;
  max-height: 130px;
  overflow: hidden;
}
.vesblog-post-view .post-content {
  float: none;
}
.sidebar .block {
  border: 1px solid #e6e6e6;
  border-top: 3px solid #9676b5;
  margin-bottom: 30px;
}
.sidebar .block .block-title {
  margin-bottom: 0;
  padding: 25px 20px;
}
.sidebar .block .block-title * {
  font-size: 17px !important;
}
.sidebar .block .block-content {
  padding: 20px;
}
.sidebar .blog-searchform label {
  width: 100%;
}
.sidebar .blog-searchform label .screen-reader-text {
  display: none;
}
.sidebar .blog-searchform input {
  background: #f1f1f1;
  border: 0;
  font-weight: normal;
  height: 40px;
}
.sidebar .blog-searchform .search-submit {
  background: none;
  height: 38px;
  vertical-align: top;
}
.sidebar .product-items .product-item {
  float: left;
  width: 100%;
}
.rtl .sidebar .product-items .product-item {
  float: right !important;
}
.sidebar .block-reorder .product-item-name {
  padding-left: 26px;
  line-height: 24px;
}
.rtl .sidebar .block-reorder .product-item-name {
  padding-right: 26px;
  padding-left: inherit;
}
.sidebar #block-collapsible-nav {
  border: 1px solid #e6e6e6;
}
.sidebar .block-compare .action.primary,
.sidebar .block-wishlist .action.primary,
.sidebar .block-reorder .action.primary,
.sidebar .block-compare .amshopby-button,
.sidebar .block-wishlist .amshopby-button,
.sidebar .block-reorder .amshopby-button,
.sidebar .block-compare .am-filter-go,
.sidebar .block-wishlist .am-filter-go,
.sidebar .block-reorder .am-filter-go {
  font-size: 11px;
  letter-spacing: 0;
}
.sidebar .product-block .product-item-info {
  border-left: 0 !important;
  border-right: 0 !important;
}
.page-wrapper .blog-recentcomments .block-content a {
  font-size: 12px;
  font-weight: 500;
}
.page-wrapper .swatch-option {
  height: 25px;
  min-width: 25px;
  border: 0 !important;
  outline: none !important;
  border-radius: 16px;
}
.page-wrapper .swatch-option.text {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.block.filter .filter-subtitle {
  display: none !important;
}
.sidebar .block.filter .block-title strong {
  display: block;
}
.sidebar .block.filter .filter-current {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar .block.filter .filter-current .item {
  padding-left: 0;
  padding-right: 17px;
}
.sidebar .block.filter .filter-current .action.remove {
  left: auto;
  right: -2px;
}
.sidebar .block.filter .filter-current .action.remove::before {
  font-size: 14px !important;
}
.sidebar .block.filter .filter-current + .filter-actions {
  padding-bottom: 10px;
}
.sidebar .block.filter .filter-subtitle {
  display: none;
}
.sidebar .block.filter .filter-options {
  position: relative;
  top: 0;
}
.sidebar .block.filter .filter-options.active {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  transition: opacity 0.35s ease 0ss all ease-in;
  transition: all opacity 0.35s ease 0ss ease-in;
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.sidebar .block.filter .filter-options.active:first-child {
  border-top: none;
}
.sidebar .block.filter .filter-options.active:last-child {
  border-bottom: none;
}
.sidebar .block.filter .filter-options.active .filter-options-title:after {
  content: "-";
}
.sidebar .block.filter .filter-options .filter-options-title {
  font-weight: 700;
  color: #333;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.sidebar .block.filter .filter-options .filter-options-title:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 22px;
  right: 0;
  top: 2px;
  font-weight: 300;
  font-size: 20px;
  color: #999;
}
.sidebar .block.filter .filter-options .filter-options-item {
  border: 0 !important;
}
.sidebar .block.filter .filter-options .filter-options-item.active .filter-options-title {
  color: #9676b5;
}
.sidebar .block.filter .filter-options .filter-options-content {
  display: block !important;
  padding: 10px 0;
}
.sidebar .block.filter .filter-options .filter-options-content .item {
  margin: 0;
}
.sidebar .block.filter .filter-options .filter-options-content li {
  padding: 5px 0;
}
.sidebar .block.filter .filter-options .filter-options-content a {
  color: #666;
  background: none !important;
  margin: 0;
}
.sidebar .block.filter .filter-options .filter-options-content a:hover {
  text-decoration: underline;
}
.sidebar .block.filter .filter-options .filter-options-content .count,
.sidebar .block.filter .filter-options .filter-options-content .swatch-option {
  color: #666;
}
.sidebar .block.filter .filter-options .filter-options-content li > a {
  padding-left: 17px;
  position: relative;
  color: #666;
}
.rtl .sidebar .block.filter .filter-options .filter-options-content li > a {
  padding-right: 17px;
  padding-left: inherit;
}
.sidebar .block.filter .filter-options .filter-options-content li > a .count {
  background: #f1f1f1;
  color: #aaa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 0 8px;
  float: right;
  font-size: 11px;
}
.rtl .sidebar .block.filter .filter-options .filter-options-content li > a .count {
  float: left !important;
}
.sidebar .block.filter .filter-options .filter-options-content li > a .count::before,
.sidebar .block.filter .filter-options .filter-options-content li > a .count::after {
  content: "";
}
.sidebar .block.filter .filter-options .filter-options-content li > a::before {
  content: "\f096";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #ddd;
  position: absolute;
  left: 0;
  top: 1px;
}
.rtl .sidebar .block.filter .filter-options .filter-options-content li > a::before {
  right: 0;
  left: auto;
}
.sidebar .block.filter .filter-options .filter-options-content li > a:hover,
.sidebar .block.filter .filter-options .filter-options-content li > a:active,
.sidebar .block.filter .filter-options .filter-options-content li > a:focus {
  color: #3c3c3c;
  font-weight: 500;
  text-decoration: none;
}
.sidebar .block.filter .filter-options .filter-options-content li > a:hover::after,
.sidebar .block.filter .filter-options .filter-options-content li > a:active::after,
.sidebar .block.filter .filter-options .filter-options-content li > a:focus::after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 1px;
  top: -1px;
}
.rtl .sidebar .block.filter .filter-options .filter-options-content li > a:hover::after,
.rtl .sidebar .block.filter .filter-options .filter-options-content li > a:active::after,
.rtl .sidebar .block.filter .filter-options .filter-options-content li > a:focus::after {
  right: 1px;
  left: auto;
}
.sidebar .block.filter .filter-options .swatch-option.text {
  font-weight: 400;
  float: left;
}
.rtl .sidebar .block.filter .filter-options .swatch-option.text {
  float: right !important;
}
.sidebar .block-compare .action.primary,
.sidebar .block-wishlist .action.primary,
.sidebar .block-reorder .action.primary,
.sidebar .block-compare .amshopby-button,
.sidebar .block-wishlist .amshopby-button,
.sidebar .block-reorder .amshopby-button,
.sidebar .block-compare .am-filter-go,
.sidebar .block-wishlist .am-filter-go,
.sidebar .block-reorder .am-filter-go {
  padding: 5px 10px;
}
.sidebar .block-compare .counter,
.sidebar .block-wishlist .counter,
.sidebar .block-reorder .counter {
  display: none;
}
.sidebar .block-compare .product-item-photo,
.sidebar .block-wishlist .product-item-photo,
.sidebar .block-reorder .product-item-photo {
  float: left;
}
.rtl .sidebar .block-compare .product-item-photo,
.rtl .sidebar .block-wishlist .product-item-photo,
.rtl .sidebar .block-reorder .product-item-photo {
  float: right !important;
}
.sidebar .block-compare .product-item-actions,
.sidebar .block-wishlist .product-item-actions,
.sidebar .block-reorder .product-item-actions {
  clear: none !important;
}
.sidebar .block-compare .product-item-name,
.sidebar .block-wishlist .product-item-name,
.sidebar .block-reorder .product-item-name {
  padding-right: 20px;
}
.rtl .sidebar .block-compare .product-item-name,
.rtl .sidebar .block-wishlist .product-item-name,
.rtl .sidebar .block-reorder .product-item-name {
  padding-left: 20px;
  padding-right: inherit;
}
.sidebar .block-compare .empty {
  padding: 20px;
}
.sidebar .block-reorder .product-item .field.item {
  display: block;
}
.sidebar .block-reorder .product-item-name {
  padding-left: 20px;
}
.sidebar .block-reorder .control {
  position: absolute;
  right: 0;
}
.rtl .sidebar .block-reorder .control {
  left: 0;
  right: auto;
}
.sidebar .product-items .product-item-name {
  margin-right: 0;
}
.sidebar .action.delete {
  right: 0;
}
.rtl .sidebar .action.delete {
  left: 0;
  right: auto;
}
.sidebar .productlist-widget .product-items .product-item-details {
  margin: 0;
}
.sidebar .productlist-widget .product-items .product-item-info .product-item-photo {
  position: relative;
  margin: 0;
}
.sidebar .productlist-widget .block-content {
  padding: 0 !important;
}
.widget-images {
  margin-bottom: 30px;
  border: 0 !important;
}
.widget-images .block-content {
  padding: 0 !important;
}
.widget-images .image-item .img-animation {
  overflow: hidden;
  position: relative;
  float: left;
  /* style for hover */
}
.rtl .widget-images .image-item .img-animation {
  float: right !important;
}
.widget-images .image-item .img-animation:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.widget-images .image-item .img-animation:hover:before {
  -webkit-animation: shine 1.1s;
  animation: shine 1.1s;
}
.call-online {
  color: #ffffff;
  min-height: 234px;
  padding-top: 18%;
  line-height: 24px;
  padding-left: 25%;
}
.rtl .call-online {
  padding-right: 25%;
  padding-left: inherit;
}
.call-online h3 {
  margin: 0;
}
.call-online > div {
  position: relative;
}
.call-online > div::before {
  content: "";
  background: url("../../frontend/Balltheme/balloon/en_US/images/phone.png") no-repeat;
  width: 40px;
  height: 40px;
  top: 10px;
  left: -50px;
  position: absolute;
}
.rtl .call-online > div::before {
  right: -50px;
  left: auto;
}
.call-online span {
  font-family: "Circe", sans-serif;
  font-weight: 600;
}
.call-online h3 {
  font-size: 22px;
}
.social-footer {
  background: #9676b5;
  padding: 20px 0;
}
.social-footer h3 {
  font-weight: 300;
  color: #ffffff;
  margin-right: 15px;
  line-height: 32px;
}
.rtl .social-footer h3 {
  margin-left: 15px;
  margin-right: inherit;
}
.social-footer ul {
  margin: 0;
}
.social-footer li {
  margin: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.social-footer li a {
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 42px;
  line-height: 42px;
  color: #ffffff !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 24%;
  font-size: 18px;
}
.rtl .social-footer li a {
  margin-right: 24%;
  margin-left: inherit;
}
.social-footer li a .fa {
  padding-left: 3px;
  transition: all 0.4s ease 0ss all ease-in;
  transition: all all 0.4s ease 0ss ease-in;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rtl .social-footer li a .fa {
  padding-right: 3px;
  padding-left: inherit;
}
.social-footer li a:hover {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.social-footer span {
  display: none;
}
.ourservice-block {
  line-height: normal;
  color: #999;
}
.ourservice-block .ourservice-content {
  float: left;
  padding-left: 10px;
}
.rtl .ourservice-block .ourservice-content {
  float: right !important;
}
.rtl .ourservice-block .ourservice-content {
  padding-right: 10px;
  padding-left: inherit;
}
.ourservice-block:hover img {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.ourservice-block img {
  margin-top: 14px;
}
.ourservice-block h4 {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}
.columns .widget-contenthtml {
  border-radius: 0;
  padding: 0;
}
.columns .widget-contenthtml .block-content {
  padding: 0;
}
.instagram_gallery .widget-inner .row {
  margin: 0;
}
.instagram_gallery .item-instagram {
  width: 33.3333% !important;
  margin-bottom: 2px;
  padding: 0 1px;
}
.instagram_gallery .item-instagram img {
  width: 100% !important;
  height: auto !important;
}
.block.tags,
.ves-block .tagcloud {
  text-align: left;
}
.rtl .block.tags,
.rtl .ves-block .tagcloud {
  text-align: right;
}
.block.tags li,
.ves-block .tagcloud li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 3px;
  margin-right: 2px;
  margin-left: 0;
}
.block.tags li a,
.ves-block .tagcloud li a {
  background: #f1f1f1;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 3px 10px;
  color: #999;
  font-size: 12px !important;
  text-transform: uppercase;
  transition: all 0.3s ease 0ss all ease-in;
  transition: all all 0.3s ease 0ss ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.block.tags li a:hover,
.ves-block .tagcloud li a:hover {
  text-decoration: none;
  background: #9676b5;
  color: #ffffff;
  transition: all 0.3s ease 0ss all ease-in;
  transition: all all 0.3s ease 0ss ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tags-link {
  margin-bottom: 0;
}
.tags-link li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 3px;
  margin-right: 2px;
  margin-left: 0;
}
.tags-link li a {
  background: #e9e9e9;
  border-radius: 2px;
  color: #333333;
  float: left;
  font-size: 12px !important;
  padding: 3px 8px;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .tags-link li a {
  float: right !important;
}
.tags-link li a:hover {
  background: #9676b5;
  color: #ffffff;
  text-decoration: none;
}
.block.tmls-widget {
  margin: 0 !important;
  padding: 10%;
}
.block.tmls-widget .tmls-item {
  border: 0 !important;
  padding: 0 !important;
}
.block.tmls-widget .tmls-item-info {
  font-family: "Circe", sans-serif;
}
.block.tmls-widget .tmls-item-info .tmls-image {
  position: relative;
  margin: 0 0 10px 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.block.tmls-widget .tmls-item-info .tmls-image::before {
  content: "\f10e";
  color: #82b1ff;
  font-size: 20px;
  font-family: "FontAwesome";
  position: absolute;
  right: -20px;
  top: 0;
}
.rtl .block.tmls-widget .tmls-item-info .tmls-image::before {
  left: -20px;
  right: auto;
}
.block.tmls-widget .tmls-item-info .tmls-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.block.tmls-widget .tmls-item-info .tmls-name {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.block.tmls-widget .tmls-item-info .tmls-testimonial {
  max-height: 120px;
  overflow: hidden;
  line-height: 24px;
}
.block.tmls-widget .tmls-item-info .tmls-testimonial p {
  font-size: 13px;
  margin: 0;
}
.block.tmls-widget .tmls-item-info .tmls-title {
  font-size: 13px;
  color: #3d3d3d;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.block.tmls-widget .tmls-item-info .tmls-company_website {
  text-transform: uppercase;
  color: #000000;
}
.block.tmls-widget .tab-content.testimonial-owlcarousel-play {
  margin-bottom: 0;
}
.block.tmls-widget .tab-content {
  margin-top: 0;
  overflow: hidden;
}
.block.tmls-widget .owl-carousel .owl-item {
  border-right: 1px solid #e6e6e6;
}
.rtl .block.tmls-widget .owl-carousel .owl-item {
  border-left: 1px solid #e6e6e6;
  border-right: none;
}
.block.brand-widget {
  background: #f8f8f8;
  overflow: hidden;
}
.block.brand-widget .owl-carousel {
  margin-bottom: 0;
}
.block.brand-widget .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.block.brand-widget .brand-image img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.block.brand-widget .brand-image:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-wrapper .brand-image img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.page-wrapper .brand-image img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block .product-img {
  overflow: hidden;
  position: relative;
}
.product-block div[class^="swatch-opt-"] {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  z-index: 12;
  left: 0;
}
.rtl .product-block div[class^="swatch-opt-"] {
  right: 0;
  left: auto;
}
.product-block .swatch-option {
  margin: 0 3px 3px !important;
}
.product-block .product-image {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  max-width: 100%;
  padding: 10px 15px 4px;
}
.product-block .product-image .hover-image {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-in-outs all ease-in;
  transition: all all 0.3s ease-in-outs ease-in;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.product-block .product-image .product-item-actions {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 11;
}
.rtl .product-block .product-image .product-item-actions {
  left: 20px;
  right: auto;
}
.product-block .product-image .product-item-actions .actions-secondary {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist,
.product-block .product-image .product-item-actions .actions-secondary .add-to-compare,
.product-block .product-image .product-item-actions .actions-secondary .quick-view {
  background: #f8f8f8;
  color: #333;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  margin-bottom: 4px;
}
.product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist:hover,
.product-block .product-image .product-item-actions .actions-secondary .add-to-compare:hover,
.product-block .product-image .product-item-actions .actions-secondary .quick-view:hover,
.product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist:focus,
.product-block .product-image .product-item-actions .actions-secondary .add-to-compare:focus,
.product-block .product-image .product-item-actions .actions-secondary .quick-view:focus {
  background: #83b1ff;
  color: #ffffff !important;
}
.product-block .product-item-details .actions-primary .add-to-cart {
  background: #9676b5;
  bottom: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 8px 14px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-out 0s;
  visibility: hidden;
  width: 100%;
  border: 0;
  border-radius: 0;
}
.product-block .product-item-details .actions-primary .add-to-cart .icon-cart {
  background: url("../../frontend/Balltheme/balloon/en_US/images/icon_cart.png") no-repeat scroll 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 19px;
  height: 22px;
  margin-right: 15px;
}
.rtl .product-block .product-item-details .actions-primary .add-to-cart .icon-cart {
  margin-left: 15px;
  margin-right: inherit;
}
.product-block .product-item-details .actions-primary .add-to-cart:hover,
.product-block .product-item-details .actions-primary .add-to-cart:focus {
  background: #333;
}
.product-block .product-item-details .detail-warp {
  padding: 0 15px 15px;
  position: relative;
}
.product-block .product-item-details .product-item-name {
  margin: 8px 0 6px;
  font-size: 13px;
  min-height: 37px;
  max-height: 37px;
  overflow: hidden;
}
.product-block .product-item-details .product-item-name a {
  color: #999;
}
.product-block .product-item-details .product-item-name a:hover {
  text-decoration: none;
  color: #333;
}
.product-block .product-item-details .price-box {
  position: relative;
  margin: 0;
}
.product-block .product-item-details .price-box p {
  margin: 0;
}
.product-block .product-item-details .price-box span {
  display: inline-block;
}
.product-block .product-item-details .price-box .price-to {
  display: none;
}
.product-block .product-item-details .price-box .price-label {
  display: none;
}
.product-block .product-item-details .price-box .price {
  color: #444;
  font-size: 14px;
  font-weight: 700;
}
.product-block .product-item-details .price-box .old-price .price {
  color: #999;
  text-decoration: line-through;
  margin-left: 6px;
  font-weight: 400;
}
.rtl .product-block .product-item-details .price-box .old-price .price {
  margin-right: 6px;
  margin-left: inherit;
}
.product-block .product-item-info {
  background: #ffffff;
  position: relative;
  margin-bottom: 0 !important;
  text-align: center;
}
.product-block .product-item-info:hover,
.product-block .product-item-info:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin: 0 0 30px;
  padding: 0;
  background: transparent;
}
.product-block .product-item-info:hover .hover-image,
.product-block .product-item-info:focus .hover-image {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-out 0ss all ease-in;
  transition: all all 0.3s ease-out 0ss ease-in;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.product-block .product-item-info:hover .product-item-details .actions-primary .add-to-cart,
.product-block .product-item-info:focus .product-item-details .actions-primary .add-to-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.2s ease-out 0s;
  visibility: visible;
}
.product-block .product-reviews-summary {
  margin-bottom: 5px;
}
.product-block .description,
.product-block .reviews-actions {
  display: none;
}
.product-block .swatch-option {
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .swatch-attribute-options {
  margin-top: 0;
}
.rating-summary .rating-result {
  width: 54px;
}
.rating-summary .rating-result:before {
  font-size: 10px;
}
.rating-summary .rating-result > span::before {
  font-size: 10px;
  color: #9676b5;
}
.review-control-vote label::before {
  color: #9676b5;
}
.product.media {
  position: relative;
}
.product.media .fotorama__stage {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  max-height: 470px;
}
.product.media .fotorama__stage .fotorama__img {
  vertical-align: top;
}
.product-block .icon,
.product.media .icon {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 12;
}
.rtl .product-block .icon,
.rtl .product.media .icon {
  right: 10px;
  left: auto;
}
.product-block .icon span span,
.product.media .icon span span {
  background: #f0575c;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  padding: 0 6px;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.product-block .icon span span::before,
.product.media .icon span span::before {
  content: "";
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #f0575c;
  position: absolute;
  right: 0;
  bottom: -8px;
}
.rtl .product-block .icon span span::before,
.rtl .product.media .icon span span::before {
  left: 0;
  right: auto;
}
.productlist-widget {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.productlist-widget .block-title {
  margin-bottom: 0;
}
.productlist-widget .block-content {
  padding: 0;
}
.productlist-widget .owl-stage-outer {
  margin: 0;
}
.productlist-widget .product-item-info .icon > span {
  margin: 0 3px;
}
.productlist-widget.hidden-tabs .etabs {
  display: none;
}
.productlist-widget .productlist-wait {
  height: 300px;
  background: url('../../frontend/Balltheme/balloon/en_US/images/loading.gif') center no-repeat;
}
.productlist-widget ul.etabs {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 15px;
  margin: 0;
}
.rtl .productlist-widget ul.etabs {
  left: 0;
  right: auto;
}
.productlist-widget ul.etabs li {
  margin: 0;
  display: block;
  float: left;
}
.rtl .productlist-widget ul.etabs li {
  float: right !important;
}
.productlist-widget ul.etabs li a {
  color: #999;
  line-height: normal;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 15px;
}
.productlist-widget ul.etabs li a:hover,
.productlist-widget ul.etabs li a.active {
  color: #333;
}
.productlist-widget .tab-content {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}
.rtl .productlist-widget .tab-content {
  float: right !important;
}
.productlist-widget .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}
.rtl .productlist-widget .owl-nav {
  left: 0;
  right: auto;
}
.productlist-widget .owl-nav .owl-prev,
.productlist-widget .owl-nav .owl-next {
  background: #f8f8f8 !important;
  border-radius: 0 !important;
  border: 1px solid #e6e6e6;
  font-size: 12px !important;
  height: 20px !important;
  line-height: 18px !important;
  width: 20px;
}
.products-grid .product-item {
  margin: 0 !important;
}
.ves-products-grid .owl-carousel,
.ves-widget .owl-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ves-products-grid .owl-carousel .owl-item,
.ves-widget .owl-carousel .owl-item {
  padding: 0 !important;
}
.ves-products-grid .product-block .product-item-info,
.ves-widget .product-block .product-item-info {
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.ves-products-grid .product-block .product-item-info:hover,
.ves-widget .product-block .product-item-info:hover {
  box-shadow: 0 1px 2px 1px #eeeeee;
}
.products-grid .product-item {
  width: 25%;
  padding: 0 !important;
}
.products-grid .product-item .product-block {
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.products-grid .product-item .product-block:hover {
  box-shadow: 0 1px 2px 1px #eeeeee;
}
.products-grid .product-items {
  margin-left: 0 !important;
  border-left: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.list.products-list .ves-grid-item {
  width: 100% !important;
}
.list.products-list .ves-grid-item .product-item-details {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.list.products-list .product-block {
  border-bottom: 1px solid #e6e6e6;
}
.list.products-list .product-block .product-image {
  vertical-align: top;
}
.list.products-list .product-block .product-item-details {
  padding-left: 30px;
  padding-top: 20px;
}
.rtl .list.products-list .product-block .product-item-details {
  padding-right: 30px;
  padding-left: inherit;
}
.list.products-list .product-block .product-item-details .product-item-name {
  font-size: 13px;
  margin-top: 0;
}
.list.products-list .product-block .product-item-details .product-item-name a {
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}
.list.products-list .product-block .product-item-details .detail-warp {
  padding: 0;
}
.list.products-list .product-block .product-item-details .actions-primary .add-to-cart {
  position: relative;
  margin-top: 20px;
  padding: 8px 20px;
  width: auto;
}
.list.products-list .product-block .product-item-info {
  text-align: left;
}
.rtl .list.products-list .product-block .product-item-info {
  text-align: right;
}
.list.products-list .product-block .product-item-photo {
  padding: 0;
}
.list.products-list .product-block .description {
  display: block;
}
.list.products-list .product-block .product-reviews-summary {
  margin-bottom: 5px;
}
.list.products-list a.more {
  color: #000000;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.rtl .list.products-list a.more {
  float: right !important;
}
.list.products-list a.more:hover {
  color: #9676b5;
}
.review-form .action.submit.primary {
  background: #2f2f2f;
  border-color: #2f2f2f;
  color: #ffffff !important;
}
.review-form .action.submit.primary:hover {
  background: #9676b5;
  border-color: #9676b5;
}
.product.data.items > .item.title > .switch {
  font-weight: 700 !important;
  color: #999 !important;
}
.product.data.items > .item.title.active > .switch {
  color: #000000 !important;
}
.productlist-index-quickview .product-info-main .page-title {
  padding-top: 25px !important;
}
.fancybox-skin .action_button ul {
  margin-bottom: 0;
  margin-top: 15px;
}
.fancybox-skin .action_button ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.fancybox-skin .action_button .button {
  padding: 0 18px;
  line-height: 35px;
  background: #2f2f2f;
  color: #ffffff;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border: 0;
  border-radius: 3px;
}
.fancybox-skin .action_button .button:hover {
  background: #9676b5;
  text-decoration: none;
}
.owl-carousel {
  width: auto !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.owl-carousel .owl-item {
  padding-left: 15px !important;
  padding-right: 15px !important;
  float: left;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  float: left;
}
.owl-carousel .owl-stage {
  float: left;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.page-wrapper .columns .owl-carousel .owl-nav [class*=owl-] {
  height: 30px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  color: #999;
  font-size: 30px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  line-height: 26px;
  border-radius: 0;
}
.page-wrapper .columns .owl-carousel .owl-nav [class*=owl-]:hover,
.page-wrapper .columns .owl-carousel .owl-nav [class*=owl-]:focus {
  background: transparent;
  border-color: #000;
  color: #000;
}
.owl-nav .owl-prev {
  float: left;
}
.owl-nav .owl-next {
  float: right;
}
.owl-nav [class*=owl-]:hover {
  border-color: #333;
  text-decoration: none;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: #f00;
}
.countdown-timmer {
  background: #9676b5;
  margin-top: 1px;
  float: left;
  width: 100%;
  padding: 18px 0 24px;
}
.rtl .countdown-timmer {
  float: right !important;
}
.countdown-timmer .item-detail {
  display: none;
}
.countdown-timmer .item-countdown ul {
  margin: 0;
}
.countdown-timmer .item-countdown ul > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  margin: 0 0 5px 0;
}
.countdown-timmer .item-countdown ul > li::after {
  content: ":";
  color: #ffffff;
}
.countdown-timmer .item-countdown ul > li > div + div {
  display: none;
}
.countdown-timmer .item-countdown ul div {
  text-transform: none;
  color: #9676b5;
  font-size: 12px;
}
.countdown-timmer .item-countdown ul > li:last-child:after {
  display: none;
}
.countdown-timmer .item-countdown li .countdown_num {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  margin: 0 5px;
  position: relative;
}
.block.related,
.block.upsell,
.block.crosssell {
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title {
  margin-bottom: 0;
}
.block.related .block-content,
.block.upsell .block-content,
.block.crosssell .block-content {
  padding: 0;
  margin-left: -1px;
}
.rtl .block.related .block-content,
.rtl .block.upsell .block-content,
.rtl .block.crosssell .block-content {
  margin-right: -1px;
  margin-left: inherit;
}
.block.related .product-block .product-item-inner,
.block.upsell .product-block .product-item-inner,
.block.crosssell .product-block .product-item-inner {
  display: none;
}
.block.related .product-block .product-item-info,
.block.upsell .product-block .product-item-info,
.block.crosssell .product-block .product-item-info {
  border-left: 1px solid #e6e6e6;
}
.rtl .block.related .product-block .product-item-info,
.rtl .block.upsell .product-block .product-item-info,
.rtl .block.crosssell .product-block .product-item-info {
  border-right: 1px solid #e6e6e6;
  border-left: none;
}
.block.related .product-item,
.block.upsell .product-item,
.block.crosssell .product-item {
  padding: 0 !important;
}
.block.related .products,
.block.upsell .products,
.block.crosssell .products {
  margin: 0;
}
.block.related .countdown-timmer,
.block.upsell .countdown-timmer,
.block.crosssell .countdown-timmer {
  display: none;
}
.block.related .owl-dots,
.block.upsell .owl-dots,
.block.crosssell .owl-dots {
  display: none !important;
}
.block.related .owl-carousel,
.block.upsell .owl-carousel,
.block.crosssell .owl-carousel {
  margin: 0 !important;
}
.block.related .owl-carousel .owl-item,
.block.upsell .owl-carousel .owl-item,
.block.crosssell .owl-carousel .owl-item {
  padding: 0 !important;
}
.block.related {
  position: relative;
}
.block.related .block-actions {
  position: absolute;
  right: 15px;
  top: 14px;
}
.rtl .block.related .block-actions {
  left: 15px;
  right: auto;
}
.block.related .block-actions .action.select {
  margin: 0 0 0 5px;
  padding: 2px 10px;
}
.block.related .choice.related {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 10;
}
.rtl .block.related .choice.related {
  right: 6px;
  left: auto;
}
.block.related .choice.related label {
  display: none;
}
.block.crosssell {
  width: 100% !important;
  padding: 0 !important;
}
.block.crosssell .product-block .product-item-info {
  border-bottom: 1px solid #e6e6e6;
}
.product.info.detailed {
  margin-bottom: 60px;
}
.block.newsletter {
  background: #82b1ff url("../../frontend/Balltheme/balloon/en_US/images/bg_newletter.png") no-repeat scroll 8% bottom !important;
  padding-top: 7%;
  padding-bottom: 7%;
  padding-left: 35%;
  min-height: 234px;
  line-height: 24px;
}
.rtl .block.newsletter {
  padding-right: 35%;
  padding-left: inherit;
}
.block.newsletter .block-title {
  margin: 0 !important;
}
.block.newsletter .block-title * {
  color: #ffffff !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  text-transform: none !important;
}
.block.newsletter .block-content {
  margin-right: 15%;
}
.rtl .block.newsletter .block-content {
  margin-left: 15%;
  margin-right: inherit;
}
.block.newsletter .form.subscribe {
  position: relative;
  margin-top: 20px;
}
.block.newsletter .form.subscribe .control {
  padding: 0;
}
.block.newsletter .form.subscribe .control::before {
  line-height: 40px !important;
  margin: 0 8px!important;
}
.block.newsletter label {
  color: #ffffff;
  font-size: 15px !important;
}
.block.newsletter input {
  background: #759fe5;
  color: #ffffff;
  border: 0 !important;
  height: 40px !important;
  border: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.block.newsletter input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.block.newsletter .actions {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  margin: 0;
}
.rtl .block.newsletter .actions {
  left: 0;
  right: auto;
}
.block.newsletter .actions .action.subscribe {
  background: #ffffff;
  color: #333;
  border-radius: 0;
  padding: 0 10px;
  font-size: 20px;
  height: 40px;
  width: 45px;
  border-color: transparent;
}
.block.newsletter .actions .action.subscribe:hover {
  background: #444;
  color: #ffffff;
}
.block.newsletter #newsletter-error {
  color: #ffffff;
}
.promotional {
  color: #ffffff;
  line-height: 20px;
}
.promotional .media {
  overflow: visible;
}
.promotional .media > .pull-left {
  margin-top: 3px;
  margin-right: 10px;
}
.rtl .promotional .media > .pull-left {
  margin-left: 10px;
  margin-right: inherit;
}
.promotional .ourservice-block {
  padding: 30px 12%;
  float: left;
  width: 100%;
}
.rtl .promotional .ourservice-block {
  float: right !important;
}
.promotional .block {
  background: transparent;
  margin: 0 !important;
}
.promotional h3 {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  line-height: normal;
}
.promotional h3 a {
  color: #ffffff;
}
.promotional h3 a:hover {
  text-decoration: underline;
}
.promotional img {
  margin: 0;
}
.block-aboutus .block-content {
  color: #999;
  font-size: 14px;
}
.page-wrapper .login-container .actions-toolbar .primary,
.page-wrapper .form-create-account .actions-toolbar .primary {
  float: left;
}
.rtl .page-wrapper .login-container .actions-toolbar .primary,
.rtl .page-wrapper .form-create-account .actions-toolbar .primary {
  float: right !important;
}
.page-wrapper .login-container .actions-toolbar,
.page-wrapper .form-create-account .actions-toolbar {
  margin-left: 0 !important;
  float: left;
  width: 100%;
}
.rtl .page-wrapper .login-container .actions-toolbar,
.rtl .page-wrapper .form-create-account .actions-toolbar {
  float: right !important;
}
.page-wrapper .login-container .actions-toolbar .secondary,
.page-wrapper .form-create-account .actions-toolbar .secondary {
  margin-top: 12px;
}
.page-wrapper .login-container .fieldset::after {
  margin-left: 0 !important;
  text-align: left;
}
.rtl .page-wrapper .login-container .fieldset::after {
  text-align: right;
}
.block-customer-login {
  text-align: left;
}
.rtl .block-customer-login {
  text-align: right;
}
.field-tooltip {
  z-index: 1;
}
.field .control._with-tooltip input {
  position: relative;
  z-index: 2;
}
/* social internal module */
ul.list-social li a .fa {
  font-size: 16px;
  margin-right: 11px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.rtl ul.list-social li a .fa {
  margin-left: 11px;
  margin-right: inherit;
}
ul.list-social li a.facebook .fa {
  background: #3c5a9a;
}
ul.list-social li a.twitter .fa {
  background: #56abec;
}
ul.list-social li a.pinterest .fa {
  background: #be081e;
}
ul.list-social li a.instagram .fa {
  background: #3e729a;
}
.logo-footer {
  text-align: center;
}
.logo-footer img {
  padding-bottom: 20px;
}
.logo-footer button {
  background: #80b2a7;
  border-radius: 0;
  border: 0;
  color: #fff;
  font-weight: 400;
}
.logo-footer button:hover,
.logo-footer button:focus {
  background: #fff;
  color: #333;
}
.action.primary,
.amshopby-button,
.am-filter-go {
  background: #9676b5;
  border-color: #9676b5;
  padding: 15px 30px;
  letter-spacing: 1px;
  font-family: "Circe", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0 !important;
}
.action.primary:hover,
.action.primary:active,
.action.primary:focus,
.amshopby-button:hover,
.amshopby-button:active,
.amshopby-button:focus,
.am-filter-go:hover,
.am-filter-go:active,
.am-filter-go:focus {
  background: #9676b5;
  border-color: #9676b5;
}
.abs-actions-addto-gridlist::before,
.table-comparison .wishlist.split.button > .action.split::before,
.product-items .wishlist.split.button > .action.split::before,
.products.list.items .action.towishlist::before,
.table-comparison .action.towishlist::before,
.product-item-actions .actions-secondary > .action::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,
.product-item-actions .actions-secondary > .action::before {
  font-size: 16px;
}
.modal-inner-wrap .modal-header,
.modal-inner-wrap .modal-content,
.modal-inner-wrap .modal-footer {
  border: 0;
  box-shadow: none;
}
.wishlist-index-index .products-grid .product-item {
  padding-left: 15px !important;
  margin-bottom: 20px !important;
}
.wishlist-index-index .products-grid .product-item .control {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.wishlist-index-index .products-grid .product-item .field.qty {
  float: left;
}
.wishlist-index-index .products-grid .product-item .product-item-actions {
  margin: 0;
}
.wishlist-index-index .products-grid .product-item .product-item-actions button {
  padding: 5px 10px;
}
.wishlist-index-index .products-grid .product-items {
  margin-left: -15px !important;
}
#ves-paneltool .panel-apply .btn {
  display: inline-block;
  line-height: 30px;
  padding: 0 15px !important;
  vertical-align: top;
  text-decoration: none;
  font-size: 14px !important;
}
#ves-paneltool .panel-apply .btn span {
  font-size: 14px !important;
}
#ves-paneltool .panel-apply .btn.btn-apply {
  background: #669900;
}
.cms-page-error {
  padding: 50px 0 100px;
  color: #666;
  position: relative;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
}
.cms-page-error img {
  margin-left: -22px;
}
.cms-page-error h1 {
  color: #9676b5;
  font-size: 200px;
  font-weight: 800;
  margin: 0;
}
.cms-page-error h2 {
  font-size: 40px;
  color: #9676b5;
  font-weight: 700;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: -10px;
}
.cms-page-error a {
  margin: 30px 10px 0;
  padding: 7px 20px;
}
.cms-page-error a.back-page,
.cms-page-error a.back-home {
  background: #9676b5;
  color: #ffffff;
  height: 48px;
  line-height: 48px;
  padding: 0 28px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}
.cms-page-error a.back-page:hover,
.cms-page-error a.back-home:hover {
  background: #9676b5;
  color: #ffffff !important;
  text-decoration: none;
}
.cms-page-error .back-page {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.cms-page-error .back-home {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.cms-no-route .page-wrapper {
  background: #ffffff;
}
.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: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 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: inherit;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\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: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    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: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    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: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0;
  }
  .product.data.items > .item.title > .switch {
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    height: 40px;
    padding: 1px 10px 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.4rem;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    color: #333333;
    text-decoration: none;
    padding-bottom: 1px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin: 0;
    padding: 10px 10px 30px;
  }
  .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;
  }
  .aw-cl__payment-form-wrapper .aw-cl__payment-form {
    align-items: flex-start;
  }
  .aw-cl__payment-form-wrapper .fieldset {
    margin-bottom: 0;
  }
  .aw-cl__payment-form-wrapper .pay {
    margin-left: 3rem;
    margin-top: 28px;
  }
  .amreview-widget-container .slick-dots button {
    border: 1px solid #cccccc;
  }
  .mobile {
    display: block;
  }
  .mobile .mobile-block {
    display: block;
  }
  .desktop {
    display: none;
  }
  .desktop .desktop-block {
    display: none;
  }
  .amblog-relatedposts-wrap {
    display: block;
  }
  .amblog-related-post {
    margin-bottom: 20px;
    width: 100%;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 5px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
  body[class*='amblog-index-'] .amblog-title {
    font-size: 1.6rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-author-info .amblog-image-wrapper {
    margin-top: 0;
  }
  .amblog-author-info .amblog-content {
    padding-top: 5px;
  }
  .amblog-search-block .amblog-content {
    flex-direction: column;
    padding-top: 25px;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .amblog-link-btn {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .amblog-tabs-block.-title .amblog-item {
    font-size: 16px;
  }
  .amblog-form-newsletter .input-box {
    flex-direction: column;
  }
  .amblog-form-newsletter .amblog-input {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .amblog-form-newsletter .amblog-btn,
  .amblog-form-newsletter .amblog-input {
    max-width: 100%;
    width: 100%;
  }
  .amblog-form-newsletter .mage-error[generated='true'] {
    margin-bottom: 10px;
    margin-top: -10px;
    order: 0;
    width: 100%;
    word-break: break-all;
  }
  .amblog-search-switch {
    padding: 8px 15px;
  }
  .amblog-search-titles {
    padding-top: 10px;
  }
  .amblog-search-title {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 80px;
    margin: 0 10px 10px 0;
    width: auto;
  }
  .amblog-search-title.open {
    border-color: #1979c2;
  }
  .amblog-search-content {
    margin-top: 20px;
  }
  .main .amblog-related-wrapper:not(.-related-products) .slick-list {
    margin: 0;
  }
  .amcompany-tooltip-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: inherit;
    left: 0;
    width: 100%;
  }
  .amcompany-tooltip-content:before,
  .amcompany-tooltip-content:after {
    display: none;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    padding: 15px;
    width: 100%;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:last-of-type {
    margin: 0;
  }
  .amrewards-apply-container#block-reward {
    float: initial;
    width: 100%;
  }
  .amrewards-apply-container#block-reward .content {
    max-width: 100%;
  }
  .amrewards-apply-container#block-reward .amrewards-discount-form {
    max-width: 100%;
  }
  .amscroll-backtotop-block.-mobile-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../../frontend/Balltheme/balloon/en_US/Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-mobile-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-mobile-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-mobile-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-text:after {
    width: 24px;
    height: 24px;
    background: url('../../frontend/Balltheme/balloon/en_US/Amasty_Scroll/images/chevron.svg');
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .amtypage-main-container.-stretched-blocks > div {
    width: 100% !important;
  }
  .cart-order-comment {
    border-bottom: 1px solid #e6e6e6;
  }
  .cart-order-comment .block > .title {
    border: 0;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #e6e6e6;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .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;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    margin: 5px 0;
    display: block;
  }
  .product.info.detailed .data .title:first-child {
    margin-left: 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .actions-secondary > .action.tocompare,
  [class*="block-compare"] {
    display: none;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #e6e6e6;
  }
  .cart.table-wrapper {
    border-top: 1px solid #e6e6e6;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #e6e6e6;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .owl-nav .owl-prev {
    left: 10px;
  }
  .owl-nav .owl-next {
    right: 10px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .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 > th {
    background-color: #f6f6f6;
  }
  .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%;
  }
  .aw-cl__top-totals-list-wrap .total-list {
    margin: 0;
    padding: 0;
  }
  .aw-ui-listing .admin__data-grid-header-row .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aw-ui-listing .admin__data-grid-header-row .row div {
    float: none;
    width: auto;
  }
  .aw-ui-listing .admin__data-grid-header-row .row div .admin__data-grid-pager {
    margin: 0;
  }
  .aw-ui-listing .admin__data-grid-header-row .row .admin__data-grid-pager-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .aw-ui-listing .admin__data-grid-header-row .row .admin__data-grid-pager-wrap .admin__control-support-text {
    margin-left: 1rem;
  }
  .aw-ui-listing .admin__data-grid-header-row .row .admin__data-grid-pager-wrap .admin__data-grid-pager {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid thead {
    display: none;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid tbody .data-row {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid tbody .data-row td {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    border-top: none;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid tbody .data-row:first-child {
    margin-top: 25px;
    border-top: 1px solid #ccc;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid tbody .data-row:last-child {
    margin-bottom: 25px;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid .data-grid-cell-content {
    display: flex;
  }
  .aw-ui-listing .admin__data-grid-wrap .data-grid .data-grid-cell-content::before {
    content: attr(data-th) ":";
    font-weight: 700;
    color: #333333;
    display: inline-block;
    margin-right: 1rem;
  }
  .amreview-widget-container .amreview-message {
    height: 80px;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .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: inherit;
    color: inherit;
    content: '\e616';
    font-family: 'luma-icons';
    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;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #e6e6e6;
    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;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -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 .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #8f8f8f;
  }
  .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;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #ddd;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #e6e6e6;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .aw-cl__payment-form-wrapper .aw-cl__payment-form {
    flex-direction: column;
    align-items: center;
  }
  .aw-cl__payment-form-wrapper .pay {
    width: 206px;
    margin-top: 8px;
    margin-left: 0;
  }
  .amblog-post-container .amblog-read,
  .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    width: 100%;
  }
  .amblog-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .amblog-footer .amblog-wrap {
    margin-bottom: 20px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product {
    margin: 0 auto;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-photo {
    display: flex;
    justify-content: center;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider.-am-loaded .amblog-item-product .product-item-link {
    font-size: 20px;
  }
  .amblog-navigation-container .amblog-navigation {
    margin-top: 30px;
  }
  .amblog-navigation-container .amblog-navigation.-previous {
    margin-left: 0;
  }
  .amblog-navigation-container .amblog-navigation.-previous > .amblog-title-link:before {
    left: calc(20px * 2);
    /* stylelint-disable-line */
    right: inherit;
  }
  .amblog-navigation-container .amblog-navigation.-next {
    margin-right: 0;
  }
  .amblog-navigation-container .amblog-navigation.-next > .amblog-title-link:after {
    left: inherit;
    right: calc(20px * 2);
    /* stylelint-disable-line */
  }
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
    bottom: calc(100% - 50px);
    top: inherit;
  }
  .amblog-social-container .amblog-list {
    margin: 0 -10px;
  }
  .amblog-social-container .amblog-icon {
    margin: 0 9px 18px;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  .amtyblock-customer-create .content .actions {
    width: 100%;
  }
  .amtypage-main-container > .amtyblock:not(.amtyblock-cross-sell) {
    padding-left: 0;
    padding-right: 0;
  }
  .amtypage-main-container > .amtyblock.amtyblock-cross-sell {
    padding-left: 0;
  }
  .amtypage-main-container .container-form.form.subscribe {
    display: flex;
    flex-direction: column;
  }
  .amtypage-main-container .container-form.form.subscribe > .field {
    margin: 0 0 20px;
  }
  .amtypage-main-container .container-form.form.subscribe > .field,
  .amtypage-main-container .container-form.form.subscribe > .actions,
  .amtypage-main-container .container-form.form.subscribe > .actions .action {
    max-width: 100%;
    width: 100%;
  }
  .amtypage-main-container pre {
    margin: 0 10px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media only screen and (max-width: 319px) {
  .amblog-navigation-container .amblog-navigation > .amblog-title-link {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amrev-title-block {
    display: flex;
    align-items: center;
  }
  .amrev-title-block .am-strong {
    font-size: 2.4rem;
    font-weight: 400;
    padding: 0 24px 0 0;
    white-space: nowrap;
  }
  .amreview-proscons-container {
    flex-direction: row;
  }
  .amcompany-button:not(.-regular),
  .amcompany-customer-account .page-main .action.primary,
  .amcompany-customer-account .page-main .amshopby-button,
  .amcompany-customer-account .page-main .am-filter-go {
    width: auto;
  }
  .amcompany-customer-account .page-main .actions-toolbar > .primary,
  .amcompany-customer-account .page-main .actions-toolbar > .secondary {
    width: auto;
  }
  .amconf-matrix-table-wrap .amconf-matrix-qty {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    max-width: 100px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow {
    display: inline-block;
    width: 13px;
    height: 25px;
    margin-top: 3px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiNDMkMyQzIiLz48L3N2Zz4=) no-repeat center;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDE5LjExMlYxLjcxOEMxMyAuMzAzIDExLjMxNC0uNDMxIDEwLjI3OC41MzNMMS4yMzMgOC45NDlhMS42MTkgMS42MTkgMCAwIDAtLjAzNyAyLjMzNWw5LjA0NSA4Ljk3N2MxLjAyMSAxLjAxNCAyLjc1OS4yOSAyLjc1OS0xLjE0OXoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=) no-repeat center;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow.-minus {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .amconf-matrix-table-wrap .amconf-matrix-arrow.-plus {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .amconf-matrix-table-wrap .amconf-matrix-input {
    margin: 0 3px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .amconf-matrix-table-wrap .amconf-matrix-qty > .mage-error:not(.amconf-matrix-input) {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    max-width: initial;
    padding: 0 0 13px;
    width: 400px;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .amqorder-item.-bundle .product-options-wrapper .amqorder-qty-block {
    justify-content: center;
    margin: 0;
  }
  .amqorder-item.-bundle .product-options-wrapper .amqorder-options-list {
    flex-basis: 55%;
    max-width: 475px;
  }
  .amqorder-qty-block .amqorder-qty-block {
    white-space: inherit;
  }
  .amqorder-search-block .amqorder-items-block .amqorder-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 36px;
    max-height: none;
  }
  .amqorder-search-block .amqorder-items-block .amqorder-button.-empty {
    position: initial;
    flex-grow: 1;
    margin: 0 0 0 10px;
  }
  .amqorder-search-block .amqorder-items-block .amqorder-image {
    float: none;
    width: 70px;
    height: 70px;
  }
  .amqorder-search-block .amqorder-items-block .amqorder-name {
    display: flex;
    margin: 0 20px;
    max-height: 60px;
    width: 30%;
  }
  .amqorder-search-block .amqorder-items-block .amqorder-qty-block {
    margin: 0 10px;
    width: 20%;
  }
  .amqorder-search-block .amqorder-items-block .amqorder-sku {
    overflow: hidden;
    margin: 0 10px;
    width: 378px;
  }
  .amqorder-search-block .amqorder-items-block .amqorder-price {
    flex-basis: auto;
    overflow: initial;
    margin: 0 10px;
    width: 25%;
  }
  .amqorder-buttons-block.-qty-2 .amqorder-button,
  .amqorder-buttons-block.-qty-3 .amqorder-button {
    flex-grow: inherit;
  }
  .amqorder-buttons-block.-qty-2 .amqorder-button.-checkout,
  .amqorder-buttons-block.-qty-3 .amqorder-button.-checkout {
    flex-basis: 100px;
    margin-top: 0;
  }
  .amqorder-grid-block .amqorder-toolbar-block {
    padding: 25px 15px;
  }
  .amqorder-grid-block .amqorder-toolbar-block.-disabled .amqorder-button {
    pointer-events: none;
  }
  .amqorder-grid-block .amqorder-toolbar-block.-pagination .amqorder-pager-block {
    order: -1;
    margin: 0 auto 0 0;
  }
  .amqorder-grid-block .amqorder-toolbar-block.-pagination .amqorder-button:not(.-arrow) {
    margin: 0 0 0 20px;
  }
  .amqorder-grid-block .amqorder-toolbar-block:not(.-pagination) .amqorder-button.-clear-list {
    flex-basis: auto;
    margin: 0 0 0 auto;
  }
  .amqorder-grid-block .amqorder-toolbar-block .amqorder-pager-block {
    flex-basis: auto;
    order: inherit;
    margin: 0 10px 0 0;
    padding: 0;
  }
  .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%;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    white-space: nowrap;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .columns {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    float: left;
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #999999;
    float: left;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #e02b27;
  }
  .modes-mode.active {
    color: #e02b27;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: inherit;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    position: static;
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #e6e6e6;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
  }
  .page-layout-1column .filter-options-item.active {
    position: relative;
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #e6e6e6;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    padding: 5px;
    margin: 0;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    max-width: 240px;
    float: left;
    margin-bottom: 0;
  }
  .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;
  }
  .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: auto;
  }
}
/*background RGBA
============================================*/
/*inline-block
============================================*/
/* ---------------------------------- Mixin --------------------------------------- */
/* ---------------------------------- Animation --------------------------------------- */
/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Shine */
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* Tools */
.a-left {
  text-align: left;
}
.rtl .a-left {
  text-align: right;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right;
}
.rtl .a-right {
  text-align: left;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left {
  float: left;
}
.rtl .f-left {
  float: right !important;
}
.f-right {
  float: right;
}
.rtl .f-right {
  float: left !important;
}
.f-none {
  float: none !important;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.col-no-padding {
  padding: 0 !important;
}
.row-no-margin {
  margin: 0 !important;
}
.no-bg {
  background: none !important;
}
@media (min-width: 992px) {
  .ves-menutop {
    background: #1b2437;
    min-height: 54px;
  }
  .promotional .abs {
    width: 20%;
  }
  .product-block .product-image .add-to-cart,
  .product-block .product-image .add-to-compare {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out 0ss all ease-in;
    transition: all all 0.3s ease-out 0ss ease-in;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .product-block .product-image .add-to-wishlist,
  .product-block .product-image .quick-view {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out 0ss all ease-in;
    transition: all all 0.3s ease-out 0ss ease-in;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .product-block .product-item-info:hover .add-to-cart,
  .product-block .product-item-info:hover .add-to-compare,
  .product-block .product-item-info:hover .add-to-wishlist,
  .product-block .product-item-info:hover .quick-view {
    transition: all 0.3s ease-out 0ss all ease-in;
    transition: all all 0.3s ease-out 0ss ease-in;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .catalog-category-view #maincontent,
  .catalog-product-view #maincontent,
  .vesblog-latest-view #maincontent,
  .vesblog-category-view #maincontent {
    position: relative;
  }
  .catalog-category-view.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .catalog-category-view.page-layout-1column .product-block .product-item-info {
    width: 100%;
  }
  .catalog-category-view.page-layout-1column .column.main {
    padding-top: 0 !important;
  }
  .catalog-category-view.page-layout-1column #layered-filter-block {
    padding-top: 60px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 0;
  }
  .rtl .catalog-category-view.page-layout-1column #layered-filter-block {
    float: right !important;
  }
  .catalog-category-view.page-layout-1column #layered-filter-block .block-title {
    float: left;
    margin-right: 30px;
    padding: 8px 0;
  }
  .rtl .catalog-category-view.page-layout-1column #layered-filter-block .block-title {
    float: right !important;
  }
  .catalog-category-view.page-layout-1column #layered-filter-block .filter-content {
    padding: 0;
    float: left;
    position: relative;
    z-index: 101;
  }
  .rtl .catalog-category-view.page-layout-1column #layered-filter-block .filter-content {
    float: right !important;
  }
  .catalog-category-view.page-layout-1column #layered-filter-block .filter-options-content {
    padding: 5px 10px;
  }
  .catalog-category-view.page-layout-1column #layered-filter-block .filter-options-title {
    padding: 0 20px 0 0 !important;
  }
  .catalog-category-view.page-layout-1column #layered-filter-block .filter-options-title::after {
    top: 2px;
    font-size: 10px;
  }
  .catalog-category-view.page-layout-1column #layered-filter-block .filter-current .action.remove:before {
    font-size: 12px;
  }
  .page-header .header2 .logo {
    float: none !important;
  }
  .page-header .header2 .ves-menutop {
    background: #222;
  }
  .page-header .header2 .ves-menutop .ves-megamenu {
    border: 0;
  }
  .page-header .header2 .ves-menutop .ves-megamenu li.level0 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none !important;
    vertical-align: middle;
  }
  .page-header .header2 .ves-menutop .ves-megamenu li.level0 > a {
    color: #ffffff;
  }
}
@media (max-width: 1199px) {
  .rtl {
    overflow-x: hidden;
    height: auto;
  }
}
/* Fix container responsive */
@media (max-width: 1024px) {
  .page-main,
  .container,
  .page-wrapper > .page-bottom {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .footer-top .panel-group {
    margin-bottom: 0;
  }
  .footer-top .footer-block {
    margin: 0 -10px;
  }
  .footer-top .footer-block > div::before {
    background: #f1f1f1;
    content: "";
    height: 95%;
    left: 0;
    position: absolute;
    top: 5%;
    width: 1px;
  }
  .rtl .footer-top .footer-block > div::before {
    right: 0;
    left: auto;
  }
  .footer-top .footer-block > div:first-child:before {
    background: none !important;
  }
  .footer-top .footer-block > div > .col-inner {
    padding: 0 10px;
  }
  .product.info.detailed .additional-attributes > thead > tr > th,
  .product.info.detailed .additional-attributes > tbody > tr > th,
  .product.info.detailed .additional-attributes > tfoot > tr > th {
    line-height: 28px;
  }
  .product-info-main {
    float: right;
  }
  .rtl .product-info-main {
    float: left !important;
  }
  .product.media {
    float: left;
  }
  .rtl .product.media {
    float: right !important;
  }
  .checkout-index-index .opc-wrapper .form-login,
  .checkout-index-index .opc-wrapper .form-shipping-address {
    max-width: 100%;
  }
  .checkout-index-index .opc-wrapper .form-login .field.required {
    float: left;
    width: 50%;
    margin-right: 20px;
  }
  .rtl .checkout-index-index .opc-wrapper .form-login .field.required {
    float: right !important;
  }
  .rtl .checkout-index-index .opc-wrapper .form-login .field.required {
    margin-left: 20px;
    margin-right: inherit;
  }
  .checkout-index-index #shipping-new-address-form {
    margin: 0 -10px;
  }
  .checkout-index-index #shipping-new-address-form > div {
    padding: 0 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 50%;
    vertical-align: top;
  }
  .checkout-index-index #shipping-new-address-form .street.required {
    padding: 0 10px;
  }
  .checkout-index-index #shipping-new-address-form .street.required > .control {
    margin: 0 -10px;
  }
  .checkout-index-index #shipping-new-address-form .street.required > .control > div {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 50%;
    float: left;
    padding: 0 10px;
    margin: 0;
  }
  .rtl .checkout-index-index #shipping-new-address-form .street.required > .control > div {
    float: right !important;
  }
  .page-layout-1column .product-info-main {
    width: 57% !important;
  }
  .page-layout-1column .product.media {
    width: 40% !important;
  }
  .page-footer .block .panel-heading,
  .page-footer .widget-collapse .block-title {
    background: none;
  }
  .page-footer .panel-title {
    display: none;
  }
  .page-footer .collapse .panel-body {
    border: 0 !important;
    padding: 0 !important;
  }
  .rtl .product.data.items > .item.title {
    float: right;
    margin: 0 0 0 -1px;
  }
  .rtl .product.data.items > .item.content {
    float: left;
    margin-right: -100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-wrapper .widget-carousel {
    margin: 0 0 60px;
  }
}
@media (max-width: 991px) {
  .page-header {
    border-bottom: 1px solid #e6e6e6;
  }
  .page-header #ves-header {
    height: 60px;
    padding: 10px 0;
  }
  .page-header .nav-toggle {
    top: 4px;
    left: 15px;
  }
  .rtl .page-header .nav-toggle {
    right: 15px;
    left: auto;
  }
  .page-header .nav-toggle::before {
    font-size: 25px;
  }
  .page-header .topright {
    margin: 0 !important;
  }
  .page-header .header-content {
    padding: 0 !important;
    min-height: auto !important;
  }
  .page-header .logo {
    height: 40px;
    line-height: 40px !important;
    position: absolute;
    padding-left: 40px;
    left: 15px;
  }
  .rtl .page-header .logo {
    padding-right: 40px;
    padding-left: inherit;
  }
  .rtl .page-header .logo {
    right: 15px;
    left: auto;
  }
  .page-header .logo img {
    max-height: 40px;
  }
  .page-header .ves-menutop {
    width: 0;
  }
  .page-header .minicart-wrapper .action.showcart::before {
    background-size: 20px;
  }
  .page-header .minicart-warp {
    position: absolute;
    right: 15px;
    top: 0;
    margin: 0 !important;
  }
  .rtl .page-header .minicart-warp {
    left: 15px;
    right: auto;
  }
  .page-header .minicart-warp .minicart-wrapper .action.showcart {
    width: 36px;
    height: 36px;
    min-width: 36px;
    line-height: 36px;
    padding: 0 !important;
    text-align: center;
    position: absolute;
    right: 0;
  }
  .rtl .page-header .minicart-warp .minicart-wrapper .action.showcart {
    left: 0;
    right: auto;
  }
  .page-header .minicart-warp .minicart-wrapper .action.showcart i {
    display: block;
    line-height: 36px;
    font-size: 16px;
  }
  .page-header .minicart-warp .minicart-wrapper .block-minicart {
    top: 42px;
  }
  .page-header .minicart-warp .w-item .total-qty {
    background: #83b1ff;
    position: absolute;
    min-width: 10px;
    top: 1px;
    right: 0;
    border-radius: 50%;
    border: 0;
  }
  .rtl .page-header .minicart-warp .w-item .total-qty {
    left: 0;
    right: auto;
  }
  .page-header .header2 .page-topbar,
  .page-header .header3 .page-topbar {
    height: 0;
    border: 0;
    padding: 0;
  }
  .page-header .header3 .search-wrapper {
    top: 10px;
  }
  .page-header .header3 .block-search .action.search,
  .page-header .header3 .block-search input {
    height: 30px;
  }
  .ves-overlay {
    display: none !important;
  }
  .nav-before-open .page-header.navbar-fixed-top {
    position: inherit !important;
  }
  .nav-sections .switcher-trigger strong::after {
    display: none !important;
  }
  .ves-menutop .ves-megamenu {
    background: transparent !important;
  }
  .ves-menutop .ves-megamenu li.level0 > a {
    color: #444 !important;
  }
  .ves-megamenu.nav-mobile .nav-item > a {
    text-transform: none !important;
  }
  .ves-menutop .ves-megamenu .dropdown-menu {
    transition: none !important;
  }
  .minicart-wrapper .w-item .total-qty .counter-number {
    color: #ffffff !important;
  }
  .checkout-index-index .minicart-items .product-item-details {
    padding: 0 !important;
  }
  .page-wrapper .block-search {
    width: 250px;
  }
  .search-wrapper {
    position: absolute;
    right: 65px;
    z-index: 98;
    top: 2px;
    cursor: pointer;
    min-height: auto;
    margin: 0 !important;
  }
  .rtl .search-wrapper {
    left: 65px;
    right: auto;
  }
  .search-wrapper .dropdown-toggle {
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    font-size: 18px;
  }
  .search-wrapper .search-content {
    display: none;
    right: -50px;
    position: absolute;
    width: 285px;
  }
  .rtl .search-wrapper .search-content {
    left: -50px;
    right: auto;
  }
  .search-wrapper .search-content .category_filter {
    display: none !important;
  }
  .search-wrapper .search-content .search_box .button-search {
    height: 40px !important;
    line-height: 40px !important;
    top: -40px !important;
  }
  .search-wrapper .search-content .search_box .input-text {
    height: 40px !important;
    padding: 0 30px!important;
  }
  .search-wrapper:hover .search-content {
    display: block;
  }
  .ves-menutop .header-links .switcher-trigger {
    display: none !important;
  }
  .ves-menutop .header-links .header-links-options {
    width: 100%;
  }
  .ves-menutop .header-links ul {
    padding-left: 10px;
  }
  .rtl .ves-menutop .header-links ul {
    padding-right: 10px;
    padding-left: inherit;
  }
  .ves-menutop .header-links ul li {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
  .rtl .ves-menutop .header-links ul li {
    float: right !important;
  }
  .ves-menutop .header-links ul li a {
    color: #666;
  }
  .ves-menutop .ves-megamenu .dropdown-menu {
    padding: 10px 20px;
  }
  .ves-menutop .nav-sections-item-title {
    background: #eef0ef;
    height: auto;
    padding: 0;
  }
  .ves-menutop .nav-sections-item-title a {
    float: left;
    padding: 15px 0;
    width: 100%;
  }
  .rtl .ves-menutop .nav-sections-item-title a {
    float: right !important;
  }
  .ves-menutop .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .ves-menutop .section-item-content {
    float: left;
    width: 100%;
  }
  .ves-menutop .nav-sections {
    background: #fcfcfc;
    z-index: 9999 !important;
    text-align: left;
  }
  .rtl .ves-menutop .nav-sections {
    text-align: right;
  }
  .ves-menutop .nav-sections .switcher {
    font-weight: 600;
    font-size: 15px;
  }
  .page-wrapper .nav-sections {
    width: 300px;
    left: -100%;
  }
  .nav-open .nav-sections {
    left: 0 !important;
    z-index: 999 !important;
  }
  .nav-open .page-wrapper {
    left: 300px !important;
  }
  .ves-overlay {
    display: none !important;
  }
  .minicart-wrapper .action.showcart::before {
    top: 5px;
  }
  .page-header .options .action.toggle::after {
    font-size: 8px !important;
    line-height: 24px !important;
  }
  .product-item-info .quick-view {
    display: none !important;
  }
  .rtl #switcher-currency .options ul.dropdown,
  .rtl #switcher-language .options ul.dropdown {
    right: 0 !important;
    left: auto !important;
  }
  .rtl #switcher-currency .options ul.dropdown::before,
  .rtl #switcher-language .options ul.dropdown::before {
    right: 10px !important;
    left: auto !important;
  }
  .rtl #switcher-currency .options ul.dropdown::after,
  .rtl #switcher-language .options ul.dropdown::after {
    right: 9px !important;
    left: auto !important;
  }
  .search_box .search .ui-autocomplete {
    top: 40px !important;
    width: 100% !important;
    min-width: 100% !important;
  }
  .search_box .search .ui-autocomplete .image {
    width: 30%;
  }
  .search_box .search .ui-autocomplete .info {
    width: 70%;
  }
  .search_box .search .ui-autocomplete .info .review {
    display: none;
  }
  .table-wrapper.comparison {
    overflow-x: auto;
  }
  .catalog-product-compare-index #product-comparison .cell {
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block.widget .product-item-info {
    height: auto !important;
  }
  .ves-megamenu li.level0 > a,
  .navigation .level0 > .level-top {
    padding: 0 10px!important;
  }
  .product-info-main .product-social-links {
    margin-top: 10px;
  }
  .products-grid .product-item {
    width: 33.3333%;
  }
  .page-product-bundle .bundle-actions #bundle-slide {
    font-size: 13px !important;
  }
  .modals-wrapper .modal-popup.modal-slide._inner-scroll._show {
    overflow-y: visible;
  }
  .modals-wrapper .modal-popup.modal-slide {
    left: 0;
  }
  .rtl .modals-wrapper .modal-popup.modal-slide {
    right: 0;
    left: auto;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
  }
  .modals-wrapper .modal-popup.modal-slide._show .modal-inner-wrap {
    transform: translateY(0px);
  }
  .block-success .widget-links .block-title::before {
    left: 3%;
  }
  .rtl .block-success .widget-links .block-title::before {
    right: 3%;
    left: auto;
  }
  .block-success .block .block-title::before {
    left: 5%;
  }
  .rtl .block-success .block .block-title::before {
    right: 5%;
    left: auto;
  }
}
@media (max-width: 767px) {
  .page-header .logo img {
    max-width: 150px;
  }
  .page-footer .footer-top .block .block-title {
    padding: 10px 0!important;
  }
  .page-footer .block-about {
    border-bottom: 1px solid #e6e6e6;
  }
  .page-footer .block-about .block-title {
    margin-bottom: 0 !important;
  }
  .page-footer .block-about .block-content {
    padding-bottom: 20px !important;
  }
  .page-footer .widget-collapse {
    border-bottom: 1px solid #e6e6e6;
  }
  .page-footer .widget-collapse .block-content {
    padding: 20px 0 15px!important;
    float: left;
    width: 100%;
  }
  .rtl .page-footer .widget-collapse .block-content {
    float: right !important;
  }
  .page-footer .footer-links {
    margin-top: -76px;
    border: 0;
  }
  .page-footer .panel-group .panel {
    float: left;
    width: 100%;
    border-radius: 0 !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }
  .page-footer .block .opener {
    right: 15px;
    margin-top: 3px;
  }
  .rtl .page-footer .block .opener {
    left: 15px;
    right: auto;
  }
  .page-footer .block .panel-heading,
  .page-footer .widget-collapse .block-title {
    padding: 6px 0!important;
    background: none !important;
    border-radius: 0;
    margin-bottom: 0 !important;
    position: relative;
  }
  .page-footer .panel-title,
  .page-footer .opener {
    float: right;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
  }
  .rtl .page-footer .panel-title,
  .rtl .page-footer .opener {
    float: left !important;
  }
  .page-footer .panel-title::before,
  .page-footer .opener::before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: 300;
  }
  .page-footer .panel-title.collapsed::before,
  .page-footer .opener.collapsed::before {
    content: "\f106";
  }
  .page-footer .panel-title i,
  .page-footer .opener i {
    display: none;
  }
  .page-footer .collapse {
    display: block;
    height: auto !important;
    padding: 0 !important;
  }
  .page-footer .collapse.in {
    display: none;
  }
  .page-footer .collapse .panel-body {
    float: left;
    border: 0 !important;
    width: 100%;
    padding: 0 0 15px 0;
  }
  .page-footer .collapsing {
    display: none;
  }
  .page-footer .block.newsletter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .productlist-widget ul.etabs {
    position: relative;
    top: 5px;
    z-index: 10;
  }
  .ourservice-block {
    margin-bottom: 30px !important;
  }
  .widget-carousel .owl-nav .owl-prev,
  .widget-carousel .owl-nav .owl-next {
    top: 32%;
  }
  .page-wrapper .widget-carousel .slider-content * {
    font-size: 10px;
  }
  .page-wrapper .widget-carousel .slider-content {
    top: 3%;
  }
  .page-wrapper .widget-carousel .slider-content .btn {
    display: none;
  }
  .page-wrapper .widget-carousel .owl-nav .owl-prev,
  .page-wrapper .widget-carousel .owl-nav .owl-next {
    top: 26% !important;
  }
  .product-info-main .product-add-form,
  .product-info-main .product-social-links {
    margin-bottom: 19px;
  }
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart {
    margin-top: 15px;
  }
  .list.products-list .product-block .product-image {
    margin-bottom: 10px;
  }
  .list.products-list .product-block .product-item-details {
    display: unset;
    padding: 15px;
    float: left;
  }
  .rtl .list.products-list .product-block .product-item-details {
    float: right !important;
  }
  .list.products-list .product-block .product-image-container,
  .list.products-list .product-block .product-image-photo {
    width: 100% !important;
  }
  .catalog-category-view .page-wrapper .columns {
    display: flex;
  }
  .page-with-filter .columns .sidebar-main {
    order: 0;
  }
  .products-grid .product-item {
    width: 50%;
  }
  .product-block .add-to-compare,
  .product-block .quick-view {
    display: none !important;
  }
  .product-block .product-item-info:hover .add-to-wishlist,
  .product-block .product-item-info:focus .add-to-wishlist {
    transform: none !important;
  }
  .product-block .product-item-details .actions-primary .add-to-cart {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    margin-top: 10px;
  }
  .page-layout-1column .fotorama__nav {
    height: auto !important;
  }
  .category-view .block-info .content {
    display: none;
  }
  .block-image a img {
    width: 100%;
  }
  .block.widget .product-item-info {
    height: auto !important;
  }
  .product.info.detailed .data > .item.content {
    margin-top: 0 !important;
  }
  .cart-container .cart-summary {
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name::after,
  .block-collapsible-nav .title::after {
    top: 8px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    width: 100%;
  }
  .checkout-index-index #checkout .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index #checkout .opc-estimated-wrapper {
    position: relative;
  }
  .checkout-index-index #checkout .minicart-wrapper {
    top: 15px;
    right: 20px;
  }
  .rtl .checkout-index-index #checkout .minicart-wrapper {
    left: 20px;
    right: auto;
  }
  .checkout-index-index #checkout .opc-wrapper .form-login,
  .checkout-index-index #checkout .opc-wrapper .form-shipping-address,
  .checkout-index-index #checkout .opc-wrapper .methods-shipping {
    background: none;
  }
  .checkout-index-index #checkout .checkout-payment-method .payment-method._active .payment-method-content {
    float: left;
    width: 100%;
  }
  .rtl .checkout-index-index #checkout .checkout-payment-method .payment-method._active .payment-method-content {
    float: right !important;
  }
  .checkout-index-index #checkout .custom-slide .modal-inner-wrap {
    background: #ffffff;
  }
  .checkout-index-index #checkout .action-remind {
    margin: 0 5px;
  }
  .block.filter {
    margin-bottom: 30px;
  }
  .block.filter .block-title {
    position: relative;
  }
  .block.filter .block-title::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 20px;
    z-index: -1;
  }
  .rtl .block.filter .block-title::after {
    left: 20px;
    right: auto;
  }
  .block.filter .block-content.filter-content {
    padding: 0;
  }
  .block.filter .filter-options {
    display: none;
    top: 0;
    padding: 20px;
    position: relative;
  }
  .block.filter.active .block-title:after {
    content: "-";
  }
  .block.filter.active .filter-options {
    display: block;
  }
  .social-footer li {
    margin: 5px 0;
  }
  .vesblog-post-view .column.main,
  .vesblog-post-view .sidebar-additional {
    float: left;
    width: 100%;
  }
  .rtl .vesblog-post-view .column.main,
  .rtl .vesblog-post-view .sidebar-additional {
    float: right !important;
  }
  .vesblog-post-view .column.main img {
    width: 100% !important;
    height: auto !important;
  }
  .vesblog-post-view .column.main iframe {
    max-width: 100%;
    width: 100% !important;
    height: 250px !important;
  }
  .vesblog-post-view .sidebar-additional {
    margin-top: 30px;
  }
  .copyright {
    text-align: center;
  }
  .copyright .nav-links {
    text-align: center !important;
  }
  .copyright .nav-links > li {
    padding: 0 5px!important;
  }
  .sidebar .block.filter .filter-options .filter-options-content li > a::before {
    top: -1px;
  }
  .cms-page-error h1 {
    font-size: 120px;
  }
  .cms-page-error h2 {
    font-size: 26px;
  }
  .checkout-cart-index #block-shipping {
    padding: 5px 15px;
  }
  .checkout-cart-index .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border-top: 1px solid #ddd;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .item .col.item {
    margin-bottom: 30px;
  }
  .checkout-index-index .minicart-wrapper .action.showcart::before {
    font-size: 28px;
  }
  .account .block-collapsible-nav {
    top: 0;
  }
  .account .block-collapsible-nav .title::after {
    font-size: 14px;
  }
  .block-theme.block-v1 .productlist-widget ul.etabs li {
    margin-bottom: 3px;
  }
  .block-theme.block-v1 .productlist-widget ul.etabs li a {
    padding: 10px 20px;
  }
  .sidebar {
    float: left;
    width: 100%;
  }
  .rtl .sidebar {
    float: right !important;
  }
  .sidebar .productlist-widget .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .productlist-widget .product-items .product-item-info .product-item-photo {
    position: relative;
  }
  .minicart-items .update-cart-item {
    margin-top: 10px;
  }
  .sidebar .block.filter .filter-current {
    border-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .filter-actions {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .block.related .block-actions {
    display: none;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 20px;
  }
  .block-customer-login .actions-toolbar {
    float: left;
    width: 100%;
  }
  .rtl .block-customer-login .actions-toolbar {
    float: right !important;
  }
  .widget-images .image-item .img-animation {
    width: 100%;
  }
  .widget-images img {
    width: 100%;
  }
  .vesblog-post-view .posts-related .post-image {
    max-height: 200px;
  }
  .products-grid .product-item {
    width: 100%;
    text-align: center;
  }
  .products-grid .product-block .product-item-info {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
}
/* Safari and Chrome fix*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .block.related .block-actions,
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart,
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    white-space: nowrap;
  }
  .block-theme.block-v1 .productlist-widget .tab-content {
    border-left: 1px solid #e6e6e6;
  }
  ::i-block-chrome,
  .toolbar .sorter-options,
  .toolbar .limiter-options {
    line-height: 26px;
  }
  ::i-block-chrome,
  .toolbar .limiter .label {
    float: left;
  }
  .rtl ::i-block-chrome,
  .rtl .toolbar .limiter .label {
    float: right !important;
  }
  .block-theme .productlist-widget .tab-content {
    margin: 0;
  }
  .block-success .productlist-widget .product-block .product-item-details .product-item-name {
    min-height: 38px;
  }
  ::i-block-chrome,
  .header-left {
    position: relative;
  }
  ::i-block-chrome,
  #ves-header .setting-wrapper {
    position: absolute;
    left: 120px;
  }
  .rtl ::i-block-chrome,
  .rtl #ves-header .setting-wrapper {
    right: 120px;
    left: auto;
  }
  ::i-block-chrome,
  #ves-header .header-links-wrapper {
    position: absolute;
    left: 0;
  }
  .rtl ::i-block-chrome,
  .rtl #ves-header .header-links-wrapper {
    right: 0;
    left: auto;
  }
  ::i-block-chrome,
  .minicart-wrapper .w-item {
    margin-top: -18px;
  }
  .vertical-menu .block .block-title {
    line-height: 54px;
  }
  ::i-block-chrome,
  .ves-autosearch .search_box .category_filter select {
    padding-left: 30px !important;
  }
  .rtl {
    overflow-x: hidden;
  }
  ::i-block-chrome,
  .page-header #ves-header .minicart-warp {
    position: absolute;
    right: 0;
    width: 120px;
  }
  .rtl ::i-block-chrome,
  .rtl .page-header #ves-header .minicart-warp {
    left: 0;
    right: auto;
  }
  ::i-block-chrome,
  .page-header #ves-header .minicart-wrapper {
    width: 120px;
  }
}
/* IE10+ fix*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .toolbar .sorter::after,
  .toolbar .control::after {
    right: 6px;
  }
  .rtl .toolbar .sorter::after,
  .rtl .toolbar .control::after {
    left: 6px;
    right: auto;
  }
  .page-wrapper .toolbar .sorter::after,
  .page-wrapper .toolbar .control::after {
    right: 5px;
  }
  .rtl .page-wrapper .toolbar .sorter::after,
  .rtl .page-wrapper .toolbar .control::after {
    left: 5px;
    right: auto;
  }
  .ves-autosearch .search_box .category_filter span {
    display: none;
  }
  .page-wrapper .ves-autosearch .search_box .input-text {
    padding-right: 100px;
  }
  .rtl .page-wrapper .ves-autosearch .search_box .input-text {
    padding-left: 100px;
    padding-right: inherit;
  }
}
/* RTL Fix */
.rtl .pull-left {
  float: right !important;
}
.rtl .pull-right {
  float: left !important;
}
.rtl .col-lg-1,
.rtl .col-lg-2,
.rtl .col-lg-3,
.rtl .col-lg-4,
.rtl .col-lg-5,
.rtl .col-lg-6,
.rtl .col-lg-7,
.rtl .col-lg-8,
.rtl .col-lg-9,
.rtl .col-lg-10,
.rtl .col-lg-11,
.rtl .col-lg-12,
.rtl .col-md-1,
.rtl .col-md-2,
.rtl .col-md-3,
.rtl .col-md-4,
.rtl .col-md-5,
.rtl .col-md-6,
.rtl .col-md-7,
.rtl .col-md-8,
.rtl .col-md-9,
.rtl .col-md-10,
.rtl .col-md-11,
.rtl .col-md-12,
.rtl .col-sm-1,
.rtl .col-sm-2,
.rtl .col-sm-3,
.rtl .col-sm-4,
.rtl .col-sm-5,
.rtl .col-sm-6,
.rtl .col-sm-7,
.rtl .col-sm-8,
.rtl .col-sm-9,
.rtl .col-sm-10,
.rtl .col-sm-11,
.rtl .col-sm-12,
.rtl .col-xs-1,
.rtl .col-xs-2,
.rtl .col-xs-3,
.rtl .col-xs-4,
.rtl .col-xs-5,
.rtl .col-xs-6,
.rtl .col-xs-7,
.rtl .col-xs-8,
.rtl .col-xs-9,
.rtl .col-xs-10,
.rtl .col-xs-11,
.rtl .col-xs-12 {
  float: right;
}
.rtl .page-header .header3 .header-links-wrapper {
  border: 0 !important;
}
.rtl .nav-mobile li .opener {
  right: auto;
  left: 0;
}
.rtl .page-header .header1 .ves-megamenu > li:first-child > a {
  padding-left: 20px;
  padding-right: 0;
}
.rtl .field-tooltip {
  left: 0;
}
.rtl .minicart-items .product > .product-item-photo,
.rtl .minicart-items .product > .product-image-container {
  float: right;
}
.rtl .opc-block-summary .product-item .subtotal {
  text-align: left;
}
.rtl .opc-block-summary .product-item .product-item-name-block {
  text-align: right;
}
.rtl .cart.table-wrapper .product-item-photo {
  padding-left: 20px;
  padding-right: 0;
}
.rtl .cart.table-wrapper .actions-toolbar > .action-edit,
.rtl .cart.table-wrapper .actions-toolbar > .action-delete {
  left: 36px;
  right: auto;
}
.rtl .cart.table-wrapper .actions-toolbar > .action-delete {
  left: 0;
  right: auto;
}
.rtl .minicart-wrapper .block-minicart {
  left: -15px;
  right: auto;
}
.rtl .minicart-wrapper .block-minicart::before {
  left: 26px;
  right: auto;
}
.rtl .minicart-wrapper .block-minicart::after {
  left: 25px;
  right: auto;
}
.rtl .minicart-wrapper .product .actions {
  float: left;
}
.rtl .minicart-items .product-item-details {
  padding-left: 0;
  padding-right: 88px;
}
.rtl .minicart-items .product > .product-item-photo,
.rtl .minicart-items .product > .product-image-container {
  float: right;
}
.rtl .ves-vertical .dropdown > .dropdown-menu {
  right: 100% !important;
  left: auto !important;
}
.rtl .testimonial-widget .tab-content::before {
  content: "\f10e";
}
.rtl .ves-megamenu .dropdown.submenu-alignright > .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .ves-megamenu .dropdown.submenu-alignleft > .dropdown-menu {
  right: auto;
  left: 0;
}
.rtl .ves-megamenu.menu-hover .nav-item.level1 .dropdown-menu {
  right: 70%;
  left: auto;
}
.rtl .cart-discount {
  float: right !important;
  padding-left: 4%;
  padding-right: 0;
}
.rtl .checkout-payment-method .payment-methods .actions-toolbar .primary {
  float: left !important;
}
.rtl .sidebar .swatch-option {
  float: right;
}
.rtl .block-customer-login .actions-toolbar .primary {
  margin-right: 0 !important;
}
.rtl .block-customer-login .actions-toolbar .secondary {
  float: right;
  margin-right: 20px;
}
.rtl .block.newsletter {
  background-position: right bottom!important;
}
.rtl .block.newsletter input {
  padding-right: 30px !important;
}
.rtl .ves-autosearch .search_box .input-text {
  padding-right: 20px;
}
.rtl .product-info-main .box-tocart .field.qty,
.rtl .product-options-bottom .box-tocart .field.qty {
  padding-left: 15px;
  padding-right: 0;
}
.rtl .field-tooltip .field-tooltip-action {
  float: left;
}
.rtl .opc-block-shipping-information .shipping-information-title .action-edit {
  left: 0;
}
.rtl .checkout-success .actions-toolbar .primary {
  float: right;
}
.rtl .abs-shopping-cart-items-desktop,
.rtl .block-cart-failed,
.rtl .cart-container .cart-gift-item,
.rtl .cart-container .form-cart {
  float: right;
}
.rtl .cart-container .cart-summary {
  float: left !important;
}
.rtl .block.tmls-widget .tmls-item-info .tmls-image::before {
  content: "\f10d";
}
.rtl .ves-products-grid .product-block .product-item-info {
  border-left: 0;
  border-right: 1px solid #e6e6e6;
}
.rtl .vertical-menu .ves-vertical .dropdown-menu {
  box-shadow: -4px 2px 6px rgba(0, 0, 0, 0.2);
}
.rtl .page-header .header-links-wrapper .options ul.dropdown {
  right: 0;
  left: auto;
}
.rtl .page-header .header-links-wrapper .options ul.dropdown::before {
  right: 10px;
  left: auto !important;
}
.rtl .page-header .header-links-wrapper .options ul.dropdown::after {
  right: 9px;
  left: auto !important;
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.amasty_quote-account-view .page-main .column.main {
  padding: 0 15px !important;
}
.amasty_quote-account-view .page-main .column.main .page-title-wrapper .order-actions-toolbar {
  margin: 0;
}
.amasty_quote-account-view .page-main .column.main .page-title-wrapper .actions {
  display: flex;
  margin: 0;
}
.amasty_quote-account-view .page-main .column.main .page-title-wrapper .actions .action {
  margin: 0 15px 0 0;
  float: none;
  background-color: #9e73b9;
  padding: 8px 14px;
  border-radius: 30px;
  color: #fff;
  height: auto;
  font-size: 13px;
  text-transform: capitalize;
  text-align: center;
}
.amasty_quote-account-view .page-main .column.main .page-title-wrapper .actions .action:hover {
  background-color: #851b87 !important;
  text-decoration: none;
}
.category-page-config .actions-primary > form .amquote-addto-button {
  order: 4;
}
#top-quotecart-button {
  background-color: #9e73b9;
}
#top-quotecart-button:hover {
  background-color: #851b87;
  text-decoration: none;
}
.modals-wrapper aside.modal-popup.confirm._show {
  z-index: 999999 !important;
}
#customer-email-fieldset .actions-toolbar {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#customer-email-fieldset .actions-toolbar .primary {
  float: none;
  display: block;
  margin: 0 0 15px 0;
  width: 100%;
}
#customer-email-fieldset .actions-toolbar .secondary {
  display: block;
  float: none;
}
#customer-email-fieldset .action.login.primary {
  background: #851b87;
  border-radius: 100px !important;
  border: none;
  height: 50px;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
}
.amasty_quote-quote-success .page-main {
  margin-top: 40px;
  text-align: center;
}
.amasty_quote-quote-success .page-main .page-title {
  margin: 0 0 17px;
  color: #262626;
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
}
.amasty_quote-quote-success .page-main .checkout-success p {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 10px;
}
.amasty_quote-quote-success .page-main .checkout-success .quote-interest-message {
  margin: 0 0 15px;
  color: #262626;
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
}
.amasty_quote-quote-success .page-main .checkout-success .order-number {
  font-weight: normal;
  color: #9676B5;
  text-decoration: underline;
}
.amasty_quote-quote-success .page-main .checkout-success .order-number strong {
  font-size: 21px;
}
.amasty_quote-quote-success .page-main .checkout-success .actions-toolbar {
  display: flex;
  margin: 40px 0 0 0;
  justify-content: center;
}
.amasty_quote-quote-success .page-main .checkout-success .action.primary.continue,
.amasty_quote-quote-success .page-main .checkout-success .amshopby-button.continue,
.amasty_quote-quote-success .page-main .checkout-success .am-filter-go.continue {
  margin: 0;
  background: #9676B5;
  border-radius: 50px !important;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.amasty_quote-quote-success .page-main .checkout-success .action.primary.continue:hover,
.amasty_quote-quote-success .page-main .checkout-success .amshopby-button.continue:hover,
.amasty_quote-quote-success .page-main .checkout-success .am-filter-go.continue:hover {
  background-color: #851b87 !important;
}
.amasty_quote-quote-success .page-main .checkout-success .action.primary.continue:after,
.amasty_quote-quote-success .page-main .checkout-success .amshopby-button.continue:after,
.amasty_quote-quote-success .page-main .checkout-success .am-filter-go.continue:after {
  content: '\f178';
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 19px;
  color: #ffffff;
  margin-left: 10px;
  font-weight: 300;
  margin-top: -4px;
}
.amasty_quote-quote-success .page-main .checkout-success .action.primary.continue span,
.amasty_quote-quote-success .page-main .checkout-success .amshopby-button.continue span,
.amasty_quote-quote-success .page-main .checkout-success .am-filter-go.continue span {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 990px) {
  #customer-email-fieldset .actions-toolbar .primary {
    width: 290px;
  }
}
@media screen and (max-width: 1100px) {
  #cart-totals .additional-info {
    white-space: break-spaces;
  }
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../frontend/Balltheme/balloon/en_US/css/fonts/glyphicons-halflings-regular.eot');
  src: url('../../frontend/Balltheme/balloon/en_US/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/Balltheme/balloon/en_US/css/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../frontend/Balltheme/balloon/en_US/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../frontend/Balltheme/balloon/en_US/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../frontend/Balltheme/balloon/en_US/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  font-display: swap;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.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-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
  pointer-events: none;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.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 {
  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;
  /* fix for flashing background */
  -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;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
}
.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: 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/Balltheme/balloon/en_US/owl.carousel/assets/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 {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #08c;
    font-size: 17px;
    text-shadow: 0 0 3px rgba(255,255,255,0.5);
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    text-decoration: none;
    opacity: .9;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius:30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #08c;
}
.owl-dots {
    margin-top: 30px;
}
.sidebar .products .owl-dots {
    margin: 0;
}
.owl-top-narrow .owl-carousel .owl-item > .item {
    padding-top: 10px;
}/*!
 *  Font Awesome 4.5.0 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/Balltheme/balloon/en_US/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../frontend/Balltheme/balloon/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../frontend/Balltheme/balloon/en_US/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../frontend/Balltheme/balloon/en_US/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../frontend/Balltheme/balloon/en_US/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../frontend/Balltheme/balloon/en_US/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;font-display: swap;}.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{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:#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: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"}
/* Custom css */
@media (max-width: 767px) {
    .top-icon-right {
        display: none !important;
    }

    .header-links-wrapper.pull-left{
        display: none !important;
    }

    #ves-header .page-topbar.hidden-xs{
        display: block!important;
    }
}

.catalog-product-view .product-availability-out-of-stock{
    display: block!important;
}
@font-face {
  font-family: Circe;
  src: url(../../frontend/Balltheme/balloon/en_US/css/font/CRC55.otf) format("opentype");
  font-display: swap;
}
body,
div,
p,
span,
input,
button,
a,
h1,
h2,
h3,
h4 {
  font-family: Circe !important;
}
body,
body .page-wrapper {
  overflow-x: hidden;
}
body > .loading-mask {
  z-index: 999999;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
.field.field-name-firstname.required .ffl-wrapper,
.email-login .ffl-wrapper,
.pass-login .ffl-wrapper,
.checkout-input .ffl-wrapper,
.coupon-content .ffl-wrapper,
.capcha-config .ffl-wrapper,
.forgot-config .ffl-wrapper,
.required-config-name2 .ffl-wrapper,
.email-create-config .ffl-wrapper,
.required-config-field-password .ffl-wrapper,
.field-confirmation-config .ffl-wrapper,
.config-v2 .ffl-wrapper,
#shipping-new-address-form .ffl-wrapper,
.coupon-content .ffl-wrapper,
.ccard.authnetcim .ffl-wrapper,
#billing-new-address-form .ffl-wrapper,
#credit-form .ffl-wrapper,
.billing-address-form .ffl-wrapper,
.addlist-box .ffl-wrapper,
.field.field-dob .ffl-wrapper {
  position: relative;
  display: block;
}
.field.field-name-firstname.required .ffl-wrapper .ffl-label,
.email-login .ffl-wrapper .ffl-label,
.pass-login .ffl-wrapper .ffl-label,
.checkout-input .ffl-wrapper .ffl-label,
.coupon-content .ffl-wrapper .ffl-label,
.capcha-config .ffl-wrapper .ffl-label,
.forgot-config .ffl-wrapper .ffl-label,
.required-config-name2 .ffl-wrapper .ffl-label,
.email-create-config .ffl-wrapper .ffl-label,
.required-config-field-password .ffl-wrapper .ffl-label,
.field-confirmation-config .ffl-wrapper .ffl-label,
.config-v2 .ffl-wrapper .ffl-label,
#shipping-new-address-form .ffl-wrapper .ffl-label,
.coupon-content .ffl-wrapper .ffl-label,
.ccard.authnetcim .ffl-wrapper .ffl-label,
#billing-new-address-form .ffl-wrapper .ffl-label,
#credit-form .ffl-wrapper .ffl-label,
.billing-address-form .ffl-wrapper .ffl-label,
.addlist-box .ffl-wrapper .ffl-label,
.field.field-dob .ffl-wrapper .ffl-label {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  position: absolute;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 15px;
  margin: 0;
  z-index: 10;
}
.field.field-name-firstname.required .ffl-wrapper.ffl-floated .ffl-label,
.email-login .ffl-wrapper.ffl-floated .ffl-label,
.pass-login .ffl-wrapper.ffl-floated .ffl-label,
.checkout-input .ffl-wrapper.ffl-floated .ffl-label,
.coupon-content .ffl-wrapper.ffl-floated .ffl-label,
.capcha-config .ffl-wrapper.ffl-floated .ffl-label,
.forgot-config .ffl-wrapper.ffl-floated .ffl-label,
.required-config-name2 .ffl-wrapper.ffl-floated .ffl-label,
.email-create-config .ffl-wrapper.ffl-floated .ffl-label,
.required-config-field-password .ffl-wrapper.ffl-floated .ffl-label,
.field-confirmation-config .ffl-wrapper.ffl-floated .ffl-label,
.config-v2 .ffl-wrapper.ffl-floated .ffl-label,
#shipping-new-address-form .ffl-wrapper.ffl-floated .ffl-label,
.coupon-content .ffl-wrapper.ffl-floated .ffl-label,
.ccard.authnetcim .ffl-wrapper.ffl-floated .ffl-label,
#billing-new-address-form .ffl-wrapper.ffl-floated .ffl-label,
#credit-form .ffl-wrapper.ffl-floated .ffl-label,
.billing-address-form .ffl-wrapper.ffl-floated .ffl-label,
.addlist-box .ffl-wrapper.ffl-floated .ffl-label,
.field.field-dob .ffl-wrapper.ffl-floated .ffl-label {
  top: 13px;
  font-size: 11px;
  line-height: 16px;
  opacity: 0.4;
}
.field.field-name-firstname.required .ffl-wrapper .ffl-label,
.email-login .ffl-wrapper .ffl-label,
.pass-login .ffl-wrapper .ffl-label,
.checkout-input .ffl-wrapper .ffl-label,
.coupon-content .ffl-wrapper .ffl-label,
.capcha-config .ffl-wrapper .ffl-label,
.forgot-config .ffl-wrapper .ffl-label,
.required-config-name2 .ffl-wrapper .ffl-label,
.email-create-config .ffl-wrapper .ffl-label,
.required-config-field-password .ffl-wrapper .ffl-label,
.field-confirmation-config .ffl-wrapper .ffl-label,
.config-v2 .ffl-wrapper .ffl-label,
#shipping-new-address-form .ffl-wrapper .ffl-label,
.coupon-content .ffl-wrapper .ffl-label,
.ccard.authnetcim .ffl-wrapper .ffl-label,
#billing-new-address-form .ffl-wrapper .ffl-label,
#credit-form .ffl-wrapper .ffl-label,
.billing-address-form .ffl-wrapper .ffl-label,
.addlist-box .ffl-wrapper .ffl-label,
.field.field-dob .ffl-wrapper .ffl-label {
  font-size: 15px;
  line-height: 1em;
  color: #262626;
  font-weight: normal;
  padding-left: 26px;
}
.field.field-name-firstname.required .ffl-wrapper .ffl-label span,
.email-login .ffl-wrapper .ffl-label span,
.pass-login .ffl-wrapper .ffl-label span,
.checkout-input .ffl-wrapper .ffl-label span,
.coupon-content .ffl-wrapper .ffl-label span,
.capcha-config .ffl-wrapper .ffl-label span,
.forgot-config .ffl-wrapper .ffl-label span,
.required-config-name2 .ffl-wrapper .ffl-label span,
.email-create-config .ffl-wrapper .ffl-label span,
.required-config-field-password .ffl-wrapper .ffl-label span,
.field-confirmation-config .ffl-wrapper .ffl-label span,
.config-v2 .ffl-wrapper .ffl-label span,
#shipping-new-address-form .ffl-wrapper .ffl-label span,
.coupon-content .ffl-wrapper .ffl-label span,
.ccard.authnetcim .ffl-wrapper .ffl-label span,
#billing-new-address-form .ffl-wrapper .ffl-label span,
#credit-form .ffl-wrapper .ffl-label span,
.billing-address-form .ffl-wrapper .ffl-label span,
.addlist-box .ffl-wrapper .ffl-label span,
.field.field-dob .ffl-wrapper .ffl-label span {
  font-size: 15px;
  line-height: 22px;
  color: #262626;
  font-weight: normal;
}
.field.field-name-firstname.required input:not([type='checkbox']),
.email-login input:not([type='checkbox']),
.pass-login input:not([type='checkbox']),
.checkout-input input:not([type='checkbox']),
.coupon-content input:not([type='checkbox']),
.capcha-config input:not([type='checkbox']),
.forgot-config input:not([type='checkbox']),
.required-config-name2 input:not([type='checkbox']),
.email-create-config input:not([type='checkbox']),
.required-config-field-password input:not([type='checkbox']),
.field-confirmation-config input:not([type='checkbox']),
.config-v2 input:not([type='checkbox']),
#shipping-new-address-form input:not([type='checkbox']),
.coupon-content input:not([type='checkbox']),
.ccard.authnetcim input:not([type='checkbox']),
#billing-new-address-form input:not([type='checkbox']),
#credit-form input:not([type='checkbox']),
.billing-address-form input:not([type='checkbox']),
.addlist-box input:not([type='checkbox']),
.field.field-dob input:not([type='checkbox']),
.field.field-name-firstname.required textarea,
.email-login textarea,
.pass-login textarea,
.checkout-input textarea,
.coupon-content textarea,
.capcha-config textarea,
.forgot-config textarea,
.required-config-name2 textarea,
.email-create-config textarea,
.required-config-field-password textarea,
.field-confirmation-config textarea,
.config-v2 textarea,
#shipping-new-address-form textarea,
.coupon-content textarea,
.ccard.authnetcim textarea,
#billing-new-address-form textarea,
#credit-form textarea,
.billing-address-form textarea,
.addlist-box textarea,
.field.field-dob textarea,
.field.field-name-firstname.required select,
.email-login select,
.pass-login select,
.checkout-input select,
.coupon-content select,
.capcha-config select,
.forgot-config select,
.required-config-name2 select,
.email-create-config select,
.required-config-field-password select,
.field-confirmation-config select,
.config-v2 select,
#shipping-new-address-form select,
.coupon-content select,
.ccard.authnetcim select,
#billing-new-address-form select,
#credit-form select,
.billing-address-form select,
.addlist-box select,
.field.field-dob select {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1rem;
  box-shadow: none;
  appearance: none;
  outline: none;
  background: #F9F9FB;
  height: 50px !important;
  border-radius: 30px;
  padding-left: 26px;
  padding-top: 15px;
  border: 1px solid transparent;
  transition: ease all 500ms;
}
.field.field-name-firstname.required input:not([type='checkbox']):hover,
.email-login input:not([type='checkbox']):hover,
.pass-login input:not([type='checkbox']):hover,
.checkout-input input:not([type='checkbox']):hover,
.coupon-content input:not([type='checkbox']):hover,
.capcha-config input:not([type='checkbox']):hover,
.forgot-config input:not([type='checkbox']):hover,
.required-config-name2 input:not([type='checkbox']):hover,
.email-create-config input:not([type='checkbox']):hover,
.required-config-field-password input:not([type='checkbox']):hover,
.field-confirmation-config input:not([type='checkbox']):hover,
.config-v2 input:not([type='checkbox']):hover,
#shipping-new-address-form input:not([type='checkbox']):hover,
.coupon-content input:not([type='checkbox']):hover,
.ccard.authnetcim input:not([type='checkbox']):hover,
#billing-new-address-form input:not([type='checkbox']):hover,
#credit-form input:not([type='checkbox']):hover,
.billing-address-form input:not([type='checkbox']):hover,
.addlist-box input:not([type='checkbox']):hover,
.field.field-dob input:not([type='checkbox']):hover,
.field.field-name-firstname.required textarea:hover,
.email-login textarea:hover,
.pass-login textarea:hover,
.checkout-input textarea:hover,
.coupon-content textarea:hover,
.capcha-config textarea:hover,
.forgot-config textarea:hover,
.required-config-name2 textarea:hover,
.email-create-config textarea:hover,
.required-config-field-password textarea:hover,
.field-confirmation-config textarea:hover,
.config-v2 textarea:hover,
#shipping-new-address-form textarea:hover,
.coupon-content textarea:hover,
.ccard.authnetcim textarea:hover,
#billing-new-address-form textarea:hover,
#credit-form textarea:hover,
.billing-address-form textarea:hover,
.addlist-box textarea:hover,
.field.field-dob textarea:hover,
.field.field-name-firstname.required select:hover,
.email-login select:hover,
.pass-login select:hover,
.checkout-input select:hover,
.coupon-content select:hover,
.capcha-config select:hover,
.forgot-config select:hover,
.required-config-name2 select:hover,
.email-create-config select:hover,
.required-config-field-password select:hover,
.field-confirmation-config select:hover,
.config-v2 select:hover,
#shipping-new-address-form select:hover,
.coupon-content select:hover,
.ccard.authnetcim select:hover,
#billing-new-address-form select:hover,
#credit-form select:hover,
.billing-address-form select:hover,
.addlist-box select:hover,
.field.field-dob select:hover,
.field.field-name-firstname.required input:not([type='checkbox']):focus,
.email-login input:not([type='checkbox']):focus,
.pass-login input:not([type='checkbox']):focus,
.checkout-input input:not([type='checkbox']):focus,
.coupon-content input:not([type='checkbox']):focus,
.capcha-config input:not([type='checkbox']):focus,
.forgot-config input:not([type='checkbox']):focus,
.required-config-name2 input:not([type='checkbox']):focus,
.email-create-config input:not([type='checkbox']):focus,
.required-config-field-password input:not([type='checkbox']):focus,
.field-confirmation-config input:not([type='checkbox']):focus,
.config-v2 input:not([type='checkbox']):focus,
#shipping-new-address-form input:not([type='checkbox']):focus,
.coupon-content input:not([type='checkbox']):focus,
.ccard.authnetcim input:not([type='checkbox']):focus,
#billing-new-address-form input:not([type='checkbox']):focus,
#credit-form input:not([type='checkbox']):focus,
.billing-address-form input:not([type='checkbox']):focus,
.addlist-box input:not([type='checkbox']):focus,
.field.field-dob input:not([type='checkbox']):focus,
.field.field-name-firstname.required textarea:focus,
.email-login textarea:focus,
.pass-login textarea:focus,
.checkout-input textarea:focus,
.coupon-content textarea:focus,
.capcha-config textarea:focus,
.forgot-config textarea:focus,
.required-config-name2 textarea:focus,
.email-create-config textarea:focus,
.required-config-field-password textarea:focus,
.field-confirmation-config textarea:focus,
.config-v2 textarea:focus,
#shipping-new-address-form textarea:focus,
.coupon-content textarea:focus,
.ccard.authnetcim textarea:focus,
#billing-new-address-form textarea:focus,
#credit-form textarea:focus,
.billing-address-form textarea:focus,
.addlist-box textarea:focus,
.field.field-dob textarea:focus,
.field.field-name-firstname.required select:focus,
.email-login select:focus,
.pass-login select:focus,
.checkout-input select:focus,
.coupon-content select:focus,
.capcha-config select:focus,
.forgot-config select:focus,
.required-config-name2 select:focus,
.email-create-config select:focus,
.required-config-field-password select:focus,
.field-confirmation-config select:focus,
.config-v2 select:focus,
#shipping-new-address-form select:focus,
.coupon-content select:focus,
.ccard.authnetcim select:focus,
#billing-new-address-form select:focus,
#credit-form select:focus,
.billing-address-form select:focus,
.addlist-box select:focus,
.field.field-dob select:focus {
  border: 1px solid #9e73b9;
  box-sizing: border-box;
}
.field.field-name-firstname.required textarea,
.email-login textarea,
.pass-login textarea,
.checkout-input textarea,
.coupon-content textarea,
.capcha-config textarea,
.forgot-config textarea,
.required-config-name2 textarea,
.email-create-config textarea,
.required-config-field-password textarea,
.field-confirmation-config textarea,
.config-v2 textarea,
#shipping-new-address-form textarea,
.coupon-content textarea,
.ccard.authnetcim textarea,
#billing-new-address-form textarea,
#credit-form textarea,
.billing-address-form textarea,
.addlist-box textarea,
.field.field-dob textarea {
  resize: none;
  min-height: 1.875rem;
  font-size: 15px;
}
.field.field-name-firstname.required [type="submit"],
.email-login [type="submit"],
.pass-login [type="submit"],
.checkout-input [type="submit"],
.coupon-content [type="submit"],
.capcha-config [type="submit"],
.forgot-config [type="submit"],
.required-config-name2 [type="submit"],
.email-create-config [type="submit"],
.required-config-field-password [type="submit"],
.field-confirmation-config [type="submit"],
.config-v2 [type="submit"],
#shipping-new-address-form [type="submit"],
.coupon-content [type="submit"],
.ccard.authnetcim [type="submit"],
#billing-new-address-form [type="submit"],
#credit-form [type="submit"],
.billing-address-form [type="submit"],
.addlist-box [type="submit"],
.field.field-dob [type="submit"],
.field.field-name-firstname.required [type="button"],
.email-login [type="button"],
.pass-login [type="button"],
.checkout-input [type="button"],
.coupon-content [type="button"],
.capcha-config [type="button"],
.forgot-config [type="button"],
.required-config-name2 [type="button"],
.email-create-config [type="button"],
.required-config-field-password [type="button"],
.field-confirmation-config [type="button"],
.config-v2 [type="button"],
#shipping-new-address-form [type="button"],
.coupon-content [type="button"],
.ccard.authnetcim [type="button"],
#billing-new-address-form [type="button"],
#credit-form [type="button"],
.billing-address-form [type="button"],
.addlist-box [type="button"],
.field.field-dob [type="button"] {
  transition: background-color 0.3s ease;
  border: none;
  background-color: #0289f3;
  color: #ffffff;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 1rem;
  float: right;
}
.field.field-name-firstname.required [type="submit"]:hover,
.email-login [type="submit"]:hover,
.pass-login [type="submit"]:hover,
.checkout-input [type="submit"]:hover,
.coupon-content [type="submit"]:hover,
.capcha-config [type="submit"]:hover,
.forgot-config [type="submit"]:hover,
.required-config-name2 [type="submit"]:hover,
.email-create-config [type="submit"]:hover,
.required-config-field-password [type="submit"]:hover,
.field-confirmation-config [type="submit"]:hover,
.config-v2 [type="submit"]:hover,
#shipping-new-address-form [type="submit"]:hover,
.coupon-content [type="submit"]:hover,
.ccard.authnetcim [type="submit"]:hover,
#billing-new-address-form [type="submit"]:hover,
#credit-form [type="submit"]:hover,
.billing-address-form [type="submit"]:hover,
.addlist-box [type="submit"]:hover,
.field.field-dob [type="submit"]:hover,
.field.field-name-firstname.required [type="button"]:hover,
.email-login [type="button"]:hover,
.pass-login [type="button"]:hover,
.checkout-input [type="button"]:hover,
.coupon-content [type="button"]:hover,
.capcha-config [type="button"]:hover,
.forgot-config [type="button"]:hover,
.required-config-name2 [type="button"]:hover,
.email-create-config [type="button"]:hover,
.required-config-field-password [type="button"]:hover,
.field-confirmation-config [type="button"]:hover,
.config-v2 [type="button"]:hover,
#shipping-new-address-form [type="button"]:hover,
.coupon-content [type="button"]:hover,
.ccard.authnetcim [type="button"]:hover,
#billing-new-address-form [type="button"]:hover,
#credit-form [type="button"]:hover,
.billing-address-form [type="button"]:hover,
.addlist-box [type="button"]:hover,
.field.field-dob [type="button"]:hover,
.field.field-name-firstname.required [type="submit"]:focus,
.email-login [type="submit"]:focus,
.pass-login [type="submit"]:focus,
.checkout-input [type="submit"]:focus,
.coupon-content [type="submit"]:focus,
.capcha-config [type="submit"]:focus,
.forgot-config [type="submit"]:focus,
.required-config-name2 [type="submit"]:focus,
.email-create-config [type="submit"]:focus,
.required-config-field-password [type="submit"]:focus,
.field-confirmation-config [type="submit"]:focus,
.config-v2 [type="submit"]:focus,
#shipping-new-address-form [type="submit"]:focus,
.coupon-content [type="submit"]:focus,
.ccard.authnetcim [type="submit"]:focus,
#billing-new-address-form [type="submit"]:focus,
#credit-form [type="submit"]:focus,
.billing-address-form [type="submit"]:focus,
.addlist-box [type="submit"]:focus,
.field.field-dob [type="submit"]:focus,
.field.field-name-firstname.required [type="button"]:focus,
.email-login [type="button"]:focus,
.pass-login [type="button"]:focus,
.checkout-input [type="button"]:focus,
.coupon-content [type="button"]:focus,
.capcha-config [type="button"]:focus,
.forgot-config [type="button"]:focus,
.required-config-name2 [type="button"]:focus,
.email-create-config [type="button"]:focus,
.required-config-field-password [type="button"]:focus,
.field-confirmation-config [type="button"]:focus,
.config-v2 [type="button"]:focus,
#shipping-new-address-form [type="button"]:focus,
.coupon-content [type="button"]:focus,
.ccard.authnetcim [type="button"]:focus,
#billing-new-address-form [type="button"]:focus,
#credit-form [type="button"]:focus,
.billing-address-form [type="button"]:focus,
.addlist-box [type="button"]:focus,
.field.field-dob [type="button"]:focus {
  background-color: #027bda;
}
.field.field-dob .ui-datepicker-trigger {
  position: absolute;
  right: 25px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background: none;
}
.field.field-dob .ui-datepicker-trigger:hover {
  background: none;
}
.ui-widget.ui-datepicker {
  margin-top: 5px;
  border: none;
  background: #F9F9FB;
  min-width: 250px;
}
.ui-widget.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  background: none;
  margin-right: 3%;
}
.ui-widget.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  background: none;
  width: 50%;
}
.ui-widget.ui-datepicker .ui-datepicker-prev,
.ui-widget.ui-datepicker .ui-datepicker-next {
  top: 8px;
}
.ui-widget.ui-datepicker .ui-datepicker-prev span {
  border-color: transparent #841f87 transparent transparent;
}
.ui-widget.ui-datepicker .ui-datepicker-next span {
  border-color: transparent transparent transparent #841f87;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar {
  background: none;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar th {
  background: none;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar td {
  background: none;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  width: auto;
  height: auto;
}
.ui-widget.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-active,
.ui-widget.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-hover {
  background: #9e73b9;
  color: #fff;
}
.order-actions-toolbar .action.print {
  padding: 0 10px;
}
.chat-widget-container {
  z-index: 10000 !important;
}
.page-wrapper .breadcrumbs {
  height: 44px;
}
@media screen and (min-width: 768px) {
  .page-wrapper .breadcrumbs {
    height: 22px;
  }
}
body .cookie-status-message {
  display: none;
}
.page-wrapper .block-search {
  margin-top: 0px !important;
}
a.header_account_link {
  font-size: 14px;
}
.nav-toggle > span {
  display: none;
}
.block.block-content form#search_mini_form {
  width: 100%;
  float: none;
  box-shadow: none;
  border: 0;
}
.block.block-content form#search_mini_form .field.search .search-autocomplete .amsearch-leftside .recent_searches .amsearch-item {
  border: 1px solid #9e73b9;
}
.block.block-content form#search_mini_form .field.search .search-autocomplete .amsearch-leftside .recent_searches .amsearch-item:hover {
  border: 1px solid #851b87;
}
.block.block-content form#search_mini_form .field.search .search-autocomplete .amsearch-leftside .recent_searches .amsearch-item .item-name {
  color: #9e73b9 !important;
}
.block.block-content form#search_mini_form .field.search .search-autocomplete .amsearch-leftside .recent_searches .amsearch-item .item-name:hover {
  color: #9e73b9 !important;
}
.block.block-content form#search_mini_form .field.search .search-autocomplete .amsearch-leftside .category .amsearch-item .item-name .amsearch-highlight,
.block.block-content form#search_mini_form .field.search .search-autocomplete .amsearch-leftside .category .amsearch-item .item-description .amsearch-highlight {
  padding: 0 2px;
  color: #fff;
  background-color: #9e73b9;
}
.block.block-content form#search_mini_form .field.search .search-autocomplete .amsearch-leftside .popular_searches .amsearch-item .item-name {
  color: #9e73b9 !important;
}
.block.block-content form#search_mini_form .field.search .search-autocomplete .amsearch-leftside .popular_searches .amsearch-item .item-name:hover {
  color: #9e73b9 !important;
}
.block.block-content form#search_mini_form .field.search .search-autocomplete .amsearch-leftside .popular_searches .amsearch-item .item-name .amsearch-highlight {
  padding: 0 2px;
  color: #fff;
  background-color: #9e73b9;
}
.block.block-content form#search_mini_form .field.search .search-autocomplete .amsearch-products .product-item-link {
  color: #9e73b9 !important;
}
.block.block-content form#search_mini_form .field.search .search-autocomplete .amsearch-products .product-item-link .amsearch-highlight {
  background-color: #9e73b9 !important;
}
.block.block-content form#search_mini_form .field.search .search-autocomplete .amsearch-products .product-item-description .amsearch-highlight {
  background-color: #9e73b9 !important;
}
.block.block-content form#search_mini_form .field.search .search-autocomplete .amsearch-products .amsearch-more-results .amsearch-link {
  color: #851b87;
  border-bottom: 1px solid #851b87;
}
.block.block-content form#search_mini_form .field.search .amsearch-wrapper-input input#search {
  border: 0;
  background: #F9F9F9;
  border-radius: 30px;
  padding-left: 30px !important;
  z-index: 5;
  height: 50px !important;
  box-shadow: none;
  font-size: 15px;
  text-transform: initial;
}
.block.block-content form#search_mini_form .field.search .amsearch-wrapper-input input#search::placeholder {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 300;
}
.block.block-content form#search_mini_form .actions button.action.search {
  border-radius: 50% !important;
  background: #F9F9F9 !important;
}
.block.block-content form#search_mini_form .actions button.action.search:before {
  color: #BABABB;
}
.page-wrapper .page-header {
  background: #fff;
}
.page-wrapper .page-header .page-topbar .ves-inner {
  background: #fff;
}
.page-header .setting-links .options .action.toggle:after {
  display: none;
}
.page-header .setting-links .options ul.dropdown {
  width: auto;
  min-width: auto;
}
.page-header .setting-links .options ul.dropdown .switcher-option {
  padding: 0 10px;
}
.page-header .setting-links .options ul.dropdown .switcher-option a {
  width: max-content;
}
.page-header .setting-links .options ul.dropdown:before,
.page-header .setting-links .options ul.dropdown:after {
  left: 50% !important;
  transform: translate(-50%, 0);
}
.ves-menutop div.vertical-menu .block-title {
  cursor: pointer;
}
.setting-links-options a,
.setting-links-options strong {
  display: flex !important;
  align-items: center;
}
.setting-links-options a:before,
.setting-links-options strong:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 5px;
  background-size: contain !important;
}
.setting-links-options a span,
.setting-links-options strong span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  padding-top: 2px;
}
.setting-links-options a[class*="_ca"]:before,
.setting-links-options strong[class*="_ca"]:before {
  background: url(../../frontend/Balltheme/balloon/en_US/images/flag-ca.jpg) no-repeat center;
}
.setting-links-options a[class*="_us"]:before,
.setting-links-options strong[class*="_us"]:before {
  background: url(../../frontend/Balltheme/balloon/en_US/images/flag-us.jpg) no-repeat center;
}
.setting-links-options .switcher-option a:hover {
  opacity: 0.7;
}
.top-icon-left {
  width: 70px;
  text-align: center;
}
.top-icon-left .menu-left-icon {
  position: relative;
  margin: 0;
}
.top-icon-left .menu-left-icon:before {
  content: "";
  height: 22px;
  width: 1px;
  position: absolute;
  top: 4px;
  right: 0;
  background: #e4e4e4;
}
.top-icon-left .menu-left-icon.active:before {
  display: none;
}
.top-icon-left .menu-left-icon li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 22px;
  color: #262626;
}
.top-icon-left .menu-left-icon li.es-img {
  display: none;
}
.top-icon-left .menu-left-icon li.es-img a img {
  width: 18px;
  margin-right: 5px;
}
.top-icon-left .menu-left-icon li img {
  width: 25px;
}
.top-icon-left .menu-left-icon .action.switcher-trigger {
  padding-right: 30px !important;
}
.top-icon-left .menu-left-icon .action.switcher-trigger:before {
  content: "\f0dd";
  font-family: fontAwesome;
  margin-top: 0;
  color: #9e73b9;
  position: absolute;
  top: 5px;
  right: 12px;
  display: block;
}
.top-icon-left .menu-left-icon.has-unavailable-store .action.switcher-trigger {
  padding-right: 0 !important;
  cursor: default !important;
}
.top-icon-left .menu-left-icon.has-unavailable-store .action.switcher-trigger:before {
  display: none;
}
.menu-left-icon.active {
  z-index: 99999;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  position: absolute;
  width: 70px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.menu-left-icon.active li.es-img {
  display: flex;
  padding-right: 10px;
  padding-top: 3px;
}
.menu-left-icon.active li.es-img a:hover {
  color: #9e73b9;
  text-decoration: none;
}
.menu-left-icon.active li.es-img:hover {
  background: #EEF7FD;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.menu-left-icon.active li.es-img:hover a {
  color: #9e73b9;
}
.menu-left-icon.active li.en-img:after {
  content: "\f0de";
  font-family: fontAwesome;
  margin-top: 5px;
}
.top-content-header.eb-content,
.top-content-header.bg-black {
  position: static;
}
.top-content-header.eb-content:before,
.top-content-header.bg-black:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  z-index: 99999;
  opacity: .5;
  overflow: hidden;
}
.top-icon-right {
  width: 90px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .top-icon-right {
    display: none;
  }
}
.top-icon-right ul {
  margin: 0;
  padding: 0;
}
.top-icon-right ul li {
  margin: 0;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-icon-right ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  color: #666;
}
.top-icon-right ul .ca a:hover {
  color: #9e73b9 !important;
  text-decoration: none;
}
.page-header .setting-links .options .action.toggle.active:after {
  display: none;
}
.level1 span.menu-item-name {
  display: flex;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top-icon-right .menu-right-icon.active {
  position: absolute;
  width: 76px;
  background: #fff;
  z-index: 99999;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.top-icon-right .menu-right-icon.active .us {
  display: flex;
}
.top-icon-right .menu-right-icon.active .us:hover {
  background: #EEF7FD;
  color: #9e73b9;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.top-icon-right .menu-right-icon.active .us a:hover {
  color: #9e73b9;
  text-decoration: none;
}
.top-icon-right .menu-right-icon.active .ca:after {
  content: "\f0de";
  font-family: fontAwesome;
  margin-top: 5px;
}
.top-content-header {
  display: flex;
  justify-content: space-between;
}
.top-content-header .left-content-top-call {
  display: flex;
  align-items: center;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}
.top-content-header .left-content-top-call a {
  color: #262626;
  font-weight: 500;
}
.top-content-header .left-content-top-call a:hover {
  color: #9e73b9 !important;
  text-decoration: none;
}
.top-content-header .left-content-top-call:before {
  content: "\f095";
  font-family: fontAwesome;
  font-size: 16px;
  color: #9e73b9;
  padding-right: 5px;
}
.ves-menutop div.vertical-menu .block-title {
  padding-left: 50px;
  text-align: left !important;
  margin-left: -20px;
  height: 60px;
  line-height: 60px;
}
.ves-menutop div.vertical-menu .block-title strong::before {
  top: 0;
  font-size: 17px;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  line-height: 60px;
}
.ves-menutop div.vertical-menu .block-title:hover {
  text-align: left !important;
  background: #fff;
  z-index: 99999;
  position: relative !important;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.ves-menutop div.vertical-menu .block-title:hover strong span {
  color: #9e73b9;
}
.ves-menutop div.vertical-menu .block-title:hover strong:before {
  color: #9e73b9;
  left: 20px;
}
.ves-menutop div.vertical-menu > .active-menu .block.ves-menu .block-title:hover {
  border-radius: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
div.ves-menutop .ves-megamenu li.level0 > a::after {
  left: 0;
  right: initial;
}
.right-content.top-header {
  display: flex;
}
.action.toggle.switcher-trigger {
  margin: 0 !important;
  border-top: 0px !important;
}
.action.toggle.switcher-trigger strong {
  text-transform: capitalize;
}
.panel.page-topbar {
  border-bottom: 1px solid #F5F5F5;
  padding: 0;
  min-height: 30px;
  display: flex;
  align-items: center;
  background: #fff !important;
}
.header-links-wrapper.pull-left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .header-links-wrapper.pull-left {
    display: none;
  }
}
.header-links-wrapper.pull-left .header_account_link:hover {
  color: #9e73b9;
  text-decoration: none;
}
.header-left {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
ul.menu-right-icon {
  position: relative;
}
ul.menu-right-icon:before {
  content: "";
  height: 22px;
  width: 1px;
  position: absolute;
  top: 4px;
  right: 0;
  background: #e4e4e4;
}
ul.menu-right-icon.active:before {
  display: none;
}
.filter_type.category_filter.pull-left {
  display: none;
}
.search.pull-left.control input#search {
  border-radius: 100px;
  background: #F9F9F9;
  box-shadow: none;
  border: 0;
}
.search.pull-left.control input#search::placeholder {
  color: rgba(38, 38, 38, 0.3) !important;
}
.search.pull-left.control .button-search.fa.fa-search {
  border-radius: 100px;
  background: #F9F9F9;
  margin-right: 3px;
  height: 40px;
  top: -41px;
  color: #BABABB;
}
.search.pull-left.control .button-search.fa.fa-search:hover {
  background: #F9F9F9;
}
a.action.showcart:before {
  display: none !important;
}
.img-cart-top {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 auto 8px;
  background: url(../../frontend/Balltheme/balloon/en_US/images/mycart.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.img-cart-top span.counter.total-qty {
  position: absolute;
  right: -5px;
  top: -2px;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #851b87;
  border-radius: 50%;
}
.img-cart-top span.counter.total-qty .counter-number {
  color: #fff;
  display: flex;
  width: 17px;
  height: 17px;
  justify-content: center;
  align-items: center;
  line-height: 13px;
  font-size: 9px;
  font-weight: bold;
}
.minicart-wrapper .w-item {
  padding-left: 0 !important;
}
.minicart-wrapper .w-item .cart-title {
  line-height: 1.1em;
}
.my-wishlists {
  width: 50%;
  text-align: center;
  height: 48px;
}
.my-wishlists a {
  display: block;
}
.my-wishlists a:hover {
  opacity: .8;
  transform: scale(1.03);
}
.my-wishlists .icon-wishlist-content {
  position: relative;
  display: block;
  width: 35px;
  height: 25px;
  margin: 0 auto 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.my-wishlists .icon-wishlist-content:before {
  content: "\f004";
  font-size: 23px;
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  color: #9e73b9;
}
.my-wishlists p {
  font-weight: 700;
  font-size: 12px;
  margin: 0 5px;
  line-height: 12px;
  display: block;
  color: #444;
  text-transform: uppercase;
}
.my-wishlists a:hover {
  text-decoration: none;
}
.flext-top,
.flext {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header-main-wrapper {
    position: relative;
    flex-direction: column;
  }
}
.header-main-wrapper .logo-block-wrapper {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-main-wrapper .logo-block-wrapper {
    margin: 0 0 20px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .header-main-wrapper .logo-block-wrapper {
    width: 235px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .header-main-wrapper .logo-block-wrapper {
    width: 200px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-main-wrapper .search-main-wrapper {
    margin: 0 0 10px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header-main-wrapper .search-main-wrapper {
    padding: 0 85px 0 15px;
    max-width: 600px;
    width: calc(100% - 400px);
  }
}
@media screen and (min-width: 992px) {
  .header-main-wrapper .search-main-wrapper {
    padding: 0 15px;
  }
}
.header-main-wrapper .actions-main-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-main-wrapper .actions-main-wrapper {
    width: 165px;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .header-main-wrapper .actions-main-wrapper {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .header-main-wrapper .actions-main-wrapper .minicart-warp.sticky-item {
    top: 15px;
    right: 0;
    width: auto;
  }
}
.header-main-wrapper .actions-main-wrapper .minicart-warp.sticky-item .action.showcart {
  right: 0 !important;
}
.search-wrapper.ves-autosearch {
  margin-top: 0;
}
.search-wrapper.ves-autosearch.active .block-search {
  z-index: 9999;
}
.search-wrapper.ves-autosearch.active input#search {
  border-radius: 8px 8px 0 0 !important;
}
.search-wrapper.ves-autosearch.active #search_autocomplete {
  border-radius: 0 0 8px 8px;
}
.search-wrapper.ves-autosearch.active:before {
  content: '';
  background: #262626;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
}
.search-wrapper.ves-autosearch .search-content {
  width: auto;
  position: static;
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block {
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .search-wrapper.ves-autosearch .amsearch-wrapper-block {
    padding: 20px 0;
  }
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block {
  width: 100% !important;
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper {
  width: 100%;
  min-width: initial;
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  right: auto;
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-input {
  height: 50px;
  border-radius: 30px;
  border: none;
  background: #f9f9f9;
  box-shadow: none;
  padding: 0 20px 0 30px;
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-button.-loupe {
  right: 15px;
  width: 15px;
  height: 15px;
  background-size: cover;
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section {
  left: 0;
  width: 100%;
  right: auto;
  border: none !important;
  height: calc(100vh - 250px);
}
@media screen and (min-width: 768px) {
  .search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section {
    max-width: 900px;
    width: calc(100vw - 30px);
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1368px) {
  .search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section {
    left: 0;
    transform: none;
  }
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-block-header .amsearch-title {
  color: #333;
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-item-container .amsearch-item .amsearch-link,
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-link {
  color: #9e73b9;
  padding: 4px 20px;
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-item-container .amsearch-item .amsearch-link:hover,
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-items-section {
    overflow-y: auto;
  }
  .search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-items-section::-webkit-scrollbar {
    width: 4px;
  }
  .search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-items-section::-webkit-scrollbar-thumb {
    background-color: #adadad;
    border-radius: 5px;
  }
}
@media screen and (min-width: 769px) {
  .search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section {
    height: auto;
    overflow: hidden;
    overflow-y: auto;
  }
  .search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section::-webkit-scrollbar {
    width: 4px;
  }
  .search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section::-webkit-scrollbar-thumb {
    background-color: #adadad;
    border-radius: 5px;
  }
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .amsearch-item {
  max-width: initial;
  width: 50%;
}
@media screen and (min-width: 568px) {
  .search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .amsearch-item {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-product-list .amsearch-item {
    width: 25%;
  }
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .product-item-description {
  color: #666;
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-wrapper-inner .group-price-slider * {
  padding: 0 !important;
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-products-section .amsearch-wrapper-inner .group-price-slider .price {
  font-size: 16px;
}
.search-wrapper.ves-autosearch .amsearch-wrapper-block .amsearch-form-block .amsearch-result-section .amsearch-highlight {
  padding: 0 5px;
  color: #fff;
  background: #9e73b9;
}
.minicart-warp.sticky-item {
  width: 50%;
  margin-top: 0;
}
.minicart-warp.sticky-item .action.showcart {
  display: flex;
  flex-direction: column;
}
.minicart-warp.sticky-item .action.showcart:hover {
  opacity: .8;
  transform: scale(1.03);
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:hover {
  opacity: .8;
  transform: scale(1.03);
}
.page-header .header-content {
  padding: 5px 0 !important;
}
@media screen and (max-width: 991px) {
  .page-header .wrapper .header-content {
    padding: 10px 0 5px !important;
  }
}
.amsearch-form-container .control {
  min-height: 50px !important;
}
.page-wrapper .block-search .action.search {
  top: 4px !important;
}
.amsearch-close,
.search button.amsearch-loupe {
  top: 50% !important;
  transform: translateY(-50%);
}
.search-autocomplete {
  top: 50px !important;
}
.header-links-wrapper.pull-left > a {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize;
  color: #262626;
}
.header-links-wrapper.pull-left > a:hover {
  text-decoration: none;
  color: #9e73b9 !important;
}
.action.toggle.switcher-trigger {
  padding: 6px 6px !important;
}
#search_mini_form .control #search {
  border: none !important;
  background: #f9f9f9 !important;
  border-radius: 30px;
  min-height: 50px;
  padding-left: 30px !important;
}
#search_mini_form .control #search::placeholder {
  text-transform: capitalize;
  font-size: 14px !important;
}
.ourservice-block:hover img {
  animation-name: none !important;
}
@media (min-width: 1900px) {
  .ves-widget.widget-carousel.owlcarousel.block.slider-home img {
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1199px) {
  .ves-widget.widget-carousel.owlcarousel.block.slider-home {
    height: 320px;
  }
  .owl-carousel .owl-item .img-banner-home a img {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .ves-widget.widget-carousel.owlcarousel.block.slider-home {
    height: 572px;
    background: #e4e4e4;
  }
  .owl-carousel .owl-item .img-banner-home a img {
    height: 572px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .search-wrapper.ves-autosearch {
    position: relative;
    right: 0;
  }
  .my-wishlists p {
    display: none;
  }
  .my-wishlists .icon-wishlist-content {
    margin: inherit;
    float: right;
  }
  .page-header .logo {
    position: relative;
    top: 0px;
  }
  .page-header .minicart-warp .f-right.minicart-wrapper .action.showcart {
    width: 36px;
    margin-top: -5px;
    padding-top: 5px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.search-wrapper .dropdown-toggle {
    display: none;
  }
  div.search-wrapper .search-content {
    display: block;
    position: static;
  }
  .page-header .nav-toggle {
    display: block;
  }
  .page-header a.logo {
    top: 0px;
    position: static;
  }
  .page-header #ves-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto !important;
  }
  .page-header #ves-header .wrapper {
    width: 100%;
  }
  .page-header .minicart-warp .minicart-wrapper .action.showcart {
    top: 12px;
  }
  .search-mobile {
    display: none;
  }
  .search-wrapper .search-content {
    position: static;
  }
  .my-wishlists .icon-wishlist-content {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .search-mobile {
    display: block;
  }
  .my-wishlists {
    display: none;
  }
  .dropdown-toggle.hidden-md.hidden-lg {
    display: none;
  }
  .page-header {
    border: 0 !important;
  }
  .img-cart-top {
    margin-top: -20px;
  }
  .search-mobile .search.pull-left.control {
    width: 100%;
    padding: 0 15px;
    position: relative;
  }
  .search-mobile .search.pull-left.control span.button-search.fa.fa-search {
    position: absolute;
    top: 15px;
    right: 30px;
  }
  .search-mobile .search.pull-left.control input {
    height: 45px;
  }
  .page-header .header-content {
    padding: 0 !important;
  }
  .owl-carousel .owl-item .img-banner-home a img {
    height: 300px;
    object-fit: cover;
    width: auto;
  }
  .page-wrapper .slider-home.widget-carousel .slider-content h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .page-wrapper .slider-home.widget-carousel .slider-content .btn {
    font-size: 13px !important;
    padding: 8px 0 6px !important;
  }
  .row.flext-top {
    flex-direction: column;
  }
  .row.flext-top > div:last-child {
    height: 45px;
    margin-bottom: 13px;
  }
  .row.flext-top > div:first-child {
    margin-bottom: 20px;
    height: 40px;
  }
  .search-wrapper .search-content {
    display: block;
    right: 0 !important;
    width: 100% !important;
  }
  .block.block-content form#search_mini_form .field.search .amsearch-wrapper-input input#search {
    height: 45px !important;
    min-height: 45px;
  }
  .page-header .logo img {
    max-width: 163px !important;
    max-height: initial !important;
  }
  .amsearch-close {
    width: 20px;
    height: 20px;
  }
  .logo-wrapper.sticky-item .action.nav-toggle::before {
    content: "" !important;
    height: 2px;
    background: #000;
    position: absolute;
    top: 18px;
    width: 100%;
    left: 0;
    display: block;
  }
  .logo-wrapper.sticky-item .action.nav-toggle::after {
    content: "" !important;
    height: 2px;
    background: #000;
    position: absolute;
    top: 25px;
    width: 55%;
    left: 0;
    display: block;
  }
  .page-header .logo {
    position: absolute;
    left: 50%;
    padding: 0;
    transform: translate(-50%);
  }
  .minicart-warp.sticky-item .img-cart-top {
    width: 20px;
    height: 20px;
    margin: 0 auto;
  }
  .minicart-warp.sticky-item .img-cart-top .counter.total-qty.empty {
    right: -3px;
    top: -2px;
    width: 15px;
    height: 15px;
  }
  .page-header .nav-toggle {
    top: 4px;
    left: 0;
    position: relative;
    width: 25px;
    height: 40px;
  }
  .search-autocomplete {
    top: 60px !important;
  }
  .page-header #ves-header {
    height: auto;
    padding: 10px 0;
  }
  .eb-content-mobile {
    position: static !important;
    overflow: hidden;
  }
  .eb-content-mobile:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    position: absolute;
    background: #000;
    opacity: 0.5;
    overflow: hidden;
  }
  .form .search-autocomplete {
    margin: -15px 0;
  }
}
.page-header .amasty-shipbar-wrapper {
  position: absolute;
  width: 100%;
}
.page-header .amasty-shipbar-wrapper + #ves-header {
  padding-top: 45px;
}
.page-header .amasty-shipbar-wrapper .amasty-shipbar.container {
  max-width: initial;
  min-height: initial;
  padding: 0;
  position: relative;
  display: block;
  height: 45px;
}
.page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container {
  position: static;
  height: 100%;
}
.page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .amasty-shipbar-car {
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  right: auto;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .amasty-shipbar-car {
    left: 25px;
  }
}
.page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .amasty-shipbar-car.closed .amshipbar-mobile path:first-child {
  fill: #851b87 !important;
}
.page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .amasty-shipbar-car.closed .amshipbar-mobile path:last-child {
  fill: #fff !important;
}
.page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .amasty-shipbar-car .amshipbar-mobile {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .amasty-shipbar-car .amshipbar-mobile {
    width: 40px;
  }
}
.page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .amasty-shipbar-car .amshipbar-mobile path:first-child {
  fill: #fff !important;
}
.page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .amasty-shipbar-car .amshipbar-mobile path:last-child {
  fill: #851b87 !important;
}
.page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .bar-content {
  border-radius: 0;
}
.page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .bar-content .content {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0 30px 0 40px;
}
.page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .bar-content .content .label-content {
  line-height: 1em;
  font-size: 12px !important;
}
@media screen and (min-width: 768px) {
  .page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .bar-content .content .label-content {
    font-size: 18px !important;
  }
}
.page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .bar-content .content .extra {
  margin: 0 0 0 10px;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .bar-content .content .extra {
    font-size: 20px;
    margin: -4px 0 0 20px;
  }
}
.page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .bar-content .close-button {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
@media screen and (min-width: 768px) {
  .page-header .amasty-shipbar-wrapper .amasty-shipbar.container .main-container .bar-content .close-button {
    right: 10px;
  }
}
.footer-block .block-content .ves-container:nth-child(1) {
  background-size: cover;
}
.footer-block .block-content .ves-container-1 .group-menu-footer {
  position: relative;
  z-index: 2;
}
.footer-block .block-content .ves-container-1 .group-menu-footer .panel-heading span {
  color: #FFF;
  font-family: Circe;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
}
.footer-block .block-content .ves-container-1 .group-menu-footer .block-content li i {
  font-size: 16px;
  color: #fff;
  transform: rotateY(180deg);
  margin-right: 12px;
}
.footer-block .block-content .ves-container-1 .group-menu-footer .block-content li a {
  color: #FFF;
  font-family: Circe;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  text-transform: capitalize;
}
.footer-block .block-content .ves-container-1 .newsletter-img .custom-news-letter strong {
  font-family: Circe;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 24px;
}
.footer-block .block-content .ves-container-1 .newsletter-img .widget-inner .label span {
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.footer-block .block-content .ves-container-1 .newsletter-img .widget-inner .subscribe .newsletter .control:before {
  content: none;
}
.footer-block .block-content .ves-container-1 .newsletter-img .widget-inner .subscribe .newsletter .control input {
  background: transparent;
  margin-top: 0px;
  border-radius: 20px;
  border: 1px solid #fff !important;
  box-shadow: none;
  padding-left: 18px;
  font-size: 14px;
  line-height: 21px;
  opacity: 0.6;
}
.footer-block .block-content .ves-container-1 .newsletter-img .widget-inner .subscribe .newsletter .control input::placeholder {
  color: #DDEBF7;
}
.footer-block .block-content .ves-container-1 .newsletter-img .widget-inner .subscribe .newsletter .control input:active,
.footer-block .block-content .ves-container-1 .newsletter-img .widget-inner .subscribe .newsletter .control input:focus {
  opacity: 1;
}
.footer-block .block-content .ves-container-1 .newsletter-img .widget-inner .subscribe .actions {
  position: relative;
}
.footer-block .block-content .ves-container-1 .newsletter-img .widget-inner .subscribe .actions .action {
  margin-top: 12px;
  border-radius: 20px;
  width: 100%;
  background: #F9F9F9;
  color: #9e73b9;
  border: 2px solid transparent;
}
.footer-block .block-content .ves-container-1 .newsletter-img .widget-inner .subscribe .actions .action:hover {
  background: transparent;
  border-color: #F9F9F9;
  color: #F9F9F9;
}
.footer-block .block-content .ves-container-1 .newsletter-img .widget-inner .subscribe .actions .action:hover span {
  color: #F9F9F9;
}
.footer-block .block-content .ves-container-1 .copy-right-footer {
  display: flex;
  padding-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-block .block-content .ves-container-1 .copy-right-footer li {
  margin-right: 30px;
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.footer-block .block-content .ves-container-1 .copy-right-footer li:last-child {
  margin-right: 0;
}
.footer-block .block-content .ves-container-1 .copy-right-footer a {
  color: #A5CAEB;
}
.footer-block .block-content .ves-container-1 .social-icon {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.footer-block .block-content .ves-container-1 .social-icon li {
  position: relative;
  width: 40px;
  height: 40px;
  background: #9e73b9;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 0;
}
.footer-block .block-content .ves-container-1 .social-icon li:last-child {
  margin-right: 0;
}
.footer-block .block-content .ves-container-1 .social-icon li a {
  position: absolute;
  font-size: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.footer-block .block-content .ves-container-3 .bottom-footer ul li {
  opacity: 0.6;
}
.footer-block .block-content .ves-container-3 .bottom-footer ul li a {
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 200%;
  color: #FFFFFF;
  text-transform: capitalize;
  background: transparent;
}
.block.newsletter .actions .subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.newsletter .actions .subscribe span {
  font-weight: 800;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #9e73b9;
  line-height: initial;
}
.border-top-footer {
  border-bottom: 1px solid #fff;
  padding-top: 40px;
}
.page-footer .block.newsletter .block-content {
  margin-right: 10px;
}
.page-footer .block.newsletter .form.subscribe {
  margin-top: 30px;
}
.page-footer .block.newsletter .form.subscribe .field-recaptcha {
  visibility: hidden;
  position: absolute;
  top: 0;
}
.page-footer .footer-top .footer-block {
  margin: 0;
}
.page-footer .footer-top .ves-container:first-child {
  background: #9e73b9 !important;
}
.page-footer .footer-top .ves-container:last-child {
  background: #851b87 !important;
}
.footer-copyright .col-inner {
  padding: 60px 15px;
}
.page-footer .block-content .ves-container-1 .widget-newsletter {
  background: transparent !important;
  padding-left: 0;
}
.page-footer .block-content .ves-container-1 .widget-newsletter .block-title {
  padding-bottom: 25px !important;
}
.page-footer .block-content .ves-container-1 .widget-newsletter .block-title strong span {
  font-style: normal;
  font-weight: bold !important;
  line-height: 24px;
  font-size: 30px !important;
  letter-spacing: 1px;
}
.soundest-form-without-image-outer {
  width: 100% !important;
  max-width: 540px;
  margin: 0 !important;
  transform: translateX(-50%);
}
.soundest-form-without-image-outer .soundest-form-without-image-wrapper .soundest-form-without-image-spacer {
  position: relative;
  padding: 0;
}
.soundest-form-without-image-outer .soundest-form-without-image-wrapper .soundest-form-without-image-spacer .soundest-form-without-image-close-holder {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  height: auto;
}
.soundest-form-without-image-outer .soundest-form-without-image-wrapper .soundest-form-without-image-spacer .soundest-form-without-image-close-holder .soundest-form-without-image-close {
  border: none !important;
}
.soundest-form-without-image-outer .soundest-form-without-image-wrapper .soundest-form-without-image-spacer .soundest-form-without-image-close-holder .soundest-form-without-image-close:before,
.soundest-form-without-image-outer .soundest-form-without-image-wrapper .soundest-form-without-image-spacer .soundest-form-without-image-close-holder .soundest-form-without-image-close:after {
  background: #841f87 !important;
  height: 2px;
  width: 25px;
}
.soundest-form-without-image-outer .soundest-form-without-image-wrapper .soundest-form-without-image-spacer .soundest-form-without-image-content {
  padding: 0;
}
.soundest-form-without-image-outer .soundest-form-without-image-wrapper .soundest-form-without-image-spacer .soundest-form-without-image-content .soundest-form-without-image-content-outer {
  border: none !important;
  border-radius: 7px;
  height: 175px;
}
.soundest-form-without-image-outer .soundest-form-without-image-wrapper .soundest-form-without-image-spacer .soundest-form-without-image-content .soundest-form-without-image-content-outer .soundest-form-without-image-state-success-already-subscribed,
.soundest-form-without-image-outer .soundest-form-without-image-wrapper .soundest-form-without-image-spacer .soundest-form-without-image-content .soundest-form-without-image-content-outer .soundest-form-without-image-state-success-subscribed {
  font-size: 25px !important;
  color: #841f87 !important;
  line-height: 1em !important;
  padding: 0 !important;
}
.soundest-form-without-image-outer .soundest-form-without-image-wrapper .soundest-form-without-image-spacer .soundest-form-without-image-branding-holder {
  display: none;
}
.footer-top .nav-links li {
  margin-bottom: 8px;
}
.footer-top .nav-links li a {
  opacity: 0.6;
}
.footer-top .nav-links li a:hover {
  opacity: 1;
  color: #fff !important;
  text-decoration: underline !important;
}
.widget-contenthtml.ves-widget.block {
  width: 100%;
}
.new-edit-theme .no-padding.footer-copyright.social .col-inner {
  padding: 0;
}
.new-edit-theme h3.new-theme-h3,
.new-edit-theme div.new-theme-h3 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-top: 0;
}
.new-edit-theme .icon-new-theme {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.new-edit-theme .icon-new-theme a {
  border-radius: 50%;
  margin: 0 5px;
  width: 40px;
  height: 40px;
}
.new-edit-theme .icon-new-theme a:hover {
  border: 2px solid #851b87;
}
.new-edit-theme .icon-new-theme img {
  width: 40px;
}
.new-edit-theme .icon-new-theme img:nth-child(1) {
  margin-left: 0;
}
.icon-new-payment-methods {
  padding-top: 25px;
}
.icon-new-payment-methods ul {
  display: flex;
}
.icon-new-payment-methods ul li {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 10px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
}
.icon-new-payment-methods ul li img {
  width: auto;
}
.icon-new-payment-methods ul li:last-child {
  margin-right: 0;
}
.footer-block.new-edit-theme .block-content .ves-container-1 .newsletter-img .widget-inner .subscribe .actions .action {
  border-radius: 8px !important;
}
.footer-block.new-edit-theme .block-content .ves-container-1 .newsletter-img .widget-inner .subscribe .field.newsletter .control input {
  border-radius: 8px !important;
}
.page-footer .footer-top .ves-container:last-child {
  padding: 50px 0 !important;
}
@media (min-width: 768px) {
  .footer-block.new-edit-theme .new-edit-theme-content .ves-container {
    position: relative;
  }
  .footer-block.new-edit-theme .new-edit-theme-content .ves-container:nth-child(1):before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    background: url(/media/wysiwyg/new1.png) no-repeat !important;
    background-position: center;
    background-size: contain !important;
  }
  .footer-block.new-edit-theme .new-edit-theme-content .ves-container:nth-child(1):after {
    content: "";
    position: absolute;
    right: 0;
    width: 120px;
    height: 100%;
    background: url(/media/wysiwyg/new2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 40px;
    background-size: contain;
  }
  .footer-block-content .ves-container:nth-child(1) {
    position: relative;
  }
  .footer-block-content .ves-container:nth-child(1):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    background: url(/media/wysiwyg/Group_259.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .footer-block-content .ves-container:nth-child(1):after {
    content: "";
    position: absolute;
    right: 0;
    width: 120px;
    height: 100%;
    background: url(/media/wysiwyg/Group_260.png);
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 40px;
    background-size: contain;
  }
  .block-warning .nav-links li::after {
    background: #fff !important;
  }
}
@media (min-width: 1200px) {
  .additional-footer-info-block {
    padding-left: 70px;
  }
  .ves-widget.panel-group.widget-links.block.sub-group-menu {
    padding-left: 150px;
  }
  .col-lg-5 .group-menu-footer {
    padding-left: 90px;
  }
  .page-footer .footer-top .nav-links li {
    margin-bottom: 8px;
  }
}
@media (max-width: 1199px) {
  .page-footer .row {
    margin: 0;
  }
  .page-footer .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .footer-top .panel-group {
    margin-bottom: 0;
  }
  .footer-top .footer-block {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .copyright-link .copy-right-footer {
    justify-content: center;
  }
  .footer-block .block-content .ves-container-1 .social-icon {
    justify-content: center;
  }
  .footer-block .block-content .ves-container-3 .bottom-footer ul li {
    opacity: 0.7;
  }
  .footer-block .block-content .ves-container-3 .bottom-footer ul li:after {
    background: #fff;
  }
  .page-footer .ves-container .col-inner {
    margin-top: 20px;
  }
  .page-footer .ves-container .copyright-link .copy-right-footer {
    display: flex;
    flex-direction: column;
  }
  .page-footer .ves-container .newsletter-img .custom-subscribe {
    padding: 0 !important;
  }
  .page-footer .ves-container .newsletter-img .custom-subscribe .custom-news-letter {
    padding-bottom: 10px !important;
  }
  .page-footer .ves-container .newsletter-img .custom-subscribe .block-content {
    margin: 0;
  }
  .page-footer .group-menu-footer .panel-default {
    border: none !important;
  }
  .page-footer .group-menu-footer .panel-default .block-title {
    padding: 0 !important;
  }
  .page-footer .group-menu-footer .panel-default .block-title .hidden-md {
    display: none;
  }
  .page-footer .group-menu-footer .panel-default .block-title .hidden-md:before {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  .page-footer .group-menu-footer .panel-default .block-title .hidden-md:focus {
    box-shadow: none;
  }
  .page-footer .group-menu-footer .panel-default .panel-collapse {
    display: block;
  }
  .page-footer .group-menu-footer .panel-default .panel-collapse .panel-body {
    padding: 0;
  }
  .page-footer .group-menu-footer .panel-default .panel-collapse .nav-links {
    margin-top: 10px;
  }
  .cms-home .ourservice-block .media .ourservice-content {
    width: 60%;
  }
  .border-top-footer {
    padding-top: 0;
  }
  .copy-right .col-inner {
    padding: 0 15px !important;
  }
  .social-icont .col-inner {
    padding: 0 0 40px 0 !important;
  }
  .footer-block .social-icont .block-content .social-icon {
    justify-content: start;
    padding-left: 15px;
  }
  .even-footer {
    padding: 0 15px !important;
  }
  .footer-copyright .col-inner {
    padding: 0 15px;
  }
  .footer-copyright.social .col-inner {
    padding-bottom: 40px;
  }
}
@media (max-width: 534px) {
  .footer-block .block-content .ves-container-1 .social-icon li {
    margin: 0 4.5px !important;
  }
}
@media (max-width: 360px) {
  .footer-block .block-content .ves-container-1 .social-icon li {
    margin: 0 3.5px !important;
    height: 35px;
    width: 35px;
  }
  .footer-block .block-content .ves-container-1 .social-icon li a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .ves-menu.horizontal-ready .block-title strong::before {
    display: none;
  }
  .ves-menu.horizontal-ready .ves-megamenu.ves-horizontal {
    position: absolute;
    z-index: 1000;
    background: #ffffff;
    display: none;
  }
  body.horizontal-ready .ves-menu-row {
    position: relative;
  }
  body.horizontal-ready .ves-menu-col,
  body.horizontal-ready .vertical-menu {
    position: static;
  }
  body.horizontal-ready .ves-menutop div.vertical-menu .ves-menu .block-title strong::before {
    left: 15px;
    display: block;
  }
  body.horizontal-ready .ves-menutop div.vertical-menu .ves-menu .block-title:hover strong::before {
    left: 20px;
  }
  body.horizontal-ready .ves-menutop .ves-megamenu .dropdown:hover > .dropdown-menu .mega-col.mega-col-level-1 {
    padding: 0 15px;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu {
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 8px 8px 0 0;
    width: 100%;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .block.ves-menu .block-title:hover {
    border-radius: 8px 8px 0 0;
    box-shadow: none;
    position: static !important;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .block.ves-menu .block-title strong span {
    display: none;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .block.ves-menu .block-title strong:before {
    display: block;
    position: absolute;
    right: 10px;
    top: -18px;
    left: auto;
    z-index: 10000;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal {
    border-radius: 0 0 8px 8px;
    padding: 0 15px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    top: 15px;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level-top {
    background-color: #9E73B9;
    border: 1px solid #9E73B9;
    border-radius: 10px;
    padding: 0;
    height: 55px;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level-top > a {
    font-size: 13px;
    line-height: 55px;
    padding: 0 15px;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level-top > a:after {
    display: none;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level-top > a > .caret {
    display: none;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level-top > a.has-children {
    font-size: 13px;
    line-height: 30px;
    padding: 5px 15px 0 15px;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level-top > a.has-children > .caret {
    display: block;
    position: absolute;
    top: 30px !important;
    width: 100%;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level-top > a.has-children > .caret:after {
    content: "\f107" !important;
    font-family: fontawesome;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    background-color: transparent;
    text-align: center;
    position: static;
    width: 100%;
    display: block;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level-top .icon-left {
    filter: brightness(10);
    padding: 0 10px 0 0;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level-top .icon-right {
    filter: brightness(10);
    padding: 0 0 0 10px;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level-top span {
    color: #ffffff;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level-top:hover,
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level-top.active {
    background-color: #851b87;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level1 .icon-left {
    padding: 0 15px 0 0;
    max-width: 18px;
    box-sizing: content-box;
    object-fit: contain;
    height: 100%;
    filter: none;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level1 .icon-right {
    padding: 0 0 0 15px;
    max-width: 18px;
    box-sizing: content-box;
    object-fit: contain;
    height: 100%;
    filter: none;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .level1.dropdown-submenu {
    position: static;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .nav-item.level1 {
    border-radius: 8px;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .nav-item.level1.active {
    background-color: #9E73B9;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .nav-item.level1.active > a > .caret:after {
    color: #ffffff;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .nav-item.level1.active > a > .menu-item-name {
    color: #ffffff !important;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .nav-item.level1.active .menu-item-name {
    color: #ffffff;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .nav-item.level1.active > .dropdown-menu {
    width: 268px;
    visibility: visible;
    opacity: 1;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .nav-item.level1 > a {
    cursor: default;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .nav-item.level1 > a > .caret {
    width: 50px;
    height: 40px;
    cursor: pointer;
    transition: text-shadow 0.3s ease-in-out;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .nav-item.level1 > a > .caret:hover {
    text-shadow: 1px 1px 5px #851b87;
    color: #ffffff;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .nav-item.level1 > a > .menu-item-name {
    cursor: pointer;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .nav-item.level1 > .dropdown-menu.position-left {
    width: 268px;
    left: 400px;
    transform: translateX(-668px);
    visibility: visible;
    opacity: 1;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .menu-item-name {
    color: #ffffff;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu,
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown > .dropdown-menu {
    top: 53px;
    width: 400px;
    overflow: visible;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .mega-col,
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown > .dropdown-menu .mega-col {
    overflow-y: auto;
    position: static;
    float: none;
    height: auto;
    max-height: 595px;
    display: flex;
    flex-direction: column;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .nav-item .menu-item-name,
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown > .dropdown-menu .nav-item .menu-item-name {
    color: #212121;
    transition: text-shadow 0.3s ease-in-out;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .nav-item > a > .menu-item-name:hover,
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown > .dropdown-menu .nav-item > a > .menu-item-name:hover {
    text-shadow: 1px 1px 5px #851b87;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .nav-item:hover,
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown > .dropdown-menu .nav-item:hover {
    background-color: #9E73B9;
    border-radius: 8px;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .nav-item:hover > a .caret:after,
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown > .dropdown-menu .nav-item:hover > a .caret:after {
    color: #ffffff;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .nav-item.level1 a,
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown > .dropdown-menu .nav-item.level1 a {
    padding: 0 15px;
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #212121;
    display: flex;
    align-items: center;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .nav-item.level1 a .menu-item-name,
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown > .dropdown-menu .nav-item.level1 a .menu-item-name {
    color: #212121;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .nav-item.level1:hover a .menu-item-name,
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown > .dropdown-menu .nav-item.level1:hover a .menu-item-name {
    color: #ffffff;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .nav-item.level2.submenu-left.subhover.dropdown-submenu .menu-item-name,
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown > .dropdown-menu .nav-item.level2.submenu-left.subhover.dropdown-submenu .menu-item-name {
    color: #212121;
  }
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .nav-item.level2.submenu-left.subhover.dropdown-submenu:hover .menu-item-name,
  body.horizontal-ready .vertical-menu .vertical-menu-content.active-menu .ves-menu .ves-megamenu.ves-horizontal .dropdown > .dropdown-menu .nav-item.level2.submenu-left.subhover.dropdown-submenu:hover .menu-item-name {
    color: #ffffff;
  }
  .vertical-menu .ves-vertical .icon-right {
    margin-left: 15px;
  }
  .ves-menutop .vertical-menu .active-menu .ves-megamenu.ves-vertical .nav-item.level0:hover > a .icon-right {
    filter: brightness(10);
  }
  .cms-index-index.cms-home .vertical-menu .ves-vertical,
  .cms-bestmart-home-page-default .vertical-menu .ves-vertical,
  .cms-bestmart-home-page2 .vertical-menu .ves-vertical {
    display: none;
  }
  .ves-menutop.clearfix.sticky-item {
    background: #9e73b9;
  }
  .vertical-menu {
    background: transparent !important;
    min-width: 300px;
  }
  .vertical-menu .ves-vertical {
    max-height: initial !important;
    height: auto !important;
  }
  .vertical-menu .block .block-title strong::after {
    display: none;
  }
  .vertical-menu .block .block-title strong span {
    text-transform: capitalize;
    font-size: 18px;
  }
  .ves-menutop .vertical-menu .active-menu .ves-megamenu.ves-vertical .nav-item.level0 .icon-left {
    max-width: 18px;
  }
  .ves-menutop .vertical-menu .active-menu .ves-megamenu.ves-vertical .nav-item.level0:hover {
    background: #9775B5;
    border-radius: 8px;
  }
  .ves-menutop .vertical-menu .active-menu .ves-megamenu.ves-vertical .nav-item.level0:hover > a {
    color: #fff !important;
  }
  .ves-menutop .vertical-menu .active-menu .ves-megamenu.ves-vertical .nav-item.level0:hover > a .caret:after {
    color: #F8F8F8;
  }
  .ves-menutop .vertical-menu .active-menu .ves-megamenu.ves-vertical .nav-item.level0:hover > a .icon-left {
    filter: brightness(10);
  }
  .ves-menutop .vertical-menu .active-menu .caret:after {
    content: "\f105" !important;
    font-family: fontawesome;
    color: #A8A8A8;
    font-size: 19px;
  }
  .vertical-menu .active-menu .ves-megamenu.ves-vertical {
    display: block !important;
    border-top: 0px !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 8px;
    padding-bottom: 15px;
    max-height: 457px;
    height: 100vh;
    padding-top: 5px;
  }
  .vertical-menu .active-menu .block.ves-menu .block-title {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background: #fff;
    margin-top: -6px;
    border-top: 1px solid #e6e6e6 !important;
    margin-left: 0;
    padding-left: 30px;
  }
  .vertical-menu .active-menu .block.ves-menu .block-title:hover {
    box-shadow: none;
    line-height: 54px;
  }
  .vertical-menu .active-menu .block.ves-menu .block-title strong {
    display: flex;
    align-items: center;
  }
  .vertical-menu .active-menu .block.ves-menu .block-title strong:before {
    content: "\f00d";
    font-size: 20px;
    position: static;
    font-weight: 300;
    color: #9e73b9;
  }
  .vertical-menu .active-menu .block.ves-menu .block-title strong span {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    text-transform: capitalize;
    color: #9e73b9;
    padding-left: 20px;
  }
  .vertical-menu:hover .ves-vertical {
    display: none !important;
  }
  .vertical-menu .active-menu {
    z-index: 999999;
    background: #fff;
    position: relative;
    border-radius: 8px;
  }
  .vertical-menu .active-menu .ves-vertical li.dropdown {
    position: static !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    max-width: calc(100% - 10px);
  }
  .ves-menutop .ves-megamenu.ves-vertical .dropdown > .dropdown-menu {
    top: 5px;
    min-width: 320px;
    padding: 0;
    background: #fff;
    display: block !important;
  }
  .ves-menutop .ves-megamenu.ves-vertical .dropdown > .dropdown-menu .nav-item[class*="level"]:hover > a .icon-left {
    filter: brightness(10);
  }
  .ves-menutop .ves-megamenu.ves-vertical .dropdown > .dropdown-menu .nav-item.level1 {
    display: flex;
    align-items: center;
    position: static;
    float: none;
    border-bottom: 1px solid #e6e6e6;
  }
  .ves-menutop .ves-megamenu.ves-vertical .dropdown > .dropdown-menu .nav-item.level1:nth-child(even) {
    background: rgba(245, 245, 245, 0.7);
  }
  .ves-menutop .ves-megamenu.ves-vertical .dropdown > .dropdown-menu .nav-item.level1:last-child {
    border-bottom: 0;
  }
  .ves-menutop .ves-megamenu.ves-vertical .dropdown > .dropdown-menu .nav-item.level1:hover > a {
    color: #fff;
    background: #9775B5;
    border-radius: 8px;
  }
  .ves-menutop .ves-megamenu.ves-vertical .dropdown > .dropdown-menu .nav-item.level1:hover > a .caret:after {
    color: #fff;
  }
  .ves-menutop .ves-megamenu.ves-vertical .dropdown > .dropdown-menu .nav-item.level1 a {
    padding: 0 15px;
    margin: 0 5px;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #212121;
    display: flex;
    align-items: center;
  }
  .ves-menutop .ves-megamenu.ves-vertical .dropdown > .dropdown-menu .nav-item.level1 a .caret {
    right: 15px;
  }
  .ves-menutop .ves-megamenu.ves-vertical .dropdown > .dropdown-menu .nav-item.level1 a .caret:after {
    right: 0px;
    color: #A8A8A8;
  }
  .ves-menutop .image-right img {
    height: 100%;
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown.bonus-program-link a {
    background-image: url('../../frontend/Balltheme/balloon/en_US/images/bonus-menu-bg.png') !important;
    background-size: cover;
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown.bonus-program-link a:after {
    display: none;
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown.bonus-program-link:hover {
    border-radius: 0;
    box-shadow: none;
    border-image: linear-gradient(99.38deg, #30009b 0%, #010084 17.45%, #009bfe 35.43%, #00bb00 51.29%, #fef600 66.62%, #fe6230 83.01000000000001%, #dd0000 101.52%) 1;
    -webkit-border-image: -webkit-linear-gradient(99.38deg, #30009b 0%, #010084 17.45%, #009bfe 35.43%, #00bb00 51.29%, #fef600 66.62%, #fe6230 83.01000000000001%, #dd0000 101.52%) 1;
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown.bonus-program-link:hover > a span {
    color: #fff;
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown {
    border: 2px solid transparent;
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown:hover {
    background: #fff;
    z-index: 99999;
    position: relative !important;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown:hover > a span {
    color: #9e73b9;
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown > .dropdown-menu {
    display: none;
    transition: none;
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown.active {
    background: #fff;
    z-index: 99999;
    position: relative !important;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu {
    top: 5px;
    min-width: 268px;
    background: #fff;
    display: block !important;
    opacity: 1;
    visibility: initial;
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .nav-item.level1 {
    display: flex;
    align-items: center;
    position: static;
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .nav-item.level1:hover > a {
    color: #fff;
    background: #851b87;
    border-radius: 8px;
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .nav-item.level1:hover > a .caret:after {
    color: #fff;
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .nav-item.level1 a {
    padding: 0 15px;
    margin: 0 5px;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-transform: capitalize;
    color: #262626;
    position: relative;
    width: 100%;
  }
  .ves-menutop .ves-megamenu.ves-horizontal .dropdown.active > .dropdown-menu .nav-item.level1 a .caret:after {
    right: 0;
    color: #A8A8A8;
  }
  .ves-menutop .image-right img {
    height: 100%;
  }
  .ves-menutop .ves-megamenu .dropdown:hover > .dropdown-menu .mega-col {
    height: 595px;
    overflow-y: auto;
    position: static;
    /* Scrollbar Styling */
  }
  .ves-menutop .ves-megamenu .dropdown:hover > .dropdown-menu .mega-col.mega-col-level-1 {
    padding: 0;
  }
  .ves-menutop .ves-megamenu .dropdown:hover > .dropdown-menu .mega-col::-webkit-scrollbar {
    width: 4px;
  }
  .ves-menutop .ves-megamenu .dropdown:hover > .dropdown-menu .mega-col::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(228, 228, 228, 0.5);
  }
  .ves-menutop .ves-megamenu .dropdown:hover > .dropdown-menu .mega-col::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #9775B5;
  }
  .active-menu .ves-megamenu.menu-hover .nav-item.level1 .dropdown-menu {
    left: calc(100% - 12px);
    top: -1px;
    margin-left: 0;
    padding: 10px 0;
    min-width: 268px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    height: 616px;
  }
  .nav-item.level2.submenu-left.subhover.dropdown-submenu {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: calc(100% - 10px);
    margin: 0 5px;
    float: none;
    border-bottom: 1px solid #e6e6e6;
  }
  .nav-item.level2.submenu-left.subhover.dropdown-submenu:last-child {
    border-bottom: 1px solid transparent;
  }
  .nav-item.level2.submenu-left.subhover.dropdown-submenu:nth-child(even) {
    background: rgba(245, 245, 245, 0.7);
  }
  .nav-item.level2.submenu-left.subhover.dropdown-submenu:nth-child(even):hover {
    background: #9775B5;
    border-radius: 8px;
  }
  .nav-item.level2.submenu-left.subhover.dropdown-submenu:nth-child(even):hover > a {
    color: #fff !important;
  }
  .nav-item.level2.submenu-left.subhover.dropdown-submenu a {
    margin: 0 !important;
  }
  .nav-item.level2.submenu-left.subhover.dropdown-submenu:hover {
    background: #9775B5;
    border-radius: 8px;
  }
  .nav-item.level2.submenu-left.subhover.dropdown-submenu:hover > a {
    color: #fff !important;
  }
  .eb-content {
    position: static !important;
  }
  .eb-content:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    z-index: 99999;
    opacity: 0.5;
    overflow: hidden;
  }
  .active-menu-body .page-wrapper {
    overflow: hidden;
  }
  .section-item-content .ves-megamenu li.level0 > a {
    text-transform: capitalize !important;
    font-size: 15px !important;
    color: #fff !important;
    line-height: 56px !important;
    padding: 0 20px;
  }
  .nav-menu .ves-megamenu.menu-hover.ves-horizontal .nav-item.level0:last-child,
  .nav-menu .ves-megamenu.menu-hover.ves-horizontal .nav-item.level0:nth-last-child(2) {
    float: right;
  }
  .nav-menu .ves-megamenu.menu-hover.ves-horizontal .nav-item.level0:last-child a:after,
  .nav-menu .ves-megamenu.menu-hover.ves-horizontal .nav-item.level0:nth-last-child(2) a:after {
    display: none;
  }
  .home-menu-config .nav-item.active a span {
    color: #9e73b9;
  }
  .home-menu-config .nav-item.active .submenu.dropdown-menu {
    top: 99% !important;
    padding: 15px;
    min-width: 1170px !important;
    min-height: auto !important;
    border-radius: 8px 0 8px 8px;
    opacity: 1;
    display: none;
  }
  .home-menu-config .nav-item.active .submenu.dropdown-menu .content-wrap .megamenu-content .item-content1 .mega-col {
    width: 33.3333%;
    padding: 0;
  }
  .home-menu-config .nav-item.active .submenu.dropdown-menu .content-wrap .megamenu-content .item-content1 .mega-col .nav-item > a {
    display: none;
  }
  .home-menu-config .nav-item.active .submenu.dropdown-menu .content-wrap .megamenu-content .nav-dropdown {
    padding: 0 10px;
  }
  .home-menu-config .nav-item.active .submenu.dropdown-menu .content-wrap .megamenu-content .nav-dropdown .conten-submenu {
    display: flex;
    background: #F2F2F2;
    border-radius: 8px;
    justify-content: space-between;
  }
  .home-menu-config .nav-item.active .submenu.dropdown-menu .content-wrap .megamenu-content .nav-dropdown .conten-submenu .submenu-left-content {
    width: calc(100% - 125px);
    padding: 38px 0 38px 38px;
  }
  .home-menu-config .nav-item.active .submenu.dropdown-menu .content-wrap .megamenu-content .nav-dropdown .conten-submenu .submenu-left-content h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 32px;
    text-transform: capitalize;
    color: #09152D;
    margin-top: 0;
  }
  .home-menu-config .nav-item.active .submenu.dropdown-menu .content-wrap .megamenu-content .nav-dropdown .conten-submenu .submenu-left-content ul li {
    height: 24px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .home-menu-config .nav-item.active .submenu.dropdown-menu .content-wrap .megamenu-content .nav-dropdown .conten-submenu .submenu-left-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #851b87;
  }
  .home-menu-config .nav-item.active .submenu.dropdown-menu .content-wrap .megamenu-content .nav-dropdown .conten-submenu .submenu-left-content ul li p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    text-transform: capitalize;
    color: #09152D;
    opacity: 0.4;
    padding-left: 10px;
  }
  .home-menu-config .nav-item.active .submenu.dropdown-menu .content-wrap .megamenu-content .nav-dropdown .conten-submenu .submenu-left-content .btn {
    width: 125px;
    height: 35px;
    background: #9e73b9;
    border: 1px solid #9e73b9;
    box-sizing: border-box;
    border-radius: 100px;
    margin-top: 10px;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.2px;
    text-transform: uppercase !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
  }
  .home-menu-config .nav-item.active .submenu.dropdown-menu .content-wrap .megamenu-content .nav-dropdown .conten-submenu .submenu-left-content > p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    text-transform: capitalize;
    color: #09152D;
    opacity: 0.4;
  }
  .home-menu-config .config-icon-menu a span:nth-child(1):after {
    content: '\f0d7';
    font-family: fontawesome;
    padding-left: 5px;
    line-height: 0;
  }
  .home-menu-config .config-icon-menu.active {
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  .home-menu-config .config-icon-menu.active a span:nth-child(1):after {
    content: '\f0d8';
  }
  .home-menu-config .sub-menu-config-3 .submenu.dropdown-menu {
    border-radius: 8px;
    transform: translate(-55.7%, 0px);
    left: 0;
    min-width: 1170px !important;
    min-height: auto !important;
  }
  .home-menu-config .sub-menu-config-3 .submenu.dropdown-menu .content-wrap .megamenu-content .nav-dropdown .item-content1 .mega-col {
    width: 50%;
    margin-bottom: 10px;
    padding: 0;
  }
  .ves-vertical .nav-item.level-top.level0,
  .ves-vertical .nav-item.level1 {
    border-radius: 8px;
  }
  .ves-vertical .nav-item.level-top.level0 .menu-item-name,
  .ves-vertical .nav-item.level1 .menu-item-name {
    transition: text-shadow 0.3s ease-in-out;
  }
  .ves-vertical .nav-item.level-top.level0 > a > .menu-item-name:hover,
  .ves-vertical .nav-item.level1 > a > .menu-item-name:hover {
    text-shadow: 1px 1px 5px #851b87;
  }
  .ves-vertical .nav-item.level-top.level0.active,
  .ves-vertical .nav-item.level1.active {
    background-color: #9E73B9 !important;
  }
  .ves-vertical .nav-item.level-top.level0.active > .dropdown-menu,
  .ves-vertical .nav-item.level1.active > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .ves-vertical .nav-item.level-top.level0.active > .dropdown-menu .mega-col,
  .ves-vertical .nav-item.level1.active > .dropdown-menu .mega-col {
    height: 595px;
    overflow-y: auto;
    position: static;
  }
  .ves-vertical .nav-item.level-top.level0.active > a > .caret:after,
  .ves-vertical .nav-item.level1.active > a > .caret:after {
    color: #ffffff;
  }
  .ves-vertical .nav-item.level-top.level0.active > a > .menu-item-name,
  .ves-vertical .nav-item.level1.active > a > .menu-item-name {
    color: #ffffff;
  }
  .ves-vertical .nav-item.level-top.level0.active .icon-left,
  .ves-vertical .nav-item.level1.active .icon-left {
    filter: brightness(10);
  }
  .ves-vertical .nav-item.level-top.level0.active .icon-right,
  .ves-vertical .nav-item.level1.active .icon-right {
    filter: brightness(10);
  }
  .ves-vertical .nav-item.level-top.level0 > a,
  .ves-vertical .nav-item.level1 > a {
    cursor: pointer;
    line-height: 40px;
  }
  .ves-vertical .nav-item.level-top.level0 > a > .caret,
  .ves-vertical .nav-item.level1 > a > .caret {
    width: 50px;
    height: 48px;
    right: 0 !important;
    cursor: pointer;
    transition: text-shadow 0.3s ease-in-out;
  }
  .ves-vertical .nav-item.level-top.level0 > a > .caret:hover,
  .ves-vertical .nav-item.level1 > a > .caret:hover {
    text-shadow: 1px 1px 5px #851b87;
    color: #ffffff;
  }
  .ves-vertical .nav-item.level-top.level0 > a > .caret:after,
  .ves-vertical .nav-item.level1 > a > .caret:after {
    right: 20px !important;
  }
  .ves-vertical .nav-item.level-top.level0 > a > .menu-item-name,
  .ves-vertical .nav-item.level1 > a > .menu-item-name {
    cursor: pointer;
  }
  .ves-vertical .nav-item.level-top.level0.active,
  .ves-vertical .nav-item.level1.active {
    background-color: #851b87;
  }
  .ves-vertical .nav-item.level1 > a > .caret:after {
    right: 10px !important;
  }
  .ves-vertical .nav-item.level1.active > a > .caret:after {
    color: #ffffff !important;
  }
  .home-menu-config .sub-menu-config-3.edit-config .submenu.dropdown-menu {
    transform: translate(-43%, 0px);
    -webkit-transition: none !important;
    transition: none !important;
    display: none;
  }
  .nav-menu .ves-megamenu.menu-hover.ves-horizontal .nav-item.level0:last-child .submenu.dropdown-menu {
    padding-bottom: 10px !important;
  }
  .block.ves-menu .ves-megamenu .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .block.ves-menu .ves-megamenu .dropdown > .dropdown-menu {
    padding: 10px 0;
    height: 616px;
  }
  .ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega {
    width: 100%;
  }
  .mega-col {
    scrollbar-width: thin !important;
  }
}
.ves-menutop .ves-menu .ves-megamenu.ves-horizontal .nav-item,
.ves-menutop .ves-megamenu.ves-vertical .nav-item {
  border-bottom: 1px solid #e6e6e6;
}
.ves-menutop .ves-menu .ves-megamenu.ves-horizontal .nav-item:nth-child(even),
.ves-menutop .ves-megamenu.ves-vertical .nav-item:nth-child(even) {
  background: rgba(245, 245, 245, 0.7);
}
.ves-menutop .ves-menu .ves-megamenu.ves-horizontal .nav-item:last-child,
.ves-menutop .ves-megamenu.ves-vertical .nav-item:last-child {
  border-bottom: 1px solid transparent;
}
.nav-item.level2.submenu-left.subhover.dropdown-submenu {
  border-bottom: 1px solid #e6e6e6;
}
.nav-item.level2.submenu-left.subhover.dropdown-submenu:nth-child(even) {
  background: rgba(245, 245, 245, 0.7);
}
.nav-item.level2.submenu-left.subhover.dropdown-submenu:last-child {
  border-bottom: 1px solid transparent;
}
.ves-menutop .ves-megamenu .dropdown-menu {
  transition: none;
}
.ves-menutop .ves-megamenu .dropdown-menu .megamenu-header {
  border: none;
  float: none;
  width: auto;
  margin: 0 -10px 10px;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .ves-menutop .ves-megamenu .dropdown-menu .megamenu-header {
    margin: -10px -10px 10px;
    height: 100px;
  }
  .ves-menutop .ves-megamenu .dropdown-menu .megamenu-header > * {
    height: 100%;
  }
  .ves-menutop .ves-megamenu .dropdown-menu .megamenu-header ~ .content-wrap > .megamenu-content > .nav-dropdown > .item-content1 > .mega-col {
    height: 495px;
  }
}
.ves-menutop .ves-megamenu .dropdown-menu .megamenu-header img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .ves-menutop .ves-megamenu .dropdown-menu .megamenu-header img {
    height: 100%;
    object-fit: cover;
  }
}
.ves-menutop .ves-megamenu.nav-mobile .opener:before {
  font-family: "font awesome 5 pro";
}
@media (max-width: 767px) {
  .ves-menutop .ves-megamenu.nav-mobile .opener:before {
    font-family: "font awesome 5 pro";
  }
  .ves-inner .nav-sections .section-items .section-item-title a {
    font-size: 14px;
    color: #262626;
  }
  .ves-inner .nav-sections .section-items .section-item-title a:hover {
    color: #9e73b9;
    text-decoration: none;
  }
  .ves-inner .nav-sections .section-items .nav-menu ul li > a {
    color: #262626 !important;
    font-size: 14px;
    text-transform: capitalize !important;
    text-decoration: none;
  }
  .ves-inner .nav-sections .section-items .nav-menu ul li .content-wrap .nav-anchor span {
    color: #262626 !important;
    text-transform: capitalize;
  }
  .ves-inner .nav-sections .section-items .nav-menu ul li .dropdown-menu a.btn {
    width: 125px;
    height: 35px;
    background: #9e73b9;
    border: 1px solid #9e73b9;
    box-sizing: border-box;
    border-radius: 100px;
    margin-top: 10px;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    letter-spacing: .2px;
    text-transform: uppercase !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    margin: 10px auto 10px;
  }
  .ves-inner .nav-sections .section-items .nav-menu ul li .dropdown-menu .megamenu-content .nav-dropdown .conten-submenu {
    display: flex;
    flex-direction: column;
  }
  .ves-inner .nav-sections .section-items .nav-menu ul li .dropdown-menu .megamenu-content .nav-dropdown .conten-submenu .submenu-left-content {
    order: 2;
  }
  .ves-inner .nav-sections .section-items .nav-menu ul li .dropdown-menu .megamenu-content .nav-dropdown .conten-submenu .submenu-left-content ul li {
    padding: 10px 0;
  }
  .image-right {
    text-align: center;
  }
  .actions.dropdown.options.header-links-options ul li a {
    color: #262626;
    font-size: 14px;
  }
  div#switcher-language {
    color: #262626;
  }
}
/* width */
.megamenu-content::-webkit-scrollbar {
  width: 2px;
  height: 50px;
}
/* Track */
.megamenu-content::-webkit-scrollbar-track {
  background: transparent;
}
/* Handle */
.megamenu-content::-webkit-scrollbar-thumb {
  background: #ccc;
}
/* Handle on hover */
.megamenu-content::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
div.ves-menutop .ves-megamenu.ves-horizontal li.level0 > a {
  padding: 0;
}
.ves-horizontal.home-menu-config a.nav-anchor .menu-item-name {
  line-height: 56px;
  display: block;
  padding: 0 18px;
}
@media (max-width: 1170px) {
  .ves-horizontal.home-menu-config a.nav-anchor .menu-item-name {
    padding: 0 10px;
  }
}
.ves-megamenu .dropdown-menu .content-wrap .view-more-nav.show-all > .hide-nav-item {
  display: flex !important;
}
.ves-megamenu .view-more-nav .view-more {
  align-items: center;
  position: static;
  justify-content: center;
  padding: 0 15px;
  margin: 10px 5px !important;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-transform: capitalize;
  width: calc(100% - 10px) !important;
  cursor: pointer;
  display: none;
  color: #fff !important;
  background: #851b87;
  border-radius: 8px;
  border: 2px solid transparent;
}
.ves-megamenu .view-more-nav .view-more:hover {
  font-weight: bold;
  color: #851b87 !important;
  background: #fff;
  border-color: #851b87;
}
@media (max-width: 991px) {
  .ves-menutop .nav-sections {
    overflow: hidden;
    overflow-y: auto;
  }
  .ves-menu .ves-megamenu.ves-horizontal .dropdown > .dropdown-menu .nav-item.level1 > a,
  .ves-menutop .ves-megamenu.ves-vertical .dropdown > .dropdown-menu .nav-item.level1 > a {
    padding: 10px 40px;
    font-size: 17px;
    display: flex;
    align-items: center;
  }
  .ves-menu .ves-megamenu.ves-horizontal .dropdown > .dropdown-menu .nav-item.level1 > a .icon-left,
  .ves-menutop .ves-megamenu.ves-vertical .dropdown > .dropdown-menu .nav-item.level1 > a .icon-left {
    margin-right: 5px;
    max-width: 25px;
  }
  .ves-megamenu.nav-mobile .dropdown-menu .megamenu-header {
    display: block;
  }
  .ves-menutop .ves-column1 > .item-content1 > .mega-col {
    padding: 0;
  }
  .ves-menutop .ves-megamenu .submenu.dropdown-menu {
    padding: 10px 0;
  }
  .ves-menutop .ves-megamenu .submenu.dropdown-menu .level2.nav-dropdown {
    padding: 0;
  }
  .ves-menutop .ves-megamenu .submenu.dropdown-menu .level2.nav-dropdown .nav-item > a {
    padding: 10px 55px;
    font-size: 15px;
    display: flex;
    align-items: center;
  }
  .ves-menutop .ves-megamenu .submenu.dropdown-menu .level2.nav-dropdown .nav-item > a .icon-left {
    margin-right: 5px;
    max-width: 25px;
  }
  .section-item-content .ves-menu .block-title {
    display: none;
  }
  .section-item-content .ves-menu .ves-megamenu .view-more-nav .view-more {
    height: 35px;
    line-height: 35px;
    width: max-content;
  }
  .section-item-content .ves-menu .ves-megamenu li {
    width: 100%;
  }
  .section-item-content .ves-menu .ves-megamenu li.level0 > a {
    padding: 0 24px !important;
  }
  .section-item-content .ves-menu .ves-megamenu li.level0 > a .icon-left {
    margin-right: 5px;
    max-width: 25px;
  }
  .section-item-content .ves-menu .ves-megamenu li.level0 > a .icon-right {
    margin-left: 5px;
    max-width: 25px;
  }
  .section-item-content .ves-menu .ves-megamenu li .dropdown-menu {
    position: initial;
    width: 100%;
    box-shadow: none;
    padding-top: 0;
  }
  .section-item-content .nav-item.level1 .dropdown-menu {
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  .section-item-content .hidden-lg {
    display: none;
  }
  .section-item-content .megamenu-content .hidden-xs {
    display: block !important;
  }
  .section-item-content span.menu-item-name {
    color: #333;
  }
  .nav-open .page-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 100vh;
    left: 0 !important;
  }
  .nav-open .page-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #333;
    opacity: 0.6;
  }
}
.page-wrapper .vertical-menu .ves-vertical li.level0 > a {
  color: #444 !important;
  transition: none !important;
}
.grecaptcha-badge {
  z-index: 100;
}
.slider-videos {
  position: relative;
  z-index: 1;
}
.slider-videos:before {
  content: '';
  background: #F9F9FB;
  display: block;
  left: -100%;
  position: absolute;
  width: 300%;
  height: 100%;
  z-index: -1;
}
.slider-videos .owl-stage-outer .owl-stage {
  transition: 1s !important;
}
.slider-videos .title-videos-home .block-title {
  border: none;
  margin: 0;
  padding: 60px 0 17px 0;
}
.slider-videos .title-videos-home .block-title span {
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 20px;
  text-transform: capitalize;
  color: #262626;
}
.slider-videos .video-slider-home {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
.slider-videos .video-slider-home .video-home {
  width: 50%;
  padding-right: 15px;
}
.slider-videos .video-slider-home .video-home iframe {
  width: 100%;
  border-radius: 8px;
}
.slider-videos .video-slider-home .content-slide {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}
.slider-videos .video-slider-home .content-slide .title-slider {
  width: 100%;
  font-family: Circe;
  font-style: normal;
  font-weight: bold;
  font-size: 41px;
  line-height: 58px;
  text-transform: capitalize;
  color: #262626;
  margin-bottom: 20px;
}
.slider-videos .video-slider-home .content-slide .description-slider {
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  text-transform: capitalize;
  color: #262626;
  opacity: 0.4;
}
.slider-videos .customNavigation {
  display: flex !important;
  justify-content: center;
  padding-bottom: 60px;
}
.slider-videos .customNavigation .carousel-prev {
  font-size: 20px;
  border: 1px solid #f2f2f2;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 12px 2px #f2f2f2;
}
.slider-videos .customNavigation .carousel-prev:hover {
  text-decoration: none;
}
.slider-videos .customNavigation .carousel-prev:active {
  background: #9e73b9;
  border: none;
}
.slider-videos .customNavigation .carousel-prev:active i {
  color: #fff;
}
.slider-videos .customNavigation .carousel-prev i {
  color: #9e73b9;
  margin-right: 2px;
}
.slider-videos .customNavigation .carousel-next {
  font-size: 20px;
  border: 3px solid #f2f2f2;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
}
.slider-videos .customNavigation .carousel-next:hover {
  text-decoration: none;
}
.slider-videos .customNavigation .carousel-next:active {
  background: #9e73b9;
  border: none;
}
.slider-videos .customNavigation .carousel-next:active i {
  color: #fff;
}
.slider-videos .customNavigation .carousel-next i {
  color: #9e73b9;
  margin-left: 2px;
}
.title-slide-new .block-content.widget-inner .owl-carousel .owl-stage {
  padding-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .title-slide-new .block-content.widget-inner .owl-carousel .owl-stage {
    padding-bottom: 45px;
  }
}
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav {
  top: auto;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 120px;
  position: absolute;
}
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-prev,
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-next {
  font-size: 20px !important;
  border: 3px solid #9e73b9;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50% !important;
  margin-right: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  color: transparent;
  position: relative;
  background: #9e73b9 !important;
}
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-prev:hover,
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-next:hover {
  border-color: #851b87;
  background: #851b87 !important;
  opacity: 1;
}
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-prev:hover:before,
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-next:hover:before {
  color: #fff;
}
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-prev.disabled,
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5;
  border-color: #9e73b9;
  pointer-events: none;
}
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-prev.disabled:hover,
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-next.disabled:hover {
  border-color: #9e73b9;
  background: transparent;
  color: #9e73b9;
}
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-prev.disabled:hover:before,
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-next.disabled:hover:before {
  color: #9e73b9;
}
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-prev {
  left: auto !important;
}
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-prev:before {
  content: "\f0d9" !important;
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  font-size: 20px !important;
}
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-next {
  right: auto !important;
}
.title-slide-new .block-content.widget-inner .owl-carousel .owl-nav .owl-next:before {
  content: "\f0da" !important;
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  left: 55%;
  transform: translate(-50%);
  font-size: 20px !important;
}
.banner-content-home {
  display: flex;
  background: #F9F9FB;
  border-radius: 8px;
  height: 252px;
  border: 1px solid transparent;
  overflow: hidden;
}
.banner-content-home:hover {
  border-color: #e6e6e6;
}
.banner-content-home .banner-left-content {
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .banner-content-home .banner-left-content {
    padding-left: 35px;
    padding-top: 35px;
  }
}
.banner-content-home .banner-left-content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2em;
  text-transform: capitalize;
  color: #09152D;
  margin-top: 0;
}
.banner-content-home .banner-left-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #09152D;
  opacity: 0.4;
}
.banner-content-home .banner-left-content .btn {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 30px;
  background: #9e73b9;
  margin-top: 10px;
  padding: 0 20px;
  height: 35px;
}
.banner-content-home .image-right {
  width: 60%;
}
.banner-content-home .image-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#top .scrollup {
  background: #9e73b9;
}
#top .scrollup i:before {
  content: '\f062';
  display: block;
  padding-top: 11px;
  font-weight: normal;
}
#top .scrollup span {
  display: none;
}
.cms-home.cms-index-index .column.main .block-title {
  padding-left: 0;
  padding-bottom: 2px;
}
.cms-home.cms-index-index .row-inner.clearfix .ourservice-block .media {
  align-items: flex-start;
}
.cms-home.cms-index-index .row-inner.clearfix .ourservice-block .media .pull-left img {
  margin-top: 0;
}
.cms-home.cms-index-index .row-inner.clearfix .ourservice-block .ourservice-content h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #262626;
  margin-top: 0;
}
.cms-home.cms-index-index .row-inner.clearfix .ourservice-block .ourservice-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  color: #262626;
  opacity: 0.6;
}
.cms-home.cms-index-index .row-inner.clearfix .ourservice-block .ourservice-content a:hover {
  color: #851b87;
}
.cms-home.cms-index-index .owl-stage-outer .owl-item .product-img img {
  object-fit: contain;
}
.ves-widget.widget-carousel.owlcarousel.block.title-videos-home .block-title {
  padding-bottom: 14px !important;
}
div.message {
  border-radius: 8px;
}
div.message.success,
div.message.error {
  background: rgba(158, 207, 93, 0.13);
}
div.message.success > *:first-child:before,
div.message.error > *:first-child:before {
  content: '';
  background: url("../../frontend/Venustheme/bestmart_child/en_US/images/checked.png") no-repeat center center;
  background-size: contain;
  margin: 0 0 0 12px;
  width: 25px;
  top: 50%;
  transform: translate(0, -50%);
  height: 25px;
}
div.message.error {
  background: rgba(226, 76, 75, 0.06);
}
div.message.error > *:first-child:before {
  background-image: url("../../frontend/Venustheme/bestmart_child/en_US/images/cancel.png");
}
.cms-bonus-program-page .page-main {
  max-width: 100%;
}
.cms-bonus-program-page .page-main [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.cms-bonus-program-page .pagebuilder-column {
  color: #841f87;
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  padding: 0 60px;
}
.cms-bonus-program-page .pagebuilder-column strong {
  font-weight: 700;
}
.cms-bonus-program-page .pagebuilder-column ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 50px 0;
}
.cms-bonus-program-page .pagebuilder-column ul li {
  list-style: disc !important;
  color: #841f87;
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
.cms-bonus-program-page .pagebuilder-column ul li strong {
  font-weight: 700;
}
.cms-bonus-program-page .pagebuilder-column h2 {
  color: #841f87;
  font-family: "Circe", sans-serif;
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  text-align: left;
  display: block;
  margin: 0 0 30px;
}
.cms-bonus-program-page .pagebuilder-column h4 {
  margin: 0;
  color: #841f87;
  font-family: "Circe", sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
@media (max-width: 991px) {
  .banner-content-home {
    height: 300px;
  }
  .slider-videos .title-videos-home .block-title {
    border: none;
    margin: 0;
    padding: 30px 0 17px 0;
  }
  .slider-videos .customNavigation {
    padding-bottom: 30px;
  }
  .slider-videos .video-slider-home .content-slide {
    padding-left: 20px;
  }
  .slider-videos .video-slider-home .content-slide .title-slider {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .slider-videos .video-slider-home .content-slide .description-slider {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .banner-content-home {
    margin-top: 20px;
    height: 250px;
  }
  .banner-content-home .banner-left-content {
    width: 60%;
  }
  .banner-content-home .banner-left-content h3 {
    font-size: 22px;
  }
  .banner-content-home .banner-left-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .slider-videos .customNavigation {
    padding-bottom: 15px;
  }
  .slider-videos .video-slider-home {
    display: block;
    margin-bottom: 20px;
  }
  .slider-videos .video-slider-home .video-home {
    width: 100%;
  }
  .slider-videos .video-slider-home .video-home iframe {
    width: 100%;
    height: calc(100vw / 2);
  }
  .slider-videos .video-slider-home .content-slide {
    width: 100%;
    padding: 20px 0 0;
  }
  .slider-videos .video-slider-home .content-slide .title-slider {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .slider-videos .video-slider-home .content-slide .description-slider {
    font-size: 15px;
    line-height: 25px;
  }
  .cms-bonus-program-page .pagebuilder-column {
    padding: 0;
    font-size: 20px;
  }
  .cms-bonus-program-page .pagebuilder-column h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .cms-bonus-program-page .pagebuilder-column h4 {
    font-size: 22px;
  }
  .cms-bonus-program-page .pagebuilder-column ul {
    padding: 0 0 0 30px;
    margin: 25px 0;
  }
  .cms-bonus-program-page .pagebuilder-column ul li {
    font-size: 20px;
  }
}
.ourservice-block.block .media {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 534px) {
  .banner-content-home {
    position: relative;
    overflow: hidden;
  }
  .banner-content-home .banner-left-content {
    width: 60%;
    padding-left: 26px;
  }
  .banner-content-home .image-right {
    position: absolute;
    right: -100px;
    top: 0;
    width: 70%;
    height: 100%;
  }
}
.product-item-info:hover .product-img > a.has-alt-image {
  visibility: hidden;
}
.bullet {
  list-style-type: disc !important;
  padding-left: 1.2em !important;
}
.bullet li {
  list-style: initial !important;
}
.page-wrapper .page-main .icon,
.page-wrapper .page-header .search-content .icon {
  z-index: 30 !important;
  width: 100%;
  height: 25px;
  top: 5px;
  left: 3px;
  right: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-wrapper .page-main .icon .onsale,
.page-wrapper .page-header .search-content .icon .onsale,
.page-wrapper .page-main .icon .new-icon,
.page-wrapper .page-header .search-content .icon .new-icon,
.page-wrapper .page-main .icon .coming-soon-icon,
.page-wrapper .page-header .search-content .icon .coming-soon-icon,
.page-wrapper .page-main .icon .bestseller-icon,
.page-wrapper .page-header .search-content .icon .bestseller-icon {
  position: static !important;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin: 0 0 5px -3px;
  min-width: 50px;
  text-align: center;
}
.page-wrapper .page-main .icon .onsale:first-child,
.page-wrapper .page-header .search-content .icon .onsale:first-child,
.page-wrapper .page-main .icon .new-icon:first-child,
.page-wrapper .page-header .search-content .icon .new-icon:first-child,
.page-wrapper .page-main .icon .coming-soon-icon:first-child,
.page-wrapper .page-header .search-content .icon .coming-soon-icon:first-child,
.page-wrapper .page-main .icon .bestseller-icon:first-child,
.page-wrapper .page-header .search-content .icon .bestseller-icon:first-child {
  margin-top: 5px;
}
.page-wrapper .page-main .icon .onsale span,
.page-wrapper .page-header .search-content .icon .onsale span,
.page-wrapper .page-main .icon .new-icon span,
.page-wrapper .page-header .search-content .icon .new-icon span,
.page-wrapper .page-main .icon .coming-soon-icon span,
.page-wrapper .page-header .search-content .icon .coming-soon-icon span,
.page-wrapper .page-main .icon .bestseller-icon span,
.page-wrapper .page-header .search-content .icon .bestseller-icon span {
  border: 0;
  background: none;
  font-family: "Circe", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  text-align: center;
  text-transform: capitalize;
}
.page-wrapper .page-main .icon .onsale span:before,
.page-wrapper .page-header .search-content .icon .onsale span:before,
.page-wrapper .page-main .icon .new-icon span:before,
.page-wrapper .page-header .search-content .icon .new-icon span:before,
.page-wrapper .page-main .icon .coming-soon-icon span:before,
.page-wrapper .page-header .search-content .icon .coming-soon-icon span:before,
.page-wrapper .page-main .icon .bestseller-icon span:before,
.page-wrapper .page-header .search-content .icon .bestseller-icon span:before {
  display: none;
}
.page-wrapper .page-main .icon .onsale,
.page-wrapper .page-header .search-content .icon .onsale {
  background: #EB5757;
}
.page-wrapper .page-main .icon .new-icon,
.page-wrapper .page-header .search-content .icon .new-icon {
  background: #27AE60;
}
.page-wrapper .page-main .icon .coming-soon-icon,
.page-wrapper .page-header .search-content .icon .coming-soon-icon {
  background: #FFB35E;
}
.page-wrapper .page-main .icon .bestseller-icon,
.page-wrapper .page-header .search-content .icon .bestseller-icon {
  background: #9676B5;
}
.pager,
.toolbar-products {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pager,
  .toolbar-products {
    flex-direction: column;
  }
}
.pager:before,
.toolbar-products:before {
  display: none;
}
.pager:after,
.toolbar-products:after {
  display: none;
}
.pager .pages,
.toolbar-products .pages {
  margin-top: 10px;
}
.pager .pages .pages-items .item:not(:last-child),
.toolbar-products .pages .pages-items .item:not(:last-child) {
  margin-right: 5px;
}
.pager .pages .pages-items .item .page,
.toolbar-products .pages .pages-items .item .page {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #262626;
  border: none;
  background: none;
  padding: 0;
  font-size: 14px;
}
.pager .pages .pages-items .item .action,
.toolbar-products .pages .pages-items .item .action {
  margin: 0;
  background: none;
}
.pager .pages .pages-items .item .action:hover:before,
.toolbar-products .pages .pages-items .item .action:hover:before {
  color: #851b87 !important;
}
.pager .pages .pages-items .item .action:before,
.toolbar-products .pages .pages-items .item .action:before {
  font-size: 19px;
  color: #9e73b9 !important;
}
.pager .pages .pages-items .item.current .page,
.toolbar-products .pages .pages-items .item.current .page {
  background: #9e73b9;
  color: #fff;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav div::selection {
  background: #fff;
  color: #fff;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav div::-moz-selection {
  background: #fff;
  color: #fff;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav div::-webkit-selection {
  background: #fff;
  color: #fff;
}
.img-banner-home img {
  width: 100%;
  filter: brightness(0.6);
}
.page-wrapper .slider-home.widget-carousel .slider-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.page-wrapper .slider-home.widget-carousel .slider-content h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 53px;
  line-height: 60px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 32px;
  margin: 0;
}
.page-wrapper .slider-home.widget-carousel .slider-content a:hover {
  text-decoration: none;
}
.page-wrapper .slider-home.widget-carousel .slider-content .btn {
  background: transparent;
  border: 1.5px solid #FFFFFF;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 100px;
  transition: 0.6s;
  display: flex;
  width: 148px;
  margin: 0 auto;
  padding: 10px 0 8px;
  justify-content: center;
  align-items: center;
}
.page-wrapper .slider-home.widget-carousel .slider-content .btn:hover {
  color: #fff;
  background: rgba(24, 185, 183, 0.5);
}
.page-wrapper .slider-home .owl-carousel .owl-dots .owl-dot:hover span {
  background: #FFFFFF;
}
.page-wrapper .slider-home .owl-carousel .owl-dots .owl-dot.active span {
  background: #FFFFFF;
}
.owl-carousel.product-items .product-item-details .product-item-name {
  max-height: initial;
  margin: 11px 0 4px !important;
  min-height: initial;
}
.owl-carousel.product-items .product-item-details .product-item-name .product-item-link {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  text-transform: none;
  color: #262626 !important;
}
.sku-slider .sku-name {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: rgba(38, 38, 38, 0.6);
  padding-right: 3px;
}
.sku-slider .sku-content {
  color: #000;
}
.qty-slider .qty-name {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: rgba(38, 38, 38, 0.6);
  padding-right: 3px;
}
.qty-slider .qty-content {
  color: #000;
}
.product-item-details .qty-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}
.product-item-details .qty-slider .minus {
  width: 45px;
  display: flex;
  height: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
}
.product-item-details .qty-slider .minus:before {
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  background: #9e73b9;
}
.product-item-details .qty-slider input.qty-config {
  height: 30px !important;
  padding: 0;
  text-align: center;
  width: 55px;
  border-radius: 100px;
  border: 1px solid rgba(158, 115, 189, 0.2);
  font-size: 15px;
}
.product-item-details .qty-slider .plus {
  width: 45px;
  display: flex;
  height: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
}
.product-item-details .qty-slider .plus:before {
  content: "\f067";
  display: block;
  color: #9e73b9;
  font-size: 16px;
  font-weight: 500;
  font-family: "Font Awesome 5 Pro";
}
.group-price-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  margin: 0 auto 10px;
  border: 1px solid #851b87;
  border-radius: 30px;
  height: 38px;
  position: relative;
  line-height: 15px;
}
.group-price-slider .price-box.price-final_price {
  width: auto !important;
  display: flex;
  flex-direction: column;
}
.group-price-slider .price-box.price-final_price .special-price {
  white-space: nowrap;
}
.group-price-slider .price-box.price-final_price .old-price {
  white-space: nowrap;
}
.group-price-slider .price-box.price-final_price span.price {
  color: #851b87;
}
.group-price-slider ~ .add-to-cart {
  height: 36px;
  overflow: hidden;
  position: relative !important;
  background: #9e73b9 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  border: 0;
  width: 135px !important;
  margin: 0 auto !important;
  border-radius: 30px !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.group-price-slider ~ .add-to-cart:before {
  content: "";
  width: 13px;
  height: 17px;
  display: block;
  background: url('../../frontend/Balltheme/balloon/en_US/images/Group.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.group-price-slider ~ .add-to-cart span {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 4px;
  display: block;
}
.group-price-slider ~ .add-to-cart:hover {
  background: #851b87 !important;
}
.block .block-title {
  border: 0 !important;
}
.product-reviews-summary .rating-summary .rating-result {
  width: 94px !important;
}
.product-reviews-summary .rating-summary .rating-result:before {
  color: #C4C4C4;
  font-size: 16px !important;
  letter-spacing: 5px;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "FontAwesome";
}
.product-reviews-summary .rating-summary .rating-result > span:before {
  font-size: 16px !important;
  color: #9676B5 !important;
  letter-spacing: 5px;
  height: 16px;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "FontAwesome";
}
.product-block .product-reviews-summary {
  margin: 5px 0 0 !important;
}
.qty-slider.bottom {
  margin-bottom: 15px;
}
.title-slide-new .owl-item .product-block {
  border-top: 1px solid #e6e6e6;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items {
  padding-bottom: 45px;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-stage {
  padding-bottom: 24px;
  padding-top: 10px;
  display: flex;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-stage .owl-item {
  transition: none;
  transform: none;
  overflow: visible;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-stage .owl-item:before {
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: -1;
  display: none;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  padding: 8px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  opacity: 0;
  content: "";
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-stage .owl-item:hover {
  border: 0;
  border-radius: 8px;
  background: #fff;
  z-index: 99999;
  position: relative;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-stage .owl-item:hover .product-block {
  box-shadow: none !important;
  border: 1px solid transparent !important;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-stage .owl-item:hover:before {
  content: "";
  display: block;
  opacity: 1;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-stage .owl-item:hover .revew-link-none {
  padding: 10px 0 10px;
  border-top: 1px solid transparent;
  display: block;
  position: absolute;
  width: 100%;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-top: -3px;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-stage .owl-item:hover .revew-link-none:before {
  content: "";
  display: block;
  opacity: 1;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-stage .owl-item:hover .revew-link-none a {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #59AFEA !important;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-stage .owl-item:hover .product-item-info {
  border: 0 !important;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-stage .owl-item .product-item-info:hover {
  box-shadow: none;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-stage .owl-item .product-item-info .product-img .hover-image {
  height: 100%;
  display: flex;
  align-items: center;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav {
  top: auto;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav div,
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav button {
  font-size: 0 !important;
  border: 3px solid #9e73b9;
  height: 40px !important;
  width: 40px;
  border-radius: 50% !important;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  color: transparent;
  position: relative;
  background: #9e73b9 !important;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav div:hover,
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav button:hover {
  border-color: #851b87;
  background: #851b87 !important;
  opacity: 1;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav div:hover:before,
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav button:hover:before {
  color: #fff;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav .owl-prev:before {
  content: "\f0d9";
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  font-size: 20px !important;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav .owl-prev.disabled {
  opacity: 0.5;
  border-color: #9e73b9;
  background: transparent;
  pointer-events: none;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav .owl-prev.disabled:hover {
  border-color: #9e73b9;
  background: transparent;
  color: #9e73b9;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav .owl-prev.disabled:hover:before {
  color: #fff;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav .owl-next:before {
  content: "\f0da";
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  left: 55%;
  transform: translate(-50%);
  font-size: 20px !important;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav .owl-next.disabled {
  opacity: 0.5;
  border-color: #9e73b9;
  background: transparent;
  pointer-events: none;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav .owl-next.disabled:hover {
  border-color: #9e73b9;
  background: transparent;
  color: #9e73b9;
}
.tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-nav .owl-next.disabled:hover:before {
  color: #fff;
}
.most-viewed .block-title,
.custom-product-widgets .block-title {
  margin: 0 !important;
  padding-bottom: 2px !important;
  padding-left: 0 !important;
}
.most-viewed .block-content,
.custom-product-widgets .block-content {
  padding: 0 !important;
}
.most-viewed .view-all-product,
.custom-product-widgets .view-all-product {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 17px;
}
.most-viewed .view-all-product:after,
.custom-product-widgets .view-all-product:after {
  content: '\f061';
  font-family: "font awesome 5 pro";
  right: 0;
  top: 0;
  color: #851b87;
  font-weight: 400;
  margin-left: 10px;
}
.most-viewed .view-all-product a,
.custom-product-widgets .view-all-product a {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #851b87;
}
.most-viewed .products-grid.grid .owl-carousel,
.custom-product-widgets .products-grid.grid .owl-carousel {
  padding-bottom: 45px;
  border: 0 !important;
}
.most-viewed .products-grid.grid .owl-carousel .owl-stage,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-stage {
  padding-bottom: 24px;
  padding-top: 10px;
  display: flex;
}
.most-viewed .products-grid.grid .owl-carousel .owl-stage .owl-item,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-stage .owl-item {
  transition: none;
  transform: none;
  overflow: visible;
  padding: 0 !important;
}
.most-viewed .products-grid.grid .owl-carousel .owl-stage .owl-item:before,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-stage .owl-item:before {
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: -1;
  display: none;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  padding: 8px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  opacity: 0;
  content: "";
}
.most-viewed .products-grid.grid .owl-carousel .owl-stage .owl-item:hover,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-stage .owl-item:hover {
  border: 0;
  border-radius: 8px;
  background: #fff;
  z-index: 99999;
  position: relative;
}
.most-viewed .products-grid.grid .owl-carousel .owl-stage .owl-item:hover .product-block,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-stage .owl-item:hover .product-block {
  box-shadow: none !important;
}
.most-viewed .products-grid.grid .owl-carousel .owl-stage .owl-item:hover:before,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-stage .owl-item:hover:before {
  content: "";
  display: block;
  opacity: 1;
}
.most-viewed .products-grid.grid .owl-carousel .owl-stage .owl-item:hover .revew-link-none,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-stage .owl-item:hover .revew-link-none {
  padding: 10px 0 10px;
  border-top: 1px solid transparent;
  display: block;
  position: absolute;
  width: 100%;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-top: -3px;
}
.most-viewed .products-grid.grid .owl-carousel .owl-stage .owl-item:hover .revew-link-none:before,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-stage .owl-item:hover .revew-link-none:before {
  content: "";
  display: block;
  opacity: 1;
}
.most-viewed .products-grid.grid .owl-carousel .owl-stage .owl-item:hover .revew-link-none a,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-stage .owl-item:hover .revew-link-none a {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #59AFEA !important;
}
.most-viewed .products-grid.grid .owl-carousel .owl-stage .owl-item:hover .product-item-info,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-stage .owl-item:hover .product-item-info {
  border: 1px solid transparent !important;
}
.most-viewed .products-grid.grid .owl-carousel .owl-stage .owl-item .product-item-info:hover,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-stage .owl-item .product-item-info:hover {
  box-shadow: none;
}
.most-viewed .products-grid.grid .owl-carousel .owl-stage .owl-item .product-item-info .product-image-wrapper,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-stage .owl-item .product-item-info .product-image-wrapper {
  height: auto;
  overflow: visible;
  padding-bottom: 0 !important;
}
.most-viewed .products-grid.grid .owl-carousel .owl-stage .owl-item .product-item-info .product-image-wrapper .product-image-photo,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-stage .owl-item .product-item-info .product-image-wrapper .product-image-photo {
  position: static;
  width: 300px;
  height: 330px;
}
.most-viewed .products-grid.grid .owl-carousel .owl-nav,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav {
  top: auto;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin: 0;
  position: absolute;
}
.most-viewed .products-grid.grid .owl-carousel .owl-nav div,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav div,
.most-viewed .products-grid.grid .owl-carousel .owl-nav button,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav button {
  font-size: 0 !important;
  border: 3px solid #9e73b9;
  height: 40px !important;
  width: 40px;
  border-radius: 50% !important;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  color: transparent;
  position: relative;
  background: #9e73b9 !important;
}
.most-viewed .products-grid.grid .owl-carousel .owl-nav div:hover,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav div:hover,
.most-viewed .products-grid.grid .owl-carousel .owl-nav button:hover,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav button:hover {
  border-color: #851b87;
  background: #851b87 !important;
  opacity: 1;
}
.most-viewed .products-grid.grid .owl-carousel .owl-nav div:hover:before,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav div:hover:before,
.most-viewed .products-grid.grid .owl-carousel .owl-nav button:hover:before,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav button:hover:before {
  color: #fff;
}
.most-viewed .products-grid.grid .owl-carousel .owl-nav div:focus,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav div:focus,
.most-viewed .products-grid.grid .owl-carousel .owl-nav button:focus,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav button:focus {
  border: none;
}
.most-viewed .products-grid.grid .owl-carousel .owl-nav .owl-prev:before,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav .owl-prev:before {
  content: "\f0d9";
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  font-size: 20px !important;
}
.most-viewed .products-grid.grid .owl-carousel .owl-nav .owl-prev.disabled,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.5;
  border-color: #9e73b9;
  background: transparent;
  pointer-events: none;
}
.most-viewed .products-grid.grid .owl-carousel .owl-nav .owl-prev.disabled:hover,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav .owl-prev.disabled:hover {
  border-color: #9e73b9;
  background: transparent;
  color: #9e73b9;
}
.most-viewed .products-grid.grid .owl-carousel .owl-nav .owl-prev.disabled:hover:before,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav .owl-prev.disabled:hover:before {
  color: #fff;
}
.most-viewed .products-grid.grid .owl-carousel .owl-nav .owl-next:before,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav .owl-next:before {
  content: "\f0da";
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  left: 55%;
  transform: translate(-50%);
  font-size: 20px !important;
}
.most-viewed .products-grid.grid .owl-carousel .owl-nav .owl-next.disabled,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5;
  border-color: #9e73b9;
  background: transparent;
  pointer-events: none;
}
.most-viewed .products-grid.grid .owl-carousel .owl-nav .owl-next.disabled:hover,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav .owl-next.disabled:hover {
  border-color: #9e73b9;
  background: transparent;
  color: #9e73b9;
}
.most-viewed .products-grid.grid .owl-carousel .owl-nav .owl-next.disabled:hover:before,
.custom-product-widgets .products-grid.grid .owl-carousel .owl-nav .owl-next.disabled:hover:before {
  color: #fff;
}
.most-viewed .products-grid .product-items,
.custom-product-widgets .products-grid .product-items {
  border: 0 !important;
}
.most-viewed .products-grid .product-items .product-item,
.custom-product-widgets .products-grid .product-items .product-item {
  width: 100%;
  height: 100%;
  border: 0;
}
.most-viewed .products-grid .product-items .product-item .product-block,
.custom-product-widgets .products-grid .product-items .product-item .product-block {
  border: 0 !important;
  padding: 0 8px !important;
}
.most-viewed .products-grid .product-items .product-item .product-block .product-item-info,
.custom-product-widgets .products-grid .product-items .product-item .product-block .product-item-info {
  width: 100%;
  border: 1px solid #e6e6e6;
}
.title-slide-new .owl-carousel .owl-item img,
.title-slide-offers .owl-carousel .owl-item img,
.title-slide-popular .owl-carousel .owl-item img,
.coming-soon .owl-carousel .owl-item img,
.most-viewed .owl-carousel .owl-item img {
  margin: 0 auto;
}
.productlist-widget .block-title *,
.most-viewed .block-title *,
.custom-product-widgets .block-title *,
.productlist-widget .block-title strong,
.most-viewed .block-title strong,
.custom-product-widgets .block-title strong,
.productlist-widget .block-title strong span,
.most-viewed .block-title strong span,
.custom-product-widgets .block-title strong span {
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 20px;
  text-transform: capitalize;
  color: #851b87;
}
.productlist-widget .block-content .etabs .view-all-product,
.most-viewed .block-content .etabs .view-all-product,
.custom-product-widgets .block-content .etabs .view-all-product {
  position: relative;
}
.productlist-widget .block-content .etabs .view-all-product a,
.most-viewed .block-content .etabs .view-all-product a,
.custom-product-widgets .block-content .etabs .view-all-product a {
  display: none;
}
.productlist-widget .block-content .tab-content,
.most-viewed .block-content .tab-content,
.custom-product-widgets .block-content .tab-content {
  height: auto !important;
}
.catalog-product-view .block.block-primary .block-content .product-items .owl-stage .owl-item .product-item .product-block .product-item-info .product-item-photo img,
.checkout-cart-index .block.block-primary .block-content .product-items .owl-stage .owl-item .product-item .product-block .product-item-info .product-item-photo img {
  max-width: 90% !important;
}
.catalog-product-view .product-block div.product-image,
.checkout-cart-index .product-block div.product-image {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-block div.product-image .product-img,
.checkout-cart-index .product-block div.product-image .product-img {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-block div.product-image {
  position: static;
  padding: 0;
}
.product-block div.product-image .product-item-actions {
  top: 20px !important;
  right: 20px !important;
  z-index: 24;
  display: block;
}
.product-block div.product-image .product-item-actions .actions-secondary {
  min-width: initial;
  padding-left: 0;
}
.product-block div.product-image .product-item-actions .actions-secondary a.add-to-wishlist {
  background: transparent !important;
  color: #9e73b9 !important;
  font-size: 21px;
  width: max-content;
  height: max-content;
  line-height: 27px;
  margin: 0;
}
.product-block div.product-image .product-item-actions .actions-secondary a.add-to-wishlist:hover {
  background: transparent !important;
  color: #9e73b9 !important;
}
.tab-content.productlist-owlcarousel-play .owl-item .product-block {
  padding: 0;
  border: 1px solid #e6e6e6;
  margin: 0 8px;
}
.owl-carousel.product-items .owl-item {
  overflow: hidden;
}
.addtocart-config {
  display: none;
}
.product-block {
  height: 100%;
}
.product-block .product-item-info {
  height: 100%;
  padding: 10px 5px 17px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.product-block .product-item-details .detail-warp {
  padding: 0 0 5px !important;
}
.block.widget .product-block .product-item-info {
  height: 100% !important;
  border: 0;
  margin: 0;
}
.product-block .product-item-details .product-item-name a {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.productlist-widget .block-title > .view-all-product {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 15px;
  margin: 0;
}
.productlist-widget .block-title > .view-all-product a {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #851b87 !important;
}
.productlist-widget .block-title > .view-all-product a:after {
  display: none;
}
.productlist-widget .block-title > .view-all-product:after {
  content: '\f061';
  font-family: "font awesome 5 pro";
  right: 0;
  top: 0;
  color: #851b87;
  font-weight: 400;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .product-block .product-item-details .price-box .old-price .price {
    margin-left: 0 !important;
  }
  .view-all-product .owl-item .product-block .product-item-details .actions-primary .add-to-cart {
    margin-top: -1px;
    margin-left: 4px;
  }
  .owl-nav .owl-next {
    right: 4px !important;
  }
  .owl-nav .owl-prev {
    left: 4px !important;
  }
  .ves-products-grid .product-block .product-item-info {
    border: 1px solid #e6e6e6;
    margin: 0 8px;
  }
  .tab-content.productlist-owlcarousel-play .ves-products-grid .owl-carousel.product-items .owl-stage .owl-item:hover {
    border: 0 !important;
  }
}
.slider-home .img-banner-home img {
  min-height: 320px;
  object-fit: cover;
}
.block.widget-carousel.title-videos-home .block-content > .owl-carousel {
  padding-bottom: 45px;
}
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
}
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav div,
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav button {
  font-size: 20px !important;
  border: 3px solid #9e73b9;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50% !important;
  margin-right: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  color: transparent;
  position: relative;
  background: #9e73b9 !important;
}
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav div:hover,
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav button:hover {
  border-color: #851b87;
  background: #851b87 !important;
  opacity: 1;
}
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav div:hover:before,
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav button:hover:before {
  color: #fff;
}
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav div.disabled,
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
  border-color: #9e73b9;
  pointer-events: none;
}
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav div.disabled:hover,
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav button.disabled:hover {
  border-color: #9e73b9;
  background: transparent;
  color: #9e73b9;
}
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav div.disabled:hover:before,
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav button.disabled:hover:before {
  color: #9e73b9;
}
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav div .fa,
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav button .fa {
  display: none;
}
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav div.owl-next,
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav button.owl-next {
  right: auto;
}
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav div.owl-next:before,
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav button.owl-next:before {
  content: "\f0da";
  font-family: fontawesome;
  position: absolute;
  left: 55%;
  transform: translate(-50%);
  font-size: 20px !important;
}
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav div.owl-prev,
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav button.owl-prev {
  left: auto;
}
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav div.owl-prev:before,
.block.widget-carousel.title-videos-home .block-content > .owl-carousel .owl-nav button.owl-prev:before {
  content: "\f0d9";
  font-family: fontawesome;
  position: absolute;
  font-size: 20px !important;
}
.productlist-widget .block-title {
  padding-left: 0;
}
.grecaptcha-badge {
  z-index: 20;
}
.catalog-product-view .fancybox-outer,
.catalog-product-view .fancybox-inner {
  position: absolute;
}
.fancybox-desktop .fancybox-close {
  position: absolute;
  top: 1px;
  left: -30px;
  background: 0 0;
  text-decoration: none;
  width: 20px;
  height: 20px;
}
.fancybox-desktop .fancybox-close:hover:before {
  color: #979797;
  border: 1px solid #979797;
  background: #fff;
}
.fancybox-desktop .fancybox-close:before {
  content: '\f00d';
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  width: 20px;
  border-radius: 50%;
  color: #fff;
  background: #979797;
  text-decoration: none;
  font-weight: 100;
}
.fancybox-desktop .fancybox-skin {
  background: #fff !important;
  max-width: 500px;
  padding-top: 21px !important;
  border-radius: 8px;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner {
  margin: 0 !important;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable {
  padding: 0 25px;
  font-weight: normal;
  color: #262626;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .content-popup {
  margin-bottom: 11px;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .content-popup .img-popup {
  margin-bottom: 22px;
  height: 100px;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .content-popup .title {
  margin-bottom: 23px;
  font-style: normal;
  font-weight: bold;
  font-size: 31px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #262626;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .title-popup-success {
  font-style: normal;
  font-weight: bold;
  font-size: 31px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #262626;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable a {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #9e73b9;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .action_button ul {
  display: flex;
  margin-top: 22px;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .action_button ul li {
  background: #F9F9FB;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  max-width: 200px;
  width: 100%;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .action_button ul li .btn-continue {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #851b87;
  background: transparent;
  padding: 15px 0;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .action_button ul li .btn-continue:before {
  content: "\f290";
  height: 31px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 25px;
  font-weight: 100;
  width: 31px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 12px;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .action_button ul li a {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #851b87;
  background: transparent;
  padding: 15px 0;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .action_button ul li a:before {
  content: "\f155";
  height: 31px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: fontawesome;
  margin-bottom: 12px;
  font-size: 20px;
  border: 2px solid #851b87;
  width: 31px;
  border-radius: 50%;
  margin: 0 auto 12px;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .action_button ul li:hover {
  background: #851b87;
  border: #fff;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .action_button ul li:hover .btn-continue {
  color: #fff;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .action_button ul li:hover a {
  color: #fff;
  background: transparent;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .action_button ul li:hover a:before {
  border: 2px solid #fff;
}
.fancybox-desktop .fancybox-skin .fancybox-outer .fancybox-inner .popup_avaiable .action_button ul li:hover a span {
  margin-top: 12px;
}
.category-page-config .product-item-name {
  max-height: initial !important;
}
.category-page-config .product-item-name a.product-item-link {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  text-transform: none;
  color: #262626 !important;
}
.category-page-config .product-reviews-summary.short .rating-summary .rating-result {
  width: 100px;
}
.category-page-config .product-reviews-summary.short .rating-summary .rating-result:before {
  font-size: 15px;
}
.category-page-config .group-content-price {
  display: flex;
  width: 135px;
  margin: 5px auto;
  border: 0;
  min-height: 38px;
  height: auto;
  padding: 3px 0;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.category-page-config .group-content-price .price-box.price-final_price {
  width: auto !important;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.category-page-config .group-content-price .amasty-rewards-highlight {
  display: block;
  padding: 0;
  margin-bottom: -5px;
}
.category-page-config .group-content-price .amasty-rewards-highlight strong {
  color: #000;
  font-weight: bold;
}
.category-page-config .group-content-price.hide-price + .addcart-page.ofs {
  margin: 0 auto 13px auto;
}
.category-page-config .group-content-price.show-price + .addcart-page.ofs {
  margin: 12px auto 0 auto;
}
.category-page-config .product-alert .product.alert.stock {
  padding: 8px 0;
}
.category-page-config .addcart-page {
  height: 36px;
  overflow: hidden;
  position: relative;
  background: #9e73b9 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  width: 130px;
  margin: 0 auto;
  border-radius: 30px;
}
.category-page-config .addcart-page:before {
  content: "";
  width: 13px;
  height: 17px;
  display: block;
  background: url('../../frontend/Balltheme/balloon/en_US/images/Group.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.category-page-config .addcart-page:hover {
  background: #851b87 !important;
}
.category-page-config .addcart-page span {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 5px;
  display: block;
}
.category-page-config .amquote-addto-button {
  height: 36px;
  overflow: hidden;
  position: relative;
  background: #9e73b9 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  width: 130px;
  margin: 10px auto 0;
  border-radius: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 4px;
}
.category-page-config .amquote-addto-button:before {
  content: "";
  width: 13px;
  height: 17px;
  display: block;
  background: url('../../frontend/Balltheme/balloon/en_US/images/quote_button_icon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top: -4px;
}
.category-page-config .amquote-addto-button:hover {
  background: #851b87 !important;
}
.category-page-config .actions-primary > form {
  display: flex;
  flex-direction: column;
}
.category-page-config .actions-primary > form .group-content-price {
  order: 1;
}
.category-page-config .actions-primary > form .qty-slider {
  order: 2;
}
.category-page-config .actions-primary > form .addcart-page {
  order: 3;
}
.with-hide-price .category-page-config .actions-primary > form .qty-slider {
  order: unset;
}
.with-hide-price .category-page-config .actions-primary .mv-stock,
.with-hide-price .category-page-config .actions-primary .addcart-page {
  display: none;
}
.product-block .category-page-config .wrap-product-reviews .product-reviews-summary {
  margin: 0 0 6px !important;
}
.catalog-category-view .category-page-config .product-item-name a.product-item-link {
  text-transform: none;
}
.revew-link-none {
  display: none;
}
.revew-link-none + .product-reviews-summary {
  display: none;
}
.revew-link-none a:hover {
  text-decoration: none;
}
.catalogsearch-result-index .toolbar.toolbar-products {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: none;
}
.catalogsearch-result-index .toolbar.toolbar-products .field.limiter {
  flex: auto;
  text-align: right;
}
.catalogsearch-result-index .toolbar.toolbar-products .field.limiter label.label {
  border: 0 !important;
}
.catalogsearch-result-index .toolbar.toolbar-products .field.limiter label.label > span {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  text-transform: capitalize;
  color: #121B2E;
}
.catalogsearch-result-index .toolbar.toolbar-products .field.limiter .control select#limiter {
  border: 1px solid #EFEFEF;
  border-radius: 30px;
  z-index: 2;
  position: relative;
  background: transparent !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 15px;
  margin-left: 5px;
}
.catalogsearch-result-index .toolbar.toolbar-products .field.limiter .control:after {
  color: #9e73b9;
  height: 21px;
  right: 3px;
  top: 5px;
  text-align: left;
  padding-left: 5px;
  content: '\f0d7' !important;
  display: flex;
  align-items: center;
  z-index: 1;
}
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sort {
  flex: auto;
}
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sort .toolbar-sorter.sorter .sorter-label {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  text-transform: capitalize;
  color: #121B2E;
}
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sort .toolbar-sorter.sorter .sorter-options {
  border: 1px solid #EFEFEF;
  border-radius: 30px;
  z-index: 2;
  position: relative;
  background: transparent !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 15px;
  margin-left: 5px;
  text-transform: capitalize;
  min-width: 120px;
}
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sort .toolbar-sorter.sorter:after {
  color: #9e73b9 !important;
  height: 21px;
  right: -3px;
  top: 7px;
  text-align: left;
  padding-left: 5px;
  content: '\f0d7' !important;
  display: flex;
  align-items: center;
  z-index: 1;
}
.catalog-category-view .toolbar.toolbar-products,
.catalogsearch-result-index .toolbar.toolbar-products {
  display: flex;
  align-items: center;
  border: 0 !important;
}
.catalog-category-view .toolbar.toolbar-products h3.title-category,
.catalogsearch-result-index .toolbar.toolbar-products h3.title-category {
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 42px;
  color: #262626;
  margin: 0;
}
.catalog-category-view .toolbar.toolbar-products .field.limiter,
.catalogsearch-result-index .toolbar.toolbar-products .field.limiter {
  flex: auto;
  text-align: right;
}
.catalog-category-view .toolbar.toolbar-products .field.limiter label.label,
.catalogsearch-result-index .toolbar.toolbar-products .field.limiter label.label {
  border: 0 !important;
}
.catalog-category-view .toolbar.toolbar-products .field.limiter label.label > span,
.catalogsearch-result-index .toolbar.toolbar-products .field.limiter label.label > span {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  text-transform: capitalize;
  color: #121B2E;
}
.catalog-category-view .toolbar.toolbar-products .field.limiter .control select#limiter,
.catalogsearch-result-index .toolbar.toolbar-products .field.limiter .control select#limiter {
  border: 1px solid #EFEFEF;
  border-radius: 30px;
  z-index: 2;
  position: relative;
  background: transparent !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 15px;
  margin-left: 5px;
}
.catalog-category-view .toolbar.toolbar-products .field.limiter .control:after,
.catalogsearch-result-index .toolbar.toolbar-products .field.limiter .control:after {
  color: #9e73b9;
  height: 21px;
  right: 3px;
  top: 5px;
  text-align: left;
  padding-left: 5px;
  content: '\f0d7' !important;
  display: flex;
  align-items: center;
  z-index: 1;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sort,
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sort {
  flex: auto;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sort .toolbar-sorter.sorter .sorter-label,
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sort .toolbar-sorter.sorter .sorter-label {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  text-transform: capitalize;
  color: #121B2E;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sort .toolbar-sorter.sorter .sorter-options,
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sort .toolbar-sorter.sorter .sorter-options {
  border: 1px solid #EFEFEF;
  border-radius: 30px;
  z-index: 2;
  position: relative;
  background: transparent !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 15px;
  margin-left: 5px;
  text-transform: capitalize;
  min-width: 120px;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sort .toolbar-sorter.sorter .sorter-action,
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sort .toolbar-sorter.sorter .sorter-action {
  position: absolute;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sort .toolbar-sorter.sorter:after,
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sort .toolbar-sorter.sorter:after {
  color: #9e73b9 !important;
  height: 21px;
  right: -3px;
  top: 7px;
  text-align: left;
  padding-left: 5px;
  content: '\f0d7' !important;
  display: flex;
  align-items: center;
  z-index: 1;
}
.catalog-category-view .product-block .product-item-actions,
.catalogsearch-result-index .product-block .product-item-actions {
  top: -5px !important;
  right: -7px !important;
}
.catalog-category-view .list.items.product-items,
.catalogsearch-result-index .list.items.product-items {
  border-left: none;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .catalog-category-view .list.items.product-items .product-item:nth-child(4n) .product-block,
  .catalogsearch-result-index .list.items.product-items .product-item:nth-child(4n) .product-block {
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .catalog-category-view .list.items.product-items .product-item:nth-child(3n) .product-block,
  .catalogsearch-result-index .list.items.product-items .product-item:nth-child(3n) .product-block {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .list.items.product-items .product-item:nth-child(2n) .product-block,
  .catalogsearch-result-index .list.items.product-items .product-item:nth-child(2n) .product-block {
    border-right: none;
  }
}
.catalog-category-view .list.items.product-items .product-block,
.catalogsearch-result-index .list.items.product-items .product-block {
  border: 1px solid #e6e6e6!important;
  margin: 0 8px;
}
.catalog-category-view .list.items.product-items .product.product-item,
.catalogsearch-result-index .list.items.product-items .product.product-item {
  transition: none;
  position: relative;
  margin-bottom: 15px !important;
}
.catalog-category-view .list.items.product-items .product.product-item:before,
.catalogsearch-result-index .list.items.product-items .product.product-item:before {
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: -1;
  display: none;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  padding: 8px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  opacity: 0;
  content: "";
}
.catalog-category-view .list.items.product-items .product.product-item .revew-link-none,
.catalogsearch-result-index .list.items.product-items .product.product-item .revew-link-none {
  border-top: 1px solid #e6e6e6;
}
.catalog-category-view .list.items.product-items .product.product-item .revew-link-none:before,
.catalogsearch-result-index .list.items.product-items .product.product-item .revew-link-none:before {
  position: absolute;
  left: -17px;
  top: -8px;
  z-index: -1;
  display: none;
  width: calc(100% + 34px);
  height: calc(100% + 16px);
  padding: 8px;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  opacity: 0;
  content: "";
}
.catalog-category-view .list.items.product-items .product.product-item:hover,
.catalogsearch-result-index .list.items.product-items .product.product-item:hover {
  transform: none;
  z-index: 9999;
  background: #fff;
  position: relative;
  box-shadow: none;
  border-radius: 8px;
  margin-top: 0 !important;
}
.catalog-category-view .list.items.product-items .product.product-item:hover .product-block,
.catalogsearch-result-index .list.items.product-items .product.product-item:hover .product-block {
  box-shadow: none !important;
  border: 1px solid transparent!important;
}
.catalog-category-view .list.items.product-items .product.product-item:hover:before,
.catalogsearch-result-index .list.items.product-items .product.product-item:hover:before {
  content: "";
  display: block;
  opacity: 1;
}
.catalog-category-view .list.items.product-items .product.product-item:hover .revew-link-none,
.catalogsearch-result-index .list.items.product-items .product.product-item:hover .revew-link-none {
  padding: 10px 0 10px;
  border-top: 1px solid transparent;
  display: block;
  position: absolute;
  width: 100%;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  left: 0;
}
.catalog-category-view .list.items.product-items .product.product-item:hover .revew-link-none:before,
.catalogsearch-result-index .list.items.product-items .product.product-item:hover .revew-link-none:before {
  content: "";
  display: block;
  opacity: 1;
}
.catalog-category-view .list.items.product-items .product.product-item:hover .revew-link-none a,
.catalogsearch-result-index .list.items.product-items .product.product-item:hover .revew-link-none a {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #9e73b9 !important;
}
.products.wrapper.single-line-name.grid.products-grid ~ .toolbar.toolbar-products {
  display: block;
}
.products.wrapper.single-line-name.grid.products-grid ~ .toolbar.toolbar-products h3.title-category {
  display: none;
}
.modal-inner-wrap {
  max-width: 415px;
  background: transparent !important;
  box-shadow: none !important;
}
.modal-inner-wrap .modal-header .action-close {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-inner-wrap .modal-header .action-close:before {
  color: #fff;
  font-size: 10px;
}
.modal-inner-wrap .modal-content {
  overflow: unset !important;
  padding: 0;
  border-radius: 12px 12px 8px 8px;
}
.modal-inner-wrap .modal-content .newsletter-popup {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.modal-inner-wrap .modal-content .newsletter-popup .top-content-img {
  width: 100%;
  height: 90px;
}
.modal-inner-wrap .modal-content .newsletter-popup .letter-icon {
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: -45px;
  width: 95px;
}
.modal-inner-wrap .modal-content .newsletter-popup .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #262626;
  margin: 10px 0 8px;
}
.modal-inner-wrap .modal-content .newsletter-popup .content {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #262626;
  max-width: 220px;
  margin: 0 auto;
}
.modal-inner-wrap .modal-content .newsletter-popup .form.subscribe {
  padding: 12px 20px 20px;
  display: flex;
}
.modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .newsletter.config-v2 {
  width: 75%;
}
.modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .newsletter.config-v2 input {
  transition: 0s;
  border-radius: 30px 0 0 30px;
  border: 1px solid transparent;
  margin: 0;
}
.modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .newsletter.config-v2 input:hover,
.modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .newsletter.config-v2 input:focus {
  border: 1px solid #9e73b9;
  box-shadow: none;
}
.modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .actions {
  width: 25%;
}
.modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .actions button {
  width: 100%;
  height: 50px;
  background: #851b87;
  border-radius: 0 40px 40px 0;
  border: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFFFFF;
  box-shadow: none;
}
.modal-inner-wrap .modal-content .newsletter-popup .form.subscribe .actions button span {
  display: block;
  padding-top: 2px;
}
.newsletter-category-success {
  background: #f4f4f4;
  border-radius: 10px;
}
.newsletter-category-success .top-content-img {
  width: 100%;
  height: 90px;
}
.newsletter-category-success .letter-icon {
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: -45px;
  width: 95px;
}
.newsletter-category-success .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #262626;
  margin: 10px 0 8px;
}
.newsletter-category-success .content {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #262626;
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.modal-popup._inner-scroll div.modal-inner-wrap {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup._inner-scroll div.modal-inner-wrap .modal-header {
  padding: 0;
}
.modal-popup._inner-scroll div.modal-inner-wrap .modal-header .action-close {
  top: -30px;
  right: 0;
  width: 20px;
  height: 20px;
}
.product-block .product-image .product-img {
  z-index: 23;
}
.catalog-product-view .block.block-primary .product-image .product-img,
.checkout-cart-index .block.block-primary .product-image .product-img {
  position: static;
}
/* Tooltip container */
.cs-tooltip {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}
/* Tooltip text */
.cs-tooltip .tooltip-content {
  visibility: hidden;
  width: 120px;
  background: #fff;
  color: #262626;
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 10px 5px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  left: -105px;
  top: 25px;
  z-index: 3;
}
.cs-tooltip .tooltip-content:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 7px 4px;
  border-color: transparent transparent #e6e6e6 transparent;
  position: absolute;
  right: 3px;
  top: -7px;
}
/* Show the tooltip text when you mouse over the tooltip container */
.cs-tooltip:hover .tooltip-content {
  visibility: visible;
}
.cs-tooltip .tooltip-label {
  font-size: 15px;
}
.cs-tooltip .tooltip-label:before {
  font-family: "Font Awesome 5 Pro";
}
@media (min-width: 1024px) {
  .fancybox-desktop {
    width: auto !important;
  }
  .fancybox-desktop .fancybox-skin .fancybox-inner {
    max-width: 500px;
    display: block;
    width: 100% !important;
  }
}
.category-page-config .group-content-price {
  justify-content: center;
}
.category-page-config .group-content-price .price-box .price {
  color: #851b87 !important;
}
.category-page-config .group-content-price .price-box.price-final_price {
  width: 100%;
}
.product-block .product-item-details .price-box .price {
  font-size: 12px;
}
.product-block .product-img {
  z-index: 13;
}
.product-block .product-img a {
  display: block;
  cursor: pointer;
}
.product-block .product-img span.product-image-container .product-image-wrapper {
  padding-bottom: 110% !important;
}
.product-block .product-img span.product-image-container .product-image-wrapper .product-image-photo {
  width: 100%;
  height: 100%;
  transition: none;
}
.product-block .product-item-details .price-box .old-price .price {
  margin-left: 3px;
}
.old-price,
.old.price {
  text-decoration: none !important;
}
.old-price .price,
.old.price .price {
  text-decoration: line-through !important;
}
.amfaq_product-tab .block-title strong {
  font-size: 2rem;
}
.amfaq_product-tab .amfaq_questions {
  color: #262626;
}
.amfaq_product-tab .amfaq_questions .am-title {
  font-size: 1.6rem;
}
.amfaq_product-tab .amfaq_questions .am-title .am-minus:before {
  color: #262626;
}
.amfaq_product-tab .amfaq-question-footer-wrapper .am-links {
  color: #851b87;
}
.amfaq_product-tab .amfaq-question-footer-wrapper .am-links a {
  color: #851b87;
}
@media (max-width: 640px) {
  .amfaq_product-tab .amfaq-question-footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.amfaq_product-tab .ask-question-form .button-container .form-toggle-button {
  background: #9676b5;
  border-color: #9676b5;
  color: #ffffff;
  border-radius: 120px;
}
.amfaq_product-tab .ask-question-form textarea {
  background: #fff;
  border: 1px solid #c9c9c9;
}
.amfaq_product-tab .ask-question-form input[type='checkbox'] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 17px;
  height: 17px;
  margin: 0 5px 0 0 !important;
}
.amfaq_product-tab .ask-question-form input[type='checkbox']:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
}
.amfaq_product-tab .ask-question-form input[type='checkbox']:checked:before {
  background: #9e73b9;
  border: none;
}
.amfaq_product-tab .ask-question-form input[type='checkbox']:checked:after {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.amfaq_product-tab .action.primary {
  border-radius: 120px !important;
}
.amfaq_product-tab .amfaq-rating .amfaq-rating-yesno,
.amfaq_product-tab .amfaq-rating .amfaq-rating-data-wrapper {
  color: #262626;
}
.amfaq_product-tab .ask-form-container textarea,
.amfaq_product-tab .ask-form-container .label {
  color: #262626;
}
.amcompany-customer-account .ui-front {
  z-index: 100;
}
.rma-confirm-shipping.ui-dialog.ui-widget-content {
  z-index: 101;
}
.rma-confirm-shipping.ui-dialog.ui-widget-content .actions-toolbar {
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
}
.rma-confirm-shipping.ui-dialog.ui-widget-content .actions-toolbar .action {
  background: #9e73b9;
  border-radius: 100px !important;
  border-color: transparent;
  width: 100%;
}
.rma-confirm-shipping.ui-dialog.ui-widget-content .actions-toolbar .action:hover {
  background: #851b87;
  border-color: transparent;
}
.customer-account-index .page-main .columns .column.main {
  padding: 0 !important;
  background: none !important;
}
.account .page-wrapper .block-dashboard-info .block-content {
  padding: 0 !important;
}
.account,
.quickorder-index-index {
  background: #F9F9FB;
}
.account .header-content.clearfix,
.quickorder-index-index .header-content.clearfix {
  background: #fff;
}
.account .page-wrapper .sidebar-additional .block,
.quickorder-index-index .page-wrapper .sidebar-additional .block {
  border: none;
  background: #fff;
}
.account .page-wrapper .sidebar-additional .block .block-title,
.quickorder-index-index .page-wrapper .sidebar-additional .block .block-title {
  display: block;
}
.account .page-wrapper .block-collapsible-nav,
.quickorder-index-index .page-wrapper .block-collapsible-nav {
  border: none;
  background: #fff;
}
.account .page-wrapper .block-collapsible-nav li.current,
.quickorder-index-index .page-wrapper .block-collapsible-nav li.current {
  background: rgba(231, 107, 138, 0.1);
  border-radius: 0px 100px 100px 0;
}
.account .page-wrapper .block-collapsible-nav li.current strong,
.quickorder-index-index .page-wrapper .block-collapsible-nav li.current strong {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #851b87;
  opacity: 1;
  border-color: #851b87;
  border-radius: 0px 100px 100px 0px;
}
.account .page-wrapper .block-collapsible-nav .items .item,
.quickorder-index-index .page-wrapper .block-collapsible-nav .items .item {
  margin-right: 20px;
}
.account .page-wrapper .block-collapsible-nav .items .item a,
.quickorder-index-index .page-wrapper .block-collapsible-nav .items .item a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #262626;
  opacity: 0.6;
}
.account .page-wrapper .block-collapsible-nav .items .item:hover,
.quickorder-index-index .page-wrapper .block-collapsible-nav .items .item:hover {
  background: rgba(231, 107, 138, 0.1);
  border-radius: 0px 100px 100px 0px;
}
.account .page-wrapper .block-collapsible-nav .items .item:hover a,
.quickorder-index-index .page-wrapper .block-collapsible-nav .items .item:hover a {
  color: #851b87;
  background: none;
}
.account .page-wrapper .account-nav,
.quickorder-index-index .page-wrapper .account-nav {
  border: none;
  background: #fff;
  padding: 0;
}
.account .page-wrapper .account-nav .title,
.quickorder-index-index .page-wrapper .account-nav .title {
  width: auto;
  height: auto;
  display: none;
}
.account .page-wrapper .account-nav .content,
.quickorder-index-index .page-wrapper .account-nav .content {
  display: block;
  border: none;
}
.account .page-wrapper .account-nav .account-nav-content,
.quickorder-index-index .page-wrapper .account-nav .account-nav-content {
  padding-top: 6px;
}
.account .page-wrapper .account-nav .items li,
.quickorder-index-index .page-wrapper .account-nav .items li {
  margin-right: 20px;
}
.account .page-wrapper .account-nav .items li .delimiter,
.quickorder-index-index .page-wrapper .account-nav .items li .delimiter {
  margin-right: 0;
}
.account .page-wrapper .account-nav .items li a,
.quickorder-index-index .page-wrapper .account-nav .items li a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #262626;
  opacity: 0.6;
}
.account .page-wrapper .account-nav .items li:hover,
.quickorder-index-index .page-wrapper .account-nav .items li:hover {
  background: rgba(231, 107, 138, 0.1);
  border-radius: 0px 100px 100px 0px;
}
.account .page-wrapper .account-nav .items li:hover a,
.quickorder-index-index .page-wrapper .account-nav .items li:hover a {
  color: #851b87;
  background: none;
}
.account .page-wrapper .account-nav .items li.current,
.quickorder-index-index .page-wrapper .account-nav .items li.current {
  background: rgba(231, 107, 138, 0.1);
  border-radius: 0px 100px 100px 0;
}
.account .page-wrapper .account-nav .items li.current strong,
.quickorder-index-index .page-wrapper .account-nav .items li.current strong {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #851b87;
  opacity: 1;
  border-color: #851b87;
  border-radius: 0px 100px 100px 0px;
}
.account .page-wrapper .block-dashboard-info,
.quickorder-index-index .page-wrapper .block-dashboard-info {
  margin-bottom: 0;
}
.account .page-wrapper .block-dashboard-info .block-title,
.quickorder-index-index .page-wrapper .block-dashboard-info .block-title {
  display: none;
}
.account .page-wrapper .block-dashboard-info .block-content,
.quickorder-index-index .page-wrapper .block-dashboard-info .block-content {
  padding: 5px 0;
}
.account .page-wrapper .block-dashboard-info .block-content .box,
.quickorder-index-index .page-wrapper .block-dashboard-info .block-content .box {
  background: #fff;
  margin-bottom: 0 !important;
  height: 100%;
  padding: 15px 0 20px 20px;
  min-height: 150px;
}
.account .page-wrapper .block-dashboard-info .block-content .box .box-title span,
.quickorder-index-index .page-wrapper .block-dashboard-info .block-content .box .box-title span {
  font-style: normal;
  font-weight: Bold !important;
  font-size: 19px;
  line-height: 28px;
  text-transform: capitalize;
  color: #262626;
}
.account .page-wrapper .block-dashboard-info .block-content .box .box-content,
.quickorder-index-index .page-wrapper .block-dashboard-info .block-content .box .box-content {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px !important;
  color: #262626;
}
.account .page-wrapper .block-dashboard-info .block-content .box .box-content address,
.quickorder-index-index .page-wrapper .block-dashboard-info .block-content .box .box-content address {
  line-height: 28px;
}
.account .page-wrapper .block-dashboard-info .block-content .box .box-actions .action,
.quickorder-index-index .page-wrapper .block-dashboard-info .block-content .box .box-actions .action {
  padding-right: 40px;
}
.account .page-wrapper .block-dashboard-info .block-content .box .box-actions a,
.quickorder-index-index .page-wrapper .block-dashboard-info .block-content .box .box-actions a {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  text-transform: capitalize;
  color: #9e73b9 !important;
}
.account .page-wrapper .block-dashboard-info .block-content .box-information,
.quickorder-index-index .page-wrapper .block-dashboard-info .block-content .box-information {
  margin-right: 20px;
}
.account .page-wrapper .block-dashboard-info .block-content .box-newsletter,
.quickorder-index-index .page-wrapper .block-dashboard-info .block-content .box-newsletter {
  position: relative;
  flex-wrap: wrap;
}
.account .page-wrapper .block-dashboard-info .block-content .box-newsletter .box-content,
.quickorder-index-index .page-wrapper .block-dashboard-info .block-content .box-newsletter .box-content {
  padding-right: 35%;
}
.account .page-wrapper .block-dashboard-info .block-content .box-newsletter:after,
.quickorder-index-index .page-wrapper .block-dashboard-info .block-content .box-newsletter:after {
  content: '';
  background: #82b1ff url(/media/wysiwyg/Newsletter.png) center center no-repeat;
  background-size: contain;
  padding-left: 35%;
  line-height: 24px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 0px 8px 8px 0;
}
.account .page-wrapper .block-dashboard-addresses .block-title,
.quickorder-index-index .page-wrapper .block-dashboard-addresses .block-title,
.account .page-wrapper .block-addresses-default .block-title,
.quickorder-index-index .page-wrapper .block-addresses-default .block-title {
  display: none;
}
.account .page-wrapper .block-dashboard-addresses .block-content .box,
.quickorder-index-index .page-wrapper .block-dashboard-addresses .block-content .box,
.account .page-wrapper .block-addresses-default .block-content .box,
.quickorder-index-index .page-wrapper .block-addresses-default .block-content .box {
  background: #fff;
  margin-bottom: 0 !important;
  height: 100%;
  padding: 15px 0 20px 20px;
  min-height: 150px;
}
.account .page-wrapper .block-dashboard-addresses .block-content .box .box-title span,
.quickorder-index-index .page-wrapper .block-dashboard-addresses .block-content .box .box-title span,
.account .page-wrapper .block-addresses-default .block-content .box .box-title span,
.quickorder-index-index .page-wrapper .block-addresses-default .block-content .box .box-title span {
  font-style: normal;
  font-weight: Bold !important;
  font-size: 19px;
  line-height: 28px;
  text-transform: capitalize;
  color: #262626;
}
.account .page-wrapper .block-dashboard-addresses .block-content .box .box-content,
.quickorder-index-index .page-wrapper .block-dashboard-addresses .block-content .box .box-content,
.account .page-wrapper .block-addresses-default .block-content .box .box-content,
.quickorder-index-index .page-wrapper .block-addresses-default .block-content .box .box-content {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px !important;
  color: #262626;
}
.account .page-wrapper .block-dashboard-addresses .block-content .box .box-content address,
.quickorder-index-index .page-wrapper .block-dashboard-addresses .block-content .box .box-content address,
.account .page-wrapper .block-addresses-default .block-content .box .box-content address,
.quickorder-index-index .page-wrapper .block-addresses-default .block-content .box .box-content address {
  line-height: 28px;
}
.account .page-wrapper .block-dashboard-addresses .block-content .box .box-actions .action,
.quickorder-index-index .page-wrapper .block-dashboard-addresses .block-content .box .box-actions .action,
.account .page-wrapper .block-addresses-default .block-content .box .box-actions .action,
.quickorder-index-index .page-wrapper .block-addresses-default .block-content .box .box-actions .action {
  padding-right: 40px;
}
.account .page-wrapper .block-dashboard-addresses .block-content .box .box-actions a,
.quickorder-index-index .page-wrapper .block-dashboard-addresses .block-content .box .box-actions a,
.account .page-wrapper .block-addresses-default .block-content .box .box-actions a,
.quickorder-index-index .page-wrapper .block-addresses-default .block-content .box .box-actions a {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  text-transform: capitalize;
  color: #9e73b9 !important;
}
.account .page-wrapper .block-dashboard-addresses .block-content .box-billing-address,
.quickorder-index-index .page-wrapper .block-dashboard-addresses .block-content .box-billing-address,
.account .page-wrapper .block-addresses-default .block-content .box-billing-address,
.quickorder-index-index .page-wrapper .block-addresses-default .block-content .box-billing-address {
  margin-right: 20px;
}
.account .page-main .column.main {
  background: #fff;
  padding-left: 0 !important;
}
.account .page-main .column.main .affiliate-balance-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.account .page-main .column.main .affiliate-balance-info .affiliate-price-field {
  background: none;
  width: 100%;
  border-bottom: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  margin: auto 0;
}
.account .page-main .column.main .affiliate-balance-info .affiliate-price-field:last-child {
  border-right: none;
}
.account .page-main .column.main .empty {
  position: relative;
  background: none;
  padding: 70% 0 0;
}
.account .page-main .column.main .empty:before {
  content: '';
  display: block;
  position: absolute;
  background: url(/media/wysiwyg/ves_bestmart/empty-sad.png) center center no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  text-align: center;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.account .page-main .column.main .empty span {
  position: absolute;
  top: calc(30% + 110px);
  left: 50%;
  transform: translateX(-50%);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #262626;
}
.account .page-main .column.main .empty span:before {
  content: 'Empty :(';
  position: static;
  display: block;
  bottom: 15px;
  text-align: center;
  margin: 0 auto 10px;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  color: #262626;
}
.account .page-header {
  margin-bottom: 0 !important;
}
.account .page-title-wrapper {
  padding: 25px 0 24px;
}
.account .page-title-wrapper .page-title {
  margin: 0 !important;
}
.account.rma-rma-list .table-wrapper .mst-rma-list__actions {
  text-align: left;
}
.block.block-new-customer {
  display: none;
}
.login-container {
  display: flex;
}
.login-container .block-customer-login {
  width: 460px;
  margin: 0 auto;
}
.login-container .block-customer-login .block-title {
  text-align: center;
  padding: 0;
  margin-bottom: 32px;
}
.login-container .block-customer-login .block-title strong {
  font-size: 31px;
  line-height: 46px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  color: #262626;
}
.login-container .block-customer-login .block-content {
  padding: 0;
}
.login-container .block-customer-login .block-content .fieldset.login input:focus {
  border: 1px solid #9e73b9;
  box-sizing: border-box;
}
.login-container .block-customer-login .block-content .fieldset.login:after {
  display: none;
}
.login-container .block-customer-login .block-content .email-login {
  margin-bottom: 15px;
}
.login-container .block-customer-login .block-content .email-login .notice-block {
  margin-top: -5px;
  padding-left: 26px;
  font-size: 13px;
  line-height: 22px;
  color: #262626;
}
.login-container .block-customer-login .block-content .forgot-login {
  display: flex;
  margin-bottom: 31px;
  flex-wrap: wrap;
}
.login-container .block-customer-login .block-content .forgot-login span {
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  color: #262626;
}
.login-container .block-customer-login .block-content .forgot-login .choice.persistent {
  order: 2;
}
.login-container .block-customer-login .block-content .forgot-login .field.captcha.required {
  width: 100%;
  margin-top: 5px;
}
.login-container .block-customer-login .block-content .forgot-login .field.captcha.required .capcha-config .control.captcha-image {
  margin: 15px 0;
  display: flex;
  justify-content: left;
  flex-direction: column;
}
.login-container .block-customer-login .block-content .forgot-login .field.captcha.required .capcha-config .control.captcha-image .captcha-img {
  border: 1px solid #f6f6f6;
  box-sizing: border-box;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.02);
  margin-bottom: 0;
  width: 45%;
}
.login-container .block-customer-login .block-content .forgot-login .field.captcha.required .capcha-config .control.captcha-image .captcha-reload {
  background: transparent;
  text-transform: capitalize;
  padding: 0;
  height: max-content;
  width: max-content;
  text-align: left;
}
.login-container .block-customer-login .block-content .forgot-login .field.captcha.required .capcha-config .control.captcha-image .captcha-reload span {
  color: #9e73b9;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
}
.login-container .block-customer-login .block-content .forgot-login .secondary {
  order: 2;
}
.login-container .block-customer-login .block-content .forgot-login .secondary a:hover {
  text-decoration: none;
}
.login-container .block-customer-login .block-content .forgot-login .secondary a span {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #9e73b9;
}
.login-container .block-customer-login .block-content .actions-toolbar {
  padding-bottom: 16px;
}
.login-container .block-customer-login .block-content .actions-toolbar .primary {
  width: 100%;
  background: #851b87;
  border-radius: 30px !important;
  border: none;
  height: 50px;
}
.login-container .block-customer-login .block-content .actions-toolbar .primary:hover {
  border: none;
}
.login-container .block-customer-login .block-content .actions-toolbar .primary span {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.login-container .block-customer-login .block-content .sign-up-login {
  text-align: center;
}
.login-container .block-customer-login .block-content .sign-up-login span {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #262626;
}
.login-container .block-customer-login .block-content .sign-up-login a {
  background: transparent;
  border: none;
  padding: 0 0 0 5px;
}
.login-container .block-customer-login .block-content .sign-up-login a span {
  text-transform: capitalize;
  letter-spacing: 0;
  color: #9e73b9;
}
.amsl-popup-block .amsl-close {
  width: 17px;
  height: 17px;
  background: url(../../frontend/Balltheme/balloon/en_US/images/purple_cross.png) no-repeat;
}
.amsl-popup-block .amsl-close:hover {
  background: url(../../frontend/Balltheme/balloon/en_US/images/purple_cross.png) no-repeat;
}
.amsl-popup-block .amsl-login-success {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #841f87;
}
.customer-account-login .block-customer-login .block-content .form-login .login:not(:last-child) {
  margin-bottom: 20px;
}
.customer-account-login .block-customer-login .block-content .form-login .login .input-text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-transform: initial;
  color: #262626;
}
.customer-account-login .login-container {
  margin-top: 50px;
}
.customer-account-login .amsl-login-page {
  margin-top: 25px;
}
.customer-account-login .amsl-login-page .amsl-social-login {
  background: none;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.customer-account-login .amsl-login-page .amsl-social-login .amsl-title {
  margin: 0 0 25px;
  text-align: center;
  color: #841f87;
  font-weight: bold;
  font-size: 15px;
}
.customer-account-login .page-title-wrapper {
  display: none;
}
.customer-account-login .forgot-login {
  margin-top: 15px;
}
.customer-account-login .forgot-login .choice.persistent {
  flex: auto;
  text-align: left;
}
.customer-account-login .forgot-login .choice.persistent .label {
  padding-left: 10px;
}
.customer-account-login .forgot-login .choice.persistent .tooltip.wrapper {
  display: none;
}
.customer-account-login .forgot-login .choice.persistent .checkbox {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 17px;
  height: 17px;
}
.customer-account-login .forgot-login .choice.persistent .checkbox:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
}
.customer-account-login .forgot-login .choice.persistent .checkbox:checked:before {
  background: #9e73b9;
  border: none;
}
.customer-account-login .forgot-login .choice.persistent .checkbox:checked:after {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.customer-account-login .form-login .login .input-text {
  border-color: transparent;
}
.customer-popup-login1 {
  color: #262626;
}
.customer-popup-login1 .modal-title {
  color: #262626;
}
.customer-popup-login1 .intl-tel-input .flag-container .selected-flag {
  height: 100%;
  border-radius: 30px 0 0 30px;
}
.customer-popup-login1 .intl-tel-input .input-text {
  height: 40px;
  background: #F9F9FB;
  box-shadow: none;
  border: none;
  border-radius: 30px;
}
.customer-popup-login1 .notice {
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
}
.customer-popup-login1 .register {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
}
.customer-popup-login1 .register span {
  color: #262626;
}
.customer-popup-login1 .register a {
  color: #9e73b9;
}
.customer-popup-login1 .actions-toolbar {
  display: block !important;
}
.customer-popup-login1 .actions-toolbar .action {
  width: 100%;
  background: #851b87;
  border-radius: 30px !important;
  border: none;
  height: 50px;
}
.customer-popup-login1 .login-section .otp-login {
  padding: 0;
}
.customer-popup-login1 .registratio-section .fieldset {
  margin: 0;
}
.customer-popup-login1 .registratio-section .fieldset .fields {
  margin: 0;
}
.customer-account-create .amsl-registration-page {
  margin-top: 25px;
}
.customer-account-create .amsl-registration-page .amsl-social-login {
  background: none;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.customer-account-create .amsl-registration-page .amsl-social-login .amsl-title {
  margin: 0 0 25px;
  text-align: center;
  color: #841f87;
  font-weight: bold;
  font-size: 15px;
}
.review-customer-index .header-content.clearfix,
.sales-order-history .header-content.clearfix,
.downloadable-customer-products .header-content.clearfix {
  background: #fff;
}
.review-customer-index .page-main .column.main,
.sales-order-history .page-main .column.main,
.downloadable-customer-products .page-main .column.main {
  background: none;
}
.review-customer-index .page-main .column.main .table-wrapper,
.sales-order-history .page-main .column.main .table-wrapper,
.downloadable-customer-products .page-main .column.main .table-wrapper {
  margin: 0;
}
.review-customer-index .page-main .column.main .table-wrapper .table,
.sales-order-history .page-main .column.main .table-wrapper .table,
.downloadable-customer-products .page-main .column.main .table-wrapper .table {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .review-customer-index .page-main .column.main .table-wrapper .table,
  .sales-order-history .page-main .column.main .table-wrapper .table,
  .downloadable-customer-products .page-main .column.main .table-wrapper .table {
    background: #fff;
  }
}
.review-customer-index .page-main .column.main .table-wrapper .table thead,
.sales-order-history .page-main .column.main .table-wrapper .table thead,
.downloadable-customer-products .page-main .column.main .table-wrapper .table thead {
  background: #F9F9FB;
}
.review-customer-index .page-main .column.main .table-wrapper .table thead tr,
.sales-order-history .page-main .column.main .table-wrapper .table thead tr,
.downloadable-customer-products .page-main .column.main .table-wrapper .table thead tr {
  border-bottom: none;
}
@media screen and (min-width: 640px) {
  .review-customer-index .page-main .column.main .table-wrapper .table thead tr th:first-child,
  .sales-order-history .page-main .column.main .table-wrapper .table thead tr th:first-child,
  .downloadable-customer-products .page-main .column.main .table-wrapper .table thead tr th:first-child {
    border-left: 15px solid #F9F9FB;
  }
  .review-customer-index .page-main .column.main .table-wrapper .table thead tr th:last-child,
  .sales-order-history .page-main .column.main .table-wrapper .table thead tr th:last-child,
  .downloadable-customer-products .page-main .column.main .table-wrapper .table thead tr th:last-child {
    border-right: 15px solid #F9F9FB;
  }
}
@media screen and (max-width: 639px) {
  .review-customer-index .page-main .column.main .table-wrapper .table tbody tr,
  .sales-order-history .page-main .column.main .table-wrapper .table tbody tr,
  .downloadable-customer-products .page-main .column.main .table-wrapper .table tbody tr {
    background: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    border: 1px solid rgba(158, 115, 185, 0.5);
  }
  .review-customer-index .page-main .column.main .table-wrapper .table tbody tr:not(:last-child),
  .sales-order-history .page-main .column.main .table-wrapper .table tbody tr:not(:last-child),
  .downloadable-customer-products .page-main .column.main .table-wrapper .table tbody tr:not(:last-child) {
    margin: 0 0 25px;
  }
  .review-customer-index .page-main .column.main .table-wrapper .table tbody tr:hover,
  .sales-order-history .page-main .column.main .table-wrapper .table tbody tr:hover,
  .downloadable-customer-products .page-main .column.main .table-wrapper .table tbody tr:hover {
    background: #fff;
  }
}
.review-customer-index .page-main .column.main .table-wrapper .table tbody td,
.sales-order-history .page-main .column.main .table-wrapper .table tbody td,
.downloadable-customer-products .page-main .column.main .table-wrapper .table tbody td {
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .review-customer-index .page-main .column.main .table-wrapper .table tbody td:before,
  .sales-order-history .page-main .column.main .table-wrapper .table tbody td:before,
  .downloadable-customer-products .page-main .column.main .table-wrapper .table tbody td:before {
    display: block !important;
    margin: 0 0 10px;
    color: rgba(52, 52, 52, 0.7) !important;
  }
}
@media screen and (min-width: 640px) {
  .review-customer-index .page-main .column.main .table-wrapper .table tbody td,
  .sales-order-history .page-main .column.main .table-wrapper .table tbody td,
  .downloadable-customer-products .page-main .column.main .table-wrapper .table tbody td {
    border: 1px solid #F0F0F0;
  }
}
.review-customer-index .page-main .column.main .table-wrapper .table tbody td.col.actions,
.sales-order-history .page-main .column.main .table-wrapper .table tbody td.col.actions,
.downloadable-customer-products .page-main .column.main .table-wrapper .table tbody td.col.actions {
  display: table-cell;
}
@media screen and (max-width: 639px) {
  .review-customer-index .page-main .column.main .table-wrapper .table tbody td.col.actions,
  .sales-order-history .page-main .column.main .table-wrapper .table tbody td.col.actions,
  .downloadable-customer-products .page-main .column.main .table-wrapper .table tbody td.col.actions {
    display: block;
  }
}
.review-customer-index .page-main .column.main .table-wrapper .table tbody td.col.actions > div,
.sales-order-history .page-main .column.main .table-wrapper .table tbody td.col.actions > div,
.downloadable-customer-products .page-main .column.main .table-wrapper .table tbody td.col.actions > div {
  display: flex;
}
@media screen and (min-width: 640px) {
  .review-customer-index .page-main .column.main .table-wrapper .table tbody td.col.actions > div,
  .sales-order-history .page-main .column.main .table-wrapper .table tbody td.col.actions > div,
  .downloadable-customer-products .page-main .column.main .table-wrapper .table tbody td.col.actions > div {
    justify-content: space-between;
  }
}
.review-customer-index .page-main .column.main .table-wrapper .table tbody td.col.actions .action.view,
.sales-order-history .page-main .column.main .table-wrapper .table tbody td.col.actions .action.view,
.downloadable-customer-products .page-main .column.main .table-wrapper .table tbody td.col.actions .action.view {
  margin: 0 10px 0 0;
}
.review-customer-index .page-main .column.main .table-wrapper .table tbody td.col.actions .action.order,
.sales-order-history .page-main .column.main .table-wrapper .table tbody td.col.actions .action.order,
.downloadable-customer-products .page-main .column.main .table-wrapper .table tbody td.col.actions .action.order {
  margin: 0;
}
.review-customer-index .page-main .column.main .table-wrapper .table tbody td.col.actions .amcorder-button,
.sales-order-history .page-main .column.main .table-wrapper .table tbody td.col.actions .amcorder-button,
.downloadable-customer-products .page-main .column.main .table-wrapper .table tbody td.col.actions .amcorder-button {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .review-customer-index .page-main .column.main .table-wrapper .table tbody tr:first-child td,
  .sales-order-history .page-main .column.main .table-wrapper .table tbody tr:first-child td,
  .downloadable-customer-products .page-main .column.main .table-wrapper .table tbody tr:first-child td {
    border-top: 0;
  }
  .review-customer-index .page-main .column.main .table-wrapper .table tbody tr td:first-child,
  .sales-order-history .page-main .column.main .table-wrapper .table tbody tr td:first-child,
  .downloadable-customer-products .page-main .column.main .table-wrapper .table tbody tr td:first-child {
    border-left: 0;
    border-left: 15px solid transparent;
  }
  .review-customer-index .page-main .column.main .table-wrapper .table tbody tr:last-child td,
  .sales-order-history .page-main .column.main .table-wrapper .table tbody tr:last-child td,
  .downloadable-customer-products .page-main .column.main .table-wrapper .table tbody tr:last-child td {
    border-bottom: 0;
  }
  .review-customer-index .page-main .column.main .table-wrapper .table tbody tr td:last-child,
  .sales-order-history .page-main .column.main .table-wrapper .table tbody tr td:last-child,
  .downloadable-customer-products .page-main .column.main .table-wrapper .table tbody tr td:last-child {
    border-right: 0;
    border-right: 15px solid transparent;
  }
}
.review-customer-index .page-main .column.main .toolbar.bottom,
.sales-order-history .page-main .column.main .toolbar.bottom,
.downloadable-customer-products .page-main .column.main .toolbar.bottom {
  background: #fff;
  padding: 20px;
  margin: 0 !important;
}
.account.header-default .table-wrapper .data.table thead tr {
  border-bottom: 1px solid #F5F5F5;
}
.account.header-default .table-wrapper .data.table thead tr th {
  border: none;
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  color: #262626;
  text-transform: uppercase;
  padding: 14px 8px 12px;
  opacity: 0.6;
}
.account.header-default .table-wrapper .data.table tbody tr {
  border-bottom: 1px solid #F5F5F5;
}
.account.header-default .table-wrapper .data.table tbody tr:hover {
  background: #F9F9FB;
  border-radius: 8px;
}
.account.header-default .table-wrapper .data.table tbody tr td {
  font-size: 15px;
  line-height: 18px;
  color: #262626;
  padding: 16px 8px 14px;
}
.account.header-default .table-wrapper .data.table tbody tr td .rating-summary .label {
  font-size: 15px;
  line-height: 18px;
  position: unset;
  margin: 0;
  color: #262626;
}
.account.header-default .table-wrapper .data.table tbody tr td .rating-summary .star:before {
  content: '\f005';
  font-family: "FontAwesome";
  color: #9676B5;
  font-size: 16px;
}
.account.header-default .table-wrapper .data.table tbody tr td a {
  color: #9e73b9 !important;
}
.account.header-default .table-wrapper .data.table tbody tr td.col.actions {
  display: flex;
  justify-content: space-between;
}
.account.header-default .table-wrapper .data.table tbody tr td.col.actions .action.view {
  margin: 0;
}
.account.header-default .table-wrapper .data.table tbody tr td.col.actions .action.order {
  margin-right: 10px;
}
.account.header-default .toolbar.bottom {
  border: none !important;
  margin-left: 8px !important;
}
.account.header-default .toolbar.bottom .pager {
  margin: 0;
}
.account.header-default .toolbar.bottom .pager .toolbar-amount {
  display: block !important;
  font-size: 12px;
  line-height: 18px !important;
  color: #262626;
  opacity: 0.6;
}
.account.header-default .toolbar.bottom .pager .limiter .limiter-label {
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  color: #121B2E;
  padding-right: 7px;
}
.account.header-default .toolbar.bottom .pager .limiter .limiter-options {
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
  border-radius: 30px;
  -webkit-appearance: none;
  background-image: url('../../frontend/Balltheme/balloon/en_US/images/select_arrow.png') !important;
  background-position: 80% 50% !important;
  background-repeat: no-repeat !important;
}
.account.header-default .toolbar.bottom .pager .limiter .limiter-options:hover {
  border: 1px solid #9e73b9;
}
.account.header-default .actions-toolbar {
  margin: 0 0 20px 8px;
}
.account.header-default .actions-toolbar .secondary .action.back {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #9e73b9;
}
.customer-account-forgotpassword .page-title-wrapper {
  text-align: center;
  margin: 70px 0 10px;
}
.customer-account-forgotpassword .page-title-wrapper .page-title {
  font-weight: bold;
  font-size: 31px !important;
  line-height: 46px;
  color: #262626 !important;
  margin: 0 !important;
}
.customer-account-forgotpassword .column.main {
  min-height: initial;
}
.customer-account-forgotpassword .column.main .form.password.forget {
  width: 460px !important;
  margin: 0 auto;
  min-width: auto;
}
.customer-account-forgotpassword .column.main .form.password.forget .ffl-wrapper input {
  border: none;
}
.customer-account-forgotpassword .column.main .form.password.forget .ffl-wrapper input:focus {
  box-shadow: none;
  border: 1px solid #9e73b9;
}
.customer-account-forgotpassword .column.main .form.password.forget .ffl-wrapper input:hover {
  border: 1px solid #9e73b9;
}
.customer-account-forgotpassword .column.main .form.password.forget .fieldset {
  margin-bottom: 15px;
}
.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field.note {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.customer-account-forgotpassword .column.main .form.password.forget .fieldset .email.required.forgot-config {
  margin-bottom: 15px;
}
.customer-account-forgotpassword .column.main .form.password.forget .fieldset .control.captcha.capcha-config .control.captcha-image {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.customer-account-forgotpassword .column.main .form.password.forget .fieldset .control.captcha.capcha-config .control.captcha-image .captcha-img {
  border: 1px solid #F6F6F6;
  box-sizing: border-box;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.02);
  margin-bottom: 0;
}
.customer-account-forgotpassword .column.main .form.password.forget .fieldset .control.captcha.capcha-config .control.captcha-image .captcha-reload {
  background: transparent;
  color: #9e73b9;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  margin: auto 0;
  padding: 0;
  height: max-content;
}
.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar {
  margin: 0;
}
.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar .primary {
  width: 100%;
  height: 50px;
}
.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar .primary .action.submit.primary {
  background: #851b87;
  border-radius: 30px !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  padding: 13px 0;
  letter-spacing: 0.2px;
  color: #fff;
  border: none;
}
.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar .primary .action.submit.primary span {
  vertical-align: sub;
}
.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar .secondary {
  padding-top: 16px;
  text-align: center;
  width: 100%;
}
.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar .secondary a {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  color: #9e73b9;
  font-weight: bold;
  text-transform: capitalize;
}
.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar .secondary a:before {
  content: '\f060';
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
}
.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar .secondary a:hover {
  text-decoration: none;
}
.customer-account-create .page-main {
  margin-top: 70px;
}
.customer-account-create .page-main .page-title-wrapper {
  text-align: center;
}
.customer-account-create .page-main .page-title-wrapper .page-title span {
  font-style: normal;
  font-weight: bold;
  font-size: 31px;
  line-height: 46px;
  text-transform: capitalize;
  color: #262626;
}
.customer-account-create .page-main .create-account-description-block {
  max-width: 650px;
  margin: 0 auto 30px;
  font-size: 18px;
  color: #262626;
}
.customer-account-create .page-main .form-create-account {
  background: #fff;
  margin: 0 auto;
}
.customer-account-create .page-main .form-create-account .fieldset .ffl-wrapper .input-text:focus,
.customer-account-create .page-main .form-create-account .fieldset .ffl-wrapper .input-text:hover {
  border: 1px solid #9e73b9 !important;
}
.customer-account-create .page-main .form-create-account input {
  border: none !important;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-transform: initial;
  color: #262626;
}
.customer-account-create .page-main .form-create-account .field {
  margin: 0;
}
.customer-account-create .page-main .form-create-account .field .ffl-wrapper label.ffl-label {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #262626;
}
.customer-account-create .page-main .form-create-account .field .ffl-wrapper.ffl-floated label.ffl-label {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  text-transform: capitalize;
  color: #262626;
  opacity: 0.4;
}
.customer-account-create .page-main .form-create-account .field .ffl-wrapper.ffl-floated label.ffl-label span {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  text-transform: capitalize;
  color: #262626;
  opacity: 1;
}
.customer-account-create .page-main .form-create-account .create.account {
  margin-bottom: 10px;
  background: #fff;
}
.customer-account-create .page-main .form-create-account .create.info {
  margin-bottom: 0;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password {
  position: relative;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-floated:before {
  position: absolute;
  content: '\f05a';
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  font-weight: 300;
  padding-right: 10px;
  right: 0;
  z-index: 3;
  top: 13px;
  color: rgba(165, 165, 166, 0.5);
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-floated .password-strength-meter {
  display: block !important;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-floated .ffl-label:after {
  display: none;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper:active .password-strength-meter {
  display: block !important;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper:before {
  position: absolute;
  content: '\f05a';
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  font-weight: 300;
  padding-right: 10px;
  right: 0;
  z-index: 3;
  top: 13px;
  color: rgba(165, 165, 166, 0.5);
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .password-strength-meter {
  display: none;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .input-text {
  box-sizing: border-box;
  margin-bottom: 15px;
  background: #F9F9FB;
  border: none !important;
  border-radius: 100px;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .input-text:focus {
  border: 1px solid #9e73b9 !important;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .ffl-label {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #262626;
  z-index: 2;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper #password-error {
  display: none !important;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .input-text {
  position: relative;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .password-strength-meter {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-right: 16px;
  max-width: max-content;
  height: max-content;
  border: 1px solid #f6f6f6;
  padding: 15px;
  margin-left: 10px;
  box-sizing: border-box;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  background: #fff;
  width: 100%;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .password-strength-meter:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #f6f6f6 !important;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  display: block !important;
  left: -5px;
  z-index: 3;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .password-strength-meter:after {
  right: 100%;
  content: '';
  width: 10px;
  height: 10px;
  background: #fff !important;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  display: block !important;
  left: -3px;
  z-index: 3;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .password-strength-meter span:last-child {
  display: none;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .password-strength-meter:before {
  display: none;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .password-strength-meter .non-validated {
  opacity: 0.4;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .password-strength-meter .non-validated:before {
  content: '\f111';
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  font-weight: 300;
  padding-right: 10px;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .password-strength-meter .validated:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  padding: 2px;
  font-weight: 500;
  margin-right: 10px;
  color: #fff;
  background-color: #3CB54A;
  border-radius: 50%;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .password-strength-meter span {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  text-transform: capitalize;
  color: #262626;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .password-strength-meter p {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #262626;
  margin-bottom: 0;
}
.customer-account-create .page-main .form-create-account .fieldset .choice.persistent .tooltip.wrapper {
  display: none;
}
.customer-account-create .page-main .form-create-account .fieldset .choice.persistent .label span {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  text-transform: capitalize;
  color: #262626;
  padding-left: 13px;
  vertical-align: sub;
}
.customer-account-create .page-main .form-create-account .fieldset .choice.persistent .checkbox {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 17px;
  height: 17px;
}
.customer-account-create .page-main .form-create-account .fieldset .choice.persistent .checkbox:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
}
.customer-account-create .page-main .form-create-account .fieldset .choice.persistent .checkbox:checked:before {
  background: #9e73b9;
  border: none;
}
.customer-account-create .page-main .form-create-account .fieldset .choice.persistent .checkbox:checked:after {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.customer-account-create .page-main .form-create-account .create-account-page-main-div {
  margin: 30px 0;
  background: #F9F9FB;
  padding: 15px;
}
.customer-account-create .page-main .form-create-account .create-account-page-main-div .title {
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-size: 16px;
  color: #262626;
  font-weight: bold;
}
.customer-account-create .page-main .form-create-account .create-account-page-main-div .input-wrapper {
  margin: 20px 0;
}
.customer-account-create .page-main .form-create-account .create-account-page-main-div .input-wrapper.password-wrapper {
  width: 50%;
}
.customer-account-create .page-main .form-create-account .create-account-page-main-div .input-wrapper .field {
  margin: 0 !important;
}
.customer-account-create .page-main .form-create-account .create-account-page-main-div .input-wrapper .field .label {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  color: #262626;
}
.customer-account-create .page-main .form-create-account .create-account-page-main-div .input-wrapper .selected-flag {
  height: 100% !important;
  border-radius: 30px 0 0 30px;
}
.customer-account-create .page-main .form-create-account .create-account-page-main-div .input-wrapper .intl-tel-input .input-element {
  padding-left: 96px;
}
.customer-account-create .page-main .form-create-account .create-account-page-main-div .input-wrapper .input-element {
  padding-left: 26px;
  height: 40px;
  border-radius: 30px;
}
.customer-account-create .page-main .form-create-account .create-account-page-main-div .input-wrapper .input-element:hover,
.customer-account-create .page-main .form-create-account .create-account-page-main-div .input-wrapper .input-element:focus {
  border: 1px solid #9e73b9 !important;
}
.customer-account-create .page-main .form-create-account .create-account-page-main-div .otpverify .timerdivreg {
  color: #262626;
  font-size: 15px;
}
.customer-account-create .page-main .form-create-account .create-account-page-main-div .otpverify .timerdivreg span {
  font-weight: bold;
}
.customer-account-create .page-main .form-create-account .create-account-page-main-div .button.action {
  padding: 0 30px;
  background: #851b87;
  border-radius: 30px !important;
  border: none;
  height: 40px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.customer-account-create .page-main .form-create-account .newsletter {
  margin-bottom: 37px;
}
.customer-account-create .page-main .form-create-account .newsletter .label span {
  padding-left: 13px;
  text-transform: capitalize;
  vertical-align: sub;
}
.customer-account-create .page-main .form-create-account .newsletter .checkbox {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 17px;
  height: 17px;
}
.customer-account-create .page-main .form-create-account .newsletter .checkbox:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
}
.customer-account-create .page-main .form-create-account .newsletter .checkbox:checked:before {
  background: #9e73b9;
  border: none;
}
.customer-account-create .page-main .form-create-account .newsletter .checkbox:checked:after {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.customer-account-create .page-main .form-create-account .actions-toolbar {
  display: flex;
  flex-direction: column;
  margin: 40px auto 0 !important;
  float: none;
}
.customer-account-create .page-main .form-create-account .actions-toolbar .primary .action {
  width: 100%;
  background: #851b87;
  border-radius: 30px !important;
  border: none;
  height: 50px;
}
.customer-account-create .page-main .form-create-account .actions-toolbar .primary .action span {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.customer-account-create .page-main .form-create-account .actions-toolbar .secondary {
  margin-top: 10px;
}
.customer-account-create .page-main .form-create-account .actions-toolbar .secondary span {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-transform: initial;
  color: #262626;
}
.customer-account-create .page-main .form-create-account .actions-toolbar .secondary a:hover {
  text-decoration: none;
}
.customer-account-create .page-main .form-create-account .actions-toolbar .secondary a span {
  color: #9e73b9;
}
.customer-address-index .page-wrapper .page-main .column.main {
  background: none;
}
.customer-address-index .page-wrapper .page-main .column.main .block-addresses-default {
  margin-bottom: 0;
}
.customer-address-index .page-wrapper .page-main .column.main .block-addresses-default .block-content {
  padding-top: 0;
}
.customer-address-index .page-wrapper .page-main .column.main .actions-toolbar {
  background: #fff;
  padding-bottom: 15px;
  margin-left: 0;
}
.customer-address-index .page-wrapper .page-main .column.main .actions-toolbar .secondary .back {
  margin-top: 0;
}
.customer-address-index .page-wrapper .page-main .column.main .actions-toolbar .primary.add {
  background: none;
  border: none;
  color: #9e73b9 !important;
  padding-top: 1px;
  padding-left: 20px;
}
.customer-address-index .page-wrapper .page-main .column.main .block-addresses-list {
  background: #fff;
  margin-bottom: 0;
}
.customer-address-index .page-wrapper .page-main .column.main .block-addresses-list .block-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.customer-address-index .page-wrapper .page-main .column.main .block-addresses-list .block-title strong {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  text-transform: capitalize;
  color: #262626;
  font-family: inherit;
}
.customer-address-index .page-wrapper .page-main .column.main .block-addresses-list .block-content {
  padding-top: 10px;
}
.customer-address-index .page-wrapper .page-main .column.main .block-addresses-list .block-content .empty {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #262626;
  padding: 0 20px;
}
.customer-address-index .page-wrapper .page-main .column.main .block-addresses-list .block-content .empty:after {
  display: none;
}
.customer-address-index .page-wrapper .page-main .column.main .additional-addresses {
  padding: 0 12px;
}
.customer-address-index .page-wrapper .page-main .column.main .customer-addresses-toolbar {
  padding: 0 20px 0 12px;
}
.amasty_affiliate-account-widget .column.main {
  background: transparent !important;
}
.amasty_affiliate-account-widget .column.main .form {
  background: #FFFFFF;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  width: 40%;
  padding: 15px 20px 20px;
  margin: 0 20px 0 25px !important;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget {
  height: auto;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .legend {
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  color: #262626;
  border: none;
  padding: 0;
  margin-bottom: 11px !important;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .config-v2 {
  margin-bottom: 15px;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .config-v2 input {
  border: 1px solid transparent;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .config-v2 input:hover,
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .config-v2 input:focus {
  border: 1px solid #9e73b9;
  box-shadow: none;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .group-input-config {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .group-input-config .config-v2 {
  margin: 0;
  width: 47.5%;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .widget-top-config {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 31px;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .widget-top-config label {
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
  color: #262626;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .widget-top-config input {
  margin: 0 7px 0 3px;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .widget-top-config input:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #9e73b9;
  border-radius: 30px;
  margin: 0 0 0 -3px;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .widget-top-config input:checked:before {
  border: 5px solid #9e73b9;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .widget-top-config input:focus {
  box-shadow: none;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .widget-bottom-config .title-config {
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  color: #262626;
  text-transform: capitalize;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .widget-bottom-config label {
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
  color: #262626;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .widget-bottom-config input {
  margin: 0 7px 0 3px;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .widget-bottom-config input:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  margin: -2px 0 0 -3px;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .widget-bottom-config input:checked:before {
  background: #9e73b9;
  border: none;
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .widget-bottom-config input:checked:after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
  transform: rotate(45deg);
}
.amasty_affiliate-account-widget .column.main .form .fieldset.affiliate-widget .widget-bottom-config input:focus {
  box-shadow: none;
}
.amasty_affiliate-account-widget .column.main .form .actions-toolbar {
  margin: 0;
}
.amasty_affiliate-account-widget .column.main .form .actions-toolbar .primary {
  height: 50px;
}
.amasty_affiliate-account-widget .column.main .form .actions-toolbar .primary .affiliate_button {
  background: #851b87;
  border-radius: 30px !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  padding: 13px 22px;
  letter-spacing: 0.2px;
  color: #fff;
  border: none;
  margin: 0;
}
.amasty_affiliate-account-widget .column.main #affiliate-widget-part {
  background: #FFFFFF;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  padding: 15px 20px 20px;
  margin: 0;
  height: 100%;
}
.amasty_affiliate-account-widget .column.main #affiliate-widget-part .legend {
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  color: #262626;
  border: none;
  padding: 0;
  margin-bottom: 11px !important;
}
.amasty_affiliate-account-widget .column.main #affiliate-widget-part #widget-area #affiliate-widget {
  width: 100% !important;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amasty_affiliate-account-widget .column.main #affiliate-widget-part #widget-area #affiliate-widget .widget-product {
  width: 32% !important;
  margin-bottom: 10px;
  text-align: center;
}
.amasty_affiliate-account-widget .column.main #affiliate-widget-part #widget-area #affiliate-widget .widget-product a {
  color: #9e73b9;
  font-size: 15px;
  line-height: 22px;
}
.amasty_affiliate-account-widget .column.main #affiliate-widget-part #widget-area #affiliate-widget .widget-product a:hover {
  text-decoration: none;
}
.amasty_affiliate-account-widget .column.main #affiliate-widget-part #copy-button {
  margin-top: 65px;
}
.amasty_affiliate-account-widget .column.main #affiliate-widget-part #copy-button button {
  background: #851b87;
  border-radius: 30px !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  padding: 13px 24px;
  letter-spacing: 0.2px;
  color: #fff;
  border: none;
  margin: 0;
  text-transform: uppercase;
}
.amasty_affiliate-account-setting .column.main {
  background: transparent !important;
  padding: 0;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 {
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.01);
  border-radius: 4px;
  padding: 15px 20px 20px;
  margin-left: 25px;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset {
  width: 100%;
  margin: 0;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .legend {
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  border: none;
  padding: 0;
  margin-bottom: 14px !important;
  color: #262626;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .config-v2 {
  margin-bottom: 15px;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .config-v2 input {
  border: 1px solid transparent;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .config-v2 input:hover,
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .config-v2 input:focus {
  border: 1px solid #9e73b9;
  box-shadow: none;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .field.choice {
  margin-bottom: 10px;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .field.choice .checkbox {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 17px;
  height: 17px;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .field.choice .checkbox:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .field.choice .checkbox:checked:before {
  background: #9e73b9;
  border: none;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .field.choice .checkbox:checked:after {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .field.choice .label {
  font-size: 13px;
  line-height: 22px;
  text-transform: capitalize;
  color: #262626;
  padding-left: 14px;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .field.choice.required .label a {
  color: #9e73b9;
  font-weight: bold;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .field.choice.required .label a:hover {
  text-decoration: none;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .actions-toolbar {
  margin: 0;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .actions-toolbar .primary {
  height: 50px;
}
.amasty_affiliate-account-setting .column.main .form-config-v2 .fieldset .actions-toolbar .primary .action.save.primary {
  background: #851b87;
  border-radius: 30px !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  padding: 13px 22px;
  letter-spacing: 0.2px;
  color: #fff;
  border: none;
  margin: 0;
}
.amasty_affiliate-account-traffic .column.main {
  background: transparent !important;
}
.amasty_affiliate-account-traffic .column.main .block {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #262626;
  margin-bottom: 35px;
}
.amasty_affiliate-account-traffic .column.main .block ~ .block {
  background: #FFFFFF;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}
.amasty_affiliate-account-traffic .column.main .block ~ .block .block-title {
  padding: 15px 20px 0;
  margin-bottom: 27px;
}
.amasty_affiliate-account-traffic .column.main .block ~ .block .block-title strong {
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  text-transform: capitalize !important;
  color: #262626;
}
.amasty_affiliate-account-traffic .column.main .block ~ .block .table-wrapper {
  padding: 0 20px 20px;
}
.amasty_affiliate-account-traffic .column.main .block ~ .block .table-wrapper data.table {
  margin: 0;
}
.customer-paymentinfo-index .column.main {
  background: transparent !important;
}
.customer-paymentinfo-index .manage-payment-method .block-content {
  padding: 0;
}
.customer-paymentinfo-index .manage-payment-method .block-content .box {
  background: #FFFFFF;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  margin: 0 !important;
  padding: 15px 20px;
}
.customer-paymentinfo-index .manage-payment-method .block-content .box .block-title {
  padding: 0 !important;
}
.customer-paymentinfo-index .manage-payment-method .block-content .box .block-title h2 {
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  color: #262626;
  text-transform: capitalize;
}
.review-customer-view .page-main .column.main {
  position: relative;
  background: #fff;
  padding: 0 20px 10px !important;
}
.review-customer-view .page-main .column.main .customer-review.view {
  display: flex;
}
.review-customer-view .page-main .column.main .customer-review.view .product-media {
  width: 30%;
  max-width: initial;
  float: none;
  margin: 0;
  padding-right: 30px;
}
.review-customer-view .page-main .column.main .customer-review.view .product-media .product-image-photo {
  margin: 0;
}
.review-customer-view .page-main .column.main .customer-review.view .review-info-wrap {
  width: 70%;
  padding: 20px 0;
}
.review-customer-view .page-main .column.main .customer-review.view .review-info-wrap .product-info .product-name {
  font-size: 26px;
  color: #262626;
  font-weight: 400;
  margin-bottom: 20px;
}
.review-customer-view .page-main .column.main .customer-review.view .review-info-wrap .product-info .rating-average-label {
  font-size: 13px;
  color: #666;
  font-weight: 400;
  display: block;
}
.review-customer-view .page-main .column.main .customer-review.view .review-info-wrap .product-info .product-reviews-summary .reviews-actions .action {
  color: #9676B5;
  font-size: 13px;
  font-weight: 400;
}
.review-customer-view .page-main .column.main .customer-review.view .review-info-wrap .product-info .product-reviews-summary .reviews-actions .action.view {
  color: #262626;
}
.review-customer-view .page-main .column.main .customer-review.view .review-details .title {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  text-transform: capitalize;
  color: #262626;
}
.review-customer-view .page-main .column.main .customer-review.view .review-details .customer-review-rating {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.review-customer-view .page-main .column.main .customer-review.view .review-details .review-title {
  margin: 0;
  background: #F9F9FB;
  padding: 25px 25px 0 30px;
}
.review-customer-view .page-main .column.main .customer-review.view .review-details .review-content {
  order: 3;
  margin: 0;
  background: #F9F9FB;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #262626;
  padding: 0 25px 25px 30px;
  word-break: break-word;
}
.review-customer-view .page-main .column.main .customer-review.view .review-details .review-date {
  order: 1;
  width: 100%;
  background: #F9F9FB;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #262626;
  padding-left: 30px;
  padding-right: 25px;
  padding-bottom: 10px;
  display: block;
}
.review-customer-view .page-main .column.main .customer-review.view .review-details .review-date .date {
  opacity: 0.4;
}
.review-customer-view .page-main .column.main .customer-review.view.bottom {
  padding-left: 24px;
  margin: 30px 0 35px;
}
@media screen and (max-width: 1199px) {
  .review-customer-view .page-main .column.main .customer-review.view.bottom {
    padding-left: 18px;
  }
}
.review-customer-view .page-main .column.main .customer-review.view.bottom .review-info-wrap {
  width: 100%;
  padding: 30px 40px;
  background: #fff;
  position: relative;
}
.review-customer-view .page-main .column.main .customer-review.view.bottom .review-info-wrap:before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 15px 20px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(0deg);
  position: absolute;
  top: -15px;
  left: 42px;
}
.review-customer-view .page-main .column.main .customer-review.view.bottom .review-info-wrap .review-details .title {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
}
.review-customer-view .page-main .column.main .customer-review.view.bottom .review-info-wrap .review-details .customer-review-rating {
  margin-bottom: 0;
  line-height: 13px;
}
.review-customer-view .page-main .column.main .customer-review.view.bottom .review-info-wrap .review-details .customer-review-rating .rating-label {
  font-size: 13px;
  color: #666666;
  font-weight: 400;
}
.review-customer-view .page-main .column.main .customer-review.view.bottom .review-info-wrap .review-details .review-title {
  font-size: 18px;
  font-weight: 700;
  color: #262626;
  padding: 0;
  margin-bottom: 5px;
  background: none;
}
.review-customer-view .page-main .column.main .customer-review.view.bottom .review-info-wrap .review-details .review-content {
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 5px;
  background: none;
}
.review-customer-view .page-main .column.main .customer-review.view.bottom .review-info-wrap .review-details .review-date {
  font-size: 13px;
  color: #666;
  padding: 0;
  font-weight: 400;
  background: none;
  margin-bottom: 25px;
}
.review-customer-view .page-main .column.main .customer-review.view.bottom .review-info-wrap .review-details .review-date .date {
  color: #BBBBBB;
}
.review-customer-view .page-main .column.main .actions-toolbar {
  display: none;
  margin: 0;
}
.review-customer-view .page-main .column.main .actions-toolbar .secondary a:hover {
  text-decoration: none;
}
.review-customer-view .page-main .column.main .actions-toolbar .secondary span {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #262626;
  opacity: 0.4;
  padding-left: 6px;
}
.review-customer-view .page-main .column.main .actions-toolbar .secondary:before {
  content: '\f060';
  font-family: 'Font Awesome 5 Pro';
  opacity: 0.4;
}
.review-customer-view .page-main .column.main .amreview-admin-answer.review-details {
  padding-left: 27px;
}
.review-customer-view .page-main .column.main .amreview-admin-answer.review-details .title {
  font-size: 24px;
  color: #666666;
  font-weight: 400;
  padding-left: 40px;
  position: relative;
}
.review-customer-view .page-main .column.main .amreview-admin-answer.review-details .title:before {
  content: '';
  background: url("../../frontend/Balltheme/balloon/en_US/images/arrow_account.svg") 0 0 no-repeat;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 8px;
}
.review-customer-view .page-main .column.main .amreview-admin-answer.review-details .amreview-text {
  font-size: 15px;
  color: #262626;
  font-weight: 400;
}
.page-footer #newsletter.mage-error {
  color: #f00;
}
.page-footer #newsletter-error {
  color: #f00 !important;
}
.amasty_affiliate-account-transaction .page-main .column.main .empty span {
  top: 50%;
}
.amasty_affiliate-account-transaction .page-main .column.main .empty:after {
  padding-bottom: 25%;
}
.amasty_affiliate-account-transaction .page-main .column.main .affiliate-balance-info .affiliate-price-field {
  padding: 30px 50px;
}
.amasty_affiliate-account-transaction .page-main .column.main .affiliate-balance-info .affiliate-price-field p:first-child {
  font-style: normal;
  font-weight: normal;
  font-size: 29px;
  line-height: 18px;
  color: #262626;
  padding-bottom: 12px;
}
.amasty_affiliate-account-transaction .page-main .column.main .affiliate-balance-info .affiliate-price-field p:last-child {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 8px;
  text-transform: uppercase;
  color: rgba(38, 38, 38, 0.4);
}
.amasty_affiliate-account-withdrawal .page-main .column.main {
  background: #F9F9FB;
}
.amasty_affiliate-account-withdrawal .page-main .column.main .group-with-v2 {
  padding: 15px;
  background: #fff;
  margin: 0 0 35px;
}
.amasty_affiliate-account-withdrawal .page-main .column.main .group-with-v2 .affiliate-balance-info {
  margin: 0 0 20px;
}
.amasty_affiliate-account-withdrawal .page-main .column.main .group-with-v2 .form .field .fieldset {
  margin-bottom: 0;
}
.amasty_affiliate-account-withdrawal .page-main .column.main .group-with-v2 .form .actions-toolbar {
  margin: 0;
  padding: 0;
}
.amasty_affiliate-account-withdrawal .page-main .column.main .group-with-v2 .form .actions-toolbar .primary .save {
  font-weight: bold;
  font-size: 12px;
  width: 100%;
  background: #851b87;
  border-radius: 30px !important;
  border: none;
  height: 50px;
}
.amasty_affiliate-account-withdrawal .page-main .column.main .group-with-v2 .form .config-v2 {
  width: 100%;
  margin-bottom: 10px;
}
.amasty_affiliate-account-withdrawal .page-main .column.main .group-with-v2 .form .config-v2 input {
  margin: 0;
}
.amasty_affiliate-account-withdrawal .page-main .column.main .message.info.empty {
  background: #fff;
  margin-bottom: 0;
}
.amasty_affiliate-account-withdrawal .page-main .column.main .message.info.empty:after {
  padding-bottom: 50%;
}
.amasty_affiliate-account-withdrawal .page-main .column.main .message.info.empty span {
  top: 50%;
}
.amasty_affiliate-account-withdrawal .page-main .column.main .message.info.empty .title {
  padding: 0 0 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  text-transform: capitalize;
  color: #262626;
  margin-top: 0;
  text-align: center;
}
.amasty_affiliate-account-withdrawal .page-main .column.main .message.info.empty .title:before {
  display: none;
}
.customer-account-edit .page-main .column.main {
  padding-bottom: 0;
}
.customer-account-edit .page-main .column.main .form-edit-account {
  padding: 15px 20px 20px;
}
.customer-account-edit .page-main .column.main .form-edit-account .info,
.customer-account-edit .page-main .column.main .form-edit-account .password {
  margin-bottom: 25px;
}
.customer-account-edit .page-main .column.main .form-edit-account .info .legend,
.customer-account-edit .page-main .column.main .form-edit-account .password .legend {
  padding-bottom: 15px;
  border: none;
  margin-bottom: 0 !important;
}
.customer-account-edit .page-main .column.main .form-edit-account .info .legend span,
.customer-account-edit .page-main .column.main .form-edit-account .password .legend span {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  text-transform: capitalize;
  color: #262626;
}
.customer-account-edit .page-main .column.main .form-edit-account .info .field.choice .label span,
.customer-account-edit .page-main .column.main .form-edit-account .password .field.choice .label span {
  padding-left: 10px;
}
.customer-account-edit .page-main .column.main .form-edit-account .info .field.choice .checkbox,
.customer-account-edit .page-main .column.main .form-edit-account .password .field.choice .checkbox {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 17px;
  height: 17px;
  top: 0;
}
.customer-account-edit .page-main .column.main .form-edit-account .info .field.choice .checkbox:before,
.customer-account-edit .page-main .column.main .form-edit-account .password .field.choice .checkbox:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
}
.customer-account-edit .page-main .column.main .form-edit-account .info .field.choice .checkbox:checked:before,
.customer-account-edit .page-main .column.main .form-edit-account .password .field.choice .checkbox:checked:before {
  background: #9e73b9;
  border: none;
}
.customer-account-edit .page-main .column.main .form-edit-account .info .field.choice .checkbox:checked:after,
.customer-account-edit .page-main .column.main .form-edit-account .password .field.choice .checkbox:checked:after {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.customer-account-edit .page-main .column.main .form-edit-account .info .field.choice .checkbox:focus,
.customer-account-edit .page-main .column.main .form-edit-account .password .field.choice .checkbox:focus {
  box-shadow: none;
}
.customer-account-edit .page-main .column.main .form-edit-account .password {
  margin-bottom: 30px;
}
.customer-account-edit .page-main .column.main .form-edit-account .password .password.current.config-v2 .input-text {
  margin-bottom: 0;
}
.customer-account-edit .page-main .column.main .form-edit-account .password .new.password.config-v2 .input-text {
  margin-bottom: 5px;
}
.customer-account-edit .page-main .column.main .form-edit-account .password .config-v2 .ffl-wrapper {
  margin-bottom: 0;
}
.customer-account-edit .page-main .column.main .form-edit-account .password .config-v2 .ffl-wrapper .password-weak,
.customer-account-edit .page-main .column.main .form-edit-account .password .config-v2 .ffl-wrapper .password-none {
  display: none;
}
.customer-account-edit .page-main .column.main .form-edit-account .password .config-v2 .ffl-wrapper .mage-error {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  text-transform: capitalize;
  color: #e02b27;
  opacity: 0.6;
}
.customer-account-edit .page-main .column.main .form-edit-account .password .config-v2 .ffl-wrapper div.mage-error {
  position: absolute;
  top: 100%;
}
.customer-account-edit .page-main .column.main .form-edit-account .password .config-v2 .ffl-wrapper #password-strength-meter-container {
  position: absolute;
  top: 100%;
}
.customer-account-edit .page-main .column.main .form-edit-account .password .config-v2 .ffl-wrapper #password-strength-meter-container .password-strength-meter {
  background: none;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  text-transform: capitalize;
  opacity: 0.6;
  padding-left: 0;
  padding-top: 5px;
}
.customer-account-edit .page-main .column.main .form-edit-account .password .config-v2 .ffl-wrapper #password-strength-meter-container .password-strength-meter:before {
  display: none;
}
.customer-account-edit .page-main .column.main .form-edit-account .confirm.password.config-v2 {
  transform: translatey(10px);
  margin-bottom: 0;
}
.customer-account-edit .page-main .column.main .form-edit-account .confirm.password.config-v2 .input-text {
  margin-bottom: 0;
}
.customer-account-edit .page-main .column.main .form-edit-account .password-info p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  text-transform: capitalize;
  color: #666;
  opacity: 0.6;
}
.customer-account-edit .page-main .column.main .form-edit-account .password-info a {
  min-width: 115px;
  width: auto;
  background: #851b87;
  border-radius: 30px !important;
  border: none;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 1 !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  margin-left: 15px;
}
.customer-account-edit .page-main .column.main .form-edit-account .password-info a:hover {
  background-color: #851b87;
  text-decoration: none;
}
.customer-account-edit .page-main .column.main .form-edit-account .actions-toolbar {
  justify-content: flex-end;
  display: flex;
  margin: 0 5px 0 0;
  padding: 0;
}
.customer-account-edit .page-main .column.main .form-edit-account .actions-toolbar .primary {
  padding: 0 !important;
}
.customer-account-edit .page-main .column.main .form-edit-account .actions-toolbar .primary .save {
  background: #851b87;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px !important;
  border: none;
  height: 50px;
  margin: 0;
  width: 115px;
}
.customer-account-edit .page-main .column.main .form-edit-account .actions-toolbar .secondary span {
  display: none;
}
.newsletter-manage-index .column.main {
  background: transparent !important;
}
.newsletter-manage-index .column.main .form-newsletter-manage {
  background: #FFFFFF;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  padding: 15px 20px 20px;
}
.newsletter-manage-index .column.main .form-newsletter-manage .fieldset {
  margin-bottom: 8px;
}
.newsletter-manage-index .column.main .form-newsletter-manage .fieldset .legend {
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  text-transform: capitalize;
  color: #262626;
  padding: 0;
  margin-bottom: 11px !important;
  border: none;
}
.newsletter-manage-index .column.main .form-newsletter-manage .fieldset .config-v2 {
  margin-bottom: 13px;
}
.newsletter-manage-index .column.main .form-newsletter-manage .fieldset .config-v2 .input-text {
  border: none;
  border: 1px solid transparent;
  margin: 0;
}
.newsletter-manage-index .column.main .form-newsletter-manage .fieldset .config-v2 .input-text:focus,
.newsletter-manage-index .column.main .form-newsletter-manage .fieldset .config-v2 .input-text:hover {
  border: 1px solid #9e73b9;
  box-shadow: none;
}
.newsletter-manage-index .column.main .form-newsletter-manage .fieldset .field.choice .checkbox {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 17px;
  height: 17px;
}
.newsletter-manage-index .column.main .form-newsletter-manage .fieldset .field.choice .checkbox:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
}
.newsletter-manage-index .column.main .form-newsletter-manage .fieldset .field.choice .checkbox:checked:before {
  background: #9e73b9;
  border: none;
}
.newsletter-manage-index .column.main .form-newsletter-manage .fieldset .field.choice .checkbox:checked:after {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.newsletter-manage-index .column.main .form-newsletter-manage .fieldset .field.choice .label {
  font-size: 13px;
  line-height: 23px;
  color: #262626;
  padding-left: 10px;
}
.newsletter-manage-index .column.main .form-newsletter-manage .actions-toolbar {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.newsletter-manage-index .column.main .form-newsletter-manage .actions-toolbar .primary {
  height: 50px;
}
.newsletter-manage-index .column.main .form-newsletter-manage .actions-toolbar .primary button {
  background: #851b87;
  border-radius: 30px !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  padding: 13px 22px;
  letter-spacing: 0.2px;
  color: #fff;
  border: none;
  margin: 0;
}
.newsletter-manage-index .column.main .form-newsletter-manage .actions-toolbar .secondary {
  display: none;
}
.credit-account-index .page-main .column.main {
  padding-bottom: 0;
  background: none;
}
.credit-account-index .page-main .column.main .credit__account {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.credit-account-index .page-main .column.main .credit__account .block {
  width: 100%;
}
.credit-account-index .page-main .column.main .credit__account .credit__account-balance,
.credit-account-index .page-main .column.main .credit__account .credit__account-blocks {
  padding: 20px 15px;
}
.credit-account-index .page-main .column.main .credit__account .block .block-title {
  padding: 0;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .credit-account-index .page-main .column.main .credit__account .block .block-title {
    margin: 0 0 30px;
  }
}
.credit-account-index .page-main .column.main .credit__account .block .block-title strong {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .credit-account-index .page-main .column.main .credit__account .block-content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .credit-account-index .page-main .column.main .credit__account .block-content .fieldset {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .credit-account-index .page-main .column.main .credit__account .block-content .field {
    margin: 0 0 25px !important;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .credit-account-index .page-main .column.main .credit__account .block-content .field input {
    margin: 0;
    height: 45px;
    border-radius: 5px !important;
  }
}
.credit-account-index .page-main .column.main .credit__account .block-content .field label {
  color: rgba(38, 38, 38, 0.6);
  font-size: 15px;
}
.credit-account-index .page-main .column.main .credit__account .block-content .field textarea::placeholder {
  color: rgba(38, 38, 38, 0.6);
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .credit-account-index .page-main .column.main .credit__account .block-content .field textarea {
    height: 100px;
    border-radius: 5px !important;
    border: 1px solid #e6e6e6;
  }
}
@media screen and (max-width: 767px) {
  .credit-account-index .page-main .column.main .credit__account .block-content .buttons-set {
    margin-top: -10px;
  }
}
.credit-account-index .page-main .column.main .credit__account .block-content .buttons-set .action.primary {
  float: none !important;
  transform: none !important;
  width: 100%;
  height: 47px !important;
  border-radius: 5px !important;
}
.credit-account-index .page-main .column.main .credit__account .credit__account-balance {
  order: 1;
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 0;
  width: calc(50% - 10px);
}
.credit-account-index .page-main .column.main .credit__account .credit__account-balance .block-content .config-content-title {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: rgba(38, 38, 38, 0.6);
}
@media screen and (max-width: 767px) {
  .credit-account-index .page-main .column.main .credit__account .credit__account-balance .block-content .config-content-title {
    text-align: center;
    font-size: 12px;
  }
}
.credit-account-index .page-main .column.main .credit__account .credit__account-balance .block-content .config-content-title b {
  color: black;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .credit-account-index .page-main .column.main .credit__account .credit__account-balance .block-content .config-content-title b {
    display: block;
    font-weight: bold;
  }
}
.credit-account-index .page-main .column.main .credit__account .credit__account-balance .block-content .content-add {
  margin-top: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: rgba(38, 38, 38, 0.6);
}
.credit-account-index .page-main .column.main .credit__account .credit__account-balance .block-content .credit__account-subscription {
  float: left;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .credit-account-index .page-main .column.main .credit__account .credit__account-balance .block-content .credit__account-subscription {
    float: none;
  }
}
.credit-account-index .page-main .column.main .credit__account .credit__account-balance .block-content .credit__account-subscription label {
  padding-left: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .credit-account-index .page-main .column.main .credit__account .credit__account-balance .block-content .credit__account-subscription label {
    font-weight: bold;
  }
}
.credit-account-index .page-main .column.main .credit__account .credit__account-balance .block-content .credit__account-subscription .checkbox {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 17px;
  height: 17px;
  top: 0;
}
.credit-account-index .page-main .column.main .credit__account .credit__account-balance .block-content .credit__account-subscription .checkbox:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
}
.credit-account-index .page-main .column.main .credit__account .credit__account-balance .block-content .credit__account-subscription .checkbox:checked:before {
  background: #9e73b9;
  border: none;
}
.credit-account-index .page-main .column.main .credit__account .credit__account-balance .block-content .credit__account-subscription .checkbox:checked:after {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.credit-account-index .page-main .column.main .credit__account .credit__account-balance .block-content .credit__account-subscription .checkbox:focus {
  box-shadow: none;
}
.credit-account-index .page-main .column.main .credit__account .credit__account-blocks {
  order: 2;
  background: #fff;
  padding: 15px 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  width: calc(50% - 10px);
  margin-left: 20px;
}
.credit-account-index .page-main .column.main .credit__account .credit__account-blocks li {
  width: 100%;
  margin: 0;
}
.credit-account-index .page-main .column.main .credit__account .credit__account-blocks li .credit__account-send2friend .block-content .message.required {
  margin-top: 15px;
}
.credit-account-index .page-main .column.main .credit__account .credit__account-blocks li .credit__account-send2friend .block-content .message.required .control textarea {
  padding: 10px 25px;
  border-radius: 20px;
  background: #F9F9FB;
  min-height: 100px;
}
.credit-account-index .page-main .column.main .credit__account .credit__account-blocks li .credit__account-send2friend .block-content .fieldset.general {
  display: flex;
  flex-direction: column;
}
.credit-account-index .page-main .column.main .credit__account .credit__account-blocks li .credit__account-send2friend .block-content .fieldset.general .config-v2.email {
  width: 100%;
}
.credit-account-index .page-main .column.main .credit__account .credit__account-blocks li .credit__account-send2friend .block-content .fieldset.general .config-v2.amount {
  width: 100%;
}
.credit-account-index .page-main .column.main .credit__account .credit__account-blocks li .credit__account-send2friend .block-content .buttons-set .primary {
  float: right;
  background: #851b87;
  border-radius: 30px;
  border: none;
  height: 50px;
  transform: translatey(-25px);
}
.credit-account-index .page-main .column.main .credit__account .block:nth-child(2) {
  order: 3;
  width: 100%;
  margin-bottom: 0;
  margin-top: 20px;
  background: #fff;
  padding: 15px 20px;
}
.credit-account-index .page-main .column.main .credit__account .block:nth-child(2) .block-content {
  padding-bottom: 0;
}
.credit-account-index .page-main .column.main .credit__account .block:nth-child(2) .block-content .table-wrapper.orders-recent .table-order-items tr th {
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  text-transform: capitalize;
  color: #262626;
}
.credit-account-index .page-main .column.main .credit__account .block:nth-child(2) .block-content .table-wrapper.orders-recent .table-order-items tr td {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #262626;
}
.credit-account-index .page-main .column.main .credit__account .block:nth-child(2) .block-content .table-wrapper.orders-recent .table-order-items tr td span {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #2FC36E;
}
.customer-address-form .column.main {
  padding: 0;
  background: transparent !important;
  margin-bottom: 80px;
}
.customer-address-form .column.main .form-address-edit {
  background: #FFFFFF;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  padding: 15px 20px 20px;
}
.customer-address-form .column.main .form-address-edit .fieldset {
  margin-bottom: 35px;
}
.customer-address-form .column.main .form-address-edit .fieldset .legend {
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  color: #262626;
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.customer-address-form .column.main .form-address-edit .fieldset .field {
  margin-bottom: 15px;
}
.customer-address-form .column.main .form-address-edit .fieldset .field.fax.config-v2 {
  margin: 0;
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .street.required.config-v2 input {
  margin-bottom: 15px;
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .group-edit-config-add {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .group-edit-config-add .region.config-v2 {
  width: 78%;
  margin-bottom: 0;
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .group-edit-config-add .region.config-v2 .validate-select {
  border: 1px solid transparent;
  padding-left: 21px;
  margin-bottom: 15px;
  background-image: url('../../frontend/Balltheme/balloon/en_US/images/select_arrow.png') !important;
  background-position: 95% 50% !important;
  background-repeat: no-repeat !important;
  padding-right: calc(5% + 15px);
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .group-edit-config-add .region.config-v2 .validate-select:hover,
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .group-edit-config-add .region.config-v2 .validate-select:focus {
  border: 1px solid #9e73b9;
  box-shadow: none;
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .group-edit-config-add .region.config-v2 input {
  margin-bottom: 15px;
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .group-edit-config-add .zip.required.config-v2 {
  width: 20%;
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .country.required.config-v2 .control.ffl-wrapper .ffl-label {
  top: 13px;
  font-size: 11px;
  line-height: 16px;
  opacity: 0.4;
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .country.required.config-v2 .control.ffl-wrapper select {
  padding-left: 21px;
  border: 1px solid transparent;
  transition: 0s;
  background-image: url('../../frontend/Balltheme/balloon/en_US/images/select_arrow.png') !important;
  background-position: 95% 50% !important;
  background-repeat: no-repeat !important;
  padding-right: calc(5% + 15px);
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .country.required.config-v2 .control.ffl-wrapper select:hover,
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .country.required.config-v2 .control.ffl-wrapper select:focus {
  border: 1px solid #9e73b9;
  box-shadow: none;
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .choice.billing,
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .choice.shipping {
  margin-bottom: 10px !important;
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .choice.billing input,
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .choice.shipping input {
  margin: 0;
  width: 17px;
  height: 17px;
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .choice.billing input:before,
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .choice.shipping input:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .choice.billing input:checked:before,
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .choice.shipping input:checked:before {
  background: #9e73b9;
  border: none;
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .choice.billing input:checked:after,
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .choice.shipping input:checked:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 8px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
  transform: rotate(45deg);
}
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .choice.billing .label,
.customer-address-form .column.main .form-address-edit .fieldset ~ .fieldset .choice.shipping .label {
  font-weight: normal;
  font-size: 13px;
  line-height: 23px;
  padding-left: 8px;
  color: #262626;
}
.customer-address-form .column.main .form-address-edit .actions-toolbar {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.customer-address-form .column.main .form-address-edit .actions-toolbar .primary {
  height: 50px;
  order: 2;
}
.customer-address-form .column.main .form-address-edit .actions-toolbar .primary .action.save.primary {
  margin: 0;
  background: #851b87;
  border-radius: 30px !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #fff;
  border: none;
}
.customer-address-form .column.main .form-address-edit .actions-toolbar .secondary {
  padding-right: 20px;
}
.customer-address-form .column.main .form-address-edit .actions-toolbar .secondary a {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  color: #9e73b9;
  font-weight: 700;
}
.customer-address-form .column.main .form-address-edit .actions-toolbar .secondary a:before {
  content: '\f30a';
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
  vertical-align: text-top;
}
.customer-address-form .column.main .form-address-edit .actions-toolbar .secondary a:hover {
  text-decoration: none;
}
.wishlist-index-index .page.messages {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.wishlist-index-index .page-main .column.main {
  background: #f9f9fb;
}
.wishlist-index-index .page-main .column.main #wishlist-form-validation {
  background: #f9f9fb;
}
@media screen and (min-width: 768px) {
  .wishlist-index-index .page-main .column.main #wishlist-form-validation {
    margin-top: -5px;
  }
}
.wishlist-index-index .page-main .column.main #wishlist-form-validation .linearize-table tr td {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.wishlist-index-index .page-main .column.main #wishlist-form-validation .linearize-table tr td .content-create-wl input {
  margin-bottom: 0 !important;
  transition: border-bottom 0.1s ease;
  display: block;
  box-shadow: none;
  outline: none;
  background: #f9f9fb;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  width: 100%;
  text-overflow: ellipsis;
  padding: 0 20px;
  height: 45px;
  font-size: 18px;
  font-weight: 400;
}
.wishlist-index-index .page-main .column.main #wishlist-form-validation .linearize-table tr td .content-create-wl input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
}
.wishlist-index-index .page-main .column.main #wishlist-form-validation .linearize-table tr td .primary {
  background: #851b87;
  border-radius: 100px !important;
  padding: 10px 30px;
  border: none;
  height: 45px;
}
.wishlist-index-index .page-main .column.main #wishlist-form-validation .linearize-table tr td .primary:hover {
  border: none;
}
.wishlist-index-index .page-main .column.main #wishlist-form-validation .linearize-table tr td .primary span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items {
  background: #fff;
  padding: 20px;
  margin-top: 40px;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabs {
  display: flex;
  background: #f9f9fb;
  border-radius: 100px;
  padding: 5px 5px;
  margin-bottom: 20px;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabs #result_output {
  display: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabs li {
  margin-right: 15px;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabs li:hover {
  background: #851b87;
  border-radius: 100px;
  padding: 0 25px;
  transition: 0.3s;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabs li:hover a {
  color: #fff;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabs .selected {
  background: #851b87;
  border-radius: 100px;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabs .selected a {
  color: #FFFFFF;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabs li a {
  background: none;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: rgba(38, 38, 38, 0.3);
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents {
  border: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .wltable {
  padding-top: 0 !important;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .editwl_link {
  display: flex;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .editwl_link .mwishlist_name {
  box-shadow: none;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  text-overflow: ellipsis;
  padding: 0 20px;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .editwl_link .edit_wishlist_button {
  background: #851b87;
  border-radius: 30px !important;
  padding: 7px 15px;
  margin: 0 15px;
  border: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .editwl_link .deletewl {
  background: #851b87;
  border-radius: 30px !important;
  padding: 7px 15px;
  border: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .editwl_link span {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items {
  display: grid;
  width: 100%;
  border: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item {
  width: 100%;
  border-top: 1px solid #F5F5F5;
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item {
    border-top: none;
    border-bottom: 1px solid #e8e8e8;
  }
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info {
  display: flex;
  width: 100%;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-photo {
  width: auto;
  margin-bottom: 0;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper {
  padding: 0 !important;
  height: auto;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper .product-image-photo {
  position: static;
  height: 330px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper .product-image-photo {
    height: 90px;
  }
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-reviews-summary {
  display: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .content-name-v2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: auto;
  padding-left: 20px;
  width: 40%;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .content-name-v2 .product-item-name {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: #262626;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .content-name-v2 .product-item-name:hover a {
  text-decoration: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .content-name-v2 .sku-w-list {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: rgba(38, 38, 38, 0.6);
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .content-name-v2 .qty-w-list {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: rgba(38, 38, 38, 0.6);
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .price-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: auto;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner {
  display: flex;
  position: relative;
  width: 40%;
  flex-direction: column;
  justify-content: center;
  margin-left: 25px;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box:hover {
  z-index: 1;
  transition: 0.5s;
  visibility: hidden;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box:hover ~ .product-item-actions.actions-tocart {
  z-index: 2;
  transition: 0.5s;
  display: block;
  transform: translateY(-50%);
  opacity: 1;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box:hover ~ .unavailable.stock {
  z-index: 2;
  transition: 0.5s;
  display: block;
  transform: translateY(-50%);
  opacity: 1;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart:hover {
  display: block;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s;
  opacity: 1;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .unavailable.stock:hover {
  display: block;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s;
  opacity: 1;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
  transition: 0.5s;
  margin-left: 0;
  left: -20px;
  background: #fff;
  border-radius: 100px !important;
  padding: 0 42px 0 10px;
  border: 1.5px solid #9e73b9;
  height: 35px;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box:before {
  content: '';
  position: absolute;
  width: 35px;
  border-radius: 50%;
  top: -1px;
  right: -2px;
  background: #9e73b9;
  height: 35px;
  z-index: 3;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box:after {
  content: "\f290";
  height: 31px;
  position: absolute;
  align-items: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  z-index: 10;
  top: 5px;
  right: 9px;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box .price-as-configured {
  margin: 0;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box:active {
  box-shadow: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box .price-label {
  display: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box .price-wrapper {
  line-height: 1em;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box .price-wrapper .price {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 1em;
  text-align: right;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #9e73b9;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .tooltip {
  opacity: 1;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-tooltip {
  top: 41px;
}
@media screen and (max-width: 767px) {
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-tooltip {
    position: relative;
    top: auto;
    margin: 10px 0;
  }
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-tooltip .action {
  font-size: 13px;
  line-height: 1em;
  position: static;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-tooltip .content {
  margin-top: 5px;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .edit,
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .copy_to_wishlist,
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .move_to_wishlist {
  display: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .btn-remove span {
  display: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .btn-remove:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  display: block;
  color: #9e73b9;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart {
  position: absolute;
  top: 50%;
  display: block;
  transform: translate(35%, -20px);
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
  left: -50px;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart .actions-primary .tocart {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  background: #9e73b9;
  border-radius: 100px !important;
  padding: 7px 12px 5px 10px;
  border: 1.5px solid #9e73b9;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart .actions-primary .tocart:active {
  box-shadow: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart .actions-primary .tocart span {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart .actions-primary .tocart span:before {
  content: "\f290";
  height: 31px;
  align-items: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 100;
  margin-right: 11px;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .unavailable.stock {
  position: absolute;
  top: 50%;
  display: block;
  transform: translate(35%, -20px);
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
  left: -50px;
  border-radius: 100px;
  border: 1.5px solid #f9f9fb;
  padding: 7px 12px 5px 10px;
  background: #f9f9fb;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .unavailable.stock span {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #666;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .unavailable.stock span:before {
  content: "\f290";
  height: 31px;
  align-items: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 100;
  margin-right: 11px;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30%;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset {
  margin: 0;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty {
  margin-bottom: 0;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-slider {
  margin-bottom: 0;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .control {
  display: flex;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .control .qty-config {
  width: 50px;
  border: 1px solid rgba(158, 115, 189, 0.2);
  border-radius: 80px;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .control .add-action.minus:before {
  content: "\f068";
  align-items: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 100;
  margin-right: 11px;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100%;
  color: #9e73b9;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .control .add-action.plus:after {
  content: "\f067";
  align-items: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 100;
  margin-left: 11px;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100%;
  color: #9e73b9;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart + .product-item-actions {
  position: absolute;
  right: 0;
  min-height: 50px;
  top: 55%;
  transform: translate(0, 0%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart + .product-item-actions a.btn-remove.action.delete {
  position: absolute;
  top: -15px;
  transform: translate(0px, -55%);
  right: 0;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart + .product-item-actions:hover a {
  text-decoration: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .comment-box {
  display: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .actions-toolbar {
  background: rgba(100, 177, 230, 0.1);
  border-radius: 0px 0px 8px 8px;
  border-radius: 100px;
  padding: 5px 0;
  margin-top: 20px;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .actions-toolbar .primary {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .actions-toolbar .primary button {
  border: none;
  background: none;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .actions-toolbar .primary button:hover {
  background: #851b87;
  border-radius: 30px;
  padding: 0 15px;
  transition: 0.3s;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .actions-toolbar .primary button:hover span {
  color: #fff;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .actions-toolbar .primary button span {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #9e73b9;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .actions-toolbar .primary .update {
  order: 3;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .actions-toolbar .primary .share_wishlist_button {
  order: 1;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .actions-toolbar .primary .tocart {
  order: 2;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .edit {
  display: initial !important;
  height: 100%;
}
.wishlist-index-share .page-main .column.main {
  padding-bottom: 0;
}
.wishlist-index-share .page-main .column.main .wishlist.share {
  padding: 20px;
}
.wishlist-index-share .page-main .column.main .wishlist.share .legend {
  border: none;
  padding-bottom: 0;
}
.wishlist-index-share .page-main .column.main .wishlist.share .legend span {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  text-transform: capitalize;
  color: #262626;
}
.wishlist-index-share .page-main .column.main .wishlist.share .field .control textarea {
  padding: 10px 25px;
  border-radius: 20px;
  background: #f9f9fb;
  min-height: 100px;
}
.wishlist-index-share .page-main .column.main .wishlist.share .actions-toolbar {
  padding-bottom: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wishlist-index-share .page-main .column.main .wishlist.share .actions-toolbar:after {
  display: none;
}
.wishlist-index-share .page-main .column.main .wishlist.share .actions-toolbar:before {
  display: none;
}
.wishlist-index-share .page-main .column.main .wishlist.share .actions-toolbar .primary .submit {
  text-align: center;
  width: 100%;
  background: #851b87;
  border-radius: 30px !important;
  border: none;
  height: 50px;
}
.wishlist-index-share .page-main .column.main .wishlist.share .actions-toolbar .primary:hover {
  border: none;
}
.wishlist-index-share .page-main .column.main .wishlist.share .actions-toolbar .primary span {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.wishlist-index-share .page-main .column.main .wishlist.share .actions-toolbar .secondary a {
  padding: 0 35px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  height: 50px;
  background: #851b87;
  border-radius: 30px;
  display: flex;
  align-items: center;
  min-width: 115px;
  width: auto;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .wishlist-index-share .page-main .column.main .wishlist.share .actions-toolbar .secondary a {
    margin: 0 auto;
    width: 50%;
  }
}
.wishlist-index-share .page-main .column.main .wishlist.share .actions-toolbar .secondary a:hover {
  text-decoration: none;
}
/*NSB-257 Quick order*/
.addmultiple-title h2 {
  background-color: transparent !important;
}
.quickod-wrapper .qod-product-table .headlist-title {
  background-color: transparent !important;
}
#item-action #delete-item {
  background-color: transparent !important;
}
#item-qty #action-qty #sub-qty,
#item-qty #action-qty #plus-qty {
  background-color: transparent !important;
}
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .copy_to_wishlist,
.wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .move_to_wishlist {
  display: inherit !important;
}
.wishlist_btns #wishlist_move {
  width: 100%;
  position: relative;
  left: 0 !important;
  background: #851b87;
  opacity: 1;
  border: 0;
  border-radius: 50px !important;
}
.account .amcorder-popup-block {
  font-family: Circe, sans-serif;
}
.account .amcorder-popup-block .modal-inner-wrap {
  max-width: 550px;
  background: #fff !important;
  padding: 0;
  -webkit-border-radius: 11px;
  -webkit-border-bottom-right-radius: 22px;
  -webkit-border-bottom-left-radius: 22px;
  -moz-border-radius: 11px;
  -moz-border-radius-bottomright: 22px;
  -moz-border-radius-bottomleft: 22px;
  border-radius: 11px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border: 0;
}
.account .amcorder-popup-block .modal-inner-wrap .modal-header {
  background: #9e73b9;
  padding: 3px 0;
}
.account .amcorder-popup-block .modal-inner-wrap .modal-header .modal-title {
  font-family: Circe, sans-serif;
  font-size: 18px;
  color: #fff;
}
.account .amcorder-popup-block .modal-inner-wrap .modal-header .action-close {
  display: none;
}
.account .amcorder-popup-block .modal-inner-wrap .modal-content {
  padding: 20px 13px 18px;
}
.account .amcorder-popup-block .modal-inner-wrap .modal-content .amcorder-notice {
  font-family: Circe, sans-serif;
  font-size: 11px;
  color: #9e73b9;
  border: 0;
  padding-bottom: 35px;
  text-align: justify;
}
.account .amcorder-popup-block .modal-inner-wrap .modal-content .amcorder-form .amcorder-label {
  font-family: Circe, sans-serif;
  font-size: 11px;
  color: #9e73b9;
  margin: 0 0 5px;
}
.account .amcorder-popup-block .modal-inner-wrap .modal-content .amcorder-form .amcorder-select {
  font-family: Circe, sans-serif;
  font-size: 11px;
  color: #9e73b9;
  border-color: #9e73b9;
  margin: 7px 0 13px;
}
.account .amcorder-popup-block .modal-inner-wrap .modal-footer {
  padding: 0 13px 18px;
  display: flex;
  justify-content: space-between;
}
.account .amcorder-popup-block .modal-inner-wrap .modal-footer:before,
.account .amcorder-popup-block .modal-inner-wrap .modal-footer:after {
  display: none;
}
.account .amcorder-popup-block .modal-inner-wrap .modal-footer .amcorder-button {
  font-family: Circe, sans-serif;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 0;
}
.account .amcorder-popup-block .modal-inner-wrap .modal-footer .amcorder-button.-primary {
  background: #fff;
  border-color: #851b87;
  color: #9e73b9;
}
.account .amcorder-popup-block .modal-inner-wrap .modal-footer .amcorder-button.-fill {
  background: #9e73b9;
  border-color: #9e73b9;
  color: #fff;
}
.account .page-title-wrapper {
  padding: 25px 10px 24px;
}
.account .page-title-wrapper .page-title {
  color: #666;
  font-weight: 700;
}
.amcompany-customer-account .my-credit-cards .action.delete {
  color: #9e73b9;
}
.amcompany-customer-account .my-credit-cards .action.delete:hover {
  color: #9e73b9;
}
.modal-popup.my-credit-cards-popup .modal-inner-wrap {
  border-radius: 8px;
  background: #fff !important;
  padding-left: 10px;
  border: 1px solid #e4e4e4;
  max-width: 50rem;
}
.modal-popup.my-credit-cards-popup .modal-inner-wrap div.modal-content {
  padding-right: 10px;
  text-align: center;
  font-size: 14px;
}
.modal-popup.my-credit-cards-popup .modal-inner-wrap .modal-footer {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.modal-popup.my-credit-cards-popup .modal-inner-wrap .modal-footer button {
  border-color: #851b87;
  background: none;
  color: #851b87;
  font-weight: 600;
  border-radius: 100px !important;
  padding: 0;
  width: 80px;
  line-height: 35px;
  display: block;
  margin-right: 0;
}
.modal-popup.my-credit-cards-popup .modal-inner-wrap .modal-footer button.action.primary {
  margin-right: 10px;
  background: #851b87;
  color: #fff;
}
.modal-popup.my-credit-cards-popup .modal-inner-wrap .modal-footer button:hover {
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .customer-account-login .page-wrapper .login-container {
    max-width: 460px;
    width: 100%;
    text-align: center;
    margin: 50px auto 0;
  }
  .customer-account-login .page-wrapper .login-container .block-customer-login {
    width: 100%;
  }
  .customer-account-create .page-title-wrapper {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
  }
  .customer-account-create .columns .column.main .form-create-account {
    max-width: 460px;
    width: 100%;
  }
  .customer-account-create .columns .column.main .form-create-account .fieldset.create {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
  }
  .customer-account-create .columns .column.main .form-create-account .fieldset.create .persistent {
    margin-top: 5px;
    margin-bottom: 10px !important;
  }
  .customer-account-create .columns .column.main .form-create-account .fieldset.create .field {
    margin-bottom: 15px;
  }
  .customer-account-create .columns .column.main .form-create-account .field.newsletter {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
  }
  .customer-account-create .columns .column.main .form-create-account .actions-toolbar {
    max-width: 460px;
    width: 100%;
    text-align: center;
    margin: 40px auto 0 !important;
    float: none;
  }
}
@media (max-width: 991px) {
  .wishlist-index-index .page-main .column.main #wishlist-form-validation .linearize-table tr td {
    justify-content: center;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items {
    margin-top: 0;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents {
    padding: 0;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .content-name-v2 {
    width: 30%;
    padding-left: 0;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner {
    width: 50%;
    margin-left: 0;
    padding-left: 10px;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box.price-final_price ~ .product-item-actions.actions-tocart .actions-primary .tocart {
    padding: 5px 10px;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box.price-final_price ~ .product-item-actions.actions-tocart .actions-primary .tocart span {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .account .amcorder-popup-block .modal-inner-wrap {
    height: auto;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart + .product-item-actions {
    min-height: 40px;
    top: 60%;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart + .product-item-actions a.action.edit {
    margin-top: 0 !important;
  }
  .cms-home main#maincontent {
    overflow-x: hidden;
  }
  .wishlist-index-index .page-main .column.main #wishlist-form-validation .linearize-table tr td {
    justify-content: center;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items {
    margin-top: 0;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents {
    padding: 0;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .content-name-v2 {
    width: 30%;
    padding-left: 0;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .content-name-v2 .product-item-name {
    margin-left: 0;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner {
    width: 50%;
    margin-left: 0;
    padding-left: 10px;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart .actions-primary {
    width: 100%;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart .actions-primary .tocart {
    width: 200px;
    padding: 5px 10px;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart .actions-primary .tocart span {
    font-size: 9px;
  }
  .customer-account-login .login-container {
    margin-top: 50px;
  }
  .customer-account-forgotpassword .column.main .form.password.forget {
    max-width: 100%;
  }
  .customer-account-forgotpassword .page-title-wrapper {
    margin: 0px 0 10px;
  }
  .customer-account-create .page-main {
    margin-top: 0px;
  }
  .customer-account-create .page-main {
    margin-top: 0px;
  }
  .customer-account-create .page-main h1.page-title {
    text-align: center;
  }
  .customer-account-create .page-main .page-title-wrapper .page-title span {
    font-size: 24px;
    line-height: 24px;
  }
  .customer-account-create .page-main .form-create-account .fieldset .required-config-field-password .ffl-wrapper .password-strength-meter {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    margin-right: 0;
    max-width: initial;
    padding: 15px;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .customer-account-create .page-main .form-create-account .actions-toolbar {
    margin: 10px auto 0 !important;
  }
  .title.block-collapsible-nav-title {
    box-shadow: none;
    border: 1px solid #f9f9fb;
    border-radius: 8px;
  }
  .title.block-collapsible-nav-title strong {
    color: #262626;
    font-weight: 300;
  }
  .block.block-collapsible-nav.amasty-affiliate-collapsible {
    box-shadow: none;
    border-radius: 8px;
  }
  .account .block-collapsible-nav .title:after {
    color: #262626;
  }
  .page-main > .page-title-wrapper .page-title {
    color: #262626;
  }
  .customer-account-index .page-main .columns .column.main {
    padding: 15px 0 !important;
  }
  .account .page-wrapper .block-dashboard-info .block-content .box-information {
    margin-right: 0;
    margin-bottom: 15px !important;
    border-radius: 8px;
  }
  .account .page-wrapper .block-dashboard-addresses .block-content .box-billing-address,
  .account .page-wrapper .block-addresses-default .block-content .box-billing-address {
    margin-right: 0;
    border-radius: 8px;
    margin-bottom: 15px !important;
  }
  .account .page-wrapper .block-dashboard-info .block-content .box-newsletter {
    border-radius: 8px;
  }
  .account .page-wrapper .block-dashboard-addresses .block-content .box {
    border-radius: 8px;
  }
  .account .page-wrapper .block-dashboard-addresses .block-content .box,
  .account .page-wrapper .block-addresses-default .block-content .box {
    margin-bottom: 15px !important;
  }
  .account .page-main .column.main .empty {
    position: relative;
    background: 0 0;
    text-align: center;
    margin: 0 0 50px;
    padding: 15px 0 0;
  }
  .account .page-main .column.main .empty:before {
    position: static;
    margin: 0 auto;
    transform: none;
  }
  .account .page-main .column.main .empty span {
    position: static;
  }
}
.block.account-nav {
  padding-bottom: 15px;
}
.block.account-nav .content {
  background: none;
  padding: 0;
}
.account .page-wrapper .account-nav {
  margin-bottom: 0;
}
div#instantsearch-area {
  width: 100%;
  position: relative;
}
div#instantsearch-area:after {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  margin-top: 0;
  font-size: 17px;
  color: #BABABB;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
}
div#instantsearch-area input.quickod-search-product {
  margin-bottom: 0;
  background: none;
  text-align: left;
  padding-left: 23px;
  background: #F9F9FB;
  border-radius: 100px;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: rgba(38, 38, 38, 0.3);
}
div#instantsearch-area input.quickod-search-product:focus {
  background: #F9F9FB;
}
div.quickod-wrapper .page-title h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  line-height: 43px;
  text-transform: capitalize;
  color: #262626;
  margin-bottom: 27px;
  margin-top: 0;
}
div.quickod-wrapper:hover {
  box-shadow: none;
}
div.quickod-wrapper .quickod-productlist {
  padding: 20px;
  display: flex;
  background: #fff;
  flex-direction: column;
  border-radius: 4px;
  margin-bottom: 32px;
}
div.quickod-wrapper .quickod-productlist .label span {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  text-transform: capitalize;
  color: #262626;
  margin-bottom: 7px;
}
div.quickod-wrapper .quickod-productlist .headlist-title {
  box-shadow: none;
  border-bottom: 1px solid #f5f5f5;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
div.quickod-wrapper .quickod-productlist .headlist-title span {
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  color: #262626;
  opacity: 0.4;
}
div.quickod-wrapper .quickod-productlist .headlist-title #image-product {
  width: 100%;
  max-width: 72px;
  display: block;
}
div.quickod-wrapper .quickod-productlist .headlist-title #title-action {
  width: 33px;
}
div.quickod-wrapper .quickod-productlist .qod-product-item {
  border-top: none;
  border-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.quickod-wrapper .quickod-productlist .qod-product-item * {
  color: #262626;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}
div.quickod-wrapper .quickod-productlist .qod-product-item .item-image {
  width: 100%;
  max-width: 72px;
}
div.quickod-wrapper .quickod-productlist .qod-product-item .item-image img {
  margin-left: 0;
  width: 72px;
  height: 72px;
  object-fit: contain;
}
div.quickod-wrapper .quickod-productlist .qod-product-item .item-product {
  padding-left: 20px;
  width: 35%;
}
div.quickod-wrapper .quickod-productlist .qod-product-item .item-qty-instock {
  width: 5%;
}
div.quickod-wrapper .quickod-productlist .qod-product-item .product-name {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
}
div.quickod-wrapper .quickod-productlist .qod-product-item .name-option a,
div.quickod-wrapper .quickod-productlist .qod-product-item .name-option a:hover {
  text-decoration: none;
}
div.quickod-wrapper .quickod-productlist .qod-product-item:hover {
  box-shadow: none;
  background: #f5f5f5;
}
div.quickod-wrapper .quickod-productlist .qod-product-item #item-qty {
  padding-top: 0;
}
div.quickod-wrapper .quickod-productlist .qod-product-item #item-qty #action-qty {
  align-items: center;
  width: 100%;
}
div.quickod-wrapper .quickod-productlist .qod-product-item #item-qty #action-qty #sub-qty,
div.quickod-wrapper .quickod-productlist .qod-product-item #item-qty #action-qty #display-qty,
div.quickod-wrapper .quickod-productlist .qod-product-item #item-qty #action-qty #plus-qty {
  padding: 0;
}
div.quickod-wrapper .quickod-productlist .qod-product-item #item-qty #action-qty #display-qty input {
  width: 50px;
  height: 30px;
  padding: 0;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #FDF0F3;
  box-sizing: border-box;
  border-radius: 100px;
}
div.quickod-wrapper .quickod-productlist .qod-product-item #item-qty #action-qty #sub-qty i,
div.quickod-wrapper .quickod-productlist .qod-product-item #item-qty #action-qty #plus-qty i {
  color: #851b87;
}
div.quickod-wrapper .quickod-productlist .addcart-checkout-list {
  background: none;
}
div.quickod-wrapper .instantsearch {
  height: auto;
  margin-bottom: 35px;
}
div.quickod-wrapper #item-action {
  width: max-content;
}
div.quickod-wrapper #item-action span {
  position: relative;
}
div.quickod-wrapper #item-action span i {
  color: #BABABB;
}
div.quickod-wrapper button#add-cart-list {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #9e73b9;
  background: none !important;
  border: none;
  box-shadow: none;
}
div.quickod-wrapper button#add-cart-list:before,
div.quickod-wrapper button#add-cart-list:after {
  display: none;
}
div.quickod-wrapper #checkout-list {
  background: #851b87;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  height: 50px;
  padding: 0 30px;
}
div.quickod-wrapper #checkout-list:hover {
  opacity: 0.8;
}
div.quickod-wrapper .addmultiple-title h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  line-height: 43px;
  text-transform: capitalize;
  color: #262626;
  box-shadow: none;
  margin: 0 0 32px;
  padding: 0;
}
div.quickod-wrapper .addlist-box {
  position: relative;
}
div.quickod-wrapper .addlist-box .input-text {
  margin-bottom: 17px;
}
div.quickod-wrapper .addlist-box #add-to-list {
  background: #851b87;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  height: 50px;
  float: right;
  margin: 0 !important;
  z-index: 10;
}
div.quickod-wrapper .addlist-box #add-to-list:hover {
  opacity: 0.8;
}
div.quickod-wrapper .add-via-file {
  padding: 20px;
  margin: 0;
}
div.quickod-wrapper .add-multiple p {
  font-size: 13px;
  line-height: 19px;
  color: rgba(38, 38, 38, 0.6);
}
div.quickod-wrapper .add-multiple p span {
  color: #262626;
}
div.quickod-wrapper .addmultiple-action {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.quickod-wrapper .addmultiple-action > div {
  width: calc((100% - 20px) / 2)!important;
  background: #fff;
  border-radius: 4px;
  border: none;
  margin: 0;
  padding: 20px;
  position: relative;
}
div.quickod-wrapper .addmultiple-action > div #add-skus,
div.quickod-wrapper .addmultiple-action > div #add-files {
  font-size: 19px !important;
  line-height: 28px;
  color: #262626;
}
div.quickod-wrapper .addmultiple-action #upcsvfile {
  margin: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
div.quickod-wrapper .addmultiple-addlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.quickod-wrapper .addmultiple-addlist button {
  margin-bottom: 20px;
}
div.quickod-wrapper #clear-list {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #9e73b9;
  background: none !important;
  border: none;
  box-shadow: none;
}
div.quickod-wrapper #clear-list:before,
div.quickod-wrapper #clear-list:after {
  display: none;
}
div.quickod-wrapper #upcsvfile {
  background: #851b87;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  height: 50px;
}
div.quickod-wrapper #upcsvfile:hover {
  opacity: 0.8;
}
div.quickod-wrapper #downloadcsvfile {
  display: flex;
  align-items: center;
  width: 100%;
}
div.quickod-wrapper #downloadcsvfile:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../frontend/Balltheme/balloon/en_US/images/csv 1.png") no-repeat center center;
  background-size: contain;
}
div.quickod-wrapper #downloadcsvfile a {
  margin-left: 7px;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  color: #9e73b9;
}
div.quickod-wrapper .qod-products {
  overflow-x: scroll;
}
div.quickod-wrapper .qod-product-table {
  min-width: 650px;
}
.wl-product-items ol.product-items {
  min-width: 650px;
}
.addcart-checkout-list #lazyload {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  margin-left: 0;
}
div.cms-page-error h1 {
  color: #9e73b9;
}
div.cms-page-error h2 {
  color: #262626;
}
div.cms-page-error a.button {
  background: #851b87;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  height: 50px;
}
div.cms-page-error a.button:hover {
  opacity: 0.8;
}
div.cms-page-error a.button:hover {
  background: #851b87;
}
div.cms-page-error a.button span {
  line-height: 50px;
}
#wishlist-view-form .actions-toolbar button {
  margin: 0;
}
@media (max-width: 1024px) {
  .ves-widget.widget-carousel.owlcarousel.block.slider-home {
    max-height: 320px;
  }
  .account-billing-agreements .actions-toolbar {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .account-billing-agreements .actions-toolbar .primary button {
    border-radius: 30px !important;
  }
  .table-wrapper.additional-addresses {
    overflow-x: scroll;
  }
  .customer-address-index .sidebar.sidebar-main {
    padding-right: 5px;
    width: 100%;
  }
  .customer-address-index .column.main {
    width: 100%;
  }
  .customer-address-index .table-wrapper .data.table thead tr th {
    padding: 14px 2px 12px;
    font-size: 10px;
  }
  .customer-address-index .table-wrapper .data.table tbody tr td {
    font-size: 12px;
    padding: 16px 2px 14px;
  }
  .block.block-dashboard-info .block-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .block.block-dashboard-info .block-content .box.box-information {
    width: 100% !important;
    margin: 0 0 20px !important;
    border-radius: 8px;
  }
  .block.block-dashboard-info .block-content .box.box-newsletter {
    width: 100% !important;
  }
  .block.block-dashboard-addresses .block-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .block.block-dashboard-addresses .block-content .box.box-billing-address {
    width: 100% !important;
    display: block;
    margin: 0 0 20px !important;
    border-radius: 8px;
  }
  .block.block-dashboard-addresses .block-content .box.box-shipping-address {
    width: 100% !important;
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  div.quickod-wrapper .addmultiple-action > div {
    width: 100% !important;
    margin: 12px 0;
  }
  div.quickod-wrapper .addmultiple-action > div.add-via-file {
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .wishlist-index-index .page-main .column.main #wishlist-form-validation .linearize-table tr td {
    flex-direction: column;
  }
  #wishlist-form-validation .content-create-wl {
    margin-bottom: 15px;
  }
  #wishlist-form-validation .content-create-wl input {
    max-width: 100% !important;
  }
  #wishlist-view-form .actions-toolbar {
    background: none;
    margin: 0;
  }
  #wishlist-view-form .actions-toolbar .primary {
    flex-direction: column;
  }
  #wishlist-view-form .actions-toolbar .primary button {
    background: rgba(100, 177, 230, 0.1);
    border-radius: 100px;
    padding: 10px 0;
    margin-top: 10px;
  }
  button.action.primary.create-wl {
    margin: 0 !important;
  }
}
.mst-rma-view .opc-progress-bar-item._active > span:after {
  content: counter(i);
  counter-increment: i;
}
.account-billing-agreements .actions-toolbar {
  display: flex;
  align-items: center;
}
.account-billing-agreements .actions-toolbar .primary {
  margin: 0 15px 0 0;
}
.account-billing-agreements .actions-toolbar .primary .action {
  margin: 0;
}
.account-billing-agreements .actions-toolbar .secondary .back {
  line-height: 1em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .wl-product-items {
    overflow: initial;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .wl-product-items ol.product-items {
    min-width: initial;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info {
    display: block;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-photo {
    width: 20%;
    float: left;
    margin: 0;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .content-name-v2 {
    width: 80%;
    float: right;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner {
    position: static;
    width: 100%;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box {
    display: none;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart {
    position: static;
    display: block;
    z-index: 1;
    transform: none;
    opacity: 1;
    margin: 10px 0 20px;
    width: calc(100% - 100px);
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart:hover {
    transform: none;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart .actions-primary {
    text-align: left;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart {
    position: static;
    transform: none;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart + .product-item-actions {
    position: static;
    transform: none;
    justify-content: flex-start;
  }
  .wishlist-index-index .page-main .column.main .form-wishlist-items .tabcontents .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart + .product-item-actions a.btn-remove.action.delete {
    top: 0;
    transform: none;
  }
}
.quickod-wrapper.quickod-main-page .qod-products {
  overflow: auto;
}
.quickod-wrapper.quickod-main-page .render-wraper {
  min-height: initial;
  max-height: initial;
}
.trevipay_magento-customer-index .modal-inner-wrap {
  background: #fff !important;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  max-width: 50rem;
}
.trevipay_magento-customer-index .modal-inner-wrap .modal-content {
  border-bottom: 1px solid #e6e6e6;
}
.trevipay_magento-customer-index .modal-inner-wrap .modal-content .modal-body-content h2 {
  margin-top: 0;
}
.trevipay_magento-customer-index .modal-inner-wrap .modal-content .modal-body-content p {
  font-size: 14px;
}
.trevipay_magento-customer-index .modal-inner-wrap .modal-footer {
  border: none !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.trevipay_magento-customer-index .modal-inner-wrap .modal-footer .action {
  font-weight: 600;
  border-radius: 100px !important;
  display: block;
}
.trevipay_magento-customer-index .modal-inner-wrap .modal-footer .action.secondary {
  background: #fff;
  color: #851b87;
  border: none;
  padding: 0;
}
.trevipay_magento-customer-index .modal-inner-wrap .modal-footer .action.primary {
  margin-right: 20px;
  background: #851b87;
  color: #fff;
  border: none;
  padding: 0 30px;
  height: 50px;
  font-size: 15px;
}
.trevipay_magento-customer-index .columns .column.main {
  padding: 0 20px 40px !important;
}
.trevipay_magento-customer-index .columns .column.main .block-content {
  font-size: 15px;
}
.trevipay_magento-customer-index .columns .column.main .action.primary {
  background: #851b87;
  border-radius: 100px !important;
  padding: 10px 30px;
  border: none;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  font-size: 15px;
  font-weight: bold;
}
.trevipay_magento-customer-index .trevipay-apply-wrapper {
  padding: 0;
  border: none;
}
.trevipay_magento-customer-index .trevipay-apply-wrapper .trevipay-apply-header {
  border-bottom: 1px solid #e6e6e6;
}
.trevipay_magento-customer-index .trevipay-apply-wrapper .trevipay-apply-header .trevipay-apply-nologo {
  font-weight: bold;
  display: none;
}
.trevipay_magento-customer-index .trevipay-apply-wrapper .trevipay-apply-header .trevipay-apply-title {
  font-size: 14px;
}
.trevipay_magento-customer-index .trevipay-apply-wrapper .trevipay-apply-header .trevipay-apply-link {
  background: #851b87;
  border-radius: 100px;
  padding: 10px 30px;
  border: none;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  font-size: 15px;
}
.trevipay_magento-customer-index .trevipay-apply-wrapper .trevipay-apply-section .trevipay-apply-section-title {
  color: #851b87;
}
.trevipay_magento-customer-index .trevipay-apply-wrapper .trevipay-apply-section-howitworks .trevipay-apply-section-content .trevipay-apply-how-it-works-arrow {
  background-color: #851b87;
}
.trevipay_magento-customer-index .trevipay-apply-wrapper .trevipay-apply-section-howitworks .trevipay-apply-section-content .trevipay-apply-how-it-works-arrow:before {
  top: -7px;
  right: -1px;
}
.trevipay_magento-customer-index .trevipay-apply-wrapper .trevipay-apply-section-howitworks .trevipay-apply-section-content .trevipay-apply-how-it-works-arrow:after {
  background-image: none;
  background-color: #851b87;
}
.trevipay_magento-customer-index .forget-me-link {
  position: static;
}
.trevipay_magento-customer-index .forget-me-link a.action.view {
  color: #851b87;
}
.cms-credit-line-details .page-main .pagebuilder-button-secondary {
  background: #851b87;
  border-radius: 100px;
  padding: 10px 30px;
  border: none;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  div.quickod-wrapper .qod-product-table {
    min-width: initial;
  }
  div.quickod-wrapper .quickod-productlist .headlist-title {
    display: none;
  }
  div.quickod-wrapper .quickod-productlist .qod_item {
    position: relative;
  }
  div.quickod-wrapper .quickod-productlist .qod-product-item {
    display: block;
  }
  div.quickod-wrapper .quickod-productlist .qod-product-item .item-image {
    width: 20%;
    float: left;
  }
  div.quickod-wrapper .quickod-productlist .qod-product-item .item-product {
    width: 80%;
    float: right;
    padding: 0 20px 0 0;
  }
  div.quickod-wrapper .quickod-productlist .qod-product-item .item-sku {
    clear: both;
    width: 100%;
    margin: 20px 0;
  }
  div.quickod-wrapper .quickod-productlist .qod-product-item .item-sku:before {
    content: 'Sku:';
    display: inline-block;
    color: #999;
    font-size: 13px;
  }
  div.quickod-wrapper .quickod-productlist .qod-product-item #item-qty-instock {
    float: left;
    margin: 0 10px 0 0;
  }
  div.quickod-wrapper .quickod-productlist .qod-product-item #item-qty {
    width: auto !important;
    margin: 0 15px 0 0;
  }
  div.quickod-wrapper .quickod-productlist .qod-product-item #item-action {
    position: absolute;
    top: 0;
    right: 0;
  }
  div.quickod-wrapper .quickod-productlist .qod-product-item .item-subtotal {
    width: auto !important;
  }
}
.customer-account-createpassword .form.password.reset .actions-toolbar {
  overflow: hidden;
  margin: 0;
}
.customer-account-createpassword .form.password.reset .actions-toolbar .primary {
  width: 50%;
}
@media screen and (max-width: 568px) {
  .customer-account-createpassword .form.password.reset .actions-toolbar .primary {
    width: 100%;
  }
}
.customer-account-createpassword .form.password.reset .actions-toolbar .primary .action {
  float: none;
  background: #851b87;
  border-radius: 30px !important;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #fff;
  border: none;
  width: 100%;
}
.wishlist-shared-index .shared.wishlist .table.data.wishlist .actions .tocart {
  background: #851b87;
  border: none;
  color: #fff;
  font-weight: 600;
  margin-right: 15px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
}
.wishlist-shared-index .shared.wishlist .actions-toolbar {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
.wishlist-shared-index .shared.wishlist .actions-toolbar .action.tocart {
  border: none;
  border-radius: 30px !important;
  background: #851b87;
}
.wishlist-shared-index .shared.wishlist .actions-toolbar .action.tocart:hover {
  background: #851b87;
}
.wishlist-shared-index .shared.wishlist .actions-toolbar .action.back {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .account .sidebar-main {
    padding-right: 30px;
  }
  .account .sidebar .block {
    margin-bottom: 30px;
  }
  .account .sidebar .block:last-child {
    margin-bottom: 0;
  }
  .account .page-footer {
    margin-top: 95px;
  }
  .account .block .block-content {
    padding: 20px 0;
  }
}
.aw_credit_limit-balance-index .admin__data-grid-pager-wrap {
  display: flex;
  padding: 0 15px;
}
.aw_credit_limit-balance-index .admin__data-grid-pager-wrap .selectmenu {
  align-self: center;
  border-color: #841f87;
  margin-right: 15px;
}
.aw_credit_limit-balance-index .admin__data-grid-pager-wrap .selectmenu .selectmenu-value input {
  width: 60px;
  height: 25px;
  border: none;
  color: #841f87;
}
.aw_credit_limit-balance-index .admin__data-grid-pager-wrap .selectmenu .selectmenu-toggle {
  width: 25px;
  padding: 0;
  background: #9e73b9;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aw_credit_limit-balance-index .admin__data-grid-pager-wrap .selectmenu .selectmenu-toggle:before {
  display: none;
}
.aw_credit_limit-balance-index .admin__data-grid-pager-wrap .selectmenu .selectmenu-toggle:after {
  position: static;
  border-color: #fff transparent transparent transparent;
}
.aw_credit_limit-balance-index .admin__data-grid-pager-wrap .admin__control-support-text {
  margin: 0;
  color: #841f87;
}
.aw_credit_limit-balance-index .admin__data-grid-pager-wrap .admin__data-grid-pager {
  display: flex;
  align-items: center;
  margin: 0 0 0 15px;
}
.aw_credit_limit-balance-index .admin__data-grid-pager-wrap .admin__data-grid-pager button {
  width: 33px;
  height: 27px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9e73b9;
}
.aw_credit_limit-balance-index .admin__data-grid-pager-wrap .admin__data-grid-pager button:before {
  color: #fff;
}
.aw_credit_limit-balance-index .admin__data-grid-pager-wrap .admin__data-grid-pager button.action-previous {
  margin-right: 15px;
}
.aw_credit_limit-balance-index .admin__data-grid-pager-wrap .admin__data-grid-pager input {
  width: 33px;
  height: 27px;
  color: #841f87;
  border-color: #841f87;
  margin-right: 5px;
}
.aw_credit_limit-balance-index .admin__data-grid-pager-wrap .admin__data-grid-pager .admin__control-support-text {
  color: #841f87;
}
.aw_credit_limit-balance-index .admin__data-grid-wrap {
  overflow-x: auto;
}
@media screen and (max-width: 639px) {
  .amasty_quote-account-index .table-wrapper.quotes-history .table-quote-items td {
    padding: 15px !important;
    display: flex !important;
    justify-content: space-between;
    font-weight: bold;
  }
}
.amsociallogin-social-accounts .column.main {
  background: none !important;
}
.amsociallogin-social-accounts .column.main .amsl-accounts {
  align-items: center;
  background: #fff;
  padding: 20px;
}
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block {
  margin: 0;
}
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block:first-child .legend {
  margin: 0 0 45px;
}
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block:last-child .legend {
  margin: 0 0 15px;
  text-align: center;
}
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block .legend {
  color: #841f87;
  border: none;
  line-height: 1em;
}
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper {
  max-width: 343px;
}
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper .amsl-linked {
  height: 40px;
}
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper .amsl-linked:last-child {
  margin-bottom: 0;
}
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper .amsl-linked .amsl-button.-apple,
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper .amsl-linked .amsl-button.-google {
  box-shadow: -2px 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper .amsl-linked .amsl-unlink {
  background-color: #841f87;
}
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block .amsl-social-login {
  background: none;
}
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block .amsl-social-login .amsl-buttons {
  padding: 0;
  justify-content: center;
}
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block .amsl-social-login .amsl-buttons .amsl-button-wrapper {
  margin: 0 15px;
}
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block .amsl-social-login .amsl-buttons .amsl-button-wrapper .amsl-button {
  box-shadow: none;
}
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block .amsl-social-login .amsl-buttons .amsl-button-wrapper .amsl-button.-apple,
.amsociallogin-social-accounts .column.main .amsl-accounts .amsl-accounts-block .amsl-social-login .amsl-buttons .amsl-button-wrapper .amsl-button.-google {
  box-shadow: -3px 2px 2px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.sales-order-history .table-order-items td[data-th="RMA"] {
  width: 175px;
}
.sales-order-history .table-order-items td[data-th="RMA"] .button {
  font-size: 14px;
  background: #9e73b9;
  color: #fff;
}
.sales-order-history .table-order-items .amcorder-button.-link {
  color: #9e73b9;
}
.sales-order-view .page-main .column.main,
.sales-order-shipment .page-main .column.main,
.rma-rma-order .page-main .column.main {
  padding: 0 15px !important;
}
.sales-order-view .page-main .column.main .page-title-wrapper .order-actions-toolbar,
.sales-order-shipment .page-main .column.main .page-title-wrapper .order-actions-toolbar,
.rma-rma-order .page-main .column.main .page-title-wrapper .order-actions-toolbar {
  margin: 0;
}
.sales-order-view .page-main .column.main .page-title-wrapper .actions,
.sales-order-shipment .page-main .column.main .page-title-wrapper .actions,
.rma-rma-order .page-main .column.main .page-title-wrapper .actions {
  display: flex;
  margin: 0;
}
.sales-order-view .page-main .column.main .page-title-wrapper .actions .action,
.sales-order-shipment .page-main .column.main .page-title-wrapper .actions .action,
.rma-rma-order .page-main .column.main .page-title-wrapper .actions .action {
  margin: 0 15px 0 0;
  float: none;
  background: #9e73b9;
  padding: 8px 14px;
  border-radius: 30px;
  color: #fff;
}
.sales-order-view .page-main .column.main .page-title-wrapper .actions .action:hover,
.sales-order-shipment .page-main .column.main .page-title-wrapper .actions .action:hover,
.rma-rma-order .page-main .column.main .page-title-wrapper .actions .action:hover {
  background: #851b87;
  text-decoration: none;
}
.sales-order-view .page-main .column.main .order-links .item,
.sales-order-shipment .page-main .column.main .order-links .item,
.rma-rma-order .page-main .column.main .order-links .item {
  margin-right: 20px;
}
.sales-order-view .page-main .column.main .order-links .item:last-child,
.sales-order-shipment .page-main .column.main .order-links .item:last-child,
.rma-rma-order .page-main .column.main .order-links .item:last-child {
  margin: 0;
}
.sales-order-invoice .order-details-items.invoice .order-title .action,
.sales-order-shipment .order-details-items.invoice .order-title .action,
.sales-order-view .order-details-items.invoice .order-title .action,
.sales-order-creditmemo .order-details-items.invoice .order-title .action,
.rma-rma-order .order-details-items.invoice .order-title .action,
.sales-order-invoice .order-details-items.shipments .order-title .action,
.sales-order-shipment .order-details-items.shipments .order-title .action,
.sales-order-view .order-details-items.shipments .order-title .action,
.sales-order-creditmemo .order-details-items.shipments .order-title .action,
.rma-rma-order .order-details-items.shipments .order-title .action,
.sales-order-invoice .order-details-items.ordered .order-title .action,
.sales-order-shipment .order-details-items.ordered .order-title .action,
.sales-order-view .order-details-items.ordered .order-title .action,
.sales-order-creditmemo .order-details-items.ordered .order-title .action,
.rma-rma-order .order-details-items.ordered .order-title .action,
.sales-order-invoice .order-details-items.creditmemo .order-title .action,
.sales-order-shipment .order-details-items.creditmemo .order-title .action,
.sales-order-view .order-details-items.creditmemo .order-title .action,
.sales-order-creditmemo .order-details-items.creditmemo .order-title .action,
.rma-rma-order .order-details-items.creditmemo .order-title .action {
  margin: 0 0 0 15px;
  float: none;
  background: #9e73b9;
  padding: 8px 14px;
  border-radius: 30px;
  color: #fff;
}
.sales-order-invoice .order-details-items.invoice .order-title .action:hover,
.sales-order-shipment .order-details-items.invoice .order-title .action:hover,
.sales-order-view .order-details-items.invoice .order-title .action:hover,
.sales-order-creditmemo .order-details-items.invoice .order-title .action:hover,
.rma-rma-order .order-details-items.invoice .order-title .action:hover,
.sales-order-invoice .order-details-items.shipments .order-title .action:hover,
.sales-order-shipment .order-details-items.shipments .order-title .action:hover,
.sales-order-view .order-details-items.shipments .order-title .action:hover,
.sales-order-creditmemo .order-details-items.shipments .order-title .action:hover,
.rma-rma-order .order-details-items.shipments .order-title .action:hover,
.sales-order-invoice .order-details-items.ordered .order-title .action:hover,
.sales-order-shipment .order-details-items.ordered .order-title .action:hover,
.sales-order-view .order-details-items.ordered .order-title .action:hover,
.sales-order-creditmemo .order-details-items.ordered .order-title .action:hover,
.rma-rma-order .order-details-items.ordered .order-title .action:hover,
.sales-order-invoice .order-details-items.creditmemo .order-title .action:hover,
.sales-order-shipment .order-details-items.creditmemo .order-title .action:hover,
.sales-order-view .order-details-items.creditmemo .order-title .action:hover,
.sales-order-creditmemo .order-details-items.creditmemo .order-title .action:hover,
.rma-rma-order .order-details-items.creditmemo .order-title .action:hover {
  background: #851b87;
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .sales-order-invoice .order-pager-wrapper-bottom,
  .sales-order-shipment .order-pager-wrapper-bottom,
  .sales-order-view .order-pager-wrapper-bottom,
  .sales-order-creditmemo .order-pager-wrapper-bottom,
  .rma-rma-order .order-pager-wrapper-bottom {
    display: block;
  }
}
.sales-order-shipment .order-details-items .order-title > strong {
  display: block;
}
.sales-order-shipment .order-details-items.shipments .order-title .action {
  margin: 15px 15px 0 0;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .sales-order-invoice .order-details-items.invoice .order-title > strong {
    display: block;
  }
  .sales-order-invoice .order-details-items.invoice .order-title .action {
    float: left;
    clear: both;
    margin: 10px 0 0 0;
  }
  .sales-order-view .page-main .column.main .page-title-wrapper .actions {
    display: block;
  }
  .sales-order-view .page-main .column.main .page-title-wrapper .actions .action {
    float: left;
    clear: both;
    margin: 10px 0 0 0;
  }
  .sales-order-view .block-order-details-comments {
    clear: both;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .account .page-title-wrapper .page-title {
    margin: 40px 0 0 0 !important;
  }
}
.sales-order-creditmemo .column.main .order-details-items.creditmemo .actions-toolbar {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sales-order-creditmemo .column.main .order-details-items.creditmemo .actions-toolbar .action {
  margin: 0 15px 0 0;
  float: none;
  background: #9e73b9;
  padding: 0 14px;
  border-radius: 30px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
}
.sales-order-creditmemo .column.main .order-details-items.creditmemo .actions-toolbar .action span {
  text-transform: capitalize;
}
.sales-order-creditmemo .column.main .order-details-items.creditmemo .actions-toolbar .action:hover {
  background: #851b87;
  text-decoration: none;
}
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.sales-order-creditmemo .column.main .order-actions-toolbar {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sales-order-creditmemo .column.main .order-actions-toolbar .actions {
  display: flex;
  flex-wrap: wrap;
}
.sales-order-creditmemo .column.main .order-actions-toolbar .actions .action {
  margin: 0 15px 15px 0;
  float: none;
  background: #9e73b9;
  padding: 0 14px;
  border-radius: 30px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
}
.sales-order-creditmemo .column.main .order-actions-toolbar .actions .action span {
  text-transform: capitalize;
}
.sales-order-creditmemo .column.main .order-actions-toolbar .actions .action:hover {
  background: #851b87;
  text-decoration: none;
}
.rma-rma-order .column.main .order-actions-toolbar {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  text-align: center;
}
.rma-rma-order .column.main .order-actions-toolbar .actions {
  display: flex;
}
.rma-rma-order .column.main .order-actions-toolbar .actions .action {
  margin: 0 15px 0 0;
  float: none;
  background: #e76b8a;
  padding: 0 14px !important;
  border-radius: 30px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
}
.rma-rma-order .column.main .order-actions-toolbar .actions .action span {
  text-transform: capitalize;
}
.rma-rma-order .column.main .order-actions-toolbar .actions .action:hover {
  background: #e76b8a;
  text-decoration: none;
}
.sales-order-view .page-main .column.main .actions-toolbar {
  margin: 0;
}
.sales-order-view .page-main .column.main .actions-toolbar .amcorder-button {
  min-width: initial;
  color: #9e73b9;
  margin-left: 15px;
}
.sales-order-view .page-main .column.main .actions-toolbar .secondary {
  padding: 0;
}
.sales-order-view .page-main .column.main .table-order-items .col.name {
  padding-left: 0 !important;
}
.sales-order-view .page-main .column.main .block-title {
  padding: 0;
}
.msts_invoiceme-customer-index .column.main .block-dashboard-info .action {
  background: #851b87;
  border-radius: 30px !important;
  border: none;
  height: 50px;
  width: 50%;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-align: center;
}
.msts_invoiceme-customer-index .column.main .block-dashboard-info .action:hover {
  background: #851b87;
}
.account.rma-rma-list .column.main {
  padding: 0 20px !important;
}
.account.rma-rma-list .column.main .page-title-wrapper {
  float: none !important;
}
.account.rma-rma-list .column.main .order-title {
  overflow: hidden;
  margin: 0 0 20px;
}
.account.rma-rma-list .column.main .order-title .button {
  background: #851b87;
  border-radius: 100px !important;
  padding: 10px 30px;
  border: none;
  height: 45px;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}
.account.rma-rma-new .column.main {
  padding: 0 20px !important;
}
.account.rma-rma-new .column.main .ui-mst-rma__create-rma .field select {
  height: 40px;
  max-width: initial;
  width: calc(100% - 80px);
}
.account.rma-rma-new .column.main .ui-mst-rma__create-rma .field button {
  height: 40px;
  font-weight: bold;
  background: #851b87;
  color: #fff;
  font-size: 15px;
  border: none;
  width: 70px;
  margin-left: 10px;
}
.account.rma-rma-new .column.main .ui-mst-rma__create-rma .field button.active {
  box-shadow: none;
}
.account.rma-rma-new .column.main .ui-rma-order-container .mst-rma-create__order-header .remove {
  color: #9e73b9;
}
.account.rma-rma-new .column.main .ui-rma-order-container .message.info a {
  color: #9e73b9;
}
.account.rma-rma-new .column.main .block-content .field .label span {
  color: #666;
  font-weight: bold;
  font-size: 13px;
}
.account.rma-rma-new .column.main .block-content .field .control textarea {
  background: none;
  border: 1px solid #e6e6e6;
}
.account.rma-rma-new .column.main .block-content .field .control input[type="file"] {
  background: none;
}
.account.rma-rma-new .column.main .actions-toolbar {
  margin: 0 0 20px;
  padding: 0;
}
.account.rma-rma-new .column.main .actions-toolbar .primary {
  padding: 0;
}
.account.rma-rma-new .column.main .actions-toolbar .primary .action {
  background: #851b87;
  border-radius: 100px !important;
  padding: 10px 30px;
  border: none;
  height: 45px;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}
.account.rma-rma-new .column.main .rma-one-item .item-options {
  min-width: 280px;
}
@media screen and (max-width: 768px) {
  .account.rma-rma-new .column.main .rma-one-item .item-options {
    min-width: 230px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .account.rma-rma-new .column.main .rma-one-item .item-description {
    width: 100%;
  }
}
.account.rma-rma-new .column.main .rma-one-item .item-description .ui-rma-item-checkbox {
  margin: 0;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.account.rma-rma-new .column.main .rma-one-item .item-description .ui-rma-item-checkbox:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
}
.account.rma-rma-new .column.main .rma-one-item .item-description .ui-rma-item-checkbox:checked:before {
  background: #9e73b9;
  border: none;
}
.account.rma-rma-new .column.main .rma-one-item .item-description .ui-rma-item-checkbox:checked:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 8px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
  transform: rotate(45deg);
}
.account.rma-rma-new .column.main .rma-one-item .item-description label {
  cursor: pointer;
}
.account.rma-rma-view .column.main {
  padding: 0 20px !important;
}
.account.rma-rma-view .column.main .mst-rma-view .opc-progress-bar .opc-progress-bar-item {
  margin: 0 10px;
}
.account.rma-rma-view .column.main .mst-rma-view .mst-rma__status {
  background-color: rgba(158, 115, 185, 0.5);
  color: #333;
  font-size: 16px;
  border: 2px solid #851b87;
  font-weight: bold;
}
.account.rma-rma-view .column.main .mst-rma-view .rma-control-buttons {
  display: block;
  max-width: 500px;
}
@media screen and (min-width: 568px) {
  .account.rma-rma-view .column.main .mst-rma-view .rma-control-buttons {
    display: flex;
    margin: 0 -10px 20px;
  }
}
.account.rma-rma-view .column.main .mst-rma-view .rma-control-buttons button {
  width: 100%;
  height: 45px;
  color: #fff;
  border: none;
  border-radius: 100px !important;
  padding: 10px 30px;
  margin: 0 0 20px;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (min-width: 568px) {
  .account.rma-rma-view .column.main .mst-rma-view .rma-control-buttons button {
    width: 50%;
    margin: 0 10px;
  }
}
.account.rma-rma-view .column.main .mst-rma-view .rma-control-buttons button:first-child {
  background: #9e73b9;
}
.account.rma-rma-view .column.main .mst-rma-view .rma-control-buttons button:last-child {
  background: #851b87;
}
.account.rma-rma-view .column.main .mst-rma-view .mst-rma-block._align-top {
  align-self: normal;
}
.account.rma-rma-view .column.main .mst-rma-view .mst-rma-block .mst-rma__message .field textarea {
  background: none;
  border: 1px solid #e6e6e6;
}
.account.rma-rma-view .column.main .mst-rma-view .mst-rma-block .mst-rma__message .field input[type="file"] {
  background: none;
}
.account.rma-rma-view .column.main .mst-rma-view .mst-rma-block .mst-rma__message .actions-toolbar {
  margin: 0;
  padding: 0;
}
.account.rma-rma-view .column.main .mst-rma-view .mst-rma-block .mst-rma__message .actions-toolbar .primary {
  padding: 0;
}
.account.rma-rma-view .column.main .mst-rma-view .mst-rma-block .mst-rma__message .actions-toolbar .primary .action {
  background: #851b87;
  border-radius: 100px !important;
  padding: 10px 30px;
  border: none;
  height: 35px;
}
.account.rma-rma-view .column.main .mst-rma-view .mst-rma-block .mst-rma__history .mst-rma__message.__system {
  border: 1px solid #851b87;
  color: #333;
  background-color: rgba(158, 115, 185, 0.5);
}
.amrewards-index-index .page-main .column.main {
  padding: 0 20px !important;
}
.amrewards-index-index .page-main .column.main .field.choice {
  display: flex;
}
.amrewards-index-index .page-main .column.main .field.choice input {
  margin: 0;
  width: 17px;
  height: 17px;
}
.amrewards-index-index .page-main .column.main .field.choice input:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
}
.amrewards-index-index .page-main .column.main .field.choice input:checked:before {
  background: #9e73b9;
  border: none;
}
.amrewards-index-index .page-main .column.main .field.choice input:checked:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 8px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
  transform: rotate(45deg);
}
.amrewards-index-index .page-main .column.main .field.choice .label {
  font-weight: normal;
  font-size: 13px;
  line-height: 23px;
  padding-left: 8px;
  color: #262626;
}
.amrewards-index-index .page-main .column.main .action.save {
  background: #851b87;
  border-radius: 100px !important;
  padding: 10px 30px;
  border: none;
  height: 45px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
.quickorder-index-index div.quickod-wrapper .quickod-productlist .headlist-title span {
  opacity: 1;
}
.quickorder-index-index div.quickod-wrapper div#instantsearch-area input.quickod-search-product {
  color: #666;
}
.quickorder-index-index div.quickod-wrapper div#instantsearch-area input.quickod-search-product::placeholder {
  color: #262626;
}
.quickorder-index-index div.quickod-wrapper .add-multiple textarea {
  padding: 10px;
  color: #666;
  background: #F9F9FB;
}
.quickorder-index-index div.quickod-wrapper .add-multiple textarea::placeholder {
  color: #262626;
}
.quickorder-index-index div.quickod-wrapper .add-multiple p {
  font-size: 14px !important;
  color: #262626;
}
@media screen and (max-width: 568px) {
  .quickorder-index-index .autocomplete-suggestion .product-name {
    margin: 0 0 10px;
  }
  .quickorder-index-index .autocomplete-suggestion .product-name a {
    margin: 0 0 10px;
    line-height: 1em;
    display: inline-block;
  }
}
.quickorder-index-index .autocomplete-suggestion .product-name .add-to-cart {
  box-shadow: none;
}
@media screen and (max-width: 568px) {
  .quickorder-index-index .autocomplete-suggestion .product-name .add-to-cart {
    position: static;
    margin: 0;
  }
}
.quickorder-index-index .autocomplete-suggestion .product-price {
  font-size: 13px;
}
.quickorder-index-index .autocomplete-suggestion .product-des .short-des {
  font-size: 12px;
  color: #262626;
}
.account .page-main .fieldset .field .input-text,
.account .page-main .fieldset .field select {
  background: #FAFAFA;
  height: 60px !important;
  color: #262626;
  border: 1px solid #E4E4E4;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
}
.account .page-main .fieldset .field .input-text {
  transition: ease all 500ms;
}
.account .page-main .fieldset .field .input-text:hover,
.account .page-main .fieldset .field .input-text:focus {
  border: 1px solid #9e73b9;
  box-shadow: none;
}
.account .page-main .fieldset .field select {
  -webkit-appearance: none;
  background-image: url('../../frontend/Balltheme/balloon/en_US/images/select_arrow.png') !important;
  background-position: 95% 50% !important;
  background-repeat: no-repeat !important;
  padding-right: calc(5% + 15px);
  border: none;
  box-shadow: none;
  margin: 0 0 15px;
}
.sales-order-view .block-order-details-comments {
  margin: 0;
}
.sales-order-view .order-details-items {
  padding: 0;
}
.sales-order-view .order-details-items .order-items {
  margin: 0;
}
.sales-order-view .order-details-items .table-order-items {
  margin: 0;
}
.sales-order-view .order-placed {
  margin: 0 0 10px 0;
}
.sales-order-view .block-order-comment {
  margin-top: -40px;
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
@media screen and (max-width: 639px) {
  .sales-order-view .page-main .column.main .table-order-items .col {
    padding: 10px 0 0 10px;
  }
  .sales-order-view .page-main .column.main .table-order-items.table:not(.cart):not(.totals) tfoot > tr:first-child th,
  .sales-order-view .page-main .column.main .table-order-items.table:not(.cart):not(.totals) tfoot > tr:first-child td {
    float: left;
  }
  .sales-order-view .page-main .column.main .table-order-items.table:not(.totals):not(.table-comparison) tfoot th {
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .sales-order-view .order-details-items .order-items .data.table.table-order-items thead .col.subtotal {
    text-align: right;
  }
}
.customer-account-create .field .ffl-wrapper label.ffl-label,
.customer-account-edit .field .ffl-wrapper label.ffl-label,
.customer-account-create .field .ffl-wrapper label.ffl-label,
.customer-account-edit .field .ffl-wrapper label.ffl-label {
  z-index: 1 !important;
}
.block-minicart {
  margin-top: 0 !important;
  min-width: 540px !important;
}
.block-minicart:before {
  display: none !important;
}
.block-minicart:after {
  display: none !important;
}
.block-minicart .subtotal .label {
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #9e73b9;
  font-weight: 600 !important;
}
.block-minicart .subtotal .price-container .price-wrapper span {
  font-style: normal;
  font-size: 23px !important;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #9e73b9 !important;
}
.block-minicart .block-content .actions .primary button {
  background: #E76B8A;
  border-radius: 100px !important;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.block-minicart .block-content .close {
  position: absolute;
  top: -10px;
  left: -30px;
  background: none;
  text-decoration: none;
  opacity: 1;
  display: none !important;
}
.block-minicart .block-content .close:hover:before {
  color: #979797;
  background: #fff;
  border: 1px solid #979797;
}
.block-minicart .block-content .close:before {
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  width: 20px;
  border-radius: 50%;
  color: #fff;
  background: #979797;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
}
.block-minicart .block-content .minicart-items-wrapper {
  border: none;
  padding-top: 0;
  max-height: 341px !important;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 17px;
  height: 100% !important;
  overflow-y: auto;
  margin-right: -15px;
}
.block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar {
  width: 8px !important;
}
.block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
}
.block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: rgba(94, 87, 87, 0.11);
  border-radius: 10px;
}
.block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: rgba(94, 87, 87, 0.11);
  border-radius: 10px;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items {
  padding: 20px 0 0;
  border-top: 1px solid #f5f5f5;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #f5f5f5;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item {
  padding-bottom: 0;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details {
  padding-left: 12px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  position: relative;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .custom-name {
  max-width: 175px;
  width: 100%;
  padding-right: 6px;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .custom-name .stock-minicart {
  padding-bottom: 20px;
  display: none;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .actions .primary {
  visibility: hidden;
  position: absolute;
  right: 0;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .secondary .delete:before {
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  font-size: 20px;
  color: #851b87;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing {
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
  max-width: 240px;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .sku-minicart span {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: rgba(38, 38, 38, 0.6);
  width: auto;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .sku-minicart span:hover {
  color: #59AFEA;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .details-qty.qty {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  position: relative;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .details-qty.qty .update-cart-item.minus {
  font-size: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: transparent;
  position: relative;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .details-qty.qty .update-cart-item.minus:before {
  content: "\f068";
  position: absolute;
  color: #E76B8A;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  top: 30px;
  left: 17px;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .details-qty.qty .update-cart-item.plus {
  font-size: 24px;
  position: relative;
  color: transparent;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .details-qty.qty .update-cart-item.plus span:before {
  content: "\f067";
  position: absolute;
  color: #E76B8A;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  top: 18px;
  left: 5px;
  font-weight: 400;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .details-qty.qty input {
  width: 48px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #FDF0F3;
  margin-right: 0;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .details-qty.qty button {
  border: none;
  background: transparent;
  font-size: 20px;
  color: #851b87;
  font-weight: 400;
  padding: 7px 10px;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .details-qty.qty .update-cart-item {
  background: #9e73b9;
  z-index: 999;
  color: #FFFFFF;
  font-size: 14px;
  padding: 4px 7px;
  margin-right: 6px;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .details-qty.qty .update-cart-item:hover {
  background: #851b87;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .price-container {
  order: 3;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .price-container .price {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: #851b87;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-name a {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #262626;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-name a:hover {
  color: #851b87 !important;
  text-decoration: none;
}
.block-minicart .subtitle.empty {
  height: 35px;
}
.minicart-wrapper.active .block-minicart {
  z-index: 99999;
  border-radius: 8px;
  padding-bottom: 0;
  margin-right: -50px;
  border: 0;
}
#top-cart-btn-checkout {
  height: 45px;
  padding-top: 11px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #851b87;
}
#minicart-content-wrapper .block-content {
  padding-bottom: 5px;
  padding-top: 0;
}
#minicart-content-wrapper .block-title {
  display: block !important;
}
#minicart-content-wrapper .block-title strong span {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 20px;
  text-transform: capitalize;
  color: #9e73b9;
}
.subtotal.config-icon {
  display: flex;
}
.subtotal.config-icon .label:after {
  display: none;
}
.subtotal.config-icon .amount.price-container {
  flex: auto;
}
.block-minicart .block-content > .actions {
  margin-top: 10px !important;
}
.minicart-wrapper .product .actions {
  margin: 0 !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13px;
  position: relative;
}
.minicart-wrapper .action.showcart.active {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  z-index: 99999;
  background: #fff;
  padding-top: 20px;
  margin-top: -20px;
}
.minicart-wrapper.f-right.active {
  position: relative;
  z-index: 99999;
  background: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.eb-content.end-js:before {
  display: none !important;
}
.minicart-warp.sticky-item .minicart-wrapper.f-right.active {
  width: 100%;
}
.minicart-warp.sticky-item .minicart-wrapper.f-right.active > a {
  text-align: center;
  width: 100%;
}
.minicart-warp.sticky-item .minicart-wrapper.f-right.active > a span.w-item {
  width: 100%;
}
aside.modal-popup.confirm._show {
  z-index: 99999 !important;
}
.modal-popup.confirm .modal-inner-wrap {
  border-radius: 8px;
  background: #fff !important;
  padding-left: 10px;
  border: 1px solid #e4e4e4;
}
.modal-popup.confirm .modal-inner-wrap div.modal-content {
  padding-right: 10px;
  text-align: center;
  font-size: 14px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer button {
  border-color: #851b87;
  background: none;
  color: #851b87;
  font-weight: 600;
  border-radius: 100px;
  padding: 0;
  width: 80px;
  line-height: 35px;
  display: block;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer button.action-accept {
  margin-right: 10px;
  background: #851b87;
  color: #fff;
}
.minicart-wrapper .product .actions > .secondary {
  position: absolute;
  right: -5px;
}
span.product-image-container .product-image-wrapper .product-image-photo {
  object-fit: contain;
  height: 100%;
}
.minicart-wrapper.f-right {
  width: 100% !important;
  text-align: center !important;
}
.minicart-wrapper.f-right > a {
  text-align: center;
  width: 100%;
  display: block;
}
.minicart-wrapper.f-right > a span.w-item {
  width: 100%;
}
.modal-inner-wrap .modal-header .action-close {
  top: 0;
  right: 0;
  background: none;
}
.modal-inner-wrap .modal-header .action-close:before {
  color: #851b87;
  font-size: 14px;
}
#minicart-content-wrapper {
  display: block;
}
.actions .secondary a.action.viewcart {
  font-size: 16px;
  padding-bottom: 10px;
  display: block;
  color: #851b87;
  font-weight: bold;
}
@media (min-width: 991px) {
  .minicart-wrapper .action.showcart.active {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .minicart-items .update-cart-item {
    margin-top: 0px !important;
  }
  .minicart-warp.sticky-item .minicart-wrapper.f-right.active > a {
    width: 44px;
  }
  .page-header .minicart-warp .minicart-wrapper .block-minicart {
    top: 47px;
    min-width: auto !important;
    width: calc(100% - 20px);
    padding: 32px 18px 40px;
    margin-right: 9px;
    position: fixed;
  }
  .block-minicart .block-content .minicart-items-wrapper .minicart-items .product {
    position: relative;
  }
  .block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details {
    flex-direction: column;
    position: static;
    padding-left: 20px;
    max-width: 204px;
  }
  .block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .custom-name {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    padding-top: 15px;
  }
  .block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .custom-name .sku-minicart {
    padding-bottom: 0;
  }
  .block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing {
    width: 100%;
    max-width: 100%;
  }
  .block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .details-qty.qty {
    height: 48px;
  }
  .block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .details-qty.qty .update-cart-item.minus {
    padding-left: 0px;
    padding-right: 0px;
  }
  .block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-pricing .details-qty.qty .update-cart-item.minus:before {
    left: 0px;
  }
  .block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product.actions {
    position: absolute;
    right: 0;
    top: 50%;
  }
  .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item {
    padding-bottom: 10px;
  }
  .page-header .minicart-warp .minicart-wrapper .action.showcart {
    right: 40px !important;
    width: 44px;
  }
  #minicart-content-wrapper {
    position: relative;
  }
  #minicart-content-wrapper .block-title {
    margin-bottom: 23px;
  }
  .block-minicart .block-content .close {
    top: auto;
    left: 0;
    bottom: -28px;
    width: 100%;
    text-align: center;
    opacity: 1;
  }
  .block-minicart .block-content .close:before {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #59AFEA;
    width: 100%;
    border-radius: initial;
    background: transparent;
    content: "Continue Shopping";
    font-family: Circe;
  }
}
@media (max-height: 700px) {
  #minicart-content-wrapper .block-content {
    height: 100%;
  }
  .minicart-wrapper #minicart-content-wrapper {
    height: 100%;
  }
  .block-minicart .block-content .minicart-items-wrapper {
    height: calc(100% - 190px);
    max-height: 163px !important;
  }
}
.braintree-applepay-minicart {
  display: none;
}
.googlepay-minicart-logo {
  display: none;
}
body.checkout-index-index .search-wrapper,
body.checkout-index-index .setting-wrapper,
body.checkout-index-index .ves-menutop {
  display: block !important;
}
body.checkout-index-index .page-header {
  margin-bottom: 40px !important;
}
body.checkout-index-index .authentication-wrapper {
  display: none;
}
body.checkout-index-index .page-wrapper {
  background: #F9F9FB;
}
body.checkout-index-index .page-header .header-content {
  background: #fff;
}
body.checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
  background: #851b87;
}
body.checkout-index-index #shipping-new-address-form .ffl-label,
body.checkout-index-index .checkout-billing-address .ffl-label {
  font-size: 18px;
  font-weight: 500 !important;
  color: #b3b3b3 !important;
}
body.checkout-index-index #shipping-new-address-form .input-text,
body.checkout-index-index .checkout-billing-address .input-text,
body.checkout-index-index #shipping-new-address-form textarea,
body.checkout-index-index .checkout-billing-address textarea,
body.checkout-index-index #shipping-new-address-form select,
body.checkout-index-index .checkout-billing-address select {
  background: #FAFAFA;
  height: 60px !important;
  color: #262626;
  border: 1px solid #E4E4E4;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
}
body.checkout-index-index #shipping-new-address-form .input-text:hover,
body.checkout-index-index .checkout-billing-address .input-text:hover,
body.checkout-index-index #shipping-new-address-form textarea:hover,
body.checkout-index-index .checkout-billing-address textarea:hover,
body.checkout-index-index #shipping-new-address-form select:hover,
body.checkout-index-index .checkout-billing-address select:hover,
body.checkout-index-index #shipping-new-address-form .input-text:focus,
body.checkout-index-index .checkout-billing-address .input-text:focus,
body.checkout-index-index #shipping-new-address-form textarea:focus,
body.checkout-index-index .checkout-billing-address textarea:focus,
body.checkout-index-index #shipping-new-address-form select:focus,
body.checkout-index-index .checkout-billing-address select:focus {
  border: 1px solid #9e73b9;
  box-sizing: border-box;
}
body.checkout-index-index #checkout .opc-wrapper {
  width: calc(60% - 40px);
  padding: 40px 0;
  border-radius: 8px;
  background: #fff;
  margin-right: 40px;
  position: relative;
  min-height: initial !important;
}
body.checkout-index-index #checkout .opc-wrapper .step-content {
  margin-bottom: 0;
}
body.checkout-index-index #checkout .opc-wrapper .ffl-wrapper {
  padding-bottom: 10px;
}
body.checkout-index-index #checkout .opc-wrapper .ffl-wrapper input.mage-error ~ .mage-error,
body.checkout-index-index #checkout .opc-wrapper .ffl-wrapper input ~ .field-error {
  position: relative;
}
body.checkout-index-index #checkout .opc-wrapper .ffl-wrapper .ffl-label {
  top: calc(50% - 10px);
}
body.checkout-index-index #checkout .opc-wrapper .ffl-wrapper.ffl-floated .ffl-label {
  top: 13px;
}
body.checkout-index-index .field.save-address {
  display: flex;
  align-items: center;
}
body.checkout-index-index .field.save-address .checkbox {
  appearance: none;
  position: relative;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #9e73b9;
  border-radius: 3px;
}
body.checkout-index-index .field.save-address .checkbox:checked {
  background: #9e73b9;
}
body.checkout-index-index .field.save-address .checkbox:checked:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 5;
}
body.checkout-index-index .field.save-address .label {
  margin-top: 5px;
  margin-bottom: 0;
}
body.checkout-index-index #authnetcim-save {
  appearance: none;
  position: relative;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #9e73b9;
  border-radius: 3px;
  margin-top: 0;
}
body.checkout-index-index #authnetcim-save:checked {
  background: #9e73b9;
}
body.checkout-index-index #authnetcim-save:checked:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 5;
}
body.checkout-index-index .checkout-shipping-address {
  padding: 0 40px;
}
body.checkout-index-index .opc-sidebar {
  margin: 0;
  background: #fff;
  padding: 32px 40px;
  width: 40%;
  left: initial;
  border: 1px solid #9676B5;
  box-shadow: 0 34px 44px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
body.checkout-index-index .opc-sidebar #discount-form div.mage-error {
  position: absolute;
  bottom: 0;
  left: 26px;
  margin: 0;
}
body.checkout-index-index .opc-sidebar #discount-form .ffl-label {
  top: calc(50% - 10px);
}
body.checkout-index-index .opc-sidebar #discount-form .ffl-wrapper {
  padding-bottom: 10px;
}
body.checkout-index-index .opc-sidebar #discount-form .ffl-wrapper.ffl-floated .ffl-label {
  top: 13px;
}
body.checkout-index-index .opc-block-summary {
  background: #fff;
  padding: 0;
}
body.checkout-index-index .opc-block-summary .table.table-totals .grand .amount {
  position: relative;
}
body.checkout-index-index .opc-block-summary .table.table-totals .grand .amount strong {
  display: block;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}
body.checkout-index-index .opc-block-summary .items-in-cart > .title {
  display: none;
}
body.checkout-index-index .opc-block-summary .details-qty {
  margin-top: 5px;
}
body.checkout-index-index .opc-block-summary .details-qty span {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #9676B5;
}
body.checkout-index-index .opc-block-summary .product-item .subtotal {
  display: none;
}
body.checkout-index-index .opc-block-summary .product-item-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  text-transform: capitalize;
  color: #262626;
  margin: 0;
}
body.checkout-index-index .opc-block-summary .items-in-cart .product {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.checkout-index-index .opc-block-summary .items-in-cart .product .product-image-container {
  margin-right: 20px;
  display: flex;
  align-items: center;
  max-width: max-content;
  background: #FFFFFF;
  border: 2px solid #9E73B9;
  border-radius: 5px;
  padding: 5px 10px;
  width: 70px !important;
  height: 75px !important;
}
body.checkout-index-index .opc-block-summary .items-in-cart .product .product-image-container img {
  max-height: 60px;
  width: auto;
  object-fit: contain;
}
body.checkout-index-index .opc-block-summary .items-in-cart .product .product-item-inner {
  margin: 0;
}
body.checkout-index-index .opc-block-summary .items-in-cart .product .subtotal {
  display: none;
}
body.checkout-index-index .opc-block-summary .items-in-cart .product .product-item-details {
  padding-left: 0;
}
body.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
  padding: 0;
}
body.checkout-index-index .opc-block-summary .product-item {
  margin: 0;
  padding: 20px 0;
  border-top: none;
  border-bottom: 1px solid #EEEEF0;
}
body.checkout-index-index .opc-block-summary .totals.discount {
  color: #851b87;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
body.checkout-index-index .opc-block-summary .totals.discount .amount {
  font-weight: bold;
}
body.checkout-index-index .opc-block-summary .content.minicart-items {
  display: block !important;
}
body.checkout-index-index .opc-progress-bar {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #EEEEF0;
  margin: 0 40px 28px;
}
body.checkout-index-index .opc-progress-bar .opc-progress-bar-item {
  margin-right: 7rem;
}
body.checkout-index-index .ffl-wrapper input,
body.checkout-index-index .ffl-wrapper input[type="email"] {
  border: none;
}
body.checkout-index-index .ffl-wrapper input:hover,
body.checkout-index-index .ffl-wrapper input[type="email"]:hover,
body.checkout-index-index .ffl-wrapper input:focus,
body.checkout-index-index .ffl-wrapper input[type="email"]:focus {
  border: 1px solid #9e73b9 !important;
}
body.checkout-index-index .payment-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 0 40px;
}
body.checkout-index-index .checkout-payment-method .step-title {
  margin-bottom: 10px;
  padding-bottom: 0;
  width: 100%;
  border: none;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  text-transform: capitalize;
  color: #262626;
}
body.checkout-index-index .checkout-payment-method .ccard .number .input-text {
  width: 100%;
}
body.checkout-index-index .checkout-payment-method .payment-method {
  width: 100%;
  margin-bottom: 16px;
}
body.checkout-index-index .checkout-payment-method .payment-method.payment-method-braintree .hosted-control {
  padding: 0 15px;
}
body.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-title {
  border: 2px solid #9e73b9;
  position: relative;
}
body.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-title:after {
  content: '';
  background: url("../../frontend/Balltheme/balloon/en_US/images/choice.png") no-repeat center;
  background-size: contain;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: -1px;
  right: -2px;
}
body.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content {
  border-radius: 0 0 8px 8px;
  margin-top: 20px;
  z-index: 1;
  width: 100%;
  left: 0;
  padding: 0;
}
body.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content .paypal-button-context-iframe {
  width: 80% !important;
  margin: 0 auto !important;
}
body.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content a {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #262626;
  opacity: 0.4;
  text-decoration: none;
}
body.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content a:before {
  content: '\f177';
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #262626;
  margin-right: 5px;
}
body.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content .checkout-billing-address select {
  -webkit-appearance: none;
  background-image: url('../../frontend/Balltheme/balloon/en_US/images/select_arrow.png') !important;
  background-position: 95% 50% !important;
  background-repeat: no-repeat !important;
  padding-right: calc(5% + 15px);
  border: none;
  box-shadow: none;
  margin: 0 0 15px;
}
body.checkout-index-index .checkout-payment-method .invoiceMeCreditDetails ~ .field {
  margin: 0 0 10px;
}
body.checkout-index-index .checkout-payment-method .invoiceMeCreditDetails ~ .field .label {
  font-weight: bold !important;
  color: #666;
}
body.checkout-index-index .checkout-payment-method .invoiceMeCreditDetails ~ .field input,
body.checkout-index-index .checkout-payment-method .invoiceMeCreditDetails ~ .field textarea {
  border: 1px solid #c2c2c2;
  background: #fff;
}
body.checkout-index-index .checkout-payment-method #authnetcim-form-cc {
  margin-bottom: 0;
}
body.checkout-index-index .checkout-payment-method #authnetcim-form-cc .field.type {
  display: none;
}
body.checkout-index-index .checkout-payment-method #authnetcim-form-cc .field.number {
  clear: both;
}
body.checkout-index-index .checkout-payment-method #authnetcim-form-cc .sorter {
  padding-bottom: 15px;
}
body.checkout-index-index .checkout-payment-method #authnetcim-form-cc ~ .payment-method-content {
  width: 100%;
  transform: none;
}
body.checkout-index-index .checkout-payment-method .payment-method-title {
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  background: #F9F9FB;
  border-radius: 8px;
  border: 2px solid transparent;
}
body.checkout-index-index .checkout-payment-method .payment-method-title input[type=radio] {
  width: 100%;
  position: absolute;
  height: 100%;
  -webkit-appearance: none;
  background: none;
  outline: none;
  box-shadow: none;
  margin: 0;
}
body.checkout-index-index .checkout-payment-method .payment-method-title input[type=radio]:focus {
  box-shadow: none;
}
body.checkout-index-index .checkout-payment-method .payment-method-title input[type=radio] ~ label span {
  display: block;
  font-size: 20px;
}
body.checkout-index-index .checkout-payment-method .payment-method-title #braintree_googlepay ~ label span,
body.checkout-index-index .checkout-payment-method .payment-method-title #paypal_express ~ label span,
body.checkout-index-index .checkout-payment-method .payment-method-title #braintree_applepay ~ label span {
  display: none;
}
body.checkout-index-index .checkout-payment-method .payment-method-title #free ~ label span {
  display: block;
  font-size: 20px;
  text-align: center;
}
body.checkout-index-index .checkout-payment-method .payment-method-title .action-help {
  display: none;
}
body.checkout-index-index .checkout-payment-method .payment-method-title label.label {
  padding: 10px 0;
  margin-bottom: 0;
  color: #262626;
}
body.checkout-index-index .checkout-payment-method .payment-method-title label.label img {
  display: inline-block;
  height: 28px;
}
body.checkout-index-index .checkout-payment-method fieldset#authnetcim_ach-form-cc .field {
  margin: 0 0 15px;
}
body.checkout-index-index .checkout-payment-method fieldset#authnetcim_ach-form-cc .field input[type=text],
body.checkout-index-index .checkout-payment-method fieldset#authnetcim_ach-form-cc .field input[type=number],
body.checkout-index-index .checkout-payment-method fieldset#authnetcim_ach-form-cc .field select {
  background: #F9F9FB;
  height: 50px;
  border-radius: 30px;
  padding-left: 26px;
  border: 1px solid transparent;
}
body.checkout-index-index .checkout-payment-method fieldset#authnetcim_ach-form-cc .field input[type=text]:hover,
body.checkout-index-index .checkout-payment-method fieldset#authnetcim_ach-form-cc .field input[type=number]:hover,
body.checkout-index-index .checkout-payment-method fieldset#authnetcim_ach-form-cc .field select:hover,
body.checkout-index-index .checkout-payment-method fieldset#authnetcim_ach-form-cc .field input[type=text]:focus,
body.checkout-index-index .checkout-payment-method fieldset#authnetcim_ach-form-cc .field input[type=number]:focus,
body.checkout-index-index .checkout-payment-method fieldset#authnetcim_ach-form-cc .field select:focus {
  border: 1px solid #9e73b9;
}
body.checkout-index-index .checkout-payment-method fieldset#authnetcim_ach-form-cc .field select {
  -webkit-appearance: none;
  background-image: url(../../frontend/Balltheme/balloon/en_US/images/select_arrow.png) !important;
  background-position: 95% 50% !important;
  background-repeat: no-repeat !important;
  padding-right: calc(20%);
}
body.checkout-index-index .checkout-payment-method fieldset#authnetcim_ach-form-cc .field input[type=checkbox] {
  margin: 4px 0 0;
  float: none;
  display: inline-block;
}
body.checkout-index-index .checkout-payment-method fieldset#authnetcim_ach-form-cc .field input[type=checkbox] ~ label {
  display: inline-block;
  color: #666;
  font-weight: bold !important;
}
body.checkout-index-index .checkout-payment-method #net30 ~ label > span,
body.checkout-index-index .checkout-payment-method #aw_credit_limit ~ label > span {
  display: block;
}
body.checkout-index-index .checkout-payment-method .payment-method._active div.payment-method-content {
  padding: 0;
}
body.checkout-index-index .top-sidebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #EEEEF0;
}
body.checkout-index-index .top-sidebar .title {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  text-transform: capitalize;
  color: #262626;
}
body.checkout-index-index .top-sidebar a span {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #9e73b9;
}
body.checkout-index-index .modal-header {
  padding: 0;
}
body.checkout-index-index #checkout .modal-content {
  margin: 0;
}
body.checkout-index-index .opc-block-summary {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
body.checkout-index-index .opc-block-summary .items-in-cart .actions-toolbar a span {
  font-weight: bold;
  font-size: 15px;
  line-height: 32px;
  text-transform: capitalize;
  color: #9e73b9;
}
body.checkout-index-index .opc-block-summary mark,
body.checkout-index-index .opc-block-summary .mark {
  background: none;
}
body.checkout-index-index .opc-block-summary .top-sidebar {
  order: 1;
}
body.checkout-index-index .opc-block-summary .amasty-rewards-highlight {
  order: 4;
  margin: 0 0 20px;
  padding: 0;
}
body.checkout-index-index .opc-block-summary .rewards-add {
  color: #262626;
  order: 5;
  border-bottom: 1.5px dashed #eeeef0;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
body.checkout-index-index .opc-block-summary .rewards-add .payment-option-title {
  font-size: 14px;
  color: #851b87;
  cursor: pointer;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
}
body.checkout-index-index .opc-block-summary .rewards-add .payment-option-content {
  font-size: 14px;
  margin: 10px 0 0;
}
body.checkout-index-index .opc-block-summary .rewards-add .payment-option-content .pointsLeft strong {
  color: #851b87;
}
body.checkout-index-index .opc-block-summary .rewards-add .payment-option-content .payment-option-inner {
  margin: 10px 0 0;
}
body.checkout-index-index .opc-block-summary .rewards-add .payment-option-content .payment-option-inner .field .action-cancel {
  float: right;
  margin: 0 0 5px;
  background: none;
  border: none;
  padding: 0;
  color: #9e73b9;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0 !important;
}
body.checkout-index-index .opc-block-summary .rewards-add .payment-option-content .payment-option-inner .field .control {
  clear: both;
  position: relative;
}
body.checkout-index-index .opc-block-summary .rewards-add .payment-option-content .payment-option-inner .field .control .input-text {
  opacity: 1;
  height: 50px;
  background: #F9F9FB;
  border-radius: 30px;
  padding-left: 26px;
  transition: ease all 500ms;
}
body.checkout-index-index .opc-block-summary .rewards-add .payment-option-content .payment-option-inner .field .control .input-text:hover {
  border: 1px solid #9e73b9;
}
body.checkout-index-index .opc-block-summary .rewards-add .payment-option-content .payment-option-inner .field .control .input-text::-webkit-input-placeholder,
body.checkout-index-index .opc-block-summary .rewards-add .payment-option-content .payment-option-inner .field .control .input-text::-moz-placeholder,
body.checkout-index-index .opc-block-summary .rewards-add .payment-option-content .payment-option-inner .field .control .input-text:-ms-input-placeholder,
body.checkout-index-index .opc-block-summary .rewards-add .payment-option-content .payment-option-inner .field .control .input-text:-moz-placeholder {
  color: #262626;
}
body.checkout-index-index .opc-block-summary .rewards-add .payment-option-content .payment-option-inner .field .control .action-apply {
  position: absolute;
  top: 0;
  margin: 0;
  right: 0;
  height: 50px;
  padding: 0 20px;
  border-radius: 0 40px 40px 0;
  background: #851b87;
  font-weight: bold;
  font-size: 15px;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
body.checkout-index-index .opc-block-summary .rewards-add .payment-option-content .payment-option-inner .field .control .action-apply:hover {
  background: #aa8cc7;
  opacity: 1;
}
body.checkout-index-index .opc-block-summary .items-in-cart {
  order: 2;
  margin-bottom: 15px;
}
body.checkout-index-index .opc-block-summary .table-totals {
  order: 3;
  margin-bottom: 0;
}
body.checkout-index-index .opc-block-summary .table-totals .grand .mark,
body.checkout-index-index .opc-block-summary .table-totals .grand .amount {
  padding-top: 35px;
  padding-bottom: 30px;
  vertical-align: middle;
}
body.checkout-index-index .opc-block-summary .discount-code {
  order: 6;
  width: calc(100% + 80px);
  margin: 0 -40px;
  padding: 0 40px;
}
body.checkout-index-index .opc-block-summary .discount-code .form-discount .coupon-title {
  display: block;
  margin: 0;
}
body.checkout-index-index .opc-block-summary .discount-code .form-discount .coupon-title .coupon-title-link {
  font-size: 15px;
  color: #851b87;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: 1.2em;
  margin: 0 0 15px;
}
body.checkout-index-index .opc-block-summary .discount-code .form-discount .coupon-title .coupon-title-link .discount-text {
  pointer-events: none;
  font-size: 18px;
  text-decoration: underline;
}
body.checkout-index-index .opc-block-summary .discount-code .form-discount .coupon-content {
  margin-bottom: 15px;
  display: none;
}
body.checkout-index-index .opc-block-summary .discount-code .form-discount .coupon-content .action.cancel {
  float: right;
  margin: 0 0 5px;
  background: none;
  border: none;
  padding: 0;
  color: #9e73b9;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0 !important;
}
body.checkout-index-index .opc-block-summary .discount-code .form-discount .coupon-content .ffl-wrapper {
  clear: both;
}
body.checkout-index-index .opc-block-summary .grand.totals {
  border-top: 1px solid #EEEEF0;
}
body.checkout-index-index .opc-block-summary .grand.totals .price {
  font-weight: bold;
  font-size: 30px;
  color: #262626;
}
body.checkout-index-index .opc-block-summary .grand.totals th strong {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #262626;
  font-weight: 700;
}
body.checkout-index-index .actions-toolbar .action.primary.checkout {
  background: #851b87;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  height: 50px;
}
body.checkout-index-index .actions-toolbar .action.primary.checkout:hover {
  opacity: 0.8;
}
body.checkout-index-index .checkout-container #braintree_cc_number {
  padding-left: 15px;
}
body.checkout-index-index .checkout-container #braintree_expirationDate {
  width: 120px;
}
body.checkout-index-index .checkout-container > .opc-progress-bar {
  display: none;
}
body.checkout-index-index .checkout-container .checkout-payment-method #shipping-method-buttons-container {
  margin: 0;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.checkout-index-index .checkout-container .checkout-payment-method #shipping-method-buttons-container {
    padding: 0 55px 0 40px;
  }
}
body.checkout-index-index .checkout-container .checkout-payment-method #shipping-method-buttons-container .primary {
  width: 100%;
  float: none;
}
@media screen and (max-width: 767px) {
  body.checkout-index-index .checkout-container .checkout-payment-method #shipping-method-buttons-container .primary {
    width: 100%;
  }
}
body.checkout-index-index .checkout-container .checkout-payment-method #shipping-method-buttons-container .primary .back-button {
  float: none;
  max-width: 65px;
  margin: 0 auto;
  background: none;
  color: #851b87;
  padding: 0;
  font-weight: 700;
  font-style: normal;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  border-radius: 100px !important;
  border: none;
  height: 50px;
  width: max-content;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
body.checkout-index-index .checkout-container .checkout-payment-method #shipping-method-buttons-container .primary .back-button:hover,
body.checkout-index-index .checkout-container .checkout-payment-method #shipping-method-buttons-container .primary .back-button:active,
body.checkout-index-index .checkout-container .checkout-payment-method #shipping-method-buttons-container .primary .back-button:focus {
  box-shadow: none;
}
body.checkout-index-index .checkout-container .checkout-payment-method #shipping-method-buttons-container .primary .back-button:before {
  content: '\f177';
  display: inline-block;
  margin-right: 4px;
  font-family: "Font Awesome 5 pro";
  background: none;
  font-size: 18px;
  font-weight: normal;
}
body.checkout-index-index .card-info {
  display: flex;
  justify-content: space-between;
}
body.checkout-index-index .card-info #authnetcim-cc-type-exp-div {
  flex-grow: 2;
  margin-right: 8px;
  width: 100%;
}
body.checkout-index-index .card-info #authnetcim-cc-type-cvv-div {
  flex-grow: 1;
  margin-left: 8px;
}
body.checkout-index-index .card-info .fields.group.group-2 {
  display: flex;
  justify-content: space-between;
  margin-right: 8px;
}
body.checkout-index-index .card-info .fields.group.group-2 .field {
  width: calc((100% - 16px) / 2);
}
body.checkout-index-index .card-info .fields.group.group-2 .year .select,
body.checkout-index-index .card-info .fields.group.group-2 .month .select {
  width: 100%;
  padding-left: 26px;
  appearance: none;
  -webkit-appearance: none;
}
body.checkout-index-index .card-info .cvv .input-text {
  width: 100%;
}
body.checkout-index-index .field-tooltip.toggle {
  display: none;
}
body.checkout-index-index .payment-method-content .payment-method-note {
  width: 50%;
}
@media screen and (max-width: 480px) {
  body.checkout-index-index .payment-method-content .payment-method-note {
    width: 100%;
  }
}
body.checkout-index-index .payment-method-content .primary {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
body.checkout-index-index .payment-method-content .primary .action.primary.checkout {
  width: 50%;
  display: block;
}
@media screen and (max-width: 480px) {
  body.checkout-index-index .payment-method-content .primary .action.primary.checkout {
    width: 100%;
  }
}
body.checkout-index-index .payment-method-content .field.street .field {
  padding: 0 0 10px;
}
body.checkout-index-index #billing-address-same-as-shipping-shared {
  appearance: none;
  position: relative;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #9e73b9;
  border-radius: 3px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
body.checkout-index-index #billing-address-same-as-shipping-shared:checked {
  background: #9e73b9;
}
body.checkout-index-index #billing-address-same-as-shipping-shared:checked:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 5;
}
body.checkout-index-index #billing-address-container {
  margin-bottom: 32px;
}
body.checkout-index-index #billing-address-container label {
  font-weight: normal;
  margin-bottom: 0;
}
body.checkout-index-index .billing-address-same-as-shipping-block {
  margin-bottom: 16px;
  position: relative;
}
body.checkout-index-index .form-shipping-address {
  margin: 0;
}
body.checkout-index-index #shipping-new-address-form > .field,
body.checkout-index-index #customer-email-fieldset {
  margin-bottom: 0;
}
body.checkout-index-index .payment-option.opc-payment-additional.credit {
  order: 7;
}
body.checkout-index-index #payment .payment-option._collapsible.opc-payment-additional.credit {
  display: none;
}
body.checkout-index-index .opc-payment-additional .payment-option-inner {
  margin-bottom: 10px;
}
body.checkout-index-index .table.table-totals th,
body.checkout-index-index .table.table-totals th .label,
body.checkout-index-index .table.table-totals th .value {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #262626;
  font-weight: 700 !important;
}
body.checkout-index-index .table.table-totals .totals.shipping .amount,
body.checkout-index-index .table.table-totals .totals.sub .amount {
  line-height: 24px;
  padding: 8px 0;
  font-weight: normal;
  font-size: 15px;
  text-align: right;
  text-transform: capitalize;
  color: #4D4D4D;
}
body.checkout-index-index .form-login .customer-password {
  position: relative;
  padding-bottom: 10px !important;
  margin-bottom: 20px;
}
body.checkout-index-index .form-login .customer-password .ffl-label {
  top: calc(50% - 15px) !important;
}
body.checkout-index-index .form-login .customer-password.ffl-floated .ffl-label {
  top: calc(50% - 25px) !important;
}
body.checkout-index-index .customer-action-login {
  margin-left: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.checkout-index-index .customer-action-login .login.primary {
  background: #851b87;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  height: 50px;
  margin: 0;
  padding: 0 20px;
}
body.checkout-index-index .customer-action-login .login.primary:hover {
  opacity: 0.8;
}
body.checkout-index-index #customer-email-fieldset .actions-toolbar .secondary {
  margin-top: 0;
}
body.checkout-index-index .modal-content #shipping-new-address-form {
  padding: 0;
}
body.checkout-index-index .modal-content #shipping-new-address-form .field {
  margin-bottom: 15px;
}
body.checkout-index-index .modal-popup.confirm .modal-inner-wrap {
  margin: 50px auto;
  left: 0;
}
body.checkout-index-index .modal-popup.confirm .modal-inner-wrap .modal-header {
  padding: 30px 30px 12px;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap {
  margin-left: 0;
  max-width: 600px;
  background: #fff !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 15px 15px;
  border-radius: 10px;
  overflow-y: initial;
  max-height: 70vh;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap .modal-title {
  display: flex;
  justify-content: center;
  border: none;
  padding: 15px 0 30px;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap .modal-content {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap .form-shipping-address {
  max-width: 100%;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap .modal-footer {
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap .modal-footer .action {
  font-weight: 600;
  border-radius: 100px !important;
  padding: 0 30px;
  display: block;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap .modal-footer .action.secondary {
  background: #fff;
  color: #851b87;
  border: none;
  padding: 0;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap .modal-footer .action.primary {
  margin-right: 20px;
  background: #851b87;
  color: #fff;
  border: none;
  padding: 0 30px;
  height: 50px;
  font-size: 15px;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap .modal-footer .action-hide-popup {
  margin-top: 0;
  color: #851b87;
  order: 0;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap .modal-footer .action-save-address {
  order: 1;
  background: #851b87;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  height: 50px;
  margin-left: 0;
  margin-right: 20px;
  width: max-content;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap .modal-footer .action-save-address:hover {
  opacity: 0.8;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap .modal-footer:before {
  display: none;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap .field.choice {
  width: 100%;
  display: flex !important;
  align-items: center;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap .field.choice > * {
  margin: 0;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap .field.choice > .label {
  margin-top: 5px;
  margin-left: 10px;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap #shipping-save-in-address-book {
  appearance: none;
  position: relative;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #9e73b9;
  border-radius: 3px;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap #shipping-save-in-address-book:checked {
  background: #9e73b9;
}
body.checkout-index-index .modal-popup:not(.confirm):not(.back-in-stock-popup):not(.promo-popup) .modal-inner-wrap #shipping-save-in-address-book:checked:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  body.checkout-index-index .klarna-popup,
  body.checkout-index-index .checkout-error-popup {
    right: 0;
  }
}
body.checkout-index-index .klarna-popup .modal-inner-wrap,
body.checkout-index-index .checkout-error-popup .modal-inner-wrap {
  min-height: initial !important;
}
body.checkout-index-index .klarna-popup .modal-inner-wrap .modal-title,
body.checkout-index-index .checkout-error-popup .modal-inner-wrap .modal-title {
  margin: 0 0 20px;
  padding: 0 !important;
}
body.checkout-index-index .klarna-popup .modal-inner-wrap .modal-content,
body.checkout-index-index .checkout-error-popup .modal-inner-wrap .modal-content {
  margin: 0 0 20px;
  border-radius: 0;
}
body.checkout-index-index .klarna-popup .modal-inner-wrap .modal-content .message,
body.checkout-index-index .checkout-error-popup .modal-inner-wrap .modal-content .message {
  font-size: 16px;
  margin: 0 0 10px;
}
body.checkout-index-index .klarna-popup .modal-inner-wrap .modal-content .message a,
body.checkout-index-index .checkout-error-popup .modal-inner-wrap .modal-content .message a {
  color: #851b87;
}
body.checkout-index-index .klarna-popup .modal-inner-wrap .modal-content .error-message,
body.checkout-index-index .checkout-error-popup .modal-inner-wrap .modal-content .error-message {
  font-size: 16px;
  font-weight: bold;
}
body.checkout-index-index .klarna-popup .modal-inner-wrap .modal-content .error-message .error,
body.checkout-index-index .checkout-error-popup .modal-inner-wrap .modal-content .error-message .error {
  margin: 0;
}
body.checkout-index-index .checkout-billing-address {
  margin-bottom: 30px;
}
body.checkout-index-index .checkout-billing-address .action-edit-address {
  color: #9e73b9 !important;
  font-size: 16px !important;
  font-weight: bold !important;
}
body.checkout-index-index .checkout-billing-address .label {
  margin-bottom: 15px;
}
body.checkout-index-index .checkout-billing-address .field.field-select-billing {
  margin: 0;
}
body.checkout-index-index .checkout-billing-address .field {
  margin: 0;
}
body.checkout-index-index .checkout-billing-address .field .input-text {
  width: 100%;
}
body.checkout-index-index .checkout-billing-address .field.billing-address-same-as-shipping-block label {
  margin-bottom: 15px;
}
body.checkout-index-index .checkout-billing-address legend.label {
  margin-bottom: 20px;
  padding: 10px 0;
}
body.checkout-index-index .checkout-billing-address .actions-toolbar {
  padding-bottom: 0;
}
body.checkout-index-index .checkout-billing-address .action.action-update {
  background: #851b87;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  height: 50px;
  margin-right: 20px;
}
body.checkout-index-index .checkout-billing-address .action.action-update:hover {
  opacity: 0.8;
}
body.checkout-index-index .checkout-billing-address .action.action-cancel {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #851b87;
}
body.checkout-index-index .billing-address-form {
  max-width: 100%;
}
body.checkout-index-index .fieldset > .field {
  margin: 0;
}
body.checkout-index-index div[name='billingAddressauthnetcim.region_id'],
body.checkout-index-index div[name="billingAddresscheckmo.region_id"] {
  padding-bottom: 10px;
}
body.checkout-index-index .street.required > .control > div {
  padding: 0 0 10px;
  width: 100%;
}
body.checkout-index-index .street.required .error {
  color: #e02b27;
  font-size: 1.2rem;
  font-weight: normal;
}
body.checkout-index-index .street.required .label {
  margin-bottom: 20px;
  padding: 10px 0;
}
body.checkout-index-index #shipping-new-address-form > div {
  width: 100%;
}
body.checkout-index-index #shipping-new-address-form .street.required > .control > div {
  padding: 0 10px 10px;
  width: 100%;
}
body.checkout-index-index .actions-toolbar.customer-action-login {
  margin: 20px 0;
}
@media (max-width: 990px) {
  body.checkout-index-index .checkout-shipping-address {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body.checkout-index-index .opc-sidebar {
    width: auto;
    max-width: 80%;
    padding: 20px;
    z-index: 999;
  }
  body.checkout-index-index .opc-wrapper {
    width: 100%;
  }
  body.checkout-index-index .opc-block-summary .discount-code {
    width: 100%;
    margin: 0;
    padding: 30px 0 0;
  }
  body.checkout-index-index .custom-slide .modal-inner-wrap {
    overflow: initial;
  }
  body.checkout-index-index #checkout .opc-wrapper {
    width: 100%;
    min-height: initial;
  }
  body.checkout-index-index .opc-wrapper .form-login {
    margin-top: 0;
  }
  body.checkout-index-index .opc-wrapper .form-shipping-address {
    padding: 20px 0 0;
  }
  body.checkout-index-index .opc-progress-bar {
    margin: 0 20px 20px;
  }
  body.checkout-index-index .page-header {
    margin-bottom: 0 !important;
  }
  body.checkout-index-index li.checkout-shipping-method {
    padding: 0 20px;
  }
  body.checkout-index-index #co-shipping-method-form {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  body.checkout-index-index .opc-progress-bar .opc-progress-bar-item {
    margin-right: 10px;
  }
  body.checkout-index-index .modal-popup.modal-slide {
    left: 0;
  }
  body.checkout-index-index .modal-popup.modal-slide .modal-title {
    font-size: 20px;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    transform: translate(-50%, -50%);
    min-height: 80%;
    width: 90%;
  }
  body.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content {
    position: relative;
  }
  body.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content .paypal-button-context-iframe {
    width: 70%;
  }
  body.checkout-index-index .billing-address-same-as-shipping-block {
    padding-left: 0;
  }
  body.checkout-index-index #maincontent,
  body.checkout-index-index .opc-estimated-wrapper {
    background: #fff;
  }
  body.checkout-index-index #checkout .opc-wrapper {
    padding-top: 0;
  }
  body.checkout-index-index .opc-progress-bar {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  body.checkout-index-index .payment-group {
    padding: 0 20px;
  }
  body.checkout-index-index .payment-group .payment-method {
    width: 100%;
  }
  body.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content {
    width: 100% !important;
  }
}
body.checkout-index-index .table-checkout-shipping-method tbody .col-price {
  padding-right: 15px;
}
body.checkout-index-index .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title {
  text-align: center;
  font-size: 14px;
  color: #851b87;
  padding: 20px 22px 10px;
}
body.checkout-index-index .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title .action-toggle:after {
  color: #851b87;
}
body.checkout-index-index .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-title span {
  font-size: 14px;
  color: #851b87;
}
body.checkout-index-index .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content {
  padding: 0 22px 20px 22px;
}
body.checkout-index-index .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .pointsLeft,
body.checkout-index-index .checkout-payment-method .payment-option._collapsible.rewards-add .payment-option-content .pointsRate {
  text-align: center;
  font-size: 15px;
  color: #851b87;
  display: block;
  padding: 0;
}
body.checkout-index-index .amrewards-discount-form {
  margin: 0 auto;
}
body.checkout-index-index .amrewards-discount-form .reward-actions {
  margin-left: 0 !important;
  text-align: center;
}
body.checkout-index-index .amrewards-discount-form .reward-actions .primary {
  float: none;
}
body.checkout-index-index .amrewards-discount-form .reward-actions .primary .action.action-apply {
  margin: 0;
}
body.checkout-index-index .amsl-socials-checkout {
  margin-top: 25px;
  max-width: initial;
}
body.checkout-index-index .amsl-socials-checkout .amsl-social-login {
  background: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
body.checkout-index-index .amsl-socials-checkout .amsl-social-login .amsl-title {
  margin: 0 0 25px;
  padding: 0 30px;
  text-align: center;
  color: #841f87;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  transform: none;
  background: none;
}
body.checkout-index-index .amsl-socials-checkout .amsl-social-login .amsl-buttons {
  padding: 0;
  justify-content: center;
}
body.checkout-index-index .amsl-socials-checkout .amsl-social-login .amsl-buttons .amsl-button-wrapper {
  width: auto;
  height: auto;
  margin: 0 10px 10px;
}
.opc-wrapper .checkout-shipping-address .form-login,
.opc-wrapper .checkout-shipping-address .step-title {
  border-bottom: none;
  margin-bottom: 10px;
}
.opc-wrapper .checkout-shipping-address .step-title {
  font-weight: bold;
}
.opc-wrapper .checkout-shipping-address .form-login {
  margin-bottom: 0;
  padding-bottom: 0;
}
.opc-wrapper .checkout-shipping-address .form-login .actions-toolbar {
  margin: 0 !important;
}
.opc-wrapper .checkout-shipping-address .form-login .actions-toolbar .primary {
  width: 50%;
  float: none;
  margin: 0 auto;
  display: block;
}
.opc-wrapper .checkout-shipping-address .form-login .actions-toolbar .primary .action {
  float: none;
  background: #851b87;
  border-radius: 30px !important;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #fff;
  border: none;
  width: 100%;
}
.opc-wrapper select {
  appearance: none;
  -webkit-appearance: none;
}
.opc-wrapper #billing-new-address-form {
  margin: 0 -10px;
}
.opc-wrapper #billing-new-address-form > .field {
  padding: 0 10px;
  display: inline-block;
  zoom: 1;
  width: 100%;
  vertical-align: top;
  margin-bottom: 0;
}
.opc-wrapper div.shipping-address-item {
  border: 2px solid transparent;
  border-radius: 8px;
}
.opc-wrapper div.shipping-address-item.selected-item {
  border: 2px solid #9e73b9;
  position: relative;
}
.opc-wrapper div.shipping-address-item.selected-item:after {
  content: '';
  background: url("../../frontend/Balltheme/balloon/en_US/images/choice.png") no-repeat center;
  background-size: contain;
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: -1px;
  right: -2px;
}
.opc-wrapper div.shipping-address-item .action-select-shipping-item {
  background: #851b87;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.2px;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  height: 35px;
}
.opc-wrapper .action-show-popup {
  background: #851b87;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  height: 50px;
  width: max-content;
}
.opc-wrapper .action-show-popup:hover {
  opacity: 0.8;
}
.opc-wrapper div[name="shippingAddress.region_id"],
.opc-wrapper div[name="shippingAddress.country_id"],
.opc-wrapper div[name="billingAddress.region_id"],
.opc-wrapper div[name="billingAddress.country_id"] {
  position: relative;
}
.opc-wrapper div[name="shippingAddress.region_id"] select,
.opc-wrapper div[name="shippingAddress.country_id"] select,
.opc-wrapper div[name="billingAddress.region_id"] select,
.opc-wrapper div[name="billingAddress.country_id"] select {
  background-image: url('../../frontend/Balltheme/balloon/en_US/images/select_arrow.png') !important;
  background-position: 95% 50% !important;
  background-repeat: no-repeat !important;
}
.opc-wrapper input[type=checkbox] {
  appearance: none;
  position: relative;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #9e73b9;
  border-radius: 3px;
  outline: none;
}
.opc-wrapper input[type=checkbox]:checked {
  background: #9e73b9;
}
.opc-wrapper input[type=checkbox]:checked:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 5;
}
li.opc-progress-bar-item {
  width: auto;
}
li.opc-progress-bar-item:before {
  display: none;
}
li.opc-progress-bar-item > span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0;
  color: #262626;
  opacity: 0.4;
  font-size: 15px;
}
li.opc-progress-bar-item > span:before {
  display: none;
}
li.opc-progress-bar-item > span:after {
  position: static;
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  font-family: Circe !important;
  border: 1.5px solid #C4C4C4;
  margin-right: 10px;
  margin-left: 0;
  font-size: 17px;
  text-align: center;
  color: #C4C4C4;
  border-radius: 50%;
}
li.opc-progress-bar-item._active > span {
  color: #9e73b9;
  opacity: 1;
}
li.opc-progress-bar-item._active > span:after {
  background: #9e73b9;
  color: #fff;
  border: 2px solid #9e73b9;
}
li.opc-progress-bar-item._complete > span {
  color: #9e73b9;
}
li.opc-progress-bar-item._complete > span:after {
  border-color: #9e73b9;
  background: #9e73b9;
  content: '\f00c' !important;
  color: #fff;
  font-weight: 400;
}
li.opc-progress-bar-item:nth-child(1) > span:after {
  content: '1' !important;
}
li.opc-progress-bar-item:nth-child(2) > span:after {
  content: '2' !important;
}
li.checkout-shipping-method {
  padding: 0 40px;
}
li.checkout-shipping-method .step-title {
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  text-transform: capitalize;
  color: #262626;
  border-color: #EEEEF0;
}
li.checkout-shipping-method .actions-toolbar .action.primary {
  background: #9e73b9;
  color: #fff;
  padding: 0 20px;
  font-weight: 700;
  font-style: normal;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  border-radius: 100px !important;
  border: none;
  height: 45px;
  width: 100px;
  margin-top: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
li.checkout-shipping-method .actions-toolbar .action.primary:hover,
li.checkout-shipping-method .actions-toolbar .action.primary:active,
li.checkout-shipping-method .actions-toolbar .action.primary:focus {
  box-shadow: none;
}
table.table-checkout-shipping-method {
  width: 100%;
  margin-bottom: 30px;
}
table.table-checkout-shipping-method thead {
  display: none;
}
table.table-checkout-shipping-method tbody tr {
  border-bottom: 1px solid #EEEEF0;
}
table.table-checkout-shipping-method tbody tr td {
  padding: 20px 0;
  border: none;
}
table.table-checkout-shipping-method tbody tr td:not(.col-price) {
  font-size: 15px;
  line-height: 22px;
  color: rgba(38, 38, 38, 0.6);
}
table.table-checkout-shipping-method tbody tr td.col-method {
  padding-right: 15px;
}
table.table-checkout-shipping-method .price {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #262626;
}
table.table-checkout-shipping-method .col-method input[type="radio"] {
  padding: 0;
  width: 17px;
  height: 17px;
  border-radius: 18px;
  margin-top: 0;
  background: none;
  -webkit-appearance: none;
  border-color: #9e73b9;
}
table.table-checkout-shipping-method .col-method input[type="radio"]:focus {
  outline: none;
}
table.table-checkout-shipping-method .col-method input[type="radio"]:checked {
  border-width: 5px;
}
.minicart-items .product-image-wrapper img {
  object-fit: contain;
}
@media (max-width: 767px) {
  table.table-checkout-shipping-method tbody tr td.col-method {
    padding-right: 10px;
    word-break: break-all;
  }
  body.checkout-index-index .card-info {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  table.table-checkout-shipping-method tbody tr td.col-method span {
    display: block;
  }
}
.field._required .ffl-label::after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.payment-method._active {
  z-index: 9 !important;
}
body.checkout-cart-index,
body.amasty_quote-cart-index {
  background: #F9F9FB;
}
body.checkout-cart-index .cart-empty,
body.amasty_quote-cart-index .cart-empty {
  font-size: 16px;
}
body.checkout-cart-index .cart-empty a,
body.amasty_quote-cart-index .cart-empty a {
  color: #841f87;
}
body.checkout-cart-index .cart-empty a:hover,
body.amasty_quote-cart-index .cart-empty a:hover {
  color: #841f87;
}
body.checkout-cart-index .amsl-cart-page,
body.amasty_quote-cart-index .amsl-cart-page {
  margin-top: 25px;
}
body.checkout-cart-index .amsl-cart-page .amsl-social-login,
body.amasty_quote-cart-index .amsl-cart-page .amsl-social-login {
  background: none;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
body.checkout-cart-index .amsl-cart-page .amsl-social-login .amsl-title,
body.amasty_quote-cart-index .amsl-cart-page .amsl-social-login .amsl-title {
  margin: 0 0 25px;
  text-align: center;
  color: #841f87;
  font-weight: bold;
  font-size: 15px;
}
body.checkout-cart-index .additional-actions,
body.amasty_quote-cart-index .additional-actions {
  padding: 10px 35px 25px 35px;
  background-color: #fff;
  border-radius: 8px;
  margin: -10px 40px 0 0;
  width: calc(60% - 40px);
  float: left;
}
body.checkout-cart-index .additional-actions #remove_not_salable,
body.amasty_quote-cart-index .additional-actions #remove_not_salable {
  border: none;
  background: transparent;
  padding: 0;
  float: right;
}
body.checkout-cart-index .additional-actions #remove_not_salable span,
body.amasty_quote-cart-index .additional-actions #remove_not_salable span {
  color: #9e73b9;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
}
body.checkout-cart-index .additional-actions #remove_not_salable:hover span,
body.amasty_quote-cart-index .additional-actions #remove_not_salable:hover span {
  color: #851b87;
  text-decoration: underline;
}
body.checkout-cart-index .additional-actions #empty_cart_button,
body.amasty_quote-cart-index .additional-actions #empty_cart_button {
  border: none;
  background: transparent;
  padding: 0;
  float: left;
}
body.checkout-cart-index .additional-actions #empty_cart_button span,
body.amasty_quote-cart-index .additional-actions #empty_cart_button span {
  color: rgba(38, 38, 38, 0.6);
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
}
body.checkout-cart-index .additional-actions #empty_cart_button:hover span,
body.amasty_quote-cart-index .additional-actions #empty_cart_button:hover span {
  color: #851b87;
  text-decoration: underline;
}
body.checkout-cart-index .page-header,
body.amasty_quote-cart-index .page-header {
  background: #fff;
  margin-bottom: 40px !important;
}
body.checkout-cart-index form.form-cart,
body.amasty_quote-cart-index form.form-cart {
  padding: 35px 40px;
  background: #fff;
  border-radius: 8px;
}
body.checkout-cart-index .cart-label,
body.amasty_quote-cart-index .cart-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
body.checkout-cart-index .cart-label h3,
body.amasty_quote-cart-index .cart-label h3 {
  font-weight: bold;
  font-size: 38px;
  line-height: 42px;
  color: #262626;
  margin: 0;
}
body.checkout-cart-index .cart-label a,
body.amasty_quote-cart-index .cart-label a {
  color: #9e73b9;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}
body.checkout-cart-index .cart-label a:hover,
body.amasty_quote-cart-index .cart-label a:hover {
  color: #851b87 !important;
}
body.checkout-cart-index .page-title-wrapper,
body.amasty_quote-cart-index .page-title-wrapper {
  display: none;
}
body.checkout-cart-index #credit-form .buttons-set,
body.amasty_quote-cart-index #credit-form .buttons-set {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
body.checkout-cart-index #credit-form .buttons-set button,
body.amasty_quote-cart-index #credit-form .buttons-set button {
  background: #851b87;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  height: 50px;
}
body.checkout-cart-index #credit-form .buttons-set button:hover,
body.amasty_quote-cart-index #credit-form .buttons-set button:hover {
  opacity: 0.8;
}
body.checkout-cart-index #credit-form .buttons-set button:hover,
body.amasty_quote-cart-index #credit-form .buttons-set button:hover {
  opacity: 1;
  background: #933f9f;
}
body.checkout-cart-index #credit-form .buttons-set button.cancel,
body.amasty_quote-cart-index #credit-form .buttons-set button.cancel {
  background: #fff;
  border: 2px solid #851b87;
  color: #851b87;
}
body.checkout-cart-index #shopping-cart-table .action-towishlist,
body.amasty_quote-cart-index #shopping-cart-table .action-towishlist {
  display: none;
}
body.checkout-cart-index #shopping-cart-table thead,
body.amasty_quote-cart-index #shopping-cart-table thead {
  display: none;
}
body.checkout-cart-index #shopping-cart-table .cart.item,
body.amasty_quote-cart-index #shopping-cart-table .cart.item {
  border-top: 0.5px solid #EEEEF0;
  border-bottom: none;
  position: relative;
}
body.checkout-cart-index #shopping-cart-table .cart.item:last-child,
body.amasty_quote-cart-index #shopping-cart-table .cart.item:last-child {
  border-bottom: 0.5px solid #EEEEF0;
}
body.checkout-cart-index #shopping-cart-table .product-item-name,
body.amasty_quote-cart-index #shopping-cart-table .product-item-name {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
}
body.checkout-cart-index #shopping-cart-table .product-item-name a,
body.amasty_quote-cart-index #shopping-cart-table .product-item-name a {
  color: #262626;
}
body.checkout-cart-index #shopping-cart-table .product-item-name a:hover,
body.amasty_quote-cart-index #shopping-cart-table .product-item-name a:hover {
  color: #851b87;
}
body.checkout-cart-index #shopping-cart-table .col.qty label,
body.amasty_quote-cart-index #shopping-cart-table .col.qty label {
  margin-bottom: 0;
}
body.checkout-cart-index #shopping-cart-table .col.qty .add-action,
body.amasty_quote-cart-index #shopping-cart-table .col.qty .add-action {
  background: none;
  color: #851b87;
  border: none;
  font-size: 20px;
}
body.checkout-cart-index #shopping-cart-table .col.qty .quantity-adder,
body.amasty_quote-cart-index #shopping-cart-table .col.qty .quantity-adder {
  display: flex;
  align-items: center;
}
body.checkout-cart-index #shopping-cart-table .col.qty .input-text,
body.amasty_quote-cart-index #shopping-cart-table .col.qty .input-text {
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #262626;
  background: #FFFFFF;
  border: 1px solid #FDF0F3;
  box-sizing: border-box;
  border-radius: 100px;
  margin-top: 0;
}
body.checkout-cart-index #shopping-cart-table .product-sku,
body.amasty_quote-cart-index #shopping-cart-table .product-sku {
  color: rgba(38, 38, 38, 0.6);
  font-size: 11px;
  line-height: 20px;
}
body.checkout-cart-index #shopping-cart-table .qty,
body.amasty_quote-cart-index #shopping-cart-table .qty {
  color: rgba(38, 38, 38, 0.6);
}
body.checkout-cart-index #shopping-cart-table .col,
body.amasty_quote-cart-index #shopping-cart-table .col {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0;
}
body.checkout-cart-index #shopping-cart-table .col .product-item-photo,
body.amasty_quote-cart-index #shopping-cart-table .col .product-item-photo {
  display: block;
  max-width: 111px;
  width: 100%;
}
body.checkout-cart-index #shopping-cart-table .col .product-item-details,
body.amasty_quote-cart-index #shopping-cart-table .col .product-item-details {
  padding: 0;
}
body.checkout-cart-index #shopping-cart-table .col .product-item-details .message.error,
body.amasty_quote-cart-index #shopping-cart-table .col .product-item-details .message.error {
  padding: 12px 20px 12px 45px;
}
body.checkout-cart-index #shopping-cart-table .col.item,
body.amasty_quote-cart-index #shopping-cart-table .col.item {
  width: 50%;
}
body.checkout-cart-index #shopping-cart-table .col.price,
body.amasty_quote-cart-index #shopping-cart-table .col.price {
  width: 20%;
}
body.checkout-cart-index #shopping-cart-table .cart-price .price,
body.amasty_quote-cart-index #shopping-cart-table .cart-price .price {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: #262626;
}
body.checkout-cart-index #shopping-cart-table .action-delete:before,
body.amasty_quote-cart-index #shopping-cart-table .action-delete:before {
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro';
  color: #CACBCD;
}
body.checkout-cart-index #shopping-cart-table tr.item-info,
body.amasty_quote-cart-index #shopping-cart-table tr.item-info {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
body.checkout-cart-index .cart-summary,
body.amasty_quote-cart-index .cart-summary {
  top: 0 !important;
  width: 40%;
  padding: 35px 0 0;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #9676B5;
}
body.checkout-cart-index .cart-summary._sticky,
body.amasty_quote-cart-index .cart-summary._sticky {
  margin-bottom: 25px;
}
body.checkout-cart-index .cart-summary > *,
body.amasty_quote-cart-index .cart-summary > * {
  padding: 0 40px;
}
body.checkout-cart-index .cart-summary .summary.title,
body.amasty_quote-cart-index .cart-summary .summary.title {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  text-transform: capitalize;
  color: #262626;
  border-bottom: 1px solid #EEEEF0;
  margin: 0 40px 5px;
  padding: 0 0 30px;
}
body.checkout-cart-index .cart-summary .discount.cart-totals .discount-form.ffl-wrapper input:hover,
body.amasty_quote-cart-index .cart-summary .discount.cart-totals .discount-form.ffl-wrapper input:hover,
body.checkout-cart-index .cart-summary .discount.cart-totals .discount-form.ffl-wrapper input:focus,
body.amasty_quote-cart-index .cart-summary .discount.cart-totals .discount-form.ffl-wrapper input:focus {
  border: 1px solid #9e73b9 !important;
}
body.checkout-cart-index .cart-summary .discount.cart-totals .buttons-set button,
body.amasty_quote-cart-index .cart-summary .discount.cart-totals .buttons-set button {
  width: 100%;
}
body.checkout-cart-index .cart-summary .quote-details,
body.amasty_quote-cart-index .cart-summary .quote-details {
  margin: 50px 0 0;
}
body.checkout-cart-index .cart-summary .quote-details .title,
body.amasty_quote-cart-index .cart-summary .quote-details .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  text-transform: capitalize;
  color: #262626;
  border-bottom: 1px solid #EEEEF0;
  padding: 0 0 30px;
  margin: 0;
}
body.checkout-cart-index .cart-summary .quote-details .label,
body.amasty_quote-cart-index .cart-summary .quote-details .label {
  color: #333;
  font-size: 15px;
  margin: 0;
}
body.checkout-cart-index .cart-summary .quote-details input,
body.amasty_quote-cart-index .cart-summary .quote-details input,
body.checkout-cart-index .cart-summary .quote-details textarea,
body.amasty_quote-cart-index .cart-summary .quote-details textarea {
  border: 1px solid #e6e6e6;
  box-shadow: none;
  appearance: none;
  outline: none;
  background: #f9f9fb;
  padding-left: 26px;
}
body.checkout-cart-index .cart-summary .quote-details input,
body.amasty_quote-cart-index .cart-summary .quote-details input {
  height: 50px !important;
  border-radius: 30px;
}
body.checkout-cart-index .block.discount .coupon-title,
body.amasty_quote-cart-index .block.discount .coupon-title {
  display: block;
  margin: 0;
}
body.checkout-cart-index .block.discount .coupon-title .coupon-title-link,
body.amasty_quote-cart-index .block.discount .coupon-title .coupon-title-link {
  font-size: 15px;
  color: #851b87;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: 1.2em;
  margin: 0 0 15px;
}
body.checkout-cart-index .block.discount .coupon-title .coupon-title-link .discount-text,
body.amasty_quote-cart-index .block.discount .coupon-title .coupon-title-link .discount-text {
  pointer-events: none;
  font-size: 18px;
  text-decoration: underline;
}
body.checkout-cart-index .block.discount .coupon-content,
body.amasty_quote-cart-index .block.discount .coupon-content {
  margin-bottom: 15px;
  display: none;
}
body.checkout-cart-index .block.discount .coupon-content .action.cancel,
body.amasty_quote-cart-index .block.discount .coupon-content .action.cancel {
  float: right;
  margin: 0 0 5px;
}
body.checkout-cart-index .block.discount .coupon-content .ffl-wrapper,
body.amasty_quote-cart-index .block.discount .coupon-content .ffl-wrapper {
  clear: both;
}
body.checkout-cart-index form.form-cart,
body.amasty_quote-cart-index form.form-cart {
  padding: 35px;
  background: #fff;
  border-radius: 8px;
  margin-right: 40px;
  width: calc(60% - 40px);
}
body.checkout-cart-index .cart-discount .block.reward,
body.amasty_quote-cart-index .cart-discount .block.reward {
  width: 100% !important;
}
body.checkout-cart-index .cart-discount .block.reward .title,
body.amasty_quote-cart-index .cart-discount .block.reward .title {
  cursor: pointer;
  color: #000;
}
body.checkout-cart-index .cart-discount .block.reward .content,
body.amasty_quote-cart-index .cart-discount .block.reward .content {
  max-width: initial;
}
body.checkout-cart-index .cart-discount .block.reward .content .field,
body.amasty_quote-cart-index .cart-discount .block.reward .content .field {
  margin-top: 10px;
}
body.checkout-cart-index .cart-discount .block.reward .content .field .label,
body.amasty_quote-cart-index .cart-discount .block.reward .content .field .label {
  color: #000;
}
body.checkout-cart-index .cart-discount .block.reward .content .field .control,
body.amasty_quote-cart-index .cart-discount .block.reward .content .field .control {
  position: relative;
}
body.checkout-cart-index .cart-discount .block.reward .content .field .control input,
body.amasty_quote-cart-index .cart-discount .block.reward .content .field .control input {
  height: 50px;
  border-radius: 30px;
  padding-left: 26px;
}
body.checkout-cart-index .cart-discount .block.reward .content .field .control input:hover,
body.amasty_quote-cart-index .cart-discount .block.reward .content .field .control input:hover,
body.checkout-cart-index .cart-discount .block.reward .content .field .control input:active,
body.amasty_quote-cart-index .cart-discount .block.reward .content .field .control input:active {
  border: 1px solid #9e73b9;
}
body.checkout-cart-index .cart-discount .block.reward .content .field .control .action,
body.amasty_quote-cart-index .cart-discount .block.reward .content .field .control .action {
  position: absolute;
  top: 0;
  margin: 0;
  right: 0;
  height: 50px;
  padding: 0 20px;
  border-radius: 0px 40px 40px 0px !important;
  background: #9e73b8;
  font-weight: bold;
  font-size: 15px;
  border: none;
}
body.checkout-cart-index #block-shipping,
body.amasty_quote-cart-index #block-shipping {
  display: none;
}
body.checkout-cart-index .cart-totals tbody .mark,
body.amasty_quote-cart-index .cart-totals tbody .mark,
body.checkout-cart-index .cart-totals .amount,
body.amasty_quote-cart-index .cart-totals .amount {
  border: none;
}
body.checkout-cart-index .cart-totals .grand .amount strong,
body.amasty_quote-cart-index .cart-totals .grand .amount strong {
  line-height: 28px;
}
body.checkout-cart-index .discount-cart.totals span,
body.amasty_quote-cart-index .discount-cart.totals span {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  color: #851b87;
}
body.checkout-cart-index .data.totals.table,
body.amasty_quote-cart-index .data.totals.table {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 24px;
}
body.checkout-cart-index .data.totals.table td,
body.amasty_quote-cart-index .data.totals.table td {
  font-weight: normal;
  text-align: right;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: #4D4D4D;
}
body.checkout-cart-index .data.totals.table th,
body.amasty_quote-cart-index .data.totals.table th,
body.checkout-cart-index .data.totals.table th span,
body.amasty_quote-cart-index .data.totals.table th span {
  letter-spacing: 0.2px;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: #262626;
  background: none;
  font-weight: 700 !important;
}
body.checkout-cart-index tr.grand.totals,
body.amasty_quote-cart-index tr.grand.totals {
  border-top: 1px solid #EEEEF0;
  border-bottom: 1px solid #EEEEF0;
}
body.checkout-cart-index tr.grand.totals > *,
body.amasty_quote-cart-index tr.grand.totals > * {
  padding: 35px 0;
}
body.checkout-cart-index tr.grand.totals .price,
body.amasty_quote-cart-index tr.grand.totals .price {
  font-weight: bold;
  font-size: 30px;
  color: #262626;
}
body.checkout-cart-index tr.grand.totals .mark,
body.amasty_quote-cart-index tr.grand.totals .mark {
  padding-left: 4px;
}
body.checkout-cart-index tr.grand.totals .mark strong,
body.amasty_quote-cart-index tr.grand.totals .mark strong {
  font-weight: bold;
}
body.checkout-cart-index tr.grand.totals .price-totals,
body.amasty_quote-cart-index tr.grand.totals .price-totals {
  display: flex;
  justify-content: flex-end;
}
body.checkout-cart-index tr.grand.totals .price-totals .subtotal-price .price,
body.amasty_quote-cart-index tr.grand.totals .price-totals .subtotal-price .price {
  font-weight: bold;
  font-size: 15px;
  text-align: right;
  letter-spacing: 0.2px;
  text-decoration-line: line-through;
  text-transform: capitalize;
  color: #262626;
  margin-right: 15px;
  vertical-align: sub;
  line-height: 28px;
  display: block;
}
body.checkout-cart-index button:hover,
body.amasty_quote-cart-index button:hover {
  opacity: 0.8;
}
body.checkout-cart-index .checkout-methods-items button.checkout,
body.amasty_quote-cart-index .checkout-methods-items button.checkout {
  margin-bottom: 15px;
  background: #851b87;
  border-radius: 100px !important;
  border: none;
  height: 50px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  body.checkout-cart-index .checkout-methods-items button.checkout,
  body.amasty_quote-cart-index .checkout-methods-items button.checkout {
    width: 290px !important;
  }
}
body.checkout-cart-index .checkout-methods-items button.checkout:hover,
body.amasty_quote-cart-index .checkout-methods-items button.checkout:hover {
  opacity: 1;
  background: #933f9f;
}
body.checkout-cart-index .checkout-methods-items button.checkout span,
body.amasty_quote-cart-index .checkout-methods-items button.checkout span {
  line-height: 27px;
}
body.checkout-cart-index .checkout-methods-items .amasty-quote-link,
body.amasty_quote-cart-index .checkout-methods-items .amasty-quote-link {
  background: #851b87;
  border-radius: 100px !important;
  border: none;
  height: 50px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  body.checkout-cart-index .checkout-methods-items .amasty-quote-link,
  body.amasty_quote-cart-index .checkout-methods-items .amasty-quote-link {
    width: 190px;
  }
}
body.checkout-cart-index .checkout-methods-items .amasty-quote-link:hover,
body.amasty_quote-cart-index .checkout-methods-items .amasty-quote-link:hover {
  background: #933f9f;
}
body.checkout-cart-index .payment-method-wrapper,
body.amasty_quote-cart-index .payment-method-wrapper {
  margin: 0 0 30px;
}
body.checkout-cart-index .payment-method-wrapper .title,
body.amasty_quote-cart-index .payment-method-wrapper .title {
  font-size: 24px;
  color: #4c4c4c;
  margin: 0 0 10px;
  line-height: 1em;
  text-align: center;
}
body.checkout-cart-index .payment-method-wrapper img,
body.amasty_quote-cart-index .payment-method-wrapper img {
  display: block;
  margin: 0 auto 30px;
}
body.checkout-cart-index .action.multicheckout,
body.amasty_quote-cart-index .action.multicheckout {
  display: none;
}
.block.reward {
  color: #262626;
  margin: 0 0 20px !important;
}
.block.reward .title {
  text-align: center;
  line-height: 1em;
}
.block.reward .title strong {
  font-size: 14px !important;
  color: #851b87;
  cursor: pointer;
  line-height: 1em;
  font-weight: bold;
}
.block.reward .content {
  font-size: 14px;
  border-bottom: 1.5px dashed #eeeef0;
  padding: 0 0 20px;
}
.block.reward .content .fieldset {
  margin: 0;
}
.block.reward .content .pointsLeft strong {
  color: #851b87;
}
.block.reward .content .field {
  margin: 0 !important;
}
.block.reward .content .field .label {
  display: none;
}
.block.reward .content .field .control {
  position: relative;
  margin-top: 10px;
}
.block.reward .content .field .control input {
  height: 50px;
  border-radius: 30px;
  padding-left: 26px;
  background: #F9F9FB;
  transition: ease all 500ms;
}
.block.reward .content .field .control input:hover,
.block.reward .content .field .control input:active {
  border: 1px solid #9e73b9;
}
.block.reward .content .field .control .action {
  position: absolute;
  top: 0;
  margin: 0;
  right: 0;
  height: 50px;
  padding: 0 20px;
  border-radius: 0px 40px 40px 0px !important;
  background: #851b87;
  font-weight: bold;
  font-size: 15px;
  border: none;
}
.cart-discount .actions-toolbar {
  margin: 0 !important;
}
.cart-discount .actions-toolbar > .primary .action {
  font-style: normal;
  font-weight: bold;
  font-size: 12.5px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 30px !important;
  background: #9e73b9;
  margin: 0;
  padding: 0 10px;
  height: 35px;
  width: 100%;
  border-color: #9e73b9;
}
.coupon-title {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: #262626;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coupon-content .input-text:hover,
.coupon-content .input-text:focus {
  border: 1px solid #9e73b9 !important;
}
.coupon-content .action.apply {
  position: absolute;
  top: 0;
  margin: 0;
  right: 0;
  height: 50px;
  padding: 0 20px;
  border-radius: 0px 40px 40px 0px !important;
  background: #851b87;
  font-weight: bold;
  font-size: 15px;
  border: none;
}
.coupon-content .action.apply:hover,
.coupon-content .action.apply:focus,
.coupon-content .action.apply:active {
  background: #aa8cc7;
  opacity: 1;
}
.coupon-content .action.apply span {
  line-height: initial;
  vertical-align: sub;
}
.coupon-content input {
  padding-right: 90px;
}
.coupon-content .ffl-label {
  padding-left: 26px !important;
}
.fieldset.coupon button.cancel {
  background: none;
  border: none;
  padding: 0;
  color: #9e73b9;
}
.cart.table-wrapper .cart.items .item .product-image-wrapper .product-image-photo {
  height: 130px;
  width: auto;
}
.cart.table-wrapper .pages-items {
  display: flex;
  justify-content: center;
}
.cart.table-wrapper .actions-toolbar {
  padding: 0;
  margin: 0 0 4px !important;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: static;
}
#maincontent {
  width: 100%;
}
@media (max-width: 990px) {
  body.checkout-cart-index .cart-container,
  body.amasty_quote-cart-index .cart-container {
    display: flex;
    flex-direction: column;
  }
  body.checkout-cart-index .cart-summary,
  body.amasty_quote-cart-index .cart-summary {
    width: 100%;
    position: static;
    float: none;
    order: 1;
    padding: 15px 0;
  }
  body.checkout-cart-index .cart-summary .action.primary.checkout,
  body.amasty_quote-cart-index .cart-summary .action.primary.checkout {
    width: max-content;
  }
  body.checkout-cart-index .cart-summary > *,
  body.amasty_quote-cart-index .cart-summary > * {
    padding: 0 15px;
  }
  body.checkout-cart-index .cart-summary .summary.title,
  body.amasty_quote-cart-index .cart-summary .summary.title {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
    padding-bottom: 15px;
  }
  body.checkout-cart-index form.form-cart,
  body.amasty_quote-cart-index form.form-cart {
    width: 100%;
    margin: 0;
    padding: 15px;
    order: 0;
  }
  body.checkout-cart-index .block.block-primary,
  body.amasty_quote-cart-index .block.block-primary {
    order: 2;
  }
  body.checkout-cart-index .additional-actions,
  body.amasty_quote-cart-index .additional-actions {
    width: 100%;
    margin: -10px 0 30px 0;
    padding: 15px;
    order: 0;
  }
}
@media (max-width: 767px) {
  body.checkout-cart-index .page-header,
  body.amasty_quote-cart-index .page-header {
    margin-bottom: 20px !important;
  }
  body.checkout-cart-index #shopping-cart-table .product-item-photo,
  body.amasty_quote-cart-index #shopping-cart-table .product-item-photo {
    position: static;
  }
  body.checkout-cart-index #shopping-cart-table .col.item,
  body.amasty_quote-cart-index #shopping-cart-table .col.item {
    width: 100%;
    max-width: 100%;
    display: flex;
    margin-bottom: 10px;
  }
  body.checkout-cart-index #shopping-cart-table .col,
  body.amasty_quote-cart-index #shopping-cart-table .col {
    width: 50%;
  }
  body.checkout-cart-index #shopping-cart-table .col.price,
  body.amasty_quote-cart-index #shopping-cart-table .col.price {
    width: 50%;
  }
  body.checkout-cart-index #shopping-cart-table .col.qty,
  body.amasty_quote-cart-index #shopping-cart-table .col.qty,
  body.checkout-cart-index #shopping-cart-table .col.price,
  body.amasty_quote-cart-index #shopping-cart-table .col.price {
    flex-direction: column;
  }
  body.checkout-cart-index #shopping-cart-table tr.item-info,
  body.amasty_quote-cart-index #shopping-cart-table tr.item-info {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
    width: 100%;
  }
  body.checkout-cart-index #shopping-cart-table .cart-price .price,
  body.amasty_quote-cart-index #shopping-cart-table .cart-price .price {
    line-height: 42px;
  }
  body.checkout-cart-index #shopping-cart-table .cart.item,
  body.amasty_quote-cart-index #shopping-cart-table .cart.item {
    display: flex;
    padding: 15px 0;
  }
  body.checkout-cart-index .cart.table-wrapper,
  body.amasty_quote-cart-index .cart.table-wrapper {
    margin-bottom: 0;
  }
  body.checkout-cart-index .cart.table-wrapper .actions-toolbar,
  body.amasty_quote-cart-index .cart.table-wrapper .actions-toolbar {
    margin-bottom: 0 !important;
  }
  body.checkout-cart-index .cart.table-wrapper .actions-toolbar .action-delete,
  body.amasty_quote-cart-index .cart.table-wrapper .actions-toolbar .action-delete {
    line-height: 42px;
  }
  body.checkout-cart-index .cart.table-wrapper .actions-toolbar .action-delete:before,
  body.amasty_quote-cart-index .cart.table-wrapper .actions-toolbar .action-delete:before {
    font-size: 22px;
    font-weight: 200;
  }
  body.checkout-cart-index .cart.table-wrapper td.col.action,
  body.amasty_quote-cart-index .cart.table-wrapper td.col.action {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  body.checkout-cart-index .cart.table-wrapper .price-excluding-tax,
  body.amasty_quote-cart-index .cart.table-wrapper .price-excluding-tax {
    text-align: center;
    width: 100%;
  }
  body.checkout-cart-index #shopping-cart-table,
  body.amasty_quote-cart-index #shopping-cart-table {
    margin-bottom: 0;
  }
  body.checkout-cart-index .cart-label h3,
  body.amasty_quote-cart-index .cart-label h3 {
    font-size: 24px;
  }
  body.checkout-cart-index .data.totals.table td,
  body.amasty_quote-cart-index .data.totals.table td {
    border: none !important;
  }
}
.checkout-cart-index .form-cart .main.actions,
.amasty_quote-cart-index .form-cart .main.actions {
  display: flex;
  justify-content: space-between;
}
.checkout-cart-index .form-cart .main.actions .action,
.amasty_quote-cart-index .form-cart .main.actions .action {
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #9e73b9;
  background: none;
  margin-top: 10px;
  padding: 0;
  height: 35px;
  width: auto;
  border: none;
  line-height: 1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 568px) {
  .checkout-cart-index .form-cart .main.actions .action,
  .amasty_quote-cart-index .form-cart .main.actions .action {
    margin: 10px auto;
  }
}
.checkout-cart-index .form-cart .main.actions .action[value="remove_not_salable"],
.amasty_quote-cart-index .form-cart .main.actions .action[value="remove_not_salable"] {
  max-width: 232px;
}
@media screen and (max-width: 568px) {
  .checkout-cart-index .form-cart .main.actions .action[value="remove_not_salable"],
  .amasty_quote-cart-index .form-cart .main.actions .action[value="remove_not_salable"] {
    max-width: 240px;
  }
}
.checkout-cart-index .form-cart .main.actions .action[value="empty_cart"],
.amasty_quote-cart-index .form-cart .main.actions .action[value="empty_cart"] {
  max-width: 190px;
}
@media screen and (max-width: 568px) {
  .checkout-cart-index .form-cart .main.actions .action[value="empty_cart"],
  .amasty_quote-cart-index .form-cart .main.actions .action[value="empty_cart"] {
    max-width: 240px;
  }
}
.checkout-cart-index .form-cart .main.actions .action[value="update_qty"],
.amasty_quote-cart-index .form-cart .main.actions .action[value="update_qty"] {
  max-width: 145px;
}
@media screen and (max-width: 568px) {
  .checkout-cart-index .form-cart .main.actions .action[value="update_qty"],
  .amasty_quote-cart-index .form-cart .main.actions .action[value="update_qty"] {
    max-width: 240px;
  }
}
.checkout-cart-index .form-cart .main.actions .action:hover,
.amasty_quote-cart-index .form-cart .main.actions .action:hover {
  opacity: 1;
  color: #851b87;
  background: none;
  text-decoration: underline;
}
.opc-wrapper .form-login .fieldset .note {
  font-weight: 700;
  color: #9e73b9;
}
@media screen and (max-width: 568px) {
  .checkout-cart-index .form-cart .main.actions,
  .amasty_quote-cart-index .form-cart .main.actions {
    flex-direction: column;
  }
}
.cart.item.message.error > *:first-child:before {
  width: 20px;
}
.catalog-category-view .am_shopby_apply_filters .amshopby-button,
.catalogsearch-result-index .am_shopby_apply_filters .amshopby-button {
  background: #9676b5;
  border: none;
  border-radius: 30px !important;
}
.catalog-category-view .am_shopby_apply_filters .amshopby-button:hover,
.catalogsearch-result-index .am_shopby_apply_filters .amshopby-button:hover,
.catalog-category-view .am_shopby_apply_filters .amshopby-button:active,
.catalogsearch-result-index .am_shopby_apply_filters .amshopby-button:active,
.catalog-category-view .am_shopby_apply_filters .amshopby-button:focus,
.catalogsearch-result-index .am_shopby_apply_filters .amshopby-button:focus {
  background: #9676b5;
  border: none;
}
.catalog-category-view .page-main,
.catalogsearch-result-index .page-main {
  max-width: 1500px;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .page-main .message.info.empty,
  .catalogsearch-result-index .page-main .message.info.empty {
    margin-top: 50px;
  }
}
.catalog-category-view .phrase-builder h2,
.catalogsearch-result-index .phrase-builder h2,
.catalog-category-view .phrase-builder p,
.catalogsearch-result-index .phrase-builder p {
  color: #262626;
}
.catalog-category-view .phrase-builder .fieldset.phrase,
.catalogsearch-result-index .phrase-builder .fieldset.phrase {
  display: flex;
  margin: 0 0 20px;
  align-items: flex-end;
}
.catalog-category-view .phrase-builder .fieldset.phrase .phrase:not(.field),
.catalogsearch-result-index .phrase-builder .fieldset.phrase .phrase:not(.field) {
  max-width: 250px;
  margin-right: 15px;
}
.catalog-category-view .phrase-builder .fieldset.phrase .phrase:not(.field) .ffl-label,
.catalogsearch-result-index .phrase-builder .fieldset.phrase .phrase:not(.field) .ffl-label {
  color: #262626;
  display: block;
}
.catalog-category-view .phrase-builder .fieldset.phrase .phrase:not(.field) .input-text,
.catalogsearch-result-index .phrase-builder .fieldset.phrase .phrase:not(.field) .input-text {
  background: #F9F9FB;
  height: 38px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  padding: 0 15px;
}
.catalog-category-view .phrase-builder .fieldset.phrase .phrase:not(.field) .input-text:focus,
.catalogsearch-result-index .phrase-builder .fieldset.phrase .phrase:not(.field) .input-text:focus,
.catalog-category-view .phrase-builder .fieldset.phrase .phrase:not(.field) .input-text:hover,
.catalogsearch-result-index .phrase-builder .fieldset.phrase .phrase:not(.field) .input-text:hover {
  border: 1px solid #9e73b9;
}
.catalog-category-view .phrase-builder .fieldset.phrase .actions-toolbar,
.catalogsearch-result-index .phrase-builder .fieldset.phrase .actions-toolbar {
  margin: 0 !important;
}
.catalog-category-view .phrase-builder .fieldset.phrase .actions-toolbar:before,
.catalogsearch-result-index .phrase-builder .fieldset.phrase .actions-toolbar:before,
.catalog-category-view .phrase-builder .fieldset.phrase .actions-toolbar:after,
.catalogsearch-result-index .phrase-builder .fieldset.phrase .actions-toolbar:after {
  display: none;
}
.catalog-category-view .phrase-builder .fieldset.phrase .actions-toolbar .primary,
.catalogsearch-result-index .phrase-builder .fieldset.phrase .actions-toolbar .primary {
  text-align: left;
}
.catalog-category-view .phrase-builder .fieldset.phrase .actions-toolbar .primary .action,
.catalogsearch-result-index .phrase-builder .fieldset.phrase .actions-toolbar .primary .action {
  background: #9e73b9;
  height: 38px;
  border-radius: 30px !important;
  padding: 0;
  width: 130px;
  border: none;
  text-align: center;
  box-shadow: none;
}
.catalog-category-view .phrase-builder .fieldset.phrase .actions-toolbar .primary .action:hover,
.catalogsearch-result-index .phrase-builder .fieldset.phrase .actions-toolbar .primary .action:hover {
  background: #851b87;
}
.catalog-category-view .phrase-builder .fieldset.phrase-action .actions-toolbar,
.catalogsearch-result-index .phrase-builder .fieldset.phrase-action .actions-toolbar {
  max-width: 250px;
  padding-right: 15px;
  margin: 0;
}
.catalog-category-view .phrase-builder .fieldset.phrase-action .actions-toolbar .primary,
.catalogsearch-result-index .phrase-builder .fieldset.phrase-action .actions-toolbar .primary {
  width: 100%;
}
.catalog-category-view .phrase-builder .fieldset.phrase-action .actions-toolbar .primary .action,
.catalogsearch-result-index .phrase-builder .fieldset.phrase-action .actions-toolbar .primary .action {
  width: 100%;
  height: 38px;
  padding: 0;
  border-radius: 30px !important;
  box-shadow: none;
}
.catalog-category-view .phrase-builder .fieldset.phrase-action .actions-toolbar .primary .action:hover,
.catalogsearch-result-index .phrase-builder .fieldset.phrase-action .actions-toolbar .primary .action:hover {
  background: #851b87;
}
.catalog-category-view .breadcrumbs .page-main,
.catalogsearch-result-index .breadcrumbs .page-main {
  max-width: 1200px;
  width: 100%;
}
.catalog-category-view #maincontent .page-title-wrapper,
.catalogsearch-result-index #maincontent .page-title-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.catalog-category-view #maincontent .page-title-wrapper .page-title,
.catalogsearch-result-index #maincontent .page-title-wrapper .page-title {
  font-size: 24px;
  color: #666;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .catalog-category-view #maincontent .page-title-wrapper .page-title,
  .catalogsearch-result-index #maincontent .page-title-wrapper .page-title {
    font-size: 36px;
  }
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block {
  border: 0 !important;
  margin-bottom: 30px;
  background: #F9F9FB;
  border-radius: 8px;
  position: relative;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .title,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .title {
  padding: 14px 0;
  border-bottom: 1px solid #ededed;
  margin: 0 14px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #262626;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .block-content.filter-content,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .block-content.filter-content {
  padding: 14px;
  position: static;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .amshopby-filter-current,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .amshopby-filter-current {
  color: #262626;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .amshopby-filter-current .amshopby-remove,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .amshopby-filter-current .amshopby-remove {
  left: auto;
  right: 0;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .amshopby-filter-current .amshopby-remove:before,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .amshopby-filter-current .amshopby-remove:before,
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .amshopby-filter-current .amshopby-remove:after,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .amshopby-filter-current .amshopby-remove:after {
  background: #851b87;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .amshopby-filter-current .amshopby-remove:hover ~ *,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: 1;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .block-actions.filter-actions,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .block-actions.filter-actions {
  position: absolute;
  top: 20px;
  right: 5px;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .block-actions.filter-actions,
  .catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .block-actions.filter-actions {
    position: static;
    display: block;
    padding: 0 20px;
  }
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .block-actions.filter-actions a,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .block-actions.filter-actions a {
  color: #9e73b9;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .filter-options .am-filter-items-attr_price .amshopby_currency_rate input,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .filter-options .am-filter-items-attr_price .amshopby_currency_rate input {
  width: 80px;
  max-width: 80px;
  border-radius: 30px;
  text-align: center;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .filter-options .am-filter-items-attr_price .amshopby_currency_rate button.am-filter-go,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .filter-options .am-filter-items-attr_price .amshopby_currency_rate button.am-filter-go {
  border: 1px solid #851b87;
  display: block;
  border-radius: 8px;
  height: 30px;
  background: transparent;
  padding-top: 8px;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #851b87;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .filter-options .am-filter-items-attr_price .amshopby_currency_rate button.am-filter-go:hover,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .filter-options .am-filter-items-attr_price .amshopby_currency_rate button.am-filter-go:hover {
  background: #851b87;
  color: #fff;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item {
  border-bottom: 1px solid #ebebeb !important;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-title,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-title {
  position: relative;
  color: #262626 !important;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  word-break: normal;
  padding-right: 20px;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-title:before,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-title:before {
  content: "\f067";
  z-index: 1000;
  display: block !important;
  position: absolute;
  right: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #9e73b9;
}
@media screen and (max-width: 768px) {
  .catalog-category-view .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-content [class*='am-filter-items-'] .label,
  .catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-content [class*='am-filter-items-'] .label {
    max-width: 55%;
    display: inline-block;
    vertical-align: middle;
  }
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-content .am-shopby-form,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 10px;
  padding: 0;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-content .item,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-content .item {
  min-width: 55px;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-content .item input,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-content .item input {
  cursor: pointer;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-content .item a,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-content .item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-content .item a .label,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item .filter-options-content .item a .label {
  font-size: 16px;
  color: #262626;
  opacity: 0.5;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item:last-child,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none !important;
}
.catalog-category-view .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item.active .filter-options-title:before,
.catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item.active .filter-options-title:before {
  content: "\f068";
  z-index: 1000;
  display: block !important;
  position: absolute;
  right: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #69707F;
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content {
  display: none !important;
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-item.active .filter-options-content,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-item.active .filter-options-content {
  display: block !important;
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content li > a,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content li > a {
  padding-left: 0;
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content li > a::before,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content li > a::before {
  display: none !important;
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content li > a .count,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content li > a .count {
  display: none !important;
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content li > a:hover::after,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content li > a:hover::after,
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content li > a:active::after,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content li > a:active::after,
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content li > a:focus::after,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content li > a:focus::after {
  display: none !important;
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content .item,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .item {
  position: relative;
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content .item .amshopby-choice,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .item .amshopby-choice {
  display: none;
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content .item input,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .item input {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  overflow: visible;
  width: auto;
  height: auto;
  clip: auto;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content .item input:before,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .item input:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 2px;
  margin-left: -1px;
  border: 1.5px solid #9e73b9;
  box-sizing: border-box;
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content .item input:checked:before,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .item input:checked:before {
  background: #9e73b9;
  border: none;
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content .item input:checked:after,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .item input:checked:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 8px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
  transform: rotate(45deg);
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content .item input:checked ~ a .label,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .item input:checked ~ a .label {
  opacity: 1;
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content .item input:focus,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .item input:focus {
  box-shadow: none;
  outline: none;
}
.catalog-category-view .sidebar .block.filter .filter-options .filter-options-content .am-filter-items-stock .item input,
.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .am-filter-items-stock .item input {
  display: block !important;
}
.catalog-category-view .sidebar .block.filter .filter-current .action.remove,
.catalogsearch-result-index .sidebar .block.filter .filter-current .action.remove {
  right: -6px !important;
}
.catalog-category-view .modals-overlay,
.catalogsearch-result-index .modals-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.catalog-category-view div.breadcrumbs,
.catalogsearch-result-index div.breadcrumbs {
  margin-bottom: 50px;
}
.catalog-category-view .products.wrapper .product-item-name a.product-item-link,
.catalogsearch-result-index .products.wrapper .product-item-name a.product-item-link {
  white-space: normal;
  overflow: hidden;
}
.catalog-category-view .actions-primary,
.catalogsearch-result-index .actions-primary {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.catalog-category-view .category-page-config .group-content-price,
.catalogsearch-result-index .category-page-config .group-content-price {
  padding: 0;
  justify-content: flex-end;
  min-height: 16px;
}
.catalog-category-view .category-page-config .group-content-price.bundle-price,
.catalogsearch-result-index .category-page-config .group-content-price.bundle-price {
  padding: 0 0 49px 0;
}
.catalog-category-view .category-page-config .amasty-hide-price-container,
.catalogsearch-result-index .category-page-config .amasty-hide-price-container {
  position: static;
  height: 38px;
}
.catalog-category-view .product-block .product-item-details .price-box .price,
.catalogsearch-result-index .product-block .product-item-details .price-box .price {
  font-size: 16px;
}
.catalog-category-view .product-block .product-item-details .price-box .old-price .price,
.catalogsearch-result-index .product-block .product-item-details .price-box .old-price .price {
  color: #999 !important;
  font-size: 14px;
  margin: 0;
}
.catalog-category-view .category-view,
.catalogsearch-result-index .category-view {
  margin-top: 60px;
}
.catalog-category-view .category-description,
.catalogsearch-result-index .category-description,
.catalog-category-view .product-item-description,
.catalogsearch-result-index .product-item-description {
  max-width: 990px;
  padding: 0;
}
.catalog-category-view .category-description .widget-categories,
.catalogsearch-result-index .category-description .widget-categories,
.catalog-category-view .product-item-description .widget-categories,
.catalogsearch-result-index .product-item-description .widget-categories {
  margin: 0 0 30px !important;
}
.catalog-category-view .category-description .widget-categories .block-title,
.catalogsearch-result-index .category-description .widget-categories .block-title,
.catalog-category-view .product-item-description .widget-categories .block-title,
.catalogsearch-result-index .product-item-description .widget-categories .block-title {
  margin: 0 0 30px;
  padding: 0;
  color: #262626;
}
.catalog-category-view .category-description .widget-categories .block-title span,
.catalogsearch-result-index .category-description .widget-categories .block-title span,
.catalog-category-view .product-item-description .widget-categories .block-title span,
.catalogsearch-result-index .product-item-description .widget-categories .block-title span {
  color: #262626;
  font-weight: 700;
  font-size: 21px;
  line-height: 1em;
  text-transform: none;
  display: inline-block;
}
.catalog-category-view .category-description .widget-categories .pretext,
.catalogsearch-result-index .category-description .widget-categories .pretext,
.catalog-category-view .product-item-description .widget-categories .pretext,
.catalogsearch-result-index .product-item-description .widget-categories .pretext {
  margin: 0 0 50px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
  color: #666666;
}
.catalog-category-view .category-description .widget-categories .block-content,
.catalogsearch-result-index .category-description .widget-categories .block-content,
.catalog-category-view .product-item-description .widget-categories .block-content,
.catalogsearch-result-index .product-item-description .widget-categories .block-content {
  padding: 0;
}
.catalog-category-view .category-description .widget-categories .categories-row,
.catalogsearch-result-index .category-description .widget-categories .categories-row,
.catalog-category-view .product-item-description .widget-categories .categories-row,
.catalogsearch-result-index .product-item-description .widget-categories .categories-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.catalog-category-view .category-description .widget-categories .categories-row > div,
.catalogsearch-result-index .category-description .widget-categories .categories-row > div,
.catalog-category-view .product-item-description .widget-categories .categories-row > div,
.catalogsearch-result-index .product-item-description .widget-categories .categories-row > div {
  margin: 0 0 30px;
}
.catalog-category-view .category-description .widget-categories .categories-row ul,
.catalogsearch-result-index .category-description .widget-categories .categories-row ul,
.catalog-category-view .product-item-description .widget-categories .categories-row ul,
.catalogsearch-result-index .product-item-description .widget-categories .categories-row ul {
  margin: 0;
  height: 100%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #E6E6E6;
  padding: 21px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.catalog-category-view .category-description .widget-categories .categories-row ul li,
.catalogsearch-result-index .category-description .widget-categories .categories-row ul li,
.catalog-category-view .product-item-description .widget-categories .categories-row ul li,
.catalogsearch-result-index .product-item-description .widget-categories .categories-row ul li {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.catalog-category-view .category-description .widget-categories .categories-row ul li:before,
.catalogsearch-result-index .category-description .widget-categories .categories-row ul li:before,
.catalog-category-view .product-item-description .widget-categories .categories-row ul li:before,
.catalogsearch-result-index .product-item-description .widget-categories .categories-row ul li:before {
  display: none;
}
.catalog-category-view .category-description .widget-categories .categories-row ul li .category-image,
.catalogsearch-result-index .category-description .widget-categories .categories-row ul li .category-image,
.catalog-category-view .product-item-description .widget-categories .categories-row ul li .category-image,
.catalogsearch-result-index .product-item-description .widget-categories .categories-row ul li .category-image {
  height: 150px;
  width: auto;
  object-fit: contain;
}
.catalog-category-view .category-description .widget-categories .categories-row ul li .category-name,
.catalogsearch-result-index .category-description .widget-categories .categories-row ul li .category-name,
.catalog-category-view .product-item-description .widget-categories .categories-row ul li .category-name,
.catalogsearch-result-index .product-item-description .widget-categories .categories-row ul li .category-name {
  color: #212121;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 1em;
}
.catalog-category-view .category-description h2,
.catalogsearch-result-index .category-description h2,
.catalog-category-view .product-item-description h2,
.catalogsearch-result-index .product-item-description h2 {
  margin: 60px 0 25px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  color: #2D292E;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .category-description h2,
  .catalogsearch-result-index .category-description h2,
  .catalog-category-view .product-item-description h2,
  .catalogsearch-result-index .product-item-description h2 {
    margin: 80px 0 30px;
    font-size: 48px;
  }
}
.catalog-category-view .category-description h3,
.catalogsearch-result-index .category-description h3,
.catalog-category-view .product-item-description h3,
.catalogsearch-result-index .product-item-description h3 {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
  color: #2D292E;
  margin: 25px 0 5px;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .category-description h3,
  .catalogsearch-result-index .category-description h3,
  .catalog-category-view .product-item-description h3,
  .catalogsearch-result-index .product-item-description h3 {
    font-size: 36px;
    padding-left: 32px;
    margin: 30px 0 15px;
  }
}
.catalog-category-view .category-description h3:before,
.catalogsearch-result-index .category-description h3:before,
.catalog-category-view .product-item-description h3:before,
.catalogsearch-result-index .product-item-description h3:before {
  content: '';
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/bulleted-list-small.svg") 0 0 no-repeat;
  width: 10px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .catalog-category-view .category-description h3:before,
  .catalogsearch-result-index .category-description h3:before,
  .catalog-category-view .product-item-description h3:before,
  .catalogsearch-result-index .product-item-description h3:before {
    background: url("../../frontend/Balltheme/balloon/en_US/images/bulleted-list.svg") 0 0 no-repeat;
    width: 16px;
    height: 18px;
  }
}
.catalog-category-view .category-description p,
.catalogsearch-result-index .category-description p,
.catalog-category-view .product-item-description p,
.catalogsearch-result-index .product-item-description p {
  font-weight: 400;
  color: #2d292e;
  font-size: 16px;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .category-description p,
  .catalogsearch-result-index .category-description p,
  .catalog-category-view .product-item-description p,
  .catalogsearch-result-index .product-item-description p {
    font-size: 20px;
    line-height: 1.6em;
  }
}
.catalog-category-view .category-description ul,
.catalogsearch-result-index .category-description ul,
.catalog-category-view .product-item-description ul,
.catalogsearch-result-index .product-item-description ul {
  padding-left: 20px;
  margin: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .category-description ul,
  .catalogsearch-result-index .category-description ul,
  .catalog-category-view .product-item-description ul,
  .catalogsearch-result-index .product-item-description ul {
    padding-left: 40px;
  }
}
.catalog-category-view .category-description ul li,
.catalogsearch-result-index .category-description ul li,
.catalog-category-view .product-item-description ul li,
.catalogsearch-result-index .product-item-description ul li {
  list-style: none !important;
  position: relative;
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  color: #2D292E;
  padding-left: 20px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .category-description ul li,
  .catalogsearch-result-index .category-description ul li,
  .catalog-category-view .product-item-description ul li,
  .catalogsearch-result-index .product-item-description ul li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.catalog-category-view .category-description ul li:before,
.catalogsearch-result-index .category-description ul li:before,
.catalog-category-view .product-item-description ul li:before,
.catalogsearch-result-index .product-item-description ul li:before {
  content: '';
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/bulleted-list-small.svg") 0 0 no-repeat;
  width: 10px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.catalog-category-view .category-description ol:not(.product-items),
.catalogsearch-result-index .category-description ol:not(.product-items),
.catalog-category-view .product-item-description ol:not(.product-items),
.catalogsearch-result-index .product-item-description ol:not(.product-items) {
  list-style: none;
  counter-reset: my-counter;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .category-description ol:not(.product-items),
  .catalogsearch-result-index .category-description ol:not(.product-items),
  .catalog-category-view .product-item-description ol:not(.product-items),
  .catalogsearch-result-index .product-item-description ol:not(.product-items) {
    padding: 0;
  }
}
.catalog-category-view .category-description ol:not(.product-items) li,
.catalogsearch-result-index .category-description ol:not(.product-items) li,
.catalog-category-view .product-item-description ol:not(.product-items) li,
.catalogsearch-result-index .product-item-description ol:not(.product-items) li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 40px;
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  color: #2D292E;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .category-description ol:not(.product-items) li,
  .catalogsearch-result-index .category-description ol:not(.product-items) li,
  .catalog-category-view .product-item-description ol:not(.product-items) li,
  .catalogsearch-result-index .product-item-description ol:not(.product-items) li {
    font-size: 20px;
  }
}
.catalog-category-view .category-description ol:not(.product-items) li:before,
.catalogsearch-result-index .category-description ol:not(.product-items) li:before,
.catalog-category-view .product-item-description ol:not(.product-items) li:before,
.catalogsearch-result-index .product-item-description ol:not(.product-items) li:before {
  content: counter(my-counter);
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #6B4284;
  background: #F4F0F7;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.catalog-category-view .category-description a,
.catalogsearch-result-index .category-description a,
.catalog-category-view .product-item-description a,
.catalogsearch-result-index .product-item-description a {
  color: #9e73b9;
}
.catalog-category-view .category-description a:hover,
.catalogsearch-result-index .category-description a:hover,
.catalog-category-view .product-item-description a:hover,
.catalogsearch-result-index .product-item-description a:hover {
  color: #851b87;
}
.catalog-category-view:not([class*="page-layout-laconica-subcategories"]) .product-item-description {
  max-width: initial;
  margin: 0 auto;
}
.catalog-category-view[class*="page-layout-laconica-subcategories"] .product-item-description {
  max-width: initial;
  margin: 0 auto;
}
.catalog-category-view .product-item-description [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.catalog-category-view .actions-primary,
.catalogsearch-result-index .actions-primary {
  padding: 0;
}
body #maincontent > .page-title-wrapper .page-title {
  color: #9e73b9;
}
.modal-popup.smcqp-confirm .modal-inner-wrap {
  border-radius: 8px;
  background: #fff !important;
  padding-left: 10px;
  border: 1px solid #e4e4e4;
}
.modal-popup.smcqp-confirm .modal-inner-wrap div.modal-content {
  padding-right: 0;
  text-align: center;
  font-size: 14px;
}
.modal-popup.smcqp-confirm .modal-inner-wrap .modal-footer {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.modal-popup.smcqp-confirm .modal-inner-wrap .modal-footer button {
  border-color: #9e73b9;
  background: none;
  color: #9e73b9;
  font-weight: 600;
  border-radius: 100px;
  padding: 0;
  width: 80px;
  line-height: 35px;
  display: block;
}
.modal-popup.smcqp-confirm .modal-inner-wrap .modal-footer button.action-accept {
  margin-right: 10px;
  background: #9e73b9;
  color: #fff;
}
.pages-items .item.current strong.page {
  color: #fff;
}
.newsletter-category {
  background: #F9F9FB;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-bottom: 20px;
}
.newsletter-category .top-content-img {
  width: 100%;
  height: 77px;
}
.newsletter-category .letter-icon {
  margin: -53px auto 0;
  text-align: center;
  display: block;
}
.newsletter-category .title {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #262626;
  margin-top: 5px;
}
.newsletter-category .content {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #262626;
  max-width: 126px;
  margin: 0 auto;
  padding-bottom: 13px;
}
.newsletter-category button.sent-newletter {
  border: 1px solid #851b87;
  width: calc(60%);
  margin: 0 auto;
  display: block;
  border-radius: 30px;
  height: 30px;
  background: transparent;
  padding-top: 8px;
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #851b87;
  line-height: 15px;
}
.flex_center_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#amasty-shopby-product-list + .sidebar-main + .category-view {
  width: 75%;
  float: right;
}
#amasty-shopby-product-list + .sidebar-main + .category-view:before,
#amasty-shopby-product-list + .sidebar-main + .category-view:after {
  content: " ";
  display: table;
}
#amasty-shopby-product-list + .sidebar-main + .category-view:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  #amasty-shopby-product-list + .sidebar-main + .category-view {
    width: 100%;
    float: none;
  }
}
.category-view {
  clear: both;
}
.category-view .category-description {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.category-view .category-description .description-content {
  position: relative;
  max-height: 100px;
  overflow: hidden;
}
.category-view .category-description .description-content h2,
.category-view .category-description .description-content h3,
.category-view .category-description .description-content h4,
.category-view .category-description .description-content h5 {
  margin-top: 0;
}
.category-view .category-description .description-content:after {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 30px;
  width: 100%;
  z-index: 9;
  position: absolute;
  bottom: 0;
}
.category-view .category-description.show-more .description-content {
  max-height: initial;
  overflow: initial;
}
.category-view .category-description.show-more .description-content:after {
  display: none;
}
.catalog-category-view .category-description.faq-scheme {
  max-width: 1200px;
  margin: 0 0 30px!important;
  width: 75% !important;
  display: flex !important;
  flex-direction: column !important;
  align-self: flex-end !important;
}
@media screen and (max-width: 768px) {
  .catalog-category-view .category-description.faq-scheme {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .catalog-category-view .category-description.faq-scheme {
    margin: 0 auto;
  }
}
.catalog-category-view .category-description.faq-scheme h2 {
  margin: 60px 0 25px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  color: #2D292E;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .category-description.faq-scheme h2 {
    margin: 80px 0 30px;
    font-size: 48px;
  }
}
.catalog-category-view .category-description.faq-scheme p {
  font-weight: 400;
  color: #2d292e;
  font-size: 16px;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .category-description.faq-scheme p {
    font-size: 20px;
    line-height: 1.6em;
  }
}
.catalog-category-view .category-description.faq-scheme a {
  color: #9e73b9;
}
.catalog-category-view .category-description.faq-scheme a:hover {
  color: #851b87;
}
.category-landing-content .category-description h1,
.category-landing-content .category-description h2 {
  font-size: 30px;
  margin-bottom: 15px;
  position: relative;
}
.category-landing-content .category-description h1 .base,
.category-landing-content .category-description h2 .base {
  position: relative;
}
.category-landing-content .category-description h1 .base:after,
.category-landing-content .category-description h2 .base:after {
  content: '';
  background-color: #ff5500;
  width: 60%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
}
.category-landing-content .category-title-wrapper {
  display: block !important;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 15px;
}
.category-landing-content .category-title-wrapper .base {
  position: relative;
}
.category-landing-content .category-title-wrapper .base:after {
  content: '';
  background-color: #ff5500;
  width: 60%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
}
.category-landing-content .category-description .description-content {
  position: relative;
  max-height: 100px;
  overflow: hidden;
}
.category-landing-content .category-description .description-content h2,
.category-landing-content .category-description .description-content h3,
.category-landing-content .category-description .description-content h4,
.category-landing-content .category-description .description-content h5 {
  margin-top: 0;
}
.category-landing-content .category-description .description-content:after {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 30px;
  width: 100%;
  z-index: 9;
  position: absolute;
  bottom: 0;
}
.category-landing-content .category-description.show-more .description-content {
  max-height: initial;
  overflow: initial;
}
.category-landing-content .category-description.show-more .description-content:after {
  display: none;
}
.show-more-description {
  cursor: pointer;
  margin: 20px 0;
  font-weight: 600;
  font-size: 14px;
}
.show-more-description:hover {
  color: #ff5500;
}
.subcategories-listing {
  margin-bottom: 50px;
}
.subcategories-listing .category-item {
  padding: 0 10px;
  min-width: 147px;
}
.subcategories-listing .category-item .category-image {
  max-height: 100%;
}
.catalog-category-view .real-photo-wrap,
.subcategories-listing .real-photo-wrap {
  margin: 0 0 20px;
}
.catalog-category-view .real-photo-wrap .real-photo-button,
.subcategories-listing .real-photo-wrap .real-photo-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9676b5;
  border-radius: 30px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border: none;
  box-shadow: none;
  padding: 0;
  width: 190px;
  height: 45px;
}
.catalog-category-view .real-photo-wrap .real-photo-button span,
.subcategories-listing .real-photo-wrap .real-photo-button span {
  line-height: 1em;
}
body {
  /*
    a {
        color: #9e73b9;
        height: 2.2em;
        line-height: 1.2em;
        text-align: center;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        &:hover {
          color: #851b87;
        }
    }
    */
}
body .category-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: ease all 300ms;
}
body .category-item-info:hover {
  transform: scale(1.05);
}
body .category-item-info a {
  display: block;
  width: 100%;
}
body .category-item-info a img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  margin: 0;
}
body .category-item-info .category-item-name {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
}
body .category-item-info .category-item-name a {
  color: #851b87;
  height: 2.2em;
  line-height: 1.2em;
  text-align: center;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .category-item-info .category-item-name a:hover {
  opacity: .6;
  color: #851b87;
}
body .category-item-info a.cat-link {
  max-height: 100px;
  min-height: 100px;
  height: 100px;
}
body.page-layout-laconica-subcategories-3columns .category-item-info a.cat-link {
  max-height: 260px;
  min-height: 260px;
  height: 260px;
}
body.page-layout-laconica-subcategories-3columns .subcategories-listing .category-item {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  body.page-layout-laconica-subcategories-3columns .subcategories-listing .category-item {
    padding: 0 5px;
  }
}
body.page-layout-laconica-subcategories-3columns .category-item-info {
  border: 1px solid #DFDCE0;
  border-radius: 14px;
  box-shadow: none;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  body.page-layout-laconica-subcategories-3columns .category-item-info {
    padding: 0 5px;
  }
}
body.page-layout-laconica-subcategories-3columns .category-item-info a.cat-link {
  display: flex;
  justify-content: center;
}
body.page-layout-laconica-subcategories-3columns .category-item-info .category-item-name {
  margin-top: 13px;
}
body.page-layout-laconica-subcategories-3columns .category-item-info .category-item-name a {
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #6B4284;
}
body.page-layout-laconica-subcategories-3columns .category-item-info .category-item-name a:hover {
  color: #9E73B9;
  opacity: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body.page-layout-laconica-subcategories-3columns .category-item-info .category-item-name a {
    font-size: 16px;
  }
}
body.page-layout-laconica-subcategories-3columns .category-item-info:hover {
  box-shadow: 0 30px 50px rgba(52, 32, 64, 0.15);
}
body.page-layout-laconica-subcategories-3columns .category-item-info:hover .category-item-name a {
  color: #9E73B9;
}
.page-layout-laconica-subcategories-3columns .category-items .category-item .category-item-info {
  padding: 35px 20px 20px 20px;
  position: relative;
}
.page-layout-laconica-subcategories-3columns .category-items .category-item .category-item-info .product-reviews-summary {
  position: absolute;
  top: 8px;
  margin: 0;
}
.page-layout-laconica-subcategories #maincontent .subcategories-listing {
  padding: 0 15px;
}
.page-layout-laconica-subcategories #maincontent .subcategories-listing .category-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-layout-laconica-subcategories #maincontent .category-view .banner-category {
  max-width: 1200px;
  margin: 0 auto;
}
#amasty-shopby-product-list .amsearch-related-terms .amsearch-item {
  background: #9e73b9;
  color: #fff;
}
#amasty-shopby-product-list .amsearch-related-terms .amsearch-item:hover {
  color: #851b87;
  color: #fff;
}
#amasty-shopby-product-list .amscroll-page-num.-amscroll-button {
  display: inline-block;
  padding: 15px 0;
  border: 0;
  border-radius: 0;
  background: none;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #9e73b9;
}
.cst-add-to-cart {
  height: 36px;
  overflow: hidden;
  position: relative;
  background: #9e73b9 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  width: 130px;
  margin: 0 auto;
  border-radius: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF !important;
  padding: 0 5px !important;
  text-decoration: none !important;
}
.cst-add-to-cart:hover {
  background: #851b87 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
@media only screen and (min-width: 1200px) {
  .catalog-category-view #maincontent .page-title-wrapper,
  .catalogsearch-result-index #maincontent .page-title-wrapper {
    padding: 0 30px;
  }
  .category-view .category-description {
    padding: 0 30px;
  }
  .catalog-category-view .category-description.faq-scheme {
    padding: 0 30px;
  }
  .subcategories-listing .category-item.col-md-1 {
    width: 9.333333%;
  }
  .category-landing-content .category-description {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.category-view .banner-category {
  display: flex;
  border-radius: 8px;
}
.category-view .banner-category .left-content {
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
  background: #f9f9fb;
  max-height: 215px;
  width: 50%;
  border-radius: 8px;
}
.category-view .banner-category .left-content .image-right .loading {
  max-height: max-content;
  height: 100%;
}
.category-view .banner-category .left-content .btn {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  background: #9e73b9;
  margin-top: 10px;
  width: max-content;
}
.category-view .banner-category .title-left-content {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  text-transform: capitalize;
  color: #09152D;
  padding: 30px 0 35px 25px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.category-view .banner-category .title-left-content h3 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 0;
}
.category-view .banner-category .title-left-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  color: #09152D;
  opacity: 0.4;
}
.category-view .banner-category .title-left-content .btn {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  background: #9e73b9;
  margin-top: 10px;
  width: max-content;
}
.category-view .banner-category .right-content {
  display: flex;
  justify-content: space-between;
  margin-left: 5px;
  background: #f9f9fb;
  max-height: 215px;
  height: 100%;
  width: 50%;
  border-radius: 8px;
}
.category-view .banner-category .right-content .image-right img {
  height: 100%;
}
._has-modal .block.block-content {
  display: none;
}
.catalog-category-view .modal-inner-wrap footer.modal-footer {
  transition: visibility 0s 1s, opacity 1s ease;
}
.catalog-category-view .catalog-topnav.amasty-catalog-topnav {
  display: none;
}
.catalog-category-view .block-content.filter-content .filter-options-item.active .filter-options-content {
  display: block !important;
}
.catalog-category-view .block-content.filter-content .filter-options-item.active .filter-options-content .range {
  flex-wrap: wrap;
}
.catalog-category-view .block-content.filter-content .filter-options-item.active .filter-options-content .range input {
  max-width: 65px;
}
.catalog-category-view .block-content.filter-content .filter-options-item.active .filter-options-content .range > * {
  margin-bottom: 10px;
}
.catalog-category-view .block-content.filter-content .filter-options-item.active .filter-options-content .range .am-filter-go {
  width: max-content;
}
@media (max-width: 1200px) {
  body.page-layout-laconica-subcategories-3columns .category-item-info a.cat-link {
    max-height: 200px;
    min-height: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .catalog-category-view div.breadcrumbs,
  .catalogsearch-result-index div.breadcrumbs {
    margin-top: -25px !important;
    margin-bottom: 15px;
  }
  .catalog-category-view #layered-filter-block.active .block-title.filter-title strong,
  .catalogsearch-result-index #layered-filter-block.active .block-title.filter-title strong {
    top: 5px;
    right: 6px;
  }
  .catalog-category-view #layered-filter-block .title,
  .catalogsearch-result-index #layered-filter-block .title {
    padding: 13px 0 8px;
  }
  .catalog-category-view #layered-filter-block .block-title.filter-title:after,
  .catalogsearch-result-index #layered-filter-block .block-title.filter-title:after {
    top: 1px !important;
  }
  .catalog-category-view #layered-filter-block .block-content.filter-content,
  .catalogsearch-result-index #layered-filter-block .block-content.filter-content {
    padding: 15px;
  }
  .cst-add-to-cart {
    font-size: 11px;
    padding: 0 7px !important;
  }
  .category-view .banner-category {
    flex-wrap: wrap;
  }
  body.page-layout-laconica-subcategories-3columns .category-item-info a.cat-link {
    max-height: 100px;
    min-height: 100px;
    height: 100px;
  }
  .category-view .banner-category .left-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .category-view .banner-category .right-content {
    width: 100%;
    margin-left: 0;
  }
  .category-view {
    margin-bottom: 30px;
  }
  div#layered-filter-block .block-title.filter-title {
    position: absolute;
    top: 10px;
    right: 0;
    width: 100px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  div#layered-filter-block .block-title.filter-title strong {
    color: transparent;
    background: transparent;
    border: 0;
    box-shadow: none;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .block.filter .block-title::after {
    right: 15px !important;
    top: 6px !important;
    z-index: 0 !important;
  }
  #layered-filter-block.active .block-title.filter-title {
    left: auto;
  }
  .filter.active .filter-title strong:after {
    font-size: 12px !important;
    margin-right: 5px;
  }
  .block.filter.active .block-title:after {
    display: none !important;
  }
  .catalogsearch-result-index .toolbar.toolbar-products {
    border: none !important;
  }
  .catalog-category-view .toolbar.toolbar-products h3.title-category {
    font-size: 30px;
  }
  .catalog-category-view .toolbar.toolbar-products,
  .catalogsearch-result-index .toolbar.toolbar-products {
    height: 60px;
    margin: 0;
    align-items: flex-end;
    justify-content: center;
  }
  .catalog-category-view .toolbar.toolbar-products .toolbar-sort,
  .catalogsearch-result-index .toolbar.toolbar-products .toolbar-sort {
    flex: none;
    display: flex;
  }
  .page-with-filter .columns .sidebar-main {
    margin-bottom: 30px;
    position: absolute;
    width: calc(100% - 185px);
    top: 0;
    z-index: 30;
  }
  .page-products .product-item-info {
    width: 100%;
  }
  .newsletter-category {
    display: none;
  }
}
#amasty-shopby-product-list .products.wrapper {
  margin: 0;
}
#amasty-shopby-product-list .products.wrapper ~ .toolbar-products {
  display: none;
}
#amasty-shopby-product-list #amasty-shopby-overlay div.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  line-height: 20px;
}
.modal-popup._inner-scroll div.modal-inner-wrap .modal-header .action-close {
  top: 6px;
  right: 6px;
  z-index: 99;
}
.catalog-category-view .list.items.product-items {
  margin: 0 !important;
}
@media (max-width: 480px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item {
    width: 50%;
  }
  .products-grid .product-item div.product-block,
  .catalog-category-view .list.items.product-items .product-block {
    border: 1px solid #e6e6e6 !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  body.page-layout-laconica-subcategories-3columns .category-item-info .category-item-name a {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .modal-popup.modal-slide {
    left: 20px;
    right: 20px;
    top: 20px;
  }
  body.page-layout-laconica-subcategories-3columns .category-item-info .category-item-name a {
    height: 70px;
  }
}
@media screen and (min-width: 1480px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item {
    width: 16.66%;
  }
  .catalog-category-view .list.items.product-items .product-item:nth-child(4n) .product-block {
    border-right: 1px solid #e6e6e6;
  }
  .catalog-category-view .list.items.product-items .product-item:nth-child(6n) .product-block {
    border-right: none;
  }
}
.page-layout-laconica-subcategories-3columns .category-list-content,
.catalog-category-view .category-list-content {
  position: relative;
}
.page-layout-laconica-subcategories-3columns .category-list-content:before,
.catalog-category-view .category-list-content:before,
.page-layout-laconica-subcategories-3columns .category-list-content:after,
.catalog-category-view .category-list-content:after {
  content: " ";
  display: table;
}
.page-layout-laconica-subcategories-3columns .category-list-content:after,
.catalog-category-view .category-list-content:after {
  clear: both;
}
.page-layout-laconica-subcategories-3columns .column.main,
.catalog-category-view .column.main {
  display: flex;
  flex-direction: column;
}
.catalog-category-view.page-layout-2columns-left .column.main {
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
}
@media screen and (min-width: 768px) {
  .block.filter .filter-options .filter-options-title:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 22px;
    right: 0;
    top: 2px;
    font-weight: 300;
    font-size: 20px;
    color: #999;
  }
  .page-layout-laconica-subcategories-3columns #amasty-shopby-product-list,
  .catalog-category-view #amasty-shopby-product-list {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding-left: 15px;
  }
  .page-layout-laconica-subcategories-3columns .sidebar-main,
  .catalog-category-view .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 15px;
  }
}
.product-block .product-item-details .detail-warp .brand-name {
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 20px;
  color: #9e73b9;
}
.category-banner-widget {
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.category-banner-widget .category-banner-background {
  width: 100%;
  height: auto;
  display: block;
}
.category-banner-widget .category-banner-content-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-banner-widget .category-banner-content-wrapper.text-align-center .category-banner-content {
  text-align: center;
}
.category-banner-widget .category-banner-content-wrapper.text-align-left .category-banner-content {
  text-align: left;
}
.category-banner-widget .category-banner-content-wrapper.text-align-right .category-banner-content {
  text-align: right;
}
.category-banner-widget .category-banner-content-wrapper.logo-left .category-banner-content {
  display: flex;
  padding: 0 10px;
  flex-direction: row;
  align-items: flex-start;
}
.category-banner-widget .category-banner-content-wrapper.logo-right .category-banner-content {
  display: flex;
  padding: 0 10px;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.category-banner-widget .category-banner-content-wrapper.long-text-right .category-banner-description,
.category-banner-widget .category-banner-content-wrapper.long-text-left .category-banner-description,
.category-banner-widget .category-banner-content-wrapper.long-text-center .category-banner-description {
  font-size: 26px;
  line-height: 32px;
}
.category-banner-widget .category-banner-content-wrapper.mobile-text-left {
  justify-content: flex-start;
}
.category-banner-widget .category-banner-content-wrapper.mobile-text-right {
  justify-content: flex-end;
}
.category-banner-widget .category-banner-content-wrapper .company-logo {
  height: 50px;
}
.category-banner-widget .category-banner-content-wrapper .company-logo.large {
  height: 70px;
}
.category-banner-widget .category-banner-content-wrapper .category-banner-description {
  font-size: 30px;
  line-height: 36px;
  padding: 6px 10px 18px 10px;
  margin: 0;
  color: #851b87;
  font-style: italic;
  font-weight: bold;
}
.category-banner-widget .category-banner-content-wrapper .category-banner-link {
  height: 44px;
  overflow: hidden;
  position: relative;
  background: #9e73b9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  width: 170px;
  margin: 0 auto;
  border-radius: 8px;
}
.category-banner-widget .category-banner-content-wrapper .category-banner-link:hover {
  background: #851b87;
  text-decoration: none;
}
.category-banner-widget .category-banner-content-wrapper .category-banner-link span {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
}
@media (min-width: 600px) {
  .category-banner-widget .category-banner-content-wrapper .company-logo {
    height: 100px;
  }
  .category-banner-widget .category-banner-content-wrapper .company-logo.large {
    height: 150px;
  }
  .category-banner-widget .category-banner-content-wrapper .category-banner-description {
    font-size: 48px;
    line-height: 58px;
    padding: 6px 10px 30px 10px;
  }
}
@media (min-width: 769px) {
  .category-banner-widget .category-banner-content-wrapper.text-left {
    right: 50%;
  }
  .category-banner-widget .category-banner-content-wrapper.text-right {
    left: 50%;
  }
  .category-banner-widget .category-banner-content-wrapper.mobile-text-left {
    justify-content: center;
  }
  .category-banner-widget .category-banner-content-wrapper.mobile-text-right {
    justify-content: center;
  }
  .category-banner-widget .category-banner-content-wrapper.mobile-text-left.long-text-left,
  .category-banner-widget .category-banner-content-wrapper.long-text-left {
    right: 30%;
    justify-content: flex-start;
  }
  .category-banner-widget .category-banner-content-wrapper.mobile-text-left.long-text-left .category-banner-content,
  .category-banner-widget .category-banner-content-wrapper.long-text-left .category-banner-content {
    padding-left: 40px;
  }
  .category-banner-widget .category-banner-content-wrapper.mobile-text-right.long-text-right,
  .category-banner-widget .category-banner-content-wrapper.long-text-right {
    left: 30%;
    justify-content: flex-end;
  }
  .category-banner-widget .category-banner-content-wrapper.mobile-text-right.long-text-right .category-banner-content,
  .category-banner-widget .category-banner-content-wrapper.long-text-right .category-banner-content {
    padding-right: 40px;
  }
  .category-banner-widget .category-banner-content-wrapper .company-logo {
    height: 50px;
  }
  .category-banner-widget .category-banner-content-wrapper .company-logo.large {
    height: 50px;
  }
  .category-banner-widget .category-banner-content-wrapper .category-banner-description {
    font-size: 30px;
    line-height: 36px;
    padding: 6px 10px 18px 10px;
  }
}
@media (min-width: 1200px) {
  .category-banner-widget .category-banner-content-wrapper.long-text-right .category-banner-description,
  .category-banner-widget .category-banner-content-wrapper.long-text-left .category-banner-description,
  .category-banner-widget .category-banner-content-wrapper.long-text-center .category-banner-description {
    font-size: 30px;
    line-height: 36px;
    padding: 6px 10px 18px 10px;
  }
  .category-banner-widget .category-banner-content-wrapper .company-logo {
    height: 80px;
  }
  .category-banner-widget .category-banner-content-wrapper .company-logo.large {
    height: 120px;
  }
  .category-banner-widget .category-banner-content-wrapper .category-banner-description {
    font-size: 40px;
    line-height: 46px;
    padding: 6px 10px 24px 10px;
  }
}
.catalog-category-view .product-item-description .ves-widget.widget-categories .categories-row .highlight {
  box-shadow: 0 6px 10px #9e73b9;
  border: 1px solid #9e73b9;
  background-color: #9e73b9;
}
.catalog-category-view .product-item-description .ves-widget.widget-categories .categories-row .highlight .category-name {
  color: #FFFFFF;
}
.catalog-product-view.fotorama__fullscreen:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(4, 4, 4, 0.6);
  z-index: 100;
}
.catalog-product-view .page-title-wrapper {
  font-weight: bold;
  font-size: 41px;
  line-height: 1em;
  color: #262626;
  margin-bottom: 20px;
}
.catalog-product-view .page-title-wrapper h1.page-title {
  margin: 0;
  font-size: 41px;
  line-height: 1em;
  color: #262626;
  text-transform: capitalize;
}
.catalog-product-view .product.attribute.overview {
  clear: both;
}
.catalog-product-view .product.attribute.overview .type {
  font-weight: bold;
  font-size: 23px;
  line-height: 20px;
  text-transform: capitalize;
  color: #262626;
  margin-bottom: 15px;
  display: block;
}
.catalog-product-view .product.info.detailed .amreview-toolbar-wrap {
  display: none;
}
.catalog-product-view .product.info.detailed .amreview-submit-form .field-recaptcha {
  visibility: hidden;
  position: absolute;
}
.catalog-product-view .product.attribute.overview .video-con iframe {
  max-width: 100%;
}
.catalog-product-view .product-info-main .product-social-links {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links {
  display: flex;
  flex-direction: row-reverse;
}
.catalog-product-view .product-info-main .product-social-links .add-to-compare {
  margin-right: 36px;
}
.catalog-product-view .product-info-main .product-social-links a {
  background: none;
  width: max-content;
  line-height: initial;
  height: max-content;
}
.catalog-product-view .product-info-main .product-social-links a .text {
  display: none;
}
.catalog-product-view .product-info-main .product-social-links a:hover {
  background: none;
  opacity: 0.8;
}
.catalog-product-view .product-info-main .product-social-links .fa:before {
  color: #9e73b9;
  font-size: 24px;
  font-weight: normal;
}
.catalog-product-view .product-info-main .product-social-links #show-popup-social {
  cursor: pointer;
}
.catalog-product-view .product-info-main .product-social-links #show-popup-social .text {
  display: none;
}
.catalog-product-view .product-info-main .product-social-links #show-popup-social .fa-share-alt {
  color: #9e73b9;
  font-size: 24px;
  font-weight: 200;
}
.catalog-product-view .product-info-main .product-social-links #close-share-popup {
  cursor: pointer;
  display: none;
}
.catalog-product-view .product-info-main .product-social-links.active .share-social-block {
  background: #fff;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.07000000000000001);
  border-radius: 8px 8px 0 0;
  z-index: 9999;
}
.catalog-product-view .product-info-main .product-social-links.active .share-social-block .social-main {
  display: block;
}
.catalog-product-view .product-info-main .product-social-links.active:before {
  content: '';
  background: #262626;
  width: 100vw;
  height: 100%;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
}
.catalog-product-view .product-info-main .product-social-links.active #close-share-popup {
  position: absolute;
  left: -185px;
  top: 67px;
  z-index: 9999;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-info-main .product-social-links .share-social-block {
  margin-left: -20px;
}
.catalog-product-view .product-info-main .product-social-links .share-social-block,
.catalog-product-view .product-info-main .product-social-links .product-addto-links {
  padding: 20px 20px 15px;
  position: relative;
}
.catalog-product-view .product-info-main .product-social-links .social-main {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.07000000000000001);
  border-radius: 8px;
  padding: 20px;
  top: 100%;
  left: 50%;
  z-index: 999;
  width: 100%;
  min-width: 370px;
  transform: translate(-50%, 0);
}
.catalog-product-view .fotorama--fullscreen {
  padding: 70px 20px 60px;
  max-width: initial;
  left: 15px !important;
  top: 25px !important;
  bottom: 25px !important;
  right: 15px !important;
  background: #FAFAFA;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  width: auto !important;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen {
    overflow-y: hidden;
    left: 50% !important;
    right: auto !important;
    padding: 75px 45px 60px;
    width: 100% !important;
    max-width: 860px;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .catalog-product-view .fotorama--fullscreen {
    padding: 75px 95px;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap {
    height: calc(100% - 170px) !important;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage {
  border-radius: 10px;
  left: 0 !important;
  margin: 0 0 30px;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage {
    height: 100% !important;
    margin: 0;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__zoom-in,
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__zoom-out {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__zoom-in,
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__zoom-out {
    display: none;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__zoom-in {
  top: 15px;
  left: 5px;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__zoom-in {
    left: 10px;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__zoom-in:before,
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__zoom-in:after {
  content: '';
  display: block;
  background: #9e73b9;
  border-radius: 5px;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  box-shadow: none;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__zoom-in:before {
  width: 33px;
  height: 4px;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__zoom-in:after {
  width: 4px;
  height: 33px;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__zoom-out {
  top: 70px;
  left: 5px;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__zoom-out {
    left: 10px;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__zoom-out:before {
  content: '';
  display: block;
  background: #9e73b9;
  border-radius: 5px;
  width: 33px;
  height: 4px;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__zoom-out:after {
  display: none;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
  width: 100% !important;
  padding-top: 100%;
  max-width: initial !important;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
    padding: 0;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__stage__shaft #btn-zoom-in {
  display: none;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(150, 118, 181, 0.1) !important;
  background: #fff;
  height: 100%;
  bottom: auto;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
    height: 100%;
    bottom: 0;
    padding: 40px 45px 30px;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame .fotorama__img--full {
  width: auto;
  height: calc(100% - 60px);
  object-fit: contain;
  transition: 0.5s linear;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame .fotorama__img--full {
    height: calc(100% - 70px);
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  transition-property: width, height, bottom, right, top, left;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__fullscreen-icon {
  right: 10px !important;
  transform: none !important;
  opacity: 1;
  background: none;
  width: 35px;
  height: 35px;
  top: 10px;
  text-align: center;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__fullscreen-icon:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  display: block;
  color: #9e73b9;
  font-size: 35px;
  font-weight: 300;
  line-height: 1em;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__fullscreen-icon:after {
  display: none;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage .fotorama__arr {
  background: none;
  display: none !important;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap {
  position: static;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap {
    padding: 0 60px 0 0;
    height: 100% !important;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap .fotorama__nav {
  width: auto !important;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft {
  width: auto;
  background: transparent;
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft {
    display: block;
    margin: 0;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__thumb-border {
  width: 70px !important;
  height: 75px !important;
  border-radius: 5px;
  z-index: 1;
  margin: 0;
  display: none;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__thumb-border:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(158, 115, 185, 0.2);
  z-index: 1;
  position: absolute;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame.fotorama__nav__frame--dot {
  display: block;
  height: auto;
  margin: 0;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame.fotorama__nav__frame--dot .fotorama__dot {
  position: static;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame.fotorama__nav__frame--dot {
    display: none;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame.fotorama__nav__frame--thumb {
  display: block;
  padding: 10px !important;
  width: 74px !important;
  height: 79px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  margin: 0 10px 0 0 !important;
  border: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame.fotorama__nav__frame--thumb {
    margin: 0 0 30px !important;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  background: rgba(158, 115, 185, 0.2);
  border-radius: 5px;
  border: 2px solid #9e73b9;
}
.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame .fotorama__img {
  position: static;
  transform: none;
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main {
  float: none;
  width: 100% !important;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 568px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main {
    flex-wrap: nowrap;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .page-title-wrapper {
  display: none;
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .custom-product-info {
  margin: 0;
}
@media screen and (min-width: 568px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .custom-product-info {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .custom-product-info {
    width: 100%;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .custom-product-info .special-price {
  display: block;
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .custom-product-info .old-price {
  display: block;
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .custom-product-info .old-price .price {
  margin: 0;
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .custom-product-info .product.attribute.sku {
  justify-content: center;
}
@media screen and (min-width: 568px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .custom-product-info .product.attribute.sku {
    justify-content: initial;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .color-family-wrapper {
  display: none;
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-info-stock-sku {
  margin: 0;
}
@media screen and (min-width: 568px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-info-stock-sku {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-info-stock-sku {
    width: 100%;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-info-stock-sku .stock {
  margin: 0;
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form {
  margin: 20px 0 0 !important;
}
@media screen and (min-width: 568px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form {
    width: auto;
    margin: 0 !important;
  }
}
@media screen and (min-width: 568px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form form {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form form {
    width: auto;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form form .box-tocart {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form form .box-tocart {
    width: auto;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form form .box-tocart .fieldset {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 568px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form form .box-tocart .fieldset {
    flex-direction: row;
    align-items: initial;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form form .box-tocart .fieldset {
    width: auto;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form form .box-tocart .fieldset .field.qty {
  margin: 0 0 20px;
}
@media screen and (min-width: 568px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form form .box-tocart .fieldset .field.qty {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form form .box-tocart .fieldset .field.qty {
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 568px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form form .box-tocart .fieldset .actions {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form form .box-tocart .fieldset .actions {
    width: auto;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form form .box-tocart .fieldset .actions .action.tocart {
  margin: 0;
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form form .product-social-links {
  display: none;
}
.catalog-product-view .fotorama--fullscreen .fotorama__additional .product-info-main .product.pricing {
  display: none;
}
.catalog-product-view .product.media .fotorama__stage {
  border: none;
  padding: 0;
  left: 0 !important;
  width: 100% !important;
}
.catalog-product-view .product.media .fotorama__stage .fotorama__stage__shaft {
  margin: 0 auto !important;
  width: 100% !important;
  max-width: initial !important;
}
@media screen and (min-width: 768px) {
  .catalog-product-view div.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    position: static;
  }
}
.catalog-product-view .fotorama__arr--next {
  right: 0 !important;
}
.catalog-product-view div.product.media {
  width: 51.5% !important;
  padding-right: 35px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .catalog-product-view div.product.media .gallery-placeholder .fotorama-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.catalog-product-view div.product.media .gallery-placeholder .fotorama-item .fotorama__wrap {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .catalog-product-view div.product.media .gallery-placeholder .fotorama-item .fotorama__wrap {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view div.product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage {
    height: 100% !important;
    margin-bottom: 0;
  }
}
.catalog-product-view div.product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap {
  position: static;
}
.catalog-product-view div.product.media #amasty-main-container {
  margin: 0 auto;
  width: auto !important;
  min-height: initial !important;
}
.catalog-product-view div.product.media #amasty-main-container .zoomWrapper {
  width: auto !important;
  height: auto !important;
}
.catalog-product-view div.product.media #amasty-main-container .amasty-main-image {
  max-height: 470px !important;
}
.catalog-product-view div.product.media #amasty-gallery-container {
  margin-top: 30px;
}
.catalog-product-view div.product.media #amasty-gallery-container .amasty-gallery-thumb-link .amasty-gallery-image {
  height: 100px;
  object-fit: contain;
}
.catalog-product-view div.product.media #amasty-gallery-container .slick-dots {
  margin-top: 10px;
}
.catalog-product-view div.product.media #amasty-gallery-container .slick-dots li {
  width: 15px;
  height: 15px;
}
.catalog-product-view div.product.media #amasty-gallery-container .slick-dots li.slick-active button {
  background: #9676b5;
  transition: none;
  border: none;
}
.catalog-product-view div.product.media #amasty-gallery-container .slick-dots li button {
  width: 15px;
  height: 15px;
  border: 1px solid #9DA1AB;
}
.catalog-product-view div.product.media .fotorama__img {
  cursor: pointer;
}
.catalog-product-view div.product.media .fotorama__img:hover ~ .out-of-stock-icon {
  opacity: 0;
  z-index: -1;
}
.catalog-product-view div.product.media .out-of-stock-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 210px;
  height: 56px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EB5757;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.catalog-product-view div.product.media .icon {
  align-items: flex-end;
  flex-direction: column;
  left: auto !important;
  right: 50px !important;
}
.catalog-product-view div.product.media .icon .onsale,
.catalog-product-view div.product.media .icon .new-icon,
.catalog-product-view div.product.media .icon .coming-soon-icon,
.catalog-product-view div.product.media .icon .bestseller-icon {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  min-width: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .fotorama__nav-wrap {
    position: absolute;
    bottom: 0;
  }
}
.catalog-product-view .fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame--dot.fotorama__active .fotorama__dot {
  background-color: #9e73b9;
  border-color: #9e73b9;
}
.catalog-product-view .fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame--dot .fotorama__dot {
  width: 10px;
  height: 10px;
  border: 1px solid #9e73b9;
}
.catalog-product-view div.product-info-main {
  width: 48.5% !important;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .catalog-product-view div.product-info-main {
    margin: 0 0 40px;
  }
}
.catalog-product-view div.product-info-main .product-reviews-summary {
  display: none;
}
.catalog-product-view div.product-info-main .product.pricing {
  font-size: 15px;
  line-height: 20px;
  color: #9DA1AB;
}
@media screen and (max-width: 767px) {
  .catalog-product-view div.product-info-main .product.pricing {
    display: none;
  }
}
.catalog-product-view div.product-info-main .price-wrapper .price {
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  color: #9e73b9;
}
.catalog-product-view .product-info-main .box-tocart .field.qty,
.catalog-product-view .product-options-bottom .box-tocart .field.qty {
  min-width: unset;
}
.catalog-product-view .product-info-main .custom-product-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
.catalog-product-view .product-info-main .custom-product-info .product-info-right {
  width: 75%;
}
.catalog-product-view .product-info-main .custom-product-info .product-info-right .product.attribute {
  flex-direction: column;
}
.catalog-product-view .product-info-main .custom-product-info .product-info-right .product.attribute strong.type {
  margin-bottom: 10px;
  font-size: 15px;
  color: rgba(38, 38, 38, 0.6);
  line-height: 20px;
  font-weight: normal;
}
.catalog-product-view .product-info-main .custom-product-info .product-info-left {
  width: 100%;
}
.catalog-product-view .product-info-main .custom-product-info .product-info-left .product.attribute.sku {
  display: flex;
  color: #666;
  font-size: 15px;
}
.catalog-product-view .product-info-main .custom-product-info .product-info-left .product.attribute.sku .type {
  font-weight: normal;
  line-height: 1em;
}
.catalog-product-view .product-info-main .custom-product-info .product-info-left .product.attribute.sku .type:after {
  content: ':';
  color: #666;
  margin-right: 5px;
}
.catalog-product-view .product-info-main .custom-product-info .product-info-left .product.attribute.sku .value {
  line-height: 1em;
}
.catalog-product-view .product-info-main .custom-product-info .product-info-left .product.attribute.sku.overview .value {
  line-height: 29px;
}
.catalog-product-view .product-info-main .custom-product-info .product-info-left .price-box {
  margin: 22px 0 0;
}
.catalog-product-view .product-info-main .custom-product-info .product-info-left .price-box .price {
  font-size: 30px !important;
  line-height: 1em;
  color: #262626 !important;
}
.catalog-product-view .product-info-main .color-family-wrapper {
  margin: 0 0 35px;
}
.catalog-product-view .product-info-main .color-family-wrapper .title {
  font-family: Circe, sans-serif;
  font-size: 16px;
  line-height: 1em;
  color: #262626;
  display: block;
  text-align: left;
  margin: 0 0 15px;
  font-weight: bold;
}
.catalog-product-view .product-info-main .color-family-wrapper .color-family-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px 15px;
  max-width: 560px;
}
.catalog-product-view .product-info-main .color-family-wrapper .color-family-holder .product-item-info {
  width: auto;
  transition: all 0.2s ease-in-out;
  padding: 5px;
  margin: 0 3px 6px;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
}
.catalog-product-view .product-info-main .color-family-wrapper .color-family-holder .product-item-info .product-item-photo {
  display: block;
  text-decoration: none;
}
.catalog-product-view .product-info-main .color-family-wrapper .color-family-holder .product-item-info .product-item-photo .product-image-container {
  display: block;
  width: 100% !important;
  height: auto;
}
.catalog-product-view .product-info-main .color-family-wrapper .color-family-holder .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: 100%;
}
.catalog-product-view .product-info-main .color-family-wrapper .color-family-holder .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  width: 40px;
  height: 40px;
  position: static;
}
.catalog-product-view .product-info-main .color-family-wrapper .color-family-holder .product-item-info:hover {
  border-color: #841f87;
  transform: scale(1.2);
}
.catalog-product-view .product-info-main .product-products-wrapper {
  margin: 0 0 35px;
}
.catalog-product-view .product-info-main .product-products-wrapper .product-products-block:not(:last-child) {
  margin: 0 0 25px;
}
.catalog-product-view .product-info-main .product-products-wrapper .product-products-block .title {
  font-family: Circe, sans-serif;
  font-size: 16px;
  line-height: 1em;
  color: #262626;
  display: block;
  text-align: left;
  margin: 0 0 15px;
  font-weight: bold;
}
.catalog-product-view .product-info-main .product-products-wrapper .product-products-block .product-products-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px 15px;
  max-width: 560px;
}
.catalog-product-view .product-info-main .product-products-wrapper .product-products-block .product-products-holder .product-item-info {
  background: #fff;
  width: auto;
  transition: all 0.2s ease-in-out;
  padding: 5px;
  margin: 0 3px 6px;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
}
.catalog-product-view .product-info-main .product-products-wrapper .product-products-block .product-products-holder .product-item-info .product-item-link {
  display: block;
  text-decoration: none;
}
.catalog-product-view .product-info-main .product-products-wrapper .product-products-block .product-products-holder .product-item-info .product-item-link .product-image-wrapper {
  text-align: center;
  height: auto;
}
.catalog-product-view .product-info-main .product-products-wrapper .product-products-block .product-products-holder .product-item-info .product-item-link .product-image-wrapper .product-image {
  width: 40px;
  height: 40px;
  position: static;
  object-fit: contain;
}
.catalog-product-view .product-info-main .product-products-wrapper .product-products-block .product-products-holder .product-item-info:hover {
  border-color: #841f87;
  transform: scale(1.2);
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  margin: 0 0 25px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.unavailable {
  color: #EB5757;
  font-size: 20px;
  line-height: 1em;
  display: none;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available span,
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available strong {
  font-size: 16px;
  line-height: 1em;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available span {
  color: #262626;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available strong {
  color: #9e73b9;
  font-weight: bold;
}
.catalog-product-view .product-info-main .product-info-stock-sku .product-availability-out-of-stock {
  font-size: 22px;
  font-weight: bold;
}
.catalog-product-view .product-info-main .product.alert.stock {
  float: left;
  padding: 0;
  margin: 0;
  box-shadow: none;
  text-shadow: none;
}
.catalog-product-view .product-info-main .product.alert.stock .alert {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 56px;
  background: #9e73b9 !important;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  text-decoration: none;
  padding: 2px 0 0;
  margin: 0;
}
.catalog-product-view .product-info-main .product.alert.stock .alert.subscribed {
  background: #74C061 !important;
}
.catalog-product-view .product-info-main .product.alert.stock .alert.subscribed .fa:before {
  content: '\f14a';
}
.catalog-product-view .product-info-main .product.alert.stock .alert:hover {
  opacity: 0.8;
}
.catalog-product-view .product-info-main .product.alert.stock .alert i {
  display: inline-block;
  font-size: 22px;
  margin: -5px 10px 0 0;
}
.catalog-product-view .product-info-main .product-add-form {
  display: flex;
  margin: 0 0 20px !important;
}
.catalog-product-view .product-info-main .product-add-form form {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart {
  margin: 0;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .fieldset {
  margin: 0;
  display: flex;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .fieldset .field.qty {
  margin: 0 20px 0 0;
  padding: 0;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .quantity-adder {
  display: flex;
  align-items: center;
  position: relative;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .quantity-adder .quantity-number {
  width: 130px;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .quantity-adder .qty {
  width: 130px;
  height: 56px;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #262626;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 120px;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .quantity-adder .qty + .mage-error {
  font-size: 14px;
  min-width: 400px !important;
  position: static !important;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .quantity-adder .add-action {
  background: none;
  border: none;
  position: absolute;
  width: auto;
  height: auto;
  font-size: 12px;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .quantity-adder .add-action:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .quantity-adder .add-action.add-down {
  color: #EB5757;
  left: 15px;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .quantity-adder .add-action.add-up {
  color: #27AE60;
  right: 15px;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .action.tocart {
  background: #851b87;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  height: 50px;
  display: flex;
  align-items: center;
  margin: 0 auto 0;
  background: #9e73b9 !important;
  width: 210px;
  height: 56px;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .action.tocart:hover {
  opacity: 0.8;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .action.tocart img {
  width: 14px;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .action.tocart span {
  margin-top: 4px;
}
.catalog-product-view .product-info-main .product-add-form form .box-tocart .action.tocart:hover {
  background: #9e73b9 !important;
}
.catalog-product-view .product-info-main .product-add-form form .product-social-links {
  width: auto;
  height: 56px;
  margin: 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.catalog-product-view .product-info-main .product-add-form form .product-social-links .share-social-block,
.catalog-product-view .product-info-main .product-add-form form .product-social-links .product-addto-links {
  padding: 0;
  margin-left: 25px;
}
.catalog-product-view .product-info-main .product-add-form .swatch-opt {
  margin: 0 0 20px;
}
.catalog-product-view .product-info-main .product-add-form .swatch-opt .swatch-attribute {
  margin: 0 0 15px;
}
.catalog-product-view .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-label {
  padding: 0;
  color: #262626;
  letter-spacing: 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}
.catalog-product-view .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-selected-option {
  margin-left: 5px;
}
.catalog-product-view .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-options {
  margin: 0;
}
.catalog-product-view .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option {
  border: 1px solid #E4E4E4 !important;
  margin: 0 15px 0 0 !important;
}
.catalog-product-view .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  border: 1px solid #262626 !important;
}
.catalog-product-view .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-select-wrapper {
  position: relative;
}
.catalog-product-view .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-select-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #9576b5 transparent transparent transparent;
  transform: translateY(-50%);
}
.catalog-product-view .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-select {
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  height: 40px;
  padding: 0 45px 0 15px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #262626;
  cursor: pointer;
}
.catalog-product-view .box-tocart .field.qty {
  padding-bottom: 0;
}
.catalog-product-view .box-tocart .field.qty label {
  display: none;
}
.catalog-product-view .product.data {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product.data > .tab-block {
  width: 100%;
  margin-top: 60px;
  display: block;
  clear: both;
  order: 4;
}
.catalog-product-view .product.data > .tab-block .data.item.content {
  display: block !important;
}
.catalog-product-view .product.data > .tab-block .data.item.content .ask-question-form .button-container .button-info {
  float: none;
}
.catalog-product-view .product.data > .tab-block.description-tab {
  width: 51.5%;
  padding: 60px 0 60px 35px;
  position: relative;
  display: block;
  margin: 0;
  clear: none;
  order: 1;
}
.catalog-product-view .product.data > .tab-block.description-tab .product.attribute.overview {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product.data > .tab-block.description-tab .product.attribute.overview {
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product.data > .tab-block.description-tab .product.attribute.overview .type {
    text-align: center;
  }
}
.catalog-product-view .product.data > .tab-block.additional-tab {
  width: 48.5%;
  padding: 60px 35px 60px 0;
  position: relative;
  display: block;
  margin: 0;
  clear: none;
  order: 0;
}
.catalog-product-view .product.data > .tab-block.reviews-tab {
  order: 2;
}
.catalog-product-view .product.data > .tab-block.stocks-tab .table.stocks {
  max-width: 570px;
  background: #F5F5F5;
  height: 51px;
}
.catalog-product-view .product.data > .tab-block.stocks-tab .table.stocks.out-of-stock {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  padding: 0 15px;
}
.catalog-product-view .product.data > .tab-block.stocks-tab .table.stocks .col {
  width: 50%;
  vertical-align: middle;
  padding-left: 20px;
}
.catalog-product-view .product.data > .tab-block.stocks-tab .table.stocks .col.label {
  display: table-cell;
  color: #262626;
  font-size: 18px;
  font-weight: 350 !important;
}
.catalog-product-view .product.data > .tab-block.stocks-tab .table.stocks .col.address {
  display: none;
}
.catalog-product-view .product.data > .tab-block.stocks-tab .table.stocks .col.units {
  color: #262626;
  font-weight: bold;
}
.catalog-product-view .product.data > .tab-block[class*='ves-cms-custom-contact'] .contact-us {
  margin-top: 20px;
  background: #9E73B9;
  border-radius: 120px;
  width: 180px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.catalog-product-view .product.data > .tab-block[class*='ves-cms-custom-contact'] .contact-us:hover {
  opacity: 0.8;
}
.catalog-product-view .product.data .reviews-tab .review-list .amrev-title-block {
  margin: 15px 0 20px;
}
.catalog-product-view .product.data .reviews-tab .review-list .amreview-info-wrapper {
  padding: 0;
}
.catalog-product-view .product.data .reviews-tab .review-list .amreview-info-wrapper .amreview-summary-details .amreview-label:hover {
  color: #956fb9;
}
.catalog-product-view .product.data .reviews-tab .review-list .amreview-info-wrapper .amreview-summary-details .amreview-label .amreview-stars:hover {
  color: #956fb9;
}
.catalog-product-view .product.data .reviews-tab .review-list .amreview-info-wrapper .amreview-summary-details .amreview-label .amreview-bar.-active {
  background: #956fb9;
}
.catalog-product-view .product.data .reviews-tab .review-list .amreview-info-wrapper .amreview-summary-details .amreview-label .amreview-text:hover {
  color: #956fb9;
}
.catalog-product-view .product.data .reviews-tab .review-list .amreview-info-wrapper .amreview-add-new {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product.data .reviews-tab .review-list .amreview-info-wrapper .amreview-add-new {
    margin: 0;
  }
}
.catalog-product-view .product.data .reviews-tab .review-list .amreview-info-wrapper .amreview-add-new .amreview-button {
  width: 210px;
  height: 56px;
  background: #956fb9;
  border: none;
  border-radius: 120px !important;
  text-align: center;
  margin-right: 30px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product.data .reviews-tab .review-list .amreview-info-wrapper .amreview-add-new .amreview-button:hover {
  opacity: 0.8;
}
.catalog-product-view .product.data .reviews-tab .review-list .amrev-toolbar-container .amrev-sorting {
  display: flex;
  align-items: center;
}
.catalog-product-view .product.data .reviews-tab .review-list .amrev-toolbar-container .amrev-sorting .sorter-label {
  width: 50px;
  order: 1;
  margin: 0 5px 0 0;
}
.catalog-product-view .product.data .reviews-tab .review-list .amrev-toolbar-container .amrev-sorting .sorter-action {
  width: 15px;
  order: 0;
  margin: 0 10px 0 0;
}
.catalog-product-view .product.data .reviews-tab .review-list .amrev-toolbar-container .amrev-sorting .sorter-action:hover:before {
  color: #956fb9;
}
.catalog-product-view .product.data .reviews-tab .review-list .amrev-toolbar-container .amrev-sorting .amrev-select {
  margin: 0;
  order: 2;
  width: calc(100% - 65px);
}
.catalog-product-view .product.data .reviews-tab .review-list .amrev-items-block .amreview-author-details .amreview-recommended {
  position: relative;
  font-size: 8px;
  text-transform: uppercase;
  padding: 0 6px 0 2px;
  height: 26px;
  display: flex;
  align-items: center;
  line-height: 1.2em;
  background: #956fb9;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.16px;
  border-left: 2px solid #19b904;
  max-width: 93px;
}
.catalog-product-view .product.data .reviews-tab .review-list .amrev-items-block .amreview-author-details .amreview-recommended:after {
  position: absolute;
  top: 0;
  right: -32px;
  bottom: 0;
  display: block;
  border: 13px solid transparent;
  border-left: 19px solid #956fb9;
  content: '';
}
.catalog-product-view .product.data .reviews-tab .review-list .amrev-items-block .amreview-description-wrap .amreview-helpful-wrap .amreview-options {
  margin-left: 15px;
}
.catalog-product-view .product.data .reviews-tab .review-list .amrev-items-block .amreview-description-wrap .amreview-helpful-wrap .amreview-options .amreview-plus i,
.catalog-product-view .product.data .reviews-tab .review-list .amrev-items-block .amreview-description-wrap .amreview-helpful-wrap .amreview-options .amreview-minus i {
  color: #bcbcbc;
  font-size: 18px;
}
.catalog-product-view .product.data .reviews-tab .review-list .amrev-items-block .amreview-description-wrap .amreview-helpful-wrap .amreview-options .amreview-plus.-voted i {
  color: #851b87;
}
.catalog-product-view .product.data .reviews-tab .review-list .amrev-items-block .amreview-description-wrap .amreview-helpful-wrap .amreview-options .amreview-plus i:hover {
  color: #851b87;
}
.catalog-product-view .product.data .reviews-tab .review-list .amrev-items-block .amreview-description-wrap .amreview-helpful-wrap .amreview-options .amreview-minus.-voted i {
  color: #ff0000;
}
.catalog-product-view .product.data .reviews-tab .review-list .amrev-items-block .amreview-description-wrap .amreview-helpful-wrap .amreview-options .amreview-minus i:hover {
  color: #ff0000;
}
.catalog-product-view .product.data .data.item.content {
  font-size: 15px;
  line-height: 24px;
  color: #262626;
}
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-stage-outer {
  padding-bottom: 55px;
}
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
}
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-next,
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-prev {
  font-size: 20px !important;
  border: 3px solid #9e73b9;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50% !important;
  margin-right: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  color: transparent;
  position: relative;
  background: #9e73b9 !important;
}
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-next:hover,
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-prev:hover {
  border-color: #851b87;
  background: #851b87 !important;
  opacity: 1;
}
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-next.disabled,
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.5;
  border-color: #9e73b9;
  pointer-events: none;
}
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-next.disabled:hover,
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-prev.disabled:hover {
  border-color: #9e73b9;
  background: transparent;
  color: #9e73b9;
}
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-next:before,
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-prev:before {
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-next.owl-prev,
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-prev.owl-prev {
  left: 0;
}
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-next.owl-prev:before,
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-prev.owl-prev:before {
  content: '\f0d9';
}
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-next.owl-next,
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-prev.owl-next {
  right: 0;
}
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-next.owl-next:before,
.catalog-product-view .product.data .data.item.content .widget-carousel .owl-carousel .owl-nav .owl-prev.owl-next:before {
  content: '\f0da';
}
.catalog-product-view .product.data .data.item.content .video-product-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.catalog-product-view .product.data .data.item.content .video-product-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog-product-view .product.data .title > .switch {
  font-weight: bold;
  font-size: 23px;
  line-height: 20px;
  text-transform: capitalize;
  color: #262626;
  margin: 0 0 15px;
  display: block;
}
.catalog-product-view .data.additional-attributes {
  width: 100% !important;
}
.catalog-product-view .data.additional-attributes .additional-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-product-view .data.additional-attributes .additional-item:nth-child(2n) {
  background: #f9f9fb;
}
.catalog-product-view .data.additional-attributes .additional-item:nth-child(2n + 1) {
  background: #fff;
  border-radius: 8px;
}
.catalog-product-view .data.additional-attributes .additional-item label,
.catalog-product-view .data.additional-attributes .additional-item span {
  padding: 0 15px;
  line-height: 40px;
  margin: 0;
}
.catalog-product-view .data.additional-attributes .additional-item td {
  text-align: right;
  line-height: initial;
}
.catalog-product-view .data.additional-attributes .additional-item.hide-item {
  display: none;
}
.catalog-product-view p.view-all-attr {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #9e73b9;
  margin-top: 16px;
  cursor: pointer;
}
.catalog-product-view .block.related,
.catalog-product-view .block.upsell {
  border: none;
}
.catalog-product-view .block.related .reviews-actions,
.catalog-product-view .block.upsell .reviews-actions {
  display: none;
}
.catalog-product-view .block.related .block .block-title,
.catalog-product-view .block.upsell .block .block-title {
  padding: 15px 20px 10px 0;
}
.catalog-product-view .block.related .block-title.title strong,
.catalog-product-view .block.upsell .block-title.title strong {
  font-weight: bold;
  font-size: 23px;
  line-height: 20px;
  text-transform: capitalize;
  color: #262626;
}
.catalog-product-view .block.related .block-content .product-block .product-item-info,
.catalog-product-view .block.upsell .block-content .product-block .product-item-info {
  border-color: #f5f5f5;
  border-bottom: 1px solid #e6e6e6 !important;
  width: 100%;
}
.catalog-product-view .block.related .block-content img,
.catalog-product-view .block.upsell .block-content img {
  max-height: 140px;
}
.catalog-product-view .block.related .block-content .product-image,
.catalog-product-view .block.upsell .block-content .product-image {
  padding: 15px 0;
  width: 100%;
}
.catalog-product-view .block.related .block-content .product-image img,
.catalog-product-view .block.upsell .block-content .product-image img {
  margin: 0 auto;
}
.catalog-product-view .block.related .block-content .block-actions,
.catalog-product-view .block.upsell .block-content .block-actions {
  display: none;
}
.catalog-product-view .block.related .choice.related,
.catalog-product-view .block.upsell .choice.related {
  display: none;
}
.catalog-product-view .block.related .rating-summary .rating-result:before,
.catalog-product-view .block.upsell .rating-summary .rating-result:before {
  font-size: 17px;
  height: 17px;
}
.catalog-product-view .block.related .actions-primary form,
.catalog-product-view .block.upsell .actions-primary form {
  display: flex;
  width: 100%;
}
.catalog-product-view .block.related .group-price-slider:hover button.action.add-to-cart span,
.catalog-product-view .block.upsell .group-price-slider:hover button.action.add-to-cart span {
  display: block;
}
.catalog-product-view .review-add .review-form-actions .submit.primary {
  background: #851b87;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  height: 50px;
}
.catalog-product-view .review-add .review-form-actions .submit.primary:hover {
  opacity: 0.8;
}
.catalog-product-view .review-add .review-form-actions .submit.primary {
  width: 210px;
  height: 56px;
  background: #956fb9;
  border: none;
  border-radius: 120px !important;
  text-align: center;
  margin-right: 30px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .review-add .review-form-actions .submit.primary:hover {
  opacity: 0.8;
  background: #956fb9;
}
.catalog-product-view .customer-review-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-product-view .customer-review-content .customer-rating {
  width: 30%;
  display: block;
}
.catalog-product-view .customer-review-content .customer-rating .max-rating {
  font-size: 30px;
  color: #262626;
  opacity: 0.4;
}
.catalog-product-view .customer-review-content .customer-rating .result-rating-number {
  font-weight: bold;
  font-size: 59px;
  line-height: 87px;
  color: #262626;
}
.catalog-product-view .customer-review-content .customer-rating .count-customer {
  font-size: 15px;
  line-height: 22px;
  color: #262626;
  opacity: 0.4;
}
.catalog-product-view .customer-review-content #customer-reviews {
  width: 70%;
}
.catalog-product-view .customer-review-content #customer-reviews .block-content {
  position: relative;
  padding: 45px 0 70px;
}
.catalog-product-view .customer-review-content #customer-reviews .review-items {
  position: static;
}
.catalog-product-view .customer-review-content #customer-reviews .review-items .owl-stage-outer {
  position: static;
}
.catalog-product-view .customer-review-content .review-top {
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .customer-review-content .review-top strong {
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #262626;
}
.catalog-product-view .customer-review-content .review-item {
  padding: 0;
}
.catalog-product-view .customer-review-content .review-ratings {
  max-width: 100%;
  width: 100%;
  background: #f9f9fb;
  padding: 22px 30px;
  border-radius: 8px;
}
.catalog-product-view .customer-review-content p.star-rating {
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  color: #262626;
  display: flex;
  align-items: center;
}
.catalog-product-view .customer-review-content p.star-rating span {
  line-height: 22px;
  padding-top: 5px;
  display: block;
}
.catalog-product-view .customer-review-content p.review-date {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #262626;
  opacity: 0.4;
  margin-bottom: 8px;
}
.catalog-product-view .customer-review-content .review-content {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #262626;
  margin-bottom: 0;
}
.catalog-product-view #tab-label-reviews {
  border-bottom: 1px solid #f5f5f5;
}
.catalog-product-view #tab-label-reviews .counter {
  display: none;
}
.catalog-product-view .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.catalog-product-view .owl-nav .owl-prev,
.catalog-product-view .owl-nav .owl-next {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
  border-radius: 25px !important;
  transform: rotate(360deg);
  width: 40px;
  height: 40px !important;
  position: relative;
  margin: 0 10px !important;
}
.catalog-product-view .owl-nav .owl-prev:before,
.catalog-product-view .owl-nav .owl-next:before {
  content: '\f0d9';
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #9e73b9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catalog-product-view .owl-nav .owl-prev.disabled,
.catalog-product-view .owl-nav .owl-next.disabled {
  opacity: 0.5;
}
.catalog-product-view .owl-nav .owl-next:before {
  content: '\f0da';
}
.catalog-product-view .fotorama__caption,
.catalog-product-view .product-availability-in-stock {
  display: none !important;
}
.catalog-product-view .stock.available span {
  font-size: 11px;
  line-height: 20px;
  color: rgba(38, 38, 38, 0.6);
  text-transform: initial;
}
.catalog-product-view .stock.available strong {
  font-weight: normal;
  color: #262626;
  font-size: 12px;
}
.catalog-product-view .block.related .owl-carousel .owl-stage,
.catalog-product-view .upsell .owl-carousel .owl-stage {
  padding-bottom: 24px;
  padding-top: 10px;
}
.catalog-product-view .block.related .owl-carousel .owl-stage .owl-item .product-block,
.catalog-product-view .upsell .owl-carousel .owl-stage .owl-item .product-block {
  border-top: 1px solid #e6e6e6 !important;
}
.catalog-product-view .block.related .owl-carousel .owl-stage .owl-item:hover,
.catalog-product-view .upsell .owl-carousel .owl-stage .owl-item:hover {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
  transform: scale(1.03);
  background: #fff;
  z-index: 99999;
  position: relative;
}
.catalog-product-view .block.related .owl-carousel .owl-stage .owl-item:hover .product-block,
.catalog-product-view .upsell .owl-carousel .owl-stage .owl-item:hover .product-block {
  border-top: 0 !important;
}
.catalog-product-view .block.related .owl-carousel .owl-stage .owl-item:hover .product-item-info,
.catalog-product-view .upsell .owl-carousel .owl-stage .owl-item:hover .product-item-info {
  border-bottom: 0 !important;
  border-left: 0 !important;
}
.catalog-product-view .block.related .owl-carousel .owl-stage .product-image .product-item-actions,
.catalog-product-view .upsell .owl-carousel .owl-stage .product-image .product-item-actions {
  top: 5px !important;
  right: 20px !important;
}
.catalog-product-view .fotorama__arr {
  height: calc(100% - 60px);
}
.catalog-product-view #btn-zoom-in {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  text-transform: capitalize;
  color: #9e73b9;
  transition: ease all 300ms;
}
.catalog-product-view #btn-zoom-in:hover {
  transform: scale(1.1);
}
.catalog-product-view #btn-zoom-in i {
  margin-right: 5px;
}
.catalog-product-view .fotorama__thumb {
  background: initial;
}
.catalog-product-view .fotorama__thumb-border {
  border: 2px solid #9e73b9;
  border-radius: 100px;
}
.catalog-product-view .social-title {
  color: #2A2D37;
}
.catalog-product-view .social-title span {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  opacity: 0.6;
}
.catalog-product-view .social-title .title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.catalog-product-view .at-share-btn-elements {
  display: flex;
}
.catalog-product-view .at-share-btn-elements a.at-share-btn {
  padding: 0;
  width: 75px;
  height: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px !important;
  margin: 0 10px 0 0;
}
.catalog-product-view .at-share-btn-elements a.at-share-btn .at-label {
  display: none;
}
.catalog-product-view .at-share-btn-elements a.at-share-btn:last-child {
  margin-right: 0;
}
.catalog-product-view .product-block .product-item-details .price-box span.old-price {
  display: none;
}
.catalog-product-view img.zoomImg {
  display: none !important;
}
.checkout-cart-index .block.block-primary .block-content img {
  max-height: 140px;
  margin: 0 auto;
  display: block;
}
div.breadcrumbs .items {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
div.breadcrumbs .items .item:not(:last-child):after {
  content: '';
  font-family: inherit;
  margin: 0 10px;
  background: url("../../frontend/Balltheme/balloon/en_US/images/arrow-breadcrumbs.svg") 0 0 no-repeat;
  width: 4px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
}
div.breadcrumbs .items .item {
  font-size: 11px;
  line-height: 22px;
  text-transform: capitalize;
}
div.breadcrumbs .items a {
  color: #8D8290 !important;
}
div.breadcrumbs .items strong {
  color: #4F3162;
  font-weight: 400;
}
#review_field {
  background: none;
  border: 1px solid #c2c2c2;
}
#maincontent span.newsletter-icon {
  display: flex;
  align-self: center;
  width: max-content;
  margin: -53px auto 0;
  padding: 15px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 2px 5px 0px #ccc;
  position: relative;
}
#maincontent span.newsletter-icon img {
  max-width: 50px;
  margin-top: 0;
  align-self: center;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  object-fit: contain;
  height: 100% !important;
}
@media (min-width: 768px) {
  .fotorama__wrap {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .product.attribute.overview .video-con iframe {
    max-height: 250px;
  }
}
@media (max-width: 1280px) {
  .minicart-wrapper.active .block-minicart {
    margin-right: 0;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 990px) {
  .catalog-product-view .product.data > div.description-tab,
  .catalog-product-view .product.data > div.additional-tab {
    padding: 20px;
    width: 100%;
    margin: 10px 0;
  }
  .catalog-product-view .product.data > div.description-tab:before,
  .catalog-product-view .product.data > div.additional-tab:before,
  .catalog-product-view .product.data > div.description-tab:after,
  .catalog-product-view .product.data > div.additional-tab:after {
    display: none;
  }
  .catalog-product-view .product.data .additional-attributes-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  div.breadcrumbs .items .item:not(:last-child):after {
    margin: 0 2px;
  }
  .catalog-product-view .page-header {
    margin-bottom: 0 !important;
  }
  .catalog-product-view .breadctumbs {
    margin: 0 0 10px;
  }
  .catalog-product-view .page-title-wrapper {
    font-size: 35px;
  }
  .catalog-product-view .page-title-wrapper h1.page-title {
    font-size: 35px;
  }
  .catalog-product-view .product.data .reviews-tab .title {
    border: none !important;
  }
  .catalog-product-view .product.data .reviews-tab .review-list .amrev-title-block {
    margin: 10px 0 0;
    padding: 0;
  }
  .catalog-product-view .block .block-content {
    padding: 10px 0;
  }
  .catalog-product-view .review-list {
    margin: 0;
  }
  .catalog-product-view .amreview-review-wrapper.review-item {
    padding: 0;
  }
  .catalog-product-view .product-info-main {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .catalog-product-view .product-info-main .product-info-stock-sku {
    margin-bottom: 35px;
  }
  .catalog-product-view .product-info-main .product-add-form {
    margin: 0 0 5px !important;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart {
    margin: 0;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
    margin: 0;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .qty,
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions {
    margin: 0;
  }
  .catalog-product-view .product-info-main .product-add-form form .product-social-links {
    height: auto;
    margin-top: 10px;
  }
  .catalog-product-view .product.attribute.overview {
    margin: 0 0 40px;
  }
  .catalog-product-view .product.attribute.overview strong {
    margin-bottom: 20px;
    display: block;
  }
  .catalog-product-view div.product-info-main,
  .catalog-product-view div.product.media {
    width: 100% !important;
    padding: 0;
  }
  .catalog-product-view div.product.media {
    margin-top: 0;
  }
  .catalog-product-view .product.media .fotorama__stage {
    padding: 0;
  }
  .catalog-product-view .product.data > div.reviews-tab {
    margin-top: 20px;
  }
  .catalog-product-view .review-add .review-form-actions .submit.primary {
    width: max-content;
  }
  .catalog-product-view .product.info.detailed {
    margin-bottom: 0;
  }
  .catalog-product-view .product.data > .tab-block {
    padding: 0 !important;
    margin: 0 0 10px !important;
  }
  .catalog-product-view .product.data > .tab-block:not(.additional-tab) .title {
    text-align: center;
  }
  .catalog-product-view .product.data > .tab-block .title {
    margin: 0 0 10px;
  }
  .catalog-product-view .product.data > .tab-block .title > .switch {
    font-size: 22px;
    line-height: 1em;
    margin: 0;
  }
  .catalog-product-view .product.data > .tab-block .title > .switch .pr-name {
    display: none;
  }
  .catalog-product-view .product.data > .tab-block.description-tab {
    width: 100%;
  }
  .catalog-product-view .product.data > .tab-block.additional-tab {
    width: 100%;
    margin: 0 0 30px !important;
  }
  .catalog-product-view .group-price-slider .actions-primary button.action.add-to-cart {
    margin: 0;
    position: absolute !important;
  }
  .catalog-product-view .product-info-main .product-social-links .social-main {
    width: max-content;
    min-width: initial;
    transform: initial;
    left: 0;
    padding: 20px 10px;
  }
  .catalog-product-view .at-share-btn-elements a.at-share-btn {
    width: 65px;
  }
}
@media (max-width: 640px) {
  .catalog-product-view div.product.media {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .custom-product-info {
    flex-direction: column-reverse;
  }
  .catalog-product-view .custom-product-info .product-info-left,
  .catalog-product-view .custom-product-info .product-info-right {
    width: 100%;
  }
  .catalog-product-view .customer-review-content {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .catalog-product-view .customer-review-content .customer-rating,
  .catalog-product-view .customer-review-content #customer-reviews {
    width: 100%;
  }
  .catalog-product-view .customer-review-content .customer-rating {
    text-align: center;
  }
  .catalog-product-view .customer-review-content #customer-reviews .block-content {
    padding: 20px 0 50px;
  }
}
.block.related .block-content .owl-item.active img {
  opacity: 1;
}
.catalog-product-view .swatch-option-tooltip {
  border: 1px solid #E4E4E4;
  border-radius: 5px;
}
.catalog-product-view .swatch-option-tooltip .title {
  color: #262626;
}
.catalog-product-view .swatch-option-tooltip .corner:before {
  border-color: #E4E4E4 transparent transparent transparent;
  top: 6px;
  left: 1px;
}
.catalog-product-view .swatch-option-tooltip .corner:after {
  top: 4px;
}
.vesblog-latest-view {
  background: #F9F9FB;
}
.vesblog-latest-view .header-content.clearfix {
  background: #fff;
}
.vesblog-latest-view .page-title-wrapper h1.page-title {
  font-weight: bold;
  font-size: 29px;
  line-height: 43px;
  color: #262626;
}
.vesblog-latest-view .sidebar.sidebar-main .blog-searchform,
.vesblog-latest-view .sidebar.sidebar-main .ves-block.block {
  background: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  border: none;
  padding: 15px 20px 20px;
}
.vesblog-latest-view .sidebar.sidebar-main .blog-searchform .block-title,
.vesblog-latest-view .sidebar.sidebar-main .ves-block.block .block-title {
  padding: 0 0 15px;
}
.vesblog-latest-view .sidebar.sidebar-main .blog-searchform .block-title strong,
.vesblog-latest-view .sidebar.sidebar-main .ves-block.block .block-title strong {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #262626;
}
.vesblog-latest-view .sidebar.sidebar-main .blog-searchform .block-content,
.vesblog-latest-view .sidebar.sidebar-main .ves-block.block .block-content {
  padding: 0;
}
.vesblog-latest-view .sidebar.sidebar-main .blog-searchform .block-content .search-form,
.vesblog-latest-view .sidebar.sidebar-main .ves-block.block .block-content .search-form {
  display: flex;
}
.vesblog-latest-view .sidebar.sidebar-main .blog-searchform .block-content .search-form label input,
.vesblog-latest-view .sidebar.sidebar-main .ves-block.block .block-content .search-form label input {
  height: 38px;
}
.vesblog-latest-view .sidebar.sidebar-main .blog-searchform .block-content .search-form button.search-submit,
.vesblog-latest-view .sidebar.sidebar-main .ves-block.block .block-content .search-form button.search-submit {
  height: 38px;
}
.vesblog-latest-view .sidebar.sidebar-main .blog-searchform .block-content ul.blog-cats li,
.vesblog-latest-view .sidebar.sidebar-main .ves-block.block .block-content ul.blog-cats li {
  margin: 0;
}
.vesblog-latest-view .sidebar.sidebar-main .blog-searchform .block-content ul.blog-cats li a,
.vesblog-latest-view .sidebar.sidebar-main .ves-block.block .block-content ul.blog-cats li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #7D7D7D;
  padding: 5px 0;
  display: block;
}
.vesblog-latest-view .sidebar.sidebar-main .blog-searchform .block-content ul.blog-cats li a:hover,
.vesblog-latest-view .sidebar.sidebar-main .ves-block.block .block-content ul.blog-cats li a:hover {
  color: #851b87;
  text-decoration: none;
}
.vesblog-latest-view .sidebar.sidebar-main .blog-searchform .block-content ul.tagcloud li a,
.vesblog-latest-view .sidebar.sidebar-main .ves-block.block .block-content ul.tagcloud li a {
  color: #7D7D7D;
}
.vesblog-latest-view .sidebar.sidebar-main .blog-searchform .block-content ul.tagcloud li a:hover,
.vesblog-latest-view .sidebar.sidebar-main .ves-block.block .block-content ul.tagcloud li a:hover {
  color: #fff;
  background: #851b87;
}
.vesblog-latest-view .column.main .blog-grid .post-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.02);
}
.vesblog-latest-view .column.main .blog-grid .post-item .post-image img {
  border-radius: 8px;
  width: 100%;
}
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta {
  padding: 15px 15px 20px;
}
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta .post-title a {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: #262626;
}
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta .post-title a:hover {
  color: #851b87;
  text-decoration: none;
}
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta .post-author,
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta .post-date,
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta .post-hits {
  color: #7d7d7d;
  padding-bottom: 5px;
}
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta .post-author a,
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta .post-date a,
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta .post-hits a {
  color: #7d7d7d;
}
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta .post-author a:hover,
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta .post-date a:hover,
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta .post-hits a:hover {
  color: #851b87;
  text-decoration: none;
}
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta .post-author strong,
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta .post-date strong,
.vesblog-latest-view .column.main .blog-grid .post-item .post-meta .post-hits strong {
  color: #262626;
}
.vesblog-latest-view .column.main .blog-toolbar {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 0;
}
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items .item {
  margin: 0 10px 20px;
}
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items .item .page {
  height: 36px;
  width: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items .item span {
  color: #7D7D7D;
}
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items .item span:hover {
  color: #9e73b9;
}
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items .item.current .page {
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 1px 12px 2px #f2f2f2;
  border-radius: 30px;
}
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items .item.current .page span {
  color: #9e73b9;
}
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items .pages-item-previous .previous,
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items .pages-item-next .previous,
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items .pages-item-previous .next,
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items .pages-item-next .next {
  margin: 0;
  background: #fff;
  border-radius: 30px;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 12px 2px #f2f2f2;
}
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items .pages-item-previous .previous:before,
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items .pages-item-next .previous:before,
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items .pages-item-previous .next:before,
.vesblog-latest-view .column.main .blog-toolbar .pages .pages-items .pages-item-next .next:before {
  color: #9e73b9 !important;
}
.vesblog-category-view,
.vesblog-post-view {
  background: #F9F9FB;
}
.vesblog-category-view .header-content.clearfix,
.vesblog-post-view .header-content.clearfix {
  background: #fff;
}
.vesblog-category-view .page-title-wrapper h1.page-title,
.vesblog-post-view .page-title-wrapper h1.page-title {
  font-weight: bold;
  font-size: 29px;
  line-height: 43px;
  color: #262626;
}
.vesblog-category-view .postcategory-view,
.vesblog-post-view .postcategory-view {
  background: #fff;
  padding: 15px 20px 20px;
  border-radius: 8px;
}
.vesblog-category-view .postcategory-view .blogcat-description h2 a,
.vesblog-post-view .postcategory-view .blogcat-description h2 a {
  color: #262626;
}
.vesblog-category-view .postcategory-view .blogcat-description h2 a:hover,
.vesblog-post-view .postcategory-view .blogcat-description h2 a:hover {
  color: #851b87;
  text-decoration: none;
}
.vesblog-category-view .postcategory-view .blogcat-description h3,
.vesblog-post-view .postcategory-view .blogcat-description h3 {
  color: #262626;
}
.vesblog-category-view .postcategory-view .blogcat-description p,
.vesblog-post-view .postcategory-view .blogcat-description p {
  font-size: 14px;
  line-height: 22px;
  color: #7d7d7d;
}
.vesblog-category-view .column.main .post-content-wrap,
.vesblog-post-view .column.main .post-content-wrap {
  background: #fff;
  padding: 15px 20px 20px;
  border-radius: 8px;
}
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-title h3,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-title h3 {
  color: #262626;
  font-size: 26px;
}
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-author,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-author,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-date,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-date,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-comment,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-comment,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-categories,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-categories,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-hits,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-hits {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 22px;
  font-weight: normal;
}
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-author a,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-author a,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-date a,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-date a,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-comment a,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-comment a,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-categories a,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-categories a,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-hits a,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-hits a {
  color: #262626;
}
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-author a:hover,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-author a:hover,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-date a:hover,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-date a:hover,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-comment a:hover,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-comment a:hover,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-categories a:hover,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-categories a:hover,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-hits a:hover,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-hits a:hover {
  color: #851b87;
  text-decoration: none;
}
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-author strong,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-author strong,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-date strong,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-date strong,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-comment strong,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-comment strong,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-categories strong,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-categories strong,
.vesblog-category-view .column.main .post-content-wrap .post-meta .post-hits strong,
.vesblog-post-view .column.main .post-content-wrap .post-meta .post-hits strong {
  color: #262626;
}
.vesblog-category-view .column.main .post-content-wrap .post-content,
.vesblog-post-view .column.main .post-content-wrap .post-content {
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.vesblog-category-view .column.main .post-content-wrap .post-content a,
.vesblog-post-view .column.main .post-content-wrap .post-content a {
  color: #9e73b9;
}
.vesblog-category-view .column.main .post-content-wrap .post-content a:hover,
.vesblog-post-view .column.main .post-content-wrap .post-content a:hover {
  color: #851b87;
  text-decoration: none;
}
.vesblog-category-view .column.main .blog-comments,
.vesblog-post-view .column.main .blog-comments {
  background: #fff;
  padding: 15px 20px 20px;
  border-radius: 8px;
  border: none;
}
.vesblog-category-view .sidebar.sidebar-main .blog-searchform,
.vesblog-post-view .sidebar.sidebar-main .blog-searchform,
.vesblog-category-view .sidebar.sidebar-main .ves-block.block,
.vesblog-post-view .sidebar.sidebar-main .ves-block.block {
  background: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  border: none;
  padding: 15px 20px 20px;
}
.vesblog-category-view .sidebar.sidebar-main .blog-searchform.blog-recentcomments a:hover,
.vesblog-post-view .sidebar.sidebar-main .blog-searchform.blog-recentcomments a:hover,
.vesblog-category-view .sidebar.sidebar-main .ves-block.block.blog-recentcomments a:hover,
.vesblog-post-view .sidebar.sidebar-main .ves-block.block.blog-recentcomments a:hover {
  color: #851b87;
}
.vesblog-category-view .sidebar.sidebar-main .blog-searchform .block-title,
.vesblog-post-view .sidebar.sidebar-main .blog-searchform .block-title,
.vesblog-category-view .sidebar.sidebar-main .ves-block.block .block-title,
.vesblog-post-view .sidebar.sidebar-main .ves-block.block .block-title {
  padding: 0 0 15px;
}
.vesblog-category-view .sidebar.sidebar-main .blog-searchform .block-title strong,
.vesblog-post-view .sidebar.sidebar-main .blog-searchform .block-title strong,
.vesblog-category-view .sidebar.sidebar-main .ves-block.block .block-title strong,
.vesblog-post-view .sidebar.sidebar-main .ves-block.block .block-title strong {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #262626;
}
.vesblog-category-view .sidebar.sidebar-main .blog-searchform .block-content,
.vesblog-post-view .sidebar.sidebar-main .blog-searchform .block-content,
.vesblog-category-view .sidebar.sidebar-main .ves-block.block .block-content,
.vesblog-post-view .sidebar.sidebar-main .ves-block.block .block-content {
  padding: 0;
}
.vesblog-category-view .sidebar.sidebar-main .blog-searchform .block-content .search-form,
.vesblog-post-view .sidebar.sidebar-main .blog-searchform .block-content .search-form,
.vesblog-category-view .sidebar.sidebar-main .ves-block.block .block-content .search-form,
.vesblog-post-view .sidebar.sidebar-main .ves-block.block .block-content .search-form {
  display: flex;
}
.vesblog-category-view .sidebar.sidebar-main .blog-searchform .block-content .search-form label input,
.vesblog-post-view .sidebar.sidebar-main .blog-searchform .block-content .search-form label input,
.vesblog-category-view .sidebar.sidebar-main .ves-block.block .block-content .search-form label input,
.vesblog-post-view .sidebar.sidebar-main .ves-block.block .block-content .search-form label input {
  height: 38px;
}
.vesblog-category-view .sidebar.sidebar-main .blog-searchform .block-content .search-form button.search-submit,
.vesblog-post-view .sidebar.sidebar-main .blog-searchform .block-content .search-form button.search-submit,
.vesblog-category-view .sidebar.sidebar-main .ves-block.block .block-content .search-form button.search-submit,
.vesblog-post-view .sidebar.sidebar-main .ves-block.block .block-content .search-form button.search-submit {
  height: 38px;
}
.vesblog-category-view .sidebar.sidebar-main .blog-searchform .block-content ul.blog-cats li,
.vesblog-post-view .sidebar.sidebar-main .blog-searchform .block-content ul.blog-cats li,
.vesblog-category-view .sidebar.sidebar-main .ves-block.block .block-content ul.blog-cats li,
.vesblog-post-view .sidebar.sidebar-main .ves-block.block .block-content ul.blog-cats li {
  margin: 0;
}
.vesblog-category-view .sidebar.sidebar-main .blog-searchform .block-content ul.blog-cats li a,
.vesblog-post-view .sidebar.sidebar-main .blog-searchform .block-content ul.blog-cats li a,
.vesblog-category-view .sidebar.sidebar-main .ves-block.block .block-content ul.blog-cats li a,
.vesblog-post-view .sidebar.sidebar-main .ves-block.block .block-content ul.blog-cats li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #7D7D7D;
  padding: 5px 0;
  display: block;
}
.vesblog-category-view .sidebar.sidebar-main .blog-searchform .block-content ul.blog-cats li a:hover,
.vesblog-post-view .sidebar.sidebar-main .blog-searchform .block-content ul.blog-cats li a:hover,
.vesblog-category-view .sidebar.sidebar-main .ves-block.block .block-content ul.blog-cats li a:hover,
.vesblog-post-view .sidebar.sidebar-main .ves-block.block .block-content ul.blog-cats li a:hover {
  color: #851b87;
  text-decoration: none;
}
.vesblog-category-view .sidebar.sidebar-main .blog-searchform .block-content ul.tagcloud li a,
.vesblog-post-view .sidebar.sidebar-main .blog-searchform .block-content ul.tagcloud li a,
.vesblog-category-view .sidebar.sidebar-main .ves-block.block .block-content ul.tagcloud li a,
.vesblog-post-view .sidebar.sidebar-main .ves-block.block .block-content ul.tagcloud li a {
  color: #7D7D7D;
}
.vesblog-category-view .sidebar.sidebar-main .blog-searchform .block-content ul.tagcloud li a:hover,
.vesblog-post-view .sidebar.sidebar-main .blog-searchform .block-content ul.tagcloud li a:hover,
.vesblog-category-view .sidebar.sidebar-main .ves-block.block .block-content ul.tagcloud li a:hover,
.vesblog-post-view .sidebar.sidebar-main .ves-block.block .block-content ul.tagcloud li a:hover {
  color: #fff;
  background: #851b87;
}
.categies-img-block-wrapper {
  margin: 10px -8px 25px;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
}
.categies-img-block-wrapper .categies-img-block-item {
  margin: 0 8px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.categies-img-block-wrapper .categies-img-block-item a {
  display: inline-block;
  white-space: normal;
}
.categies-img-block-wrapper .categies-img-block-item a img {
  padding: 1px;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 1px 0 grey inset;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cms-about-us .page-header {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .cms-about-us .page-header .flext {
    margin-bottom: 0 !important;
  }
}
.cms-about-us .breadcrumbs {
  margin-bottom: 10px;
}
.cms-about-us .page-main > .page-title-wrapper .page-title {
  margin-bottom: 15px;
}
.cms-about-us .columns .column.main {
  padding-bottom: 0;
}
.cms-about-us .cms_content p {
  font-size: 18px;
}
.cms-about-us .page-footer {
  margin: 0;
}
.cms-shipping #maincontent > .page-title-wrapper,
.cms-terms-and-conditions #maincontent > .page-title-wrapper,
.cms-returns #maincontent > .page-title-wrapper {
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .cms-shipping #maincontent > .page-title-wrapper,
  .cms-terms-and-conditions #maincontent > .page-title-wrapper,
  .cms-returns #maincontent > .page-title-wrapper {
    margin: 0 0 80px;
  }
}
.cms-shipping #maincontent > .page-title-wrapper .page-title,
.cms-terms-and-conditions #maincontent > .page-title-wrapper .page-title,
.cms-returns #maincontent > .page-title-wrapper .page-title {
  font-weight: 700;
  font-size: 41px;
  line-height: 1em;
  color: #262626;
  margin: 0;
}
.cms-shipping h3,
.cms-terms-and-conditions h3,
.cms-returns h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1em;
  color: #262626;
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cms-shipping h3,
  .cms-terms-and-conditions h3,
  .cms-returns h3 {
    font-size: 41px;
    text-align: left;
    margin: 0 0 15px;
  }
}
.cms-shipping p,
.cms-terms-and-conditions p,
.cms-returns p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
  color: #666666;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cms-shipping p,
  .cms-terms-and-conditions p,
  .cms-returns p {
    text-align: left;
  }
}
.cms-shipping .cms-link,
.cms-terms-and-conditions .cms-link,
.cms-returns .cms-link {
  color: #9e73b9;
  text-decoration: underline;
}
.cms-shipping ul.bullet li,
.cms-terms-and-conditions ul.bullet li,
.cms-returns ul.bullet li {
  margin: 0 0 15px;
  font-size: 15px;
  color: #666666;
}
.cms-shipping .link-to-main,
.cms-terms-and-conditions .link-to-main,
.cms-returns .link-to-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  height: 60px;
  background: #9e73b9;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 auto;
}
.cms-shipping .link-to-main:after,
.cms-terms-and-conditions .link-to-main:after,
.cms-returns .link-to-main:after {
  content: '\f178';
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  color: #ffffff;
  margin-left: 10px;
  font-weight: 400;
  margin-top: -4px;
}
.cms-shipping .link-to-main:hover,
.cms-terms-and-conditions .link-to-main:hover,
.cms-returns .link-to-main:hover {
  color: #FFFFFF;
}
.cms-shipping .page-main {
  max-width: initial;
  padding: 0;
}
.cms-shipping .section {
  margin: 0 0 60px;
}
.cms-shipping .section.bg {
  padding: 60px 0;
  background: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .cms-shipping .section .wrapper {
    display: flex;
    margin: 0 -15px;
  }
}
.cms-shipping .section .wrapper .block {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cms-shipping .section .wrapper .block {
    padding: 0 15px;
  }
}
.cms-shipping .section .wrapper .block.half:not(:last-child) {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .cms-shipping .section .wrapper .block.half {
    width: 50%;
  }
  .cms-shipping .section .wrapper .block.half:not(:last-child) {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .cms-shipping .section .wrapper .block .sub-wrapper {
    display: flex;
  }
}
.cms-shipping .section .wrapper .block .sub-wrapper img {
  margin: 0 auto 30px;
  display: block;
}
@media screen and (min-width: 768px) {
  .cms-shipping .section .wrapper .block .sub-wrapper img {
    align-self: flex-start;
    margin: 0 45px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .cms-shipping .information-list {
    column-count: 2;
  }
}
.cms-terms-and-conditions .section {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .cms-terms-and-conditions .section {
    margin: 0 0 35px;
  }
}
@media screen and (min-width: 768px) {
  .cms-terms-and-conditions .section .wrapper .block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.cms-terms-and-conditions .section .wrapper .block p {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .cms-terms-and-conditions .section .wrapper .block p {
    padding: 0 15px;
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 768px) {
  .cms-terms-and-conditions .section .wrapper .block p.half {
    width: 50%;
  }
}
.cms-returns .page-main {
  max-width: initial;
  padding: 0;
}
.cms-returns .section {
  margin: 0 0 60px;
}
.cms-returns .section.bg {
  padding: 60px 0;
  background: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .cms-returns .section .wrapper {
    display: flex;
    margin: 0 -15px;
  }
}
.cms-returns .section .wrapper .block {
  margin: 0;
}
.cms-returns .section .wrapper .block.half:not(:last-child) {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .cms-returns .section .wrapper .block.half {
    width: 50%;
    padding: 0 15px;
  }
  .cms-returns .section .wrapper .block.half:not(:last-child) {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .cms-returns .section .return-steps-wrap {
    width: 75%;
  }
}
@media screen and (min-width: 968px) {
  .cms-returns .section .return-steps-wrap {
    width: 50%;
  }
}
.cms-returns .section .return-steps-wrap .return-steps {
  margin: 0;
}
@media screen and (min-width: 568px) {
  .cms-returns .section .return-steps-wrap .return-steps {
    display: flex;
    width: 100%;
  }
}
.cms-returns .section .return-steps-wrap .return-steps li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 568px) {
  .cms-returns .section .return-steps-wrap .return-steps li {
    width: 33.33%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.cms-returns .section .return-steps-wrap .return-steps li .img-wrap {
  align-self: center;
  position: relative;
  z-index: 1;
  margin-right: 60px;
  width: 55px;
  height: 55px;
}
@media screen and (min-width: 568px) {
  .cms-returns .section .return-steps-wrap .return-steps li .img-wrap {
    margin-right: 0;
  }
}
.cms-returns .section .return-steps-wrap .return-steps li .img-wrap:after {
  content: attr(data-number);
  display: block;
  font-weight: 800;
  font-size: 41px;
  line-height: 1em;
  color: #EFEAF4;
  position: absolute;
  z-index: 1;
  top: -3px;
  right: -25px;
}
.cms-returns .section .return-steps-wrap .return-steps li .img-wrap img {
  position: relative;
  z-index: 2;
}
.cms-returns .section .return-steps-wrap .return-steps li .text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: #212121;
}
@media screen and (min-width: 568px) {
  .cms-returns .section .return-steps-wrap .return-steps li .text {
    text-align: center;
  }
}
.cms-returns .section .return-steps-wrap .return-steps li .text br {
  display: none;
}
@media screen and (min-width: 568px) {
  .cms-returns .section .return-steps-wrap .return-steps li .text br {
    display: block;
  }
}
.page-wrapper a.pagebuilder-button-primary,
.page-wrapper button.pagebuilder-button-primary,
.page-wrapper div.pagebuilder-button-primary,
.page-wrapper a.pagebuilder-button-secondary,
.page-wrapper button.pagebuilder-button-secondary,
.page-wrapper div.pagebuilder-button-secondary {
  background: #851b87;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 100px;
  border: none;
  height: 50px;
  cursor: pointer;
}
.page-wrapper a.pagebuilder-button-primary:hover,
.page-wrapper button.pagebuilder-button-primary:hover,
.page-wrapper div.pagebuilder-button-primary:hover,
.page-wrapper a.pagebuilder-button-secondary:hover,
.page-wrapper button.pagebuilder-button-secondary:hover,
.page-wrapper div.pagebuilder-button-secondary:hover {
  background: #851b87;
  opacity: .8;
  color: #fff;
  text-decoration: none;
}
.page-wrapper a.pagebuilder-button-link,
.page-wrapper button.pagebuilder-button-link,
.page-wrapper div.pagebuilder-button-link {
  color: #9e73b9;
  cursor: pointer;
}
.page-wrapper a.pagebuilder-button-link:hover,
.page-wrapper button.pagebuilder-button-link:hover,
.page-wrapper div.pagebuilder-button-link:hover {
  color: #851b87;
}
.cms-home .ves-widget.title-videos-home .owl-carousel .owl-item {
  left: 0 !important;
}
.cms-home .page-main {
  max-width: initial;
  padding: 0;
}
.cms-home .page-main .ves-container:not(.home-slider-wrapper) {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .home-mini-banner-block {
    margin-top: 50px !important;
  }
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper {
    flex-direction: row;
  }
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper {
    width: 34.2%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 568px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper .col-inner {
    display: flex;
    margin: 0 -15px;
  }
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper .col-inner {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 568px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper .col-inner > div {
    padding: 0 15px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper .col-inner > div {
    padding: 0;
    width: 100%;
  }
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper .home-banner-block-links a {
  padding: 0 20px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #9E73B9;
  border-radius: 10px;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper .home-banner-block-links a img {
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper .home-banner-block-links a {
    font-size: 21px;
  }
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper .home-banner-block-info a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 65px;
  background: #F5F5F5;
  font-weight: 700;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper .home-banner-block-info a {
    font-size: 16px;
  }
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper .home-banner-block-info a:not(:last-child) {
  margin: 0 0 10px;
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper .home-banner-block-info a em {
  width: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 40px;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper .home-banner-block-info a em {
    margin-right: 35px;
  }
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper .home-banner-block-info a img {
  width: calc(100% - 80px);
  height: 100%;
  max-height: 45px;
  object-fit: contain;
  object-position: left center;
}
@media screen and (min-width: 1024px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .home-mini-banner-content-wrapper .home-banner-block-info a img {
    width: calc(100% - 95px);
  }
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper {
  width: 100%;
  margin: 0 0 30px;
  padding-top: 70%;
}
@media screen and (min-width: 568px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper {
    padding-top: 65%;
  }
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper {
    width: 65.8%;
    padding: 0 15px;
    margin: 0;
  }
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .col-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .col-inner {
    position: static;
  }
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .col-inner > div {
  height: 100%;
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .col-inner > div .widget-carousel {
  height: 100%;
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .col-inner > div .widget-carousel .block-content {
  height: 100%;
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .col-inner > div .widget-carousel .block-content .owl-carousel {
  height: 100%;
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .col-inner > div .widget-carousel .block-content .owl-carousel .owl-stage-outer {
  height: 100%;
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .col-inner > div .widget-carousel .block-content .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .col-inner > div .widget-carousel .block-content .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .col-inner > div .widget-carousel .block-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .col-inner > div .widget-carousel .block-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-content {
  height: 100%;
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home {
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home {
    height: 100%;
    padding-top: 0;
  }
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 75px;
  z-index: 1;
  width: 100%;
  transform: translateX(-50%);
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block .header-2 {
  line-height: 1.1;
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block h2,
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block .header-2,
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block .title {
  font-size: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 20px;
  font-weight: 900;
}
@media screen and (min-width: 568px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block h2,
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block .header-2,
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block .title {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block h2,
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block .header-2,
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block .title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block h2,
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block .header-2,
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block .title {
    font-size: 50px;
  }
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background: #9e73b9;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  font-size: 15px;
  text-decoration: none;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .img-banner-home .content-block a {
    width: 240px;
    height: 60px;
  }
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .owl-dots .owl-dot {
  cursor: pointer;
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border: 3px solid #DFDFDF;
}
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .owl-dots .owl-dot.active span,
.cms-home .page-main .home-mini-banner-block .home-mini-banner-block-wrapper .slider-mini-banner-wrapper .slider-mini-banner .owl-dots .owl-dot:hover span {
  border: none;
  background: #fff;
}
.cms-home .page-main .home-slider-wrapper {
  margin: 0 0 40px;
}
.cms-home .page-main .home-slider-wrapper .container {
  width: auto;
  max-width: initial;
  padding: 0;
}
.cms-home .page-main .our-services-wrapper .blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cms-home .page-main .our-services-wrapper .blocks-wrapper .ourservice-block {
  justify-content: normal;
  margin-bottom: 30px !important;
}
.cms-home .page-main .our-services-wrapper .blocks-wrapper .ourservice-block .media .ourservice-content {
  width: 100%;
}
.cms-home .page-main .category-description.faq-scheme {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 15px;
}
.cms-home .page-main .category-description.faq-scheme h2 {
  margin: 60px 0 25px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  color: #2D292E;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .category-description.faq-scheme h2 {
    margin: 80px 0 30px;
    font-size: 48px;
  }
}
.cms-home .page-main .category-description.faq-scheme p {
  font-weight: 400;
  color: #2d292e;
  font-size: 16px;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .category-description.faq-scheme p {
    font-size: 20px;
    line-height: 1.6em;
  }
}
.cms-home .page-main .category-description.faq-scheme a {
  color: #9e73b9;
}
.cms-home .page-main .category-description.faq-scheme a:hover {
  color: #851b87;
}
@media screen and (max-width: 480px) {
  .cms-home .page-main .ves-container .ves-inner.container-fluid {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .cms-home .page-main .ves-container .row.row-level-1 {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .cms-home .page-main .ves-container .col-xs-12 {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .cms-home .page-main .ves-container .product-block .product-item-info {
    padding: 10px 2px 17px !important;
  }
}
@media screen and (max-width: 480px) {
  .cms-home .page-main .ves-container .widget-viewed-grid .product-block .product-item-details .detail-warp {
    padding: 0 10px 5px !important;
  }
}
.cms-home .page-main .welcome-block h1 {
  margin: 0 0 35px;
  line-height: 1.2em;
  color: #2D292E;
  font-size: 38px;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .welcome-block h1 {
    margin: 0 0 40px;
    font-size: 50px;
  }
}
.cms-home .page-main .welcome-block h2 {
  margin: 60px 0 25px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  color: #2D292E;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .welcome-block h2 {
    margin: 80px 0 30px;
    font-size: 48px;
  }
}
.cms-home .page-main .welcome-block h3 {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
  color: #2D292E;
  margin: 25px 0 5px;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .welcome-block h3 {
    font-size: 36px;
    padding-left: 32px;
    margin: 30px 0 15px;
  }
}
.cms-home .page-main .welcome-block h3:before {
  content: '';
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/bulleted-list-small.svg") 0 0 no-repeat;
  width: 10px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .welcome-block h3:before {
    background: url("../../frontend/Balltheme/balloon/en_US/images/bulleted-list.svg") 0 0 no-repeat;
    width: 16px;
    height: 18px;
  }
}
.cms-home .page-main .welcome-block p {
  font-weight: 400;
  color: #2d292e;
  font-size: 16px;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .welcome-block p {
    font-size: 20px;
    line-height: 1.6em;
  }
}
.cms-home .page-main .welcome-block ul {
  padding-left: 20px;
  margin: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .welcome-block ul {
    padding-left: 40px;
  }
}
.cms-home .page-main .welcome-block ul li {
  list-style: none !important;
  position: relative;
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  color: #2D292E;
  padding-left: 20px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .welcome-block ul li {
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 15px;
  }
}
.cms-home .page-main .welcome-block ul li:before {
  content: '';
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/bulleted-list-small.svg") 0 0 no-repeat;
  width: 10px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cms-home .page-main .welcome-block ol {
  list-style: none;
  counter-reset: my-counter;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .cms-home .page-main .welcome-block ol {
    padding: 0;
  }
}
.cms-home .page-main .welcome-block ol li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 40px;
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  color: #2D292E;
}
@media screen and (min-width: 768px) {
  .cms-home .page-main .welcome-block ol li {
    font-size: 20px;
  }
}
.cms-home .page-main .welcome-block ol li:before {
  content: counter(my-counter);
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #6B4284;
  background: #F4F0F7;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.cms-home .page-main .welcome-block a {
  color: #9e73b9 !important;
}
.cms-home .page-main .welcome-block a:hover {
  color: #851b87 !important;
}
.cms-home .ves-widget.featured-brands .owl-carousel .owl-item {
  padding: 0 20px !important;
}
.additional-url-link {
  display: grid;
  justify-content: end;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}
.additional-url-link a {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #851b87 !important;
  margin-right: 18px;
}
.additional-url-link:after {
  content: '\f061';
  font-family: "font awesome 5 pro";
  right: 0;
  top: 0;
  color: #851b87;
  font-weight: 400;
  margin-left: 10px;
  position: absolute;
}
@media (min-width: 992px) {
  .container {
    width: 100% !important;
  }
}
._has-modal .modal-popup .modal-inner-wrap {
  transition: none !important;
}
.catalog-category-view .amslider .container {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}
.catalog-category-view .amslider .slide {
  margin: 0 !important;
  width: 50%;
  max-width: initial;
  flex-basis: initial;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .amslider .slide {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-category-view .amslider .slide {
    margin: 0;
    width: 9.333333%;
  }
}
.catalog-category-view .amslider .slide .category-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: ease all 300ms;
}
.catalog-category-view .amslider .slide .category-item:hover {
  transform: scale(1.05);
}
.catalog-category-view .amslider .slide .category-item .wrap-img {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.catalog-category-view .amslider .slide .category-item .wrap-img img {
  width: 100%;
  object-fit: contain;
  max-height: 100%;
  margin-bottom: 0;
}
.catalog-category-view .amslider .slide .category-item .category-item-title {
  margin: 0;
  line-height: 1.2em;
  text-align: center;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
  color: #851b87;
}
.ui-rma-order-container .rma-new-step2 .rma-one-item .item-description .image {
  width: 50px;
  height: auto;
  margin-left: 30px;
}
.group-price-slider .amasty-hide-price-container,
.group-content-price .amasty-hide-price-container {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9e73b9;
  position: absolute;
  color: #fff;
  border-radius: 30px;
}
.group-price-slider .amasty-hide-price-container:hover,
.group-content-price .amasty-hide-price-container:hover {
  color: #fff;
  text-decoration: none;
}
.amhideprice-form .amhideprice-form-ledend {
  margin: 0 0 20px !important;
  padding: 0 0 10px;
}
.amhideprice-form .field {
  text-align: left;
}
.amhideprice-form .field .label {
  color: #333;
  font-size: 15px;
}
.amhideprice-form .field input.input-text,
.amhideprice-form .field textarea.input-text {
  padding: 0 0 0 25px;
  box-shadow: none;
  appearance: none;
  outline: none;
  background: #f1f1f1;
  height: 50px !important;
  border: none;
}
.amhideprice-form .field input.input-text {
  border-radius: 30px;
  height: 50px !important;
}
.amhideprice-form .field textarea.input-text {
  height: 100px !important;
}
.amhideprice-form .actions-toolbar .primary {
  display: block;
  float: none;
  margin: 0 auto;
}
.amhideprice-form .actions-toolbar .primary .action {
  width: 100%;
  background: #851b87;
  border-radius: 30px !important;
  border: none;
  height: 50px;
}
.catalog-product-view .custom-product-info .amasty-hide-price-container {
  background: #851b87;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 100px !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 56px;
  margin: 10px 0 15px 0;
}
.catalog-product-view .custom-product-info .amasty-hide-price-container:hover {
  text-decoration: none;
}
.catalog-product-view .product-add-form .box-tocart.amasty-quote > .fieldset {
  align-items: center;
}
.catalog-product-view .product-add-form .box-tocart.amasty-quote .field.qty {
  margin: 0 20px 10px 0 !important;
}
.catalog-product-view .product-add-form .amquote-addto-button {
  margin: 15px 0;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  display: flex;
  align-items: center;
  background: #9e73b9 !important;
  width: 210px;
  height: 56px;
  justify-content: center;
}
.catalog-product-view .product-add-form .amquote-addto-button:before {
  background: url(../../frontend/Balltheme/balloon/en_US/images/quote_button_icon.png) no-repeat;
  content: "";
  width: 13px;
  height: 17px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-top: -4px;
}
.catalog-product-view .product-add-form .amquote-addto-button:hover {
  opacity: 0.8;
}
.catalog-product-view div.product-info-main .box-tocart .action.tocart {
  padding: 0 40px!important;
  justify-content: center;
}
.amquote-cart-wrapper.minicart-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .amquote-cart-wrapper.minicart-wrapper {
    position: absolute;
    top: 15px;
    margin-top: 1px !important;
    right: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .amquote-cart-wrapper.minicart-wrapper {
    position: absolute;
    top: 15px;
    margin-top: 1px !important;
    right: 25px;
  }
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action {
  position: relative;
  width: 85px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action {
    width: 36px;
  }
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action.-active {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  z-index: 100000;
  background: #fff;
  padding-top: 20px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action.-active {
    margin-top: -5px;
    padding-top: 5px;
  }
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  display: none;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action .img-cart-top {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  background: url(../../frontend/Balltheme/balloon/en_US/images/quote_cart_icon.png) no-repeat;
  background-size: cover;
  margin: 0 auto 8px;
}
@media screen and (max-width: 991px) {
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action .img-cart-top {
    height: 20px;
    width: 20px;
    margin: 0 auto;
  }
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action .img-cart-top .counter.qty {
  position: absolute;
  right: -8px;
  top: -3px;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #851b87;
  border-radius: 50%;
  margin: 0;
  min-width: initial;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action .img-cart-top .counter.qty {
    top: -6px;
  }
}
@media screen and (min-width: 992px) {
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action .img-cart-top .counter.qty {
    top: -7px;
  }
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action .img-cart-top .counter.qty .counter-number {
  line-height: 13px;
  font-size: 9px;
  font-weight: 700;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action > .text {
  position: static;
  margin: 0;
  width: 100%;
  height: auto;
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1em;
  display: block;
}
@media screen and (max-width: 991px) {
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action > .text {
    display: none !important;
  }
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart {
  z-index: 100000;
  border-radius: 8px;
  border: none;
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .amquote-cart-wrapper.minicart-wrapper .block-quotecart {
    position: fixed !important;
    min-width: auto !important;
    width: calc(100% - 20px);
    padding: 32px 18px 40px;
    margin-right: 9px;
    top: 47px;
  }
}
@media screen and (max-width: 767px) {
  .amquote-cart-wrapper.minicart-wrapper .block-quotecart .quotecart-content-wrapper {
    position: relative;
  }
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .quotecart-content-wrapper .subtitle.empty {
  padding: 0;
  font-weight: 500;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .quotecart-content-wrapper .block-title {
  display: block !important;
  margin-bottom: 23px;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .quotecart-content-wrapper .block-title .text {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  text-transform: capitalize;
  color: #262626;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .quotecart-content-wrapper .block-content {
  padding: 0 0 5px !important;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .quotecart-content-wrapper .block-content .subtotal {
  display: flex;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .quotecart-content-wrapper .block-content .subtotal .label {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: .2px;
  text-transform: capitalize;
  color: #262626;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .quotecart-content-wrapper .block-content .subtotal .amount.price-container {
  flex: auto;
}
.wishlist-container #create_wishlist {
  margin: 0 0 30px;
}
.wishlist-container #create_wishlist .content {
  width: 100%;
  margin: 0 0 15px;
}
.wishlist-container #create_wishlist .content .input-text {
  max-width: initial;
  border-radius: 30px;
  height: 40px;
}
.wishlist-container #create_wishlist .content .input-text:focus {
  outline: none;
  box-shadow: none;
}
.wishlist-container #create_wishlist button#wishlist_create {
  background: #9e73b9;
  border-radius: 30px !important;
  height: 40px;
  width: 50%;
  padding: 0;
  border: none;
  font-size: 12px;
}
.wishlist-container .wishlist_btns {
  width: 100%;
}
.wishlist-container .wishlist_btns .action {
  background: #851b87;
  width: 100%;
  border-radius: 100px !important;
  height: 45px;
  border: none;
  font-size: 15px;
  line-height: 1em;
}
.wishlist-container .wishlist_btns .action:hover {
  background: #851b87;
}
.wishlisted .fa-heart-o:before {
  content: "\f004";
}
.add-to-wishlist:hover .fa-heart-o:before {
  content: "\f004";
}
.amblog-index-index,
.amblog-index-category,
.amblog-index-post,
.amblog-index-search {
  background: #f9f9fb;
}
.amblog-index-index .breadcrumbs .items,
.amblog-index-category .breadcrumbs .items,
.amblog-index-post .breadcrumbs .items,
.amblog-index-search .breadcrumbs .items {
  padding: 0;
}
.amblog-index-index .breadcrumbs .items .item.vesblog,
.amblog-index-category .breadcrumbs .items .item.vesblog,
.amblog-index-post .breadcrumbs .items .item.vesblog,
.amblog-index-search .breadcrumbs .items .item.vesblog {
  display: none;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block,
.amblog-index-index .sidebar .amblog-element-block,
.amblog-index-category .sidebar .amblog-element-block,
.amblog-index-post .sidebar .amblog-element-block,
.amblog-index-search .sidebar .amblog-element-block {
  background: #fff;
  border-radius: 14px;
  border: none;
  padding: 15px 20px 20px;
  margin: 0 0 30px;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block > .amblog-element-block,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block > .amblog-element-block,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block > .amblog-element-block,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block > .amblog-element-block,
.amblog-index-index .sidebar .amblog-element-block > .amblog-element-block,
.amblog-index-category .sidebar .amblog-element-block > .amblog-element-block,
.amblog-index-post .sidebar .amblog-element-block > .amblog-element-block,
.amblog-index-search .sidebar .amblog-element-block > .amblog-element-block {
  margin: 0;
  padding: 0;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block.mobile-block .-accordion.-active .amblog-title:before,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block.mobile-block .-accordion.-active .amblog-title:before,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block.mobile-block .-accordion.-active .amblog-title:before,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block.mobile-block .-accordion.-active .amblog-title:before,
.amblog-index-index .sidebar .amblog-element-block.mobile-block .-accordion.-active .amblog-title:before,
.amblog-index-category .sidebar .amblog-element-block.mobile-block .-accordion.-active .amblog-title:before,
.amblog-index-post .sidebar .amblog-element-block.mobile-block .-accordion.-active .amblog-title:before,
.amblog-index-search .sidebar .amblog-element-block.mobile-block .-accordion.-active .amblog-title:before {
  transform: rotate(180deg);
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block.mobile-block .-accordion .amblog-title,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block.mobile-block .-accordion .amblog-title,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block.mobile-block .-accordion .amblog-title,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block.mobile-block .-accordion .amblog-title,
.amblog-index-index .sidebar .amblog-element-block.mobile-block .-accordion .amblog-title,
.amblog-index-category .sidebar .amblog-element-block.mobile-block .-accordion .amblog-title,
.amblog-index-post .sidebar .amblog-element-block.mobile-block .-accordion .amblog-title,
.amblog-index-search .sidebar .amblog-element-block.mobile-block .-accordion .amblog-title {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block.mobile-block .-accordion .amblog-title:before,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block.mobile-block .-accordion .amblog-title:before,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block.mobile-block .-accordion .amblog-title:before,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block.mobile-block .-accordion .amblog-title:before,
.amblog-index-index .sidebar .amblog-element-block.mobile-block .-accordion .amblog-title:before,
.amblog-index-category .sidebar .amblog-element-block.mobile-block .-accordion .amblog-title:before,
.amblog-index-post .sidebar .amblog-element-block.mobile-block .-accordion .amblog-title:before,
.amblog-index-search .sidebar .amblog-element-block.mobile-block .-accordion .amblog-title:before {
  content: '\f078';
  display: block;
  position: static;
  height: auto;
  transform: none;
  font-family: 'Font Awesome 5 Pro';
  background: none;
  font-size: 18px;
  color: #262626;
  transition: ease all 300ms;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-widget-container,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-widget-container,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-widget-container,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-widget-container,
.amblog-index-index .sidebar .amblog-element-block .amblog-widget-container,
.amblog-index-category .sidebar .amblog-element-block .amblog-widget-container,
.amblog-index-post .sidebar .amblog-element-block .amblog-widget-container,
.amblog-index-search .sidebar .amblog-element-block .amblog-widget-container,
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-empty,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-empty,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-empty,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-empty,
.amblog-index-index .sidebar .amblog-element-block .amblog-empty,
.amblog-index-category .sidebar .amblog-element-block .amblog-empty,
.amblog-index-post .sidebar .amblog-element-block .amblog-empty,
.amblog-index-search .sidebar .amblog-element-block .amblog-empty {
  box-shadow: none;
  margin: 0;
  color: #333;
  font-weight: 600;
  font-size: 15px;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-title,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-title,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-title,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-title,
.amblog-index-index .sidebar .amblog-element-block .amblog-title,
.amblog-index-category .sidebar .amblog-element-block .amblog-title,
.amblog-index-post .sidebar .amblog-element-block .amblog-title,
.amblog-index-search .sidebar .amblog-element-block .amblog-title {
  padding: 0 0 15px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3em;
  text-transform: capitalize;
  color: #131113;
}
@media screen and (min-width: 1024px) {
  .amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-title,
  .amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-title,
  .amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-title,
  .amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-title,
  .amblog-index-index .sidebar .amblog-element-block .amblog-title,
  .amblog-index-category .sidebar .amblog-element-block .amblog-title,
  .amblog-index-post .sidebar .amblog-element-block .amblog-title,
  .amblog-index-search .sidebar .amblog-element-block .amblog-title {
    font-size: 36px;
  }
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-title:before,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-title:before,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-title:before,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-title:before,
.amblog-index-index .sidebar .amblog-element-block .amblog-title:before,
.amblog-index-category .sidebar .amblog-element-block .amblog-title:before,
.amblog-index-post .sidebar .amblog-element-block .amblog-title:before,
.amblog-index-search .sidebar .amblog-element-block .amblog-title:before {
  display: none;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-item,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-item,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-item,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-item,
.amblog-index-index .sidebar .amblog-element-block .amblog-item,
.amblog-index-category .sidebar .amblog-element-block .amblog-item,
.amblog-index-post .sidebar .amblog-element-block .amblog-item,
.amblog-index-search .sidebar .amblog-element-block .amblog-item {
  padding: 0;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-empty,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-empty,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-empty,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-empty,
.amblog-index-index .sidebar .amblog-element-block .amblog-empty,
.amblog-index-category .sidebar .amblog-element-block .amblog-empty,
.amblog-index-post .sidebar .amblog-element-block .amblog-empty,
.amblog-index-search .sidebar .amblog-element-block .amblog-empty {
  padding: 0;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-search,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-search,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-search,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-search,
.amblog-index-index .sidebar .amblog-element-block .amblog-search,
.amblog-index-category .sidebar .amblog-element-block .amblog-search,
.amblog-index-post .sidebar .amblog-element-block .amblog-search,
.amblog-index-search .sidebar .amblog-element-block .amblog-search {
  box-shadow: none;
  margin: 0;
  color: #333;
  font-weight: 600;
  font-size: 15px;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container,
.amblog-index-index .sidebar .amblog-element-block .amblog-search .amblog-form-container,
.amblog-index-category .sidebar .amblog-element-block .amblog-search .amblog-form-container,
.amblog-index-post .sidebar .amblog-element-block .amblog-search .amblog-form-container,
.amblog-index-search .sidebar .amblog-element-block .amblog-search .amblog-form-container {
  display: flex;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box,
.amblog-index-index .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box,
.amblog-index-category .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box,
.amblog-index-post .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box,
.amblog-index-search .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box {
  width: calc(100% - 70px);
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box:before,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box:before,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box:before,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box:before,
.amblog-index-index .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box:before,
.amblog-index-category .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box:before,
.amblog-index-post .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box:before,
.amblog-index-search .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box:before {
  display: none;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box input,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box input,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box input,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box input,
.amblog-index-index .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box input,
.amblog-index-category .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box input,
.amblog-index-post .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box input,
.amblog-index-search .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box input {
  height: 38px;
  background: #f9f9f9;
  color: #666;
  font-weight: normal;
  padding: 0 9px;
  border-radius: 30px 0 0 30px;
  border: none;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box input::placeholder,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box input::placeholder,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box input::placeholder,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box input::placeholder,
.amblog-index-index .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box input::placeholder,
.amblog-index-category .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box input::placeholder,
.amblog-index-post .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box input::placeholder,
.amblog-index-search .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box input::placeholder {
  font-weight: normal;
  color: rgba(38, 38, 38, 0.3) !important;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title,
.amblog-index-index .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title,
.amblog-index-category .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title,
.amblog-index-post .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title,
.amblog-index-search .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest-title {
  font-size: 16px;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest:hover,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest:hover,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest:hover,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest:hover,
.amblog-index-index .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest:hover,
.amblog-index-category .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest:hover,
.amblog-index-post .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest:hover,
.amblog-index-search .sidebar .amblog-element-block .amblog-search .amblog-form-container .input-box .amblog-search-suggest .amblog-suggest:hover {
  background: #9e73b9;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .amblog-btn,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .amblog-btn,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .amblog-btn,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-search .amblog-form-container .amblog-btn,
.amblog-index-index .sidebar .amblog-element-block .amblog-search .amblog-form-container .amblog-btn,
.amblog-index-category .sidebar .amblog-element-block .amblog-search .amblog-form-container .amblog-btn,
.amblog-index-post .sidebar .amblog-element-block .amblog-search .amblog-form-container .amblog-btn,
.amblog-index-search .sidebar .amblog-element-block .amblog-search .amblog-form-container .amblog-btn {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  color: #fff;
  font-size: 13px;
  background: #9e73b9;
  font-weight: 400;
  width: 70px;
  opacity: 1;
  box-shadow: none;
  border-radius: 0 30px 30px 0;
  position: static;
  transform: none;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list,
.amblog-index-index .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list,
.amblog-index-category .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list,
.amblog-index-post .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list,
.amblog-index-search .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list {
  padding: 0;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category,
.amblog-index-index .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category,
.amblog-index-category .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category,
.amblog-index-post .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category,
.amblog-index-search .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category {
  padding: 0;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link,
.amblog-index-index .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link,
.amblog-index-category .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link,
.amblog-index-post .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link,
.amblog-index-search .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-transform: capitalize;
  font-family: Circe;
  color: #6B4284;
  padding: 5px 0;
  display: block;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link:hover,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link:hover,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link:hover,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link:hover,
.amblog-index-index .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link:hover,
.amblog-index-category .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link:hover,
.amblog-index-post .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link:hover,
.amblog-index-search .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link:hover {
  text-decoration: none;
  color: #6B4284;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link .amblog-category-count,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link .amblog-category-count,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link .amblog-category-count,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link .amblog-category-count,
.amblog-index-index .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link .amblog-category-count,
.amblog-index-category .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link .amblog-category-count,
.amblog-index-post .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link .amblog-category-count,
.amblog-index-search .sidebar .amblog-element-block .amblog-widget-container.-categories .amblog-list .amblog-categories .amblog-category .amblog-link .amblog-category-count {
  color: #8D8290;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-post-list,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-post-list,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-post-list,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-post-list,
.amblog-index-index .sidebar .amblog-element-block .amblog-post-list,
.amblog-index-category .sidebar .amblog-element-block .amblog-post-list,
.amblog-index-post .sidebar .amblog-element-block .amblog-post-list,
.amblog-index-search .sidebar .amblog-element-block .amblog-post-list {
  margin: 0;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list,
.amblog-index-index .sidebar .amblog-element-block .amblog-post-list .amblog-list,
.amblog-index-category .sidebar .amblog-element-block .amblog-post-list .amblog-list,
.amblog-index-post .sidebar .amblog-element-block .amblog-post-list .amblog-list,
.amblog-index-search .sidebar .amblog-element-block .amblog-post-list .amblog-list {
  padding: 0;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info,
.amblog-index-index .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info,
.amblog-index-category .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info,
.amblog-index-post .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info,
.amblog-index-search .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info {
  display: flex;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info:not(:last-child),
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info:not(:last-child),
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info:not(:last-child),
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info:not(:last-child),
.amblog-index-index .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info:not(:last-child),
.amblog-index-category .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info:not(:last-child),
.amblog-index-post .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info:not(:last-child),
.amblog-index-search .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CDB7DB;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-image,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-image,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-image,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-image,
.amblog-index-index .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-image,
.amblog-index-category .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-image,
.amblog-index-post .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-image,
.amblog-index-search .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-image {
  width: 60px;
  margin-right: 15px;
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details,
.amblog-index-index .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details,
.amblog-index-category .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details,
.amblog-index-post .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details,
.amblog-index-search .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details {
  width: calc(100% - 75px);
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title,
.amblog-index-index .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title,
.amblog-index-category .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title,
.amblog-index-post .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title,
.amblog-index-search .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title {
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #131113;
}
@media screen and (min-width: 1024px) {
  .amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title,
  .amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title,
  .amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title,
  .amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title,
  .amblog-index-index .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title,
  .amblog-index-category .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title,
  .amblog-index-post .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title,
  .amblog-index-search .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .post-title {
    font-size: 20px;
  }
}
.amblog-index-index aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-dates,
.amblog-index-category aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-dates,
.amblog-index-post aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-dates,
.amblog-index-search aside:not(.modal-popup) .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-dates,
.amblog-index-index .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-dates,
.amblog-index-category .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-dates,
.amblog-index-post .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-dates,
.amblog-index-search .sidebar .amblog-element-block .amblog-post-list .amblog-list .post-item-info .post-item-details .amblog-dates {
  display: block;
}
.amblog-index-index .amblog-swipe,
.amblog-index-category .amblog-swipe,
.amblog-index-post .amblog-swipe,
.amblog-index-search .amblog-swipe {
  width: 50px;
  height: 50px;
  z-index: 20;
  min-width: initial;
  max-width: initial;
  background: url('../../frontend/Balltheme/balloon/en_US/images/menu_blog_item.png') no-repeat;
}
.amblog-index-index .amblog-aside-left,
.amblog-index-category .amblog-aside-left,
.amblog-index-post .amblog-aside-left,
.amblog-index-search .amblog-aside-left,
.amblog-index-index .amblog-aside-right,
.amblog-index-category .amblog-aside-right,
.amblog-index-post .amblog-aside-right,
.amblog-index-search .amblog-aside-right {
  padding: 0;
}
.amblog-index-index .amblog-aside-left .aside-title,
.amblog-index-category .amblog-aside-left .aside-title,
.amblog-index-post .amblog-aside-left .aside-title,
.amblog-index-search .amblog-aside-left .aside-title,
.amblog-index-index .amblog-aside-right .aside-title,
.amblog-index-category .amblog-aside-right .aside-title,
.amblog-index-post .amblog-aside-right .aside-title,
.amblog-index-search .amblog-aside-right .aside-title {
  color: #9e73b9;
}
.amblog-index-index .amblog-aside-left .amblog-close,
.amblog-index-category .amblog-aside-left .amblog-close,
.amblog-index-post .amblog-aside-left .amblog-close,
.amblog-index-search .amblog-aside-left .amblog-close,
.amblog-index-index .amblog-aside-right .amblog-close,
.amblog-index-category .amblog-aside-right .amblog-close,
.amblog-index-post .amblog-aside-right .amblog-close,
.amblog-index-search .amblog-aside-right .amblog-close {
  cursor: pointer;
}
.amblog-index-index .amblog-aside-left .amblog-element-block,
.amblog-index-category .amblog-aside-left .amblog-element-block,
.amblog-index-post .amblog-aside-left .amblog-element-block,
.amblog-index-search .amblog-aside-left .amblog-element-block,
.amblog-index-index .amblog-aside-right .amblog-element-block,
.amblog-index-category .amblog-aside-right .amblog-element-block,
.amblog-index-post .amblog-aside-right .amblog-element-block,
.amblog-index-search .amblog-aside-right .amblog-element-block {
  box-shadow: none !important;
}
.amblog-index-index .amblog-aside-left .amblog-element-block .amblog-title:before,
.amblog-index-category .amblog-aside-left .amblog-element-block .amblog-title:before,
.amblog-index-post .amblog-aside-left .amblog-element-block .amblog-title:before,
.amblog-index-search .amblog-aside-left .amblog-element-block .amblog-title:before,
.amblog-index-index .amblog-aside-right .amblog-element-block .amblog-title:before,
.amblog-index-category .amblog-aside-right .amblog-element-block .amblog-title:before,
.amblog-index-post .amblog-aside-right .amblog-element-block .amblog-title:before,
.amblog-index-search .amblog-aside-right .amblog-element-block .amblog-title:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .amblog-index-index .desktop .content.amblog-main-content,
  .amblog-index-category .desktop .content.amblog-main-content,
  .amblog-index-post .desktop .content.amblog-main-content,
  .amblog-index-search .desktop .content.amblog-main-content {
    width: 75%;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .amblog-index-index .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details,
  .amblog-index-category .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details,
  .amblog-index-post .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details,
  .amblog-index-search .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .amblog-index-index .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .price-box,
  .amblog-index-category .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .price-box,
  .amblog-index-post .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .price-box,
  .amblog-index-search .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .price-box {
    width: auto;
  }
}
@media (max-width: 767px) {
  .amblog-index-index .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .tocart,
  .amblog-index-category .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .tocart,
  .amblog-index-post .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .tocart,
  .amblog-index-search .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .tocart,
  .amblog-index-index .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable,
  .amblog-index-category .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable,
  .amblog-index-post .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable,
  .amblog-index-search .block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable {
    width: 122px;
  }
}
.amblog-index-index .block-products-list .block-content .product-items .reviews-actions,
.amblog-index-category .block-products-list .block-content .product-items .reviews-actions,
.amblog-index-post .block-products-list .block-content .product-items .reviews-actions,
.amblog-index-search .block-products-list .block-content .product-items .reviews-actions {
  display: none;
}
.amblog-index-index .page-title-wrapper h1.page-title,
.amblog-index-category .page-title-wrapper h1.page-title,
.amblog-index-search .page-title-wrapper h1.page-title {
  font-weight: bold;
  font-size: 29px;
  line-height: 43px;
  color: #262626;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .amblog-index-index .page-title-wrapper h1.page-title,
  .amblog-index-category .page-title-wrapper h1.page-title,
  .amblog-index-search .page-title-wrapper h1.page-title {
    margin: 0 0 30px;
  }
}
.amblog-index-index .amblog-grid-list .amblog-footer .amblog-features,
.amblog-index-category .amblog-grid-list .amblog-footer .amblog-features,
.amblog-index-search .amblog-grid-list .amblog-footer .amblog-features,
.amblog-index-index .amblog-post-container .amblog-footer .amblog-features,
.amblog-index-category .amblog-post-container .amblog-footer .amblog-features,
.amblog-index-search .amblog-post-container .amblog-footer .amblog-features {
  display: block;
  margin: 0;
}
.amblog-index-index .amblog-grid-list .amblog-footer .amblog-item.-author,
.amblog-index-category .amblog-grid-list .amblog-footer .amblog-item.-author,
.amblog-index-search .amblog-grid-list .amblog-footer .amblog-item.-author,
.amblog-index-index .amblog-post-container .amblog-footer .amblog-item.-author,
.amblog-index-category .amblog-post-container .amblog-footer .amblog-item.-author,
.amblog-index-search .amblog-post-container .amblog-footer .amblog-item.-author {
  padding: 0;
  color: #7d7d7d;
  font-size: 13px;
  width: 100%;
  line-height: 1em;
  margin: 0 0 5px;
}
.amblog-index-index .amblog-grid-list .amblog-footer .amblog-date,
.amblog-index-category .amblog-grid-list .amblog-footer .amblog-date,
.amblog-index-search .amblog-grid-list .amblog-footer .amblog-date,
.amblog-index-index .amblog-post-container .amblog-footer .amblog-date,
.amblog-index-category .amblog-post-container .amblog-footer .amblog-date,
.amblog-index-search .amblog-post-container .amblog-footer .amblog-date {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 1em;
  margin: 0 0 5px;
}
.amblog-index-index .amblog-pager-container .amblog-links .amblog-link,
.amblog-index-category .amblog-pager-container .amblog-links .amblog-link,
.amblog-index-search .amblog-pager-container .amblog-links .amblog-link {
  background: #9e73b9;
}
.amblog-index-index .amblog-pager-container .amblog-links .amblog-link:hover,
.amblog-index-category .amblog-pager-container .amblog-links .amblog-link:hover,
.amblog-index-search .amblog-pager-container .amblog-links .amblog-link:hover {
  background: #851b87;
}
.amblog-index-index .amblog-pager-container .amblog-links .amblog-link.-disabled,
.amblog-index-category .amblog-pager-container .amblog-links .amblog-link.-disabled,
.amblog-index-search .amblog-pager-container .amblog-links .amblog-link.-disabled {
  background: #9e73b9;
  opacity: .5;
}
.amblog-index-index .mobile .amblog-post-container,
.amblog-index-category .mobile .amblog-post-container,
.amblog-index-search .mobile .amblog-post-container {
  border: none;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.02);
}
.amblog-index-index .mobile .amblog-post-container .amblog-wrapper,
.amblog-index-category .mobile .amblog-post-container .amblog-wrapper,
.amblog-index-search .mobile .amblog-post-container .amblog-wrapper {
  margin: 0 0 20px;
}
.amblog-index-index .mobile .amblog-post-container .amblog-wrapper a,
.amblog-index-category .mobile .amblog-post-container .amblog-wrapper a,
.amblog-index-search .mobile .amblog-post-container .amblog-wrapper a {
  display: block;
}
.amblog-index-index .mobile .amblog-post-container .amblog-wrapper a img,
.amblog-index-category .mobile .amblog-post-container .amblog-wrapper a img,
.amblog-index-search .mobile .amblog-post-container .amblog-wrapper a img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.amblog-index-index .mobile .amblog-post-container .amblog-content,
.amblog-index-category .mobile .amblog-post-container .amblog-content,
.amblog-index-search .mobile .amblog-post-container .amblog-content {
  padding: 0 15px;
  margin: 0 0 15px;
}
.amblog-index-index .mobile .amblog-post-container .amblog-content .amblog-title,
.amblog-index-category .mobile .amblog-post-container .amblog-content .amblog-title,
.amblog-index-search .mobile .amblog-post-container .amblog-content .amblog-title {
  margin: 0;
}
.amblog-index-index .mobile .amblog-post-container .amblog-content .amblog-title .amblog-headline,
.amblog-index-category .mobile .amblog-post-container .amblog-content .amblog-title .amblog-headline,
.amblog-index-search .mobile .amblog-post-container .amblog-content .amblog-title .amblog-headline {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #9e73b9;
}
.amblog-index-index .mobile .amblog-post-container .amblog-content .amblog-title .amblog-headline:hover,
.amblog-index-category .mobile .amblog-post-container .amblog-content .amblog-title .amblog-headline:hover,
.amblog-index-search .mobile .amblog-post-container .amblog-content .amblog-title .amblog-headline:hover {
  text-decoration: none;
  color: #851b87;
}
.amblog-index-index .mobile .amblog-post-container .amblog-footer,
.amblog-index-category .mobile .amblog-post-container .amblog-footer,
.amblog-index-search .mobile .amblog-post-container .amblog-footer {
  padding: 0 15px 10px;
}
.amblog-index-index .columns .column.main,
.amblog-index-category .columns .column.main,
.amblog-index-search .columns .column.main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .amblog-index-index .columns .column.main,
  .amblog-index-category .columns .column.main,
  .amblog-index-search .columns .column.main {
    width: 70%;
  }
}
@media screen and (min-width: 968px) {
  .amblog-index-index .columns .column.main,
  .amblog-index-category .columns .column.main,
  .amblog-index-search .columns .column.main {
    width: 75%;
  }
}
.amblog-index-index .columns .sidebar,
.amblog-index-category .columns .sidebar,
.amblog-index-search .columns .sidebar {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .amblog-index-index .columns .sidebar,
  .amblog-index-category .columns .sidebar,
  .amblog-index-search .columns .sidebar {
    width: 30%;
  }
}
@media screen and (min-width: 968px) {
  .amblog-index-index .columns .sidebar,
  .amblog-index-category .columns .sidebar,
  .amblog-index-search .columns .sidebar {
    width: 25%;
  }
}
.amblog-index-index .amblog-grid-list,
.amblog-index-category .amblog-grid-list,
.amblog-index-search .amblog-grid-list {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.amblog-index-index .amblog-grid-list .list-item,
.amblog-index-category .amblog-grid-list .list-item,
.amblog-index-search .amblog-grid-list .list-item {
  margin: 0 0 30px;
  padding: 0 15px;
  border: none;
  width: 100%;
  box-shadow: none;
  background: none;
}
@media screen and (min-width: 568px) {
  .amblog-index-index .amblog-grid-list .list-item,
  .amblog-index-category .amblog-grid-list .list-item,
  .amblog-index-search .amblog-grid-list .list-item {
    width: 33.33%;
  }
}
.amblog-index-index .amblog-grid-list .list-item .amblog-item-wrapper,
.amblog-index-category .amblog-grid-list .list-item .amblog-item-wrapper,
.amblog-index-search .amblog-grid-list .list-item .amblog-item-wrapper {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.02);
  padding: 0;
}
.amblog-index-index .amblog-grid-list .list-item .amblog-item-wrapper .amblog-wrapper,
.amblog-index-category .amblog-grid-list .list-item .amblog-item-wrapper .amblog-wrapper,
.amblog-index-search .amblog-grid-list .list-item .amblog-item-wrapper .amblog-wrapper {
  margin: 0 0 20px;
}
.amblog-index-index .amblog-grid-list .list-item .amblog-item-wrapper .amblog-wrapper .amblog-image,
.amblog-index-category .amblog-grid-list .list-item .amblog-item-wrapper .amblog-wrapper .amblog-image,
.amblog-index-search .amblog-grid-list .list-item .amblog-item-wrapper .amblog-wrapper .amblog-image {
  border-radius: 8px;
}
.amblog-index-index .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content,
.amblog-index-category .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content,
.amblog-index-search .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content {
  margin: 0 0 15px;
  padding: 0 15px;
}
.amblog-index-index .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content .amblog-title,
.amblog-index-category .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content .amblog-title,
.amblog-index-search .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content .amblog-title {
  margin: 0;
  padding: 0;
}
.amblog-index-index .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content .amblog-title:before,
.amblog-index-category .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content .amblog-title:before,
.amblog-index-search .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content .amblog-title:before {
  display: none;
}
.amblog-index-index .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content .amblog-title .amblog-link,
.amblog-index-category .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content .amblog-title .amblog-link,
.amblog-index-search .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content .amblog-title .amblog-link {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #9e73b9;
}
.amblog-index-index .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content .amblog-title .amblog-link:hover,
.amblog-index-category .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content .amblog-title .amblog-link:hover,
.amblog-index-search .amblog-grid-list .list-item .amblog-item-wrapper .amblog-content .amblog-title .amblog-link:hover {
  text-decoration: none;
  color: #851b87;
}
.amblog-index-index .amblog-grid-list .list-item .amblog-item-wrapper .amblog-footer,
.amblog-index-category .amblog-grid-list .list-item .amblog-item-wrapper .amblog-footer,
.amblog-index-search .amblog-grid-list .list-item .amblog-item-wrapper .amblog-footer {
  padding: 0 15px 20px;
}
.amblog-index-index .amblog-container-list .amblog-post-container,
.amblog-index-category .amblog-container-list .amblog-post-container,
.amblog-index-search .amblog-container-list .amblog-post-container {
  padding: 0 0 20px;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-wrapper .amblog-image,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-wrapper .amblog-image,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-wrapper .amblog-image {
  width: 100%;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-title,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-content .amblog-title,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-content .amblog-title {
  padding: 0;
  font-size: 22px;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-title a,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-content .amblog-title a,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-content .amblog-title a {
  color: #9e73b9;
}
.amblog-index-index .amblog-container-list .amblog-post-container .amblog-content .amblog-title a:hover,
.amblog-index-category .amblog-container-list .amblog-post-container .amblog-content .amblog-title a:hover,
.amblog-index-search .amblog-container-list .amblog-post-container .amblog-content .amblog-title a:hover {
  color: #851b87;
}
.amblog-index-post .toc {
  margin: 25px 0;
  padding: 16px;
  border: 1px solid #CDB7DB;
  border-radius: 6px;
}
.amblog-index-post .toc.is-open .toc_toggle:before {
  content: '\f068';
}
.amblog-index-post .toc:not(.is-open) .toc_list {
  display: none;
}
.amblog-index-post .toc .toc_toggle:before {
  content: '\f067';
  display: block;
  color: #9e73b9;
  font-size: 16px;
  font-weight: 500;
  font-family: "Font Awesome 5 Pro";
}
.amblog-index-post .toc .toc_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}
.amblog-index-post .toc .toc_header .toc_title {
  font-size: 24px;
  color: #9676b5;
}
.amblog-index-post .toc .toc_list {
  margin: 20px 0 0;
  padding: 0 0 0 25px !important;
}
.amblog-index-post .toc .toc_list .toc_item-level-2 {
  list-style-type: decimal !important;
}
.amblog-index-post .toc .toc_list .toc_item-level-2:not(:last-child) {
  margin: 0 0 15px;
}
.amblog-index-post .toc .toc_list .toc_item-level-2 .toc_text {
  margin: 0 0 10px;
  font-size: 20px;
}
.amblog-index-post .toc .toc_list .toc_item-level-3 {
  margin: 0 0 5px;
  list-style-type: disc !important;
}
.amblog-index-post .toc .toc_list .toc_item-level-3 .toc_text {
  font-size: 16px;
}
.amblog-index-post .toc .toc_list .toc_text {
  display: block;
  color: #9676b5;
  cursor: pointer;
  text-decoration: underline;
}
.amblog-index-post .amblog-post-container {
  border: none;
  background: #fff;
  padding: 15px 20px 20px;
  border-radius: 8px;
}
.amblog-index-post .amblog-post-container ul,
.amblog-index-post .amblog-post-container ol {
  padding: 0 0 0 45px !important;
}
.amblog-index-post .amblog-post-container ul li {
  list-style: disc !important;
}
.amblog-index-post .amblog-post-container ol li {
  list-style: decimal !important;
}
.amblog-index-post .amblog-post-container .amblog-wrapper {
  margin: 0 0 20px;
}
.amblog-index-post .amblog-post-container .amblog-wrapper img {
  width: 100%;
}
.amblog-index-post .amblog-post-container .amblog-title {
  color: #3c3c3c;
  font-size: 36px;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .amblog-index-post .amblog-post-container .amblog-title {
    font-size: 40px;
    margin: 0 0 40px;
  }
}
.amblog-index-post .amblog-post-container .amblog-features {
  display: block;
  margin: 0 0 30px;
  padding: 0 !important;
}
.amblog-index-post .amblog-post-container .amblog-features .amblog-item.-author,
.amblog-index-post .amblog-post-container .amblog-features .amblog-date,
.amblog-index-post .amblog-post-container .amblog-features .amblog-ref {
  padding: 0;
  color: #7d7d7d;
  font-size: 13px;
  width: 100%;
  line-height: 1em;
  margin: 0 0 5px;
}
.amblog-index-post .amblog-post-container .amblog-features .amblog-item.-author-posts {
  line-height: 1em;
}
.amblog-index-post .amblog-post-container .amblog-features .amblog-item.-author-posts .amblog-ref {
  color: #9e73b9;
  font-weight: 400;
}
.amblog-index-post .amblog-post-container .amblog-features .amblog-item.-author-posts .amblog-ref:hover {
  color: #851b87;
  text-decoration: none;
}
.amblog-index-post .amblog-post-container .amblog-content {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.amblog-index-post .amblog-post-container .amblog-content a {
  color: #9e73b9;
}
.amblog-index-post .amblog-post-container .amblog-content a:hover {
  color: #851b87;
  text-decoration: none;
}
.amblog-index-post aside.modal-popup {
  width: 100%;
}
.amblog-index-index .amblog-ref,
.amblog-index-search .amblog-ref,
.amblog-index-tag .amblog-ref,
.amblog-index-category .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref {
  color: #9e73b9;
}
.amblog-index-index .amblog-ref:hover,
.amblog-index-search .amblog-ref:hover,
.amblog-index-tag .amblog-ref:hover,
.amblog-index-category .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.amblog-index-author .amblog-ref:hover {
  color: #851b87;
  text-decoration: none;
}
.amblog-index-post .page-wrapper {
  background: #F4F0F7;
}
.amblog-index-post #maincontent > .page-title-wrapper .page-title {
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 72px;
  color: #131113;
}
@media screen and (max-width: 767px) {
  .amblog-index-post #maincontent > .page-title-wrapper .page-title {
    font-size: 48px;
    line-height: 50px;
    max-width: 100%;
  }
}
.amblog-index-post .amblog-post-container {
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #2D292E;
  background: #FFFFFF;
  border-radius: 14px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .amblog-index-post .amblog-post-container {
    font-size: 16px;
  }
}
.amblog-index-post .amblog-post-container .amblog-title {
  display: none;
}
.amblog-index-post .amblog-post-container a {
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #6B4284;
}
@media screen and (max-width: 767px) {
  .amblog-index-post .amblog-post-container a {
    font-size: 16px;
    line-height: 20px;
  }
}
.amblog-index-post .amblog-post-container p {
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #2D292E;
}
@media screen and (max-width: 767px) {
  .amblog-index-post .amblog-post-container p {
    font-size: 16px;
    line-height: 20px;
  }
}
.amblog-index-post .amblog-post-container h2 {
  font-family: Circe;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  color: #2D292E;
  margin: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .amblog-index-post .amblog-post-container h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.amblog-index-post .amblog-post-container h3 {
  position: relative;
  padding-left: 32px;
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  color: #2D292E;
  margin: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .amblog-index-post .amblog-post-container h3 {
    font-size: 24px;
    line-height: 28px;
    padding-left: 20px;
  }
}
.amblog-index-post .amblog-post-container h3:before {
  content: '';
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/bulleted-list-star.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .amblog-index-post .amblog-post-container h3:before {
    background: url("../../frontend/Balltheme/balloon/en_US/images/bulleted-list-star-small.svg") 0 0 no-repeat;
    width: 18px;
    height: 18px;
  }
}
.amblog-index-post .amblog-post-container ul:not([class]) {
  padding-left: 40px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .amblog-index-post .amblog-post-container ul:not([class]) {
    padding-left: 20px !important;
  }
}
.amblog-index-post .amblog-post-container ul:not([class]) li {
  list-style: none !important;
  position: relative;
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #2D292E;
  padding-left: 20px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .amblog-index-post .amblog-post-container ul:not([class]) li {
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 15px;
  }
}
.amblog-index-post .amblog-post-container ul:not([class]) li:before {
  content: '';
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/bulleted-list-small.svg") 0 0 no-repeat;
  width: 10px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 4px;
}
.amblog-index-post .amblog-post-container ol:not([class]) {
  list-style: none;
  counter-reset: my-counter;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .amblog-index-post .amblog-post-container ol:not([class]) {
    padding: 0;
  }
}
.amblog-index-post .amblog-post-container ol:not([class]) li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 40px;
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #2D292E;
}
@media screen and (max-width: 767px) {
  .amblog-index-post .amblog-post-container ol:not([class]) li {
    font-size: 16px;
    line-height: 20px;
  }
}
.amblog-index-post .amblog-post-container ol:not([class]) li:before {
  content: counter(my-counter);
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #6B4284;
  background: #F4F0F7;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.amblog-index-search .amblog-post-container .amblog-post-title .post-title {
  color: #9e73b9;
}
.amblog-index-search .amblog-post-container .amblog-post-title .post-title:hover {
  color: #851b87;
}
.amblog-index-search .amblog-post-container .amblog-read {
  height: 40px;
  background: #9e73b9;
  color: #fff;
  border-radius: 30px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.page-main .amscroll-load-button {
  margin: 25px auto 0;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #9e73b9 !important;
}
.page-main .amscroll-load-button:after {
  content: '\f061';
  font-family: "font awesome 5 pro";
  right: 0;
  top: 0;
  color: #9e73b9;
  font-weight: 400;
  margin-left: 10px;
}
.page-main .amscroll-load-button:hover > .amscroll-text {
  filter: none;
}
.block-products-list,
.block-new-products {
  margin-top: 40px;
}
.block-products-list .block-title,
.block-new-products .block-title {
  padding: 0 !important;
}
.block-products-list .block-title strong,
.block-new-products .block-title strong {
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 1em;
  text-transform: capitalize;
  color: #851b87;
}
.block-products-list .block-content,
.block-new-products .block-content {
  padding: 0 !important;
}
.block-products-list .block-content .product-items,
.block-new-products .block-content .product-items {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e6e6e6;
  border-left: none;
  border-bottom: none;
  margin: 0 0 20px !important;
  padding: 0 !important;
}
.block-products-list .block-content .product-items .product-item,
.block-new-products .block-content .product-items .product-item {
  position: relative;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 50% !important;
  padding: 0 0 15px !important;
}
.block-products-list .block-content .product-items .product-item:before,
.block-new-products .block-content .product-items .product-item:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: 4;
  display: none;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  padding: 8px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  opacity: 0;
}
.block-products-list .block-content .product-items .product-item:hover:before,
.block-new-products .block-content .product-items .product-item:hover:before {
  display: block;
  opacity: 1;
}
.block-products-list .block-content .product-items .product-item:nth-child(2n),
.block-new-products .block-content .product-items .product-item:nth-child(2n) {
  border-right: none;
}
@media screen and (min-width: 640px) {
  .block-products-list .block-content .product-items .product-item,
  .block-new-products .block-content .product-items .product-item {
    width: 25% !important;
  }
  .block-products-list .block-content .product-items .product-item:nth-child(2n),
  .block-new-products .block-content .product-items .product-item:nth-child(2n) {
    border-right: 1px solid #e6e6e6;
  }
  .block-products-list .block-content .product-items .product-item:nth-child(4n),
  .block-new-products .block-content .product-items .product-item:nth-child(4n) {
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .block-products-list .block-content .product-items .product-item,
  .block-new-products .block-content .product-items .product-item {
    width: 50% !important;
  }
  .block-products-list .block-content .product-items .product-item:nth-child(2n),
  .block-new-products .block-content .product-items .product-item:nth-child(2n) {
    border-right: none;
  }
  .block-products-list .block-content .product-items .product-item:nth-child(4n),
  .block-new-products .block-content .product-items .product-item:nth-child(4n) {
    border-right: none;
  }
}
@media screen and (min-width: 968px) {
  .block-products-list .block-content .product-items .product-item,
  .block-new-products .block-content .product-items .product-item {
    width: 25% !important;
  }
  .block-products-list .block-content .product-items .product-item:nth-child(2n),
  .block-new-products .block-content .product-items .product-item:nth-child(2n) {
    border-right: 1px solid #e6e6e6;
  }
  .block-products-list .block-content .product-items .product-item:nth-child(4n),
  .block-new-products .block-content .product-items .product-item:nth-child(4n) {
    border-right: none;
  }
}
.block-products-list .block-content .product-items .product-item:first-child,
.block-new-products .block-content .product-items .product-item:first-child {
  border-left: none;
}
.block-products-list .block-content .product-items .product-item:hover .product-item-info,
.block-new-products .block-content .product-items .product-item:hover .product-item-info {
  z-index: 5;
}
.block-products-list .block-content .product-items .product-item:hover .product-item-info .product-img .towishlist,
.block-new-products .block-content .product-items .product-item:hover .product-item-info .product-img .towishlist {
  opacity: 1;
}
.block-products-list .block-content .product-items .product-item .product-item-info,
.block-new-products .block-content .product-items .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100% !important;
  position: relative;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-img .product-item-photo,
.block-new-products .block-content .product-items .product-item .product-item-info .product-img .product-item-photo {
  display: block;
  padding: 10px 15px 4px;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-img .product-item-photo img,
.block-new-products .block-content .product-items .product-item .product-item-info .product-img .product-item-photo img {
  display: block;
  margin: 0 auto;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-img .towishlist,
.block-new-products .block-content .product-items .product-item .product-item-info .product-img .towishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  z-index: 1;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-img .towishlist:before,
.block-new-products .block-content .product-items .product-item .product-item-info .product-img .towishlist:before {
  content: '\f08a';
  font-family: fontAwesome;
  display: block;
  color: #9e73b9;
  font-size: 18px;
  line-height: 1em;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details {
  padding: 0 15px;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
  margin: 5px 0;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  text-transform: none;
  color: #262626;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  text-decoration: none;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .product-reviews-summary,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-reviews-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .price-box,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .price-box {
  display: flex;
  width: 135px;
  margin: 0 auto 10px;
  border: 1.5px solid #9e73b9;
  border-radius: 30px;
  height: 38px;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price-label,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .price-box .special-price,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .price-box .special-price,
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .price-box .old-price,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  display: inline-block;
  line-height: 1em;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .price-box .special-price .price,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .price-box .special-price .price {
  font-weight: 700;
  color: #851b87;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 14px;
  display: inline-block;
  line-height: 1em;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 0;
  display: block;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  display: block;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .tocart,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .tocart,
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable {
  height: 36px;
  overflow: hidden;
  position: relative;
  background: #9e73b9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  width: 130px;
  margin: 0 auto;
  border-radius: 30px !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .tocart span,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .tocart span,
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable span,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable span {
  padding-top: 5px;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:active,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:active {
  box-shadow: none;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:before,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:before {
  content: "";
  width: 13px;
  height: 17px;
  display: block;
  background-image: url('../../frontend/Balltheme/balloon/en_US/images/Group.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .vesthemesettings-fancybox,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .vesthemesettings-fancybox {
  display: none;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #9e73b9;
}
.block-products-list .block-content .product-items .product-item .product-item-info .product-item-details .product-item-description,
.block-new-products .block-content .product-items .product-item .product-item-info .product-item-details .product-item-description {
  display: none;
}
.block-products-list .block-content .product-items .product-item:hover .product-item-info .product-item-details .product-item-actions .towishlist,
.block-new-products .block-content .product-items .product-item:hover .product-item-info .product-item-details .product-item-actions .towishlist {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .catalog-category-view.filter-active,
  .catalogsearch-result-index.filter-active {
    overflow: hidden;
  }
  .catalog-category-view.filter-active:before,
  .catalogsearch-result-index.filter-active:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .catalog-category-view .page-wrapper .columns,
  .catalogsearch-result-index .page-wrapper .columns {
    z-index: auto;
  }
  .catalog-category-view .page-wrapper .columns .toolbar-sorter.sorter,
  .catalogsearch-result-index .page-wrapper .columns .toolbar-sorter.sorter {
    margin-top: -10px;
  }
  .catalog-category-view .sidebar.sidebar-main,
  .catalogsearch-result-index .sidebar.sidebar-main {
    z-index: auto;
  }
  .catalog-category-view .sidebar.sidebar-main #layered-filter-block .title,
  .catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .title {
    border: none;
    height: 50px;
    display: flex;
    align-items: center;
    line-height: 1em;
  }
  .catalog-category-view .sidebar.sidebar-main #layered-filter-block .block-title.filter-title,
  .catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .block-title.filter-title {
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .catalog-category-view .sidebar.sidebar-main #layered-filter-block .block-title.filter-title:after,
  .catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .block-title.filter-title:after {
    top: 50% !important;
    transform: translateY(-50%);
    line-height: 1em;
    height: 15px;
  }
  .catalog-category-view .sidebar.sidebar-main #layered-filter-block .block-content.filter-content,
  .catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .block-content.filter-content {
    position: fixed;
    top: 0;
    left: -75%;
    bottom: 0;
    margin: 0;
    width: 75%;
    z-index: 100;
    border-radius: 0;
    background: #fff;
    transition: left 1s;
    overflow-y: auto;
  }
  .catalog-category-view .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .filter-options,
  .catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block .block-content.filter-content .filter-options {
    display: block;
  }
  .catalog-category-view .sidebar.sidebar-main #layered-filter-block.active,
  .catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block.active {
    background: transparent;
  }
  .catalog-category-view .sidebar.sidebar-main #layered-filter-block.active .block-content.filter-content,
  .catalogsearch-result-index .sidebar.sidebar-main #layered-filter-block.active .block-content.filter-content {
    left: 0;
  }
}
.amcountdown-block-wrapper {
  text-align: center;
  padding: 0;
}
.amcountdown-block-wrapper .amcountdown-text {
  color: #9e73b9;
  line-height: 1em;
}
.amcountdown-block-wrapper .amcountdown-text.-after {
  color: #841f87;
}
.amcountdown-block-wrapper.-circle {
  margin: 0 0 15px;
  max-width: initial;
}
.amcountdown-block-wrapper.-circle .amcountdown-text {
  font-size: 14px;
  margin: 0 0 12px;
}
.amcountdown-block-wrapper.-circle .amcountdown-text.-after {
  font-size: 24px;
}
.amcountdown-block-wrapper.-circle .amcountdown-content {
  margin: 0 0 12px;
}
.amcountdown-block-wrapper.-circle .amcountdown-content .amcountdown-top {
  stroke: #841f87;
}
.amcountdown-block-wrapper.-progress {
  margin: 0 auto 50px;
}
.amcountdown-block-wrapper.-progress .amcountdown-text {
  font-size: 16px;
  margin: 0 0 20px;
}
.amcountdown-block-wrapper.-progress .amcountdown-text.-after {
  font-size: 12px;
}
.amcountdown-block-wrapper.-progress .amcountdown-item .amcountdown-number {
  color: #841f87;
}
.amcountdown-block-wrapper.-progress .amcountdown-progressbar:before {
  background: #cdcdcd !important;
}
.amcountdown-block-wrapper.-progress .amcountdown-progressbar .amcountdown-pointer {
  background: #841f87 !important;
}
.checkout-onepage-success .page-main {
  margin-top: 40px;
  text-align: center;
}
.checkout-onepage-success .amtyblock {
  max-width: 1170px;
  padding: 0 15px;
}
.checkout-onepage-success .amtypage-page {
  margin: 0 auto 28px;
  text-align: center;
}
.checkout-onepage-success .amtypage-page .wrap {
  max-width: 775px;
  margin: 0 auto;
}
.checkout-onepage-success .amtypage-page .page-title,
.checkout-onepage-success .amtypage-page .title {
  margin: 0 0 17px;
  color: #262626;
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
}
.checkout-onepage-success .amtypage-page .subtitle {
  margin: 0 0 15px;
  color: #262626;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
}
.checkout-onepage-success .amtypage-page .text {
  color: #666666;
  font-size: 15px;
  line-height: 1.4em;
  margin: 0;
}
.checkout-onepage-success .amtypage-page .thankyou-reward-block {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
  margin-bottom: 80px;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .amtypage-page .thankyou-reward-block {
    padding: 31.5% 0 0;
    margin-bottom: 130px;
  }
}
.checkout-onepage-success .amtypage-page .thankyou-reward-block:after {
  content: '';
  display: block;
  border-top: 1px solid #E6E6E6;
  position: absolute;
  bottom: -50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .amtypage-page .thankyou-reward-block:after {
    bottom: -80px;
  }
}
.checkout-onepage-success .amtypage-page .thankyou-reward-block .reward-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .amtypage-page .thankyou-reward-block .reward-wrap {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
  }
}
.checkout-onepage-success .amtypage-page .thankyou-reward-block .reward-wrap .reward-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8A4900;
  margin: 0 0 20px;
}
@media screen and (min-width: 568px) {
  .checkout-onepage-success .amtypage-page .thankyou-reward-block .reward-wrap .reward-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .amtypage-page .thankyou-reward-block .reward-wrap .reward-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 968px) {
  .checkout-onepage-success .amtypage-page .thankyou-reward-block .reward-wrap .reward-title {
    font-size: 50px;
  }
}
.checkout-onepage-success .amtypage-page .thankyou-reward-block .reward-wrap .link {
  width: 180px;
  height: 50px;
  background: #9676B5;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 13px;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .amtypage-page .thankyou-reward-block .reward-wrap .link {
    width: 240px;
    height: 60px;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .amtypage-page .thankyou-info-block {
    display: flex;
    margin: 0 -23px;
  }
}
.checkout-onepage-success .amtypage-page .thankyou-info-block .info-block {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .amtypage-page .thankyou-info-block .info-block {
    margin: 0 23px;
    width: 50%;
  }
}
.checkout-onepage-success .amtypage-page .thankyou-info-block .info-block .text {
  margin: 0 0 10px;
}
.checkout-onepage-success .amtyblock-order-review {
  margin: 0 auto 45px;
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap {
  max-width: 898px;
  margin: 0 auto;
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success {
  margin: 0 auto;
}
@media screen and (min-width: 968px) {
  .checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success {
    border: 1px solid #9676B5;
    border-radius: 15px;
    background-image: url('../../frontend/Balltheme/balloon/en_US/images/checkout-order-bg.jpg');
    background-size: cover;
    padding-top: 29%;
    position: relative;
    margin: 0;
  }
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap {
  max-width: 385px;
  margin: 0 auto;
}
@media screen and (min-width: 968px) {
  .checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap {
    position: absolute;
    top: 50%;
    right: 60px;
    text-align: left;
    transform: translateY(-50%);
    width: 100%;
  }
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap p {
  color: #4D4D4D;
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap p.order-text {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 10px;
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap p.order-text a {
  font-weight: normal;
  color: #9676B5;
  text-decoration: underline;
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap p.order-text a strong {
  font-weight: normal;
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap p.order-text a:hover {
  color: #9676B5;
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap p.email-text {
  margin: 0 auto 20px;
  font-size: 16px;
}
@media screen and (min-width: 968px) {
  .checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap p.email-text {
    margin: 0 0 20px;
    display: flex;
  }
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap p.email-text i {
  font-size: 19px;
  color: #9676B5;
  margin-right: 10px;
  align-self: flex-start;
  position: relative;
}
@media screen and (min-width: 968px) {
  .checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap p.email-text i {
    margin-right: 15px;
  }
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap p.email-text i:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #EB5757;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: -2px;
  border: 2px solid #fff;
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap p.downloadable-text {
  font-size: 14px;
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap p.downloadable-text a {
  font-weight: bold;
  color: #9676B5;
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap .actions-toolbar {
  margin-top: 23px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 968px) {
  .checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap .actions-toolbar {
    display: block;
  }
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap .actions-toolbar .action {
  width: 220px;
  height: 50px;
  background: #9676B5;
  border-radius: 50px !important;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap .actions-toolbar .action {
    width: 291px;
    height: 60px;
    font-size: 15px;
  }
}
.checkout-onepage-success .amtyblock-order-review .checkout-success-wrap .checkout-success .checkout-wrap .actions-toolbar .action:after {
  content: '\f178';
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 19px;
  color: #ffffff;
  margin-left: 10px;
  font-weight: 300;
  margin-top: -4px;
}
.checkout-onepage-success .amtyblock-newsletter .block.newsletter {
  background: url('../../frontend/Balltheme/balloon/en_US/images/thankyou-newsletter-bg.jpg') no-repeat !important;
  position: relative;
  text-align: left;
  padding: 20px;
  background-size: cover !important;
  border-radius: 10px;
  min-height: initial;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .amtyblock-newsletter .block.newsletter {
    display: block;
    padding: 31.5% 0 0;
  }
}
.checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap {
  max-width: 492px;
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
  }
}
.checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .page-title {
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (min-width: 568px) {
  .checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .page-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .page-title {
    font-size: 40px;
    margin: 0 0 25px;
    max-width: 400px;
  }
}
@media screen and (min-width: 968px) {
  .checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .page-title {
    font-size: 50px;
  }
}
.checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .subtitle {
  margin: 0;
  font-size: 18px;
}
@media screen and (min-width: 568px) {
  .checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .subtitle {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .subtitle {
    font-size: 36px;
  }
}
@media screen and (min-width: 968px) {
  .checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .subtitle {
    font-size: 48px;
  }
}
.checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .content .label {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold !important;
  line-height: 1em;
  display: block;
}
@media screen and (min-width: 640px) {
  .checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .content .control {
    display: flex;
  }
}
.checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .content .control:before {
  display: none;
}
.checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .content .control input {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  height: 50px !important;
  color: #A6A6A6;
  font-size: 14px;
  padding: 0 15px;
  background: #fff;
  border-radius: 50px;
}
@media screen and (min-width: 480px) {
  .checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .content .control input {
    width: 301px;
  }
}
@media screen and (min-width: 640px) {
  .checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .content .control input {
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .content .control input {
    height: 60px !important;
    font-size: 16px;
  }
}
.checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .content .control .action {
  width: 170px;
  height: 50px;
  background: #9676B5;
  border-radius: 50px !important;
  font-size: 13px;
  line-height: 1.4em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .content .control .action {
    height: 60px;
    font-size: 15px;
    margin: 0;
  }
}
.checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .content .control .action:after {
  content: '\f178';
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 19px;
  color: #ffffff;
  margin-left: 10px;
  font-weight: 300;
  margin-top: -4px;
}
.checkout-onepage-success .amtyblock-newsletter .block.newsletter .newsletter-wrap .content .container-success {
  color: #fff;
  font-size: 20px;
}
.checkout-onepage-success .amtyblock-customer-create {
  margin-top: 40px;
}
.checkout-onepage-success .amtyblock-customer-create .content .thankyoupage-customer-create-form {
  margin: 0 auto;
  text-align: left;
}
.checkout-onepage-success .amtyblock-customer-create .content .thankyoupage-customer-create-form .field.date div {
  position: relative;
}
.checkout-onepage-success .amtyblock-customer-create .content .thankyoupage-customer-create-form .label {
  text-align: left;
  color: #841f87;
  font-weight: bold !important;
  font-size: 12px;
}
.checkout-onepage-success .amtyblock-customer-create .content .thankyoupage-customer-create-form .action {
  background: #851b87;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  height: 40px;
}
.checkout-onepage-success .amtyblock-customer-create .content .thankyoupage-customer-create-form .action:hover {
  opacity: 0.8;
}
.checkout-onepage-success .block.crosssell {
  border: none;
  margin-top: 0;
  max-width: 1170px;
  padding: 0 15px !important;
}
.checkout-onepage-success .block.crosssell .block-title.title {
  padding: 0;
}
.block.block-primary {
  border: none !important;
}
.block.block-primary .block-title.title {
  padding: 15px 0 0;
}
.block.block-primary .block-title.title strong {
  font-style: normal;
  font-weight: 700;
  font-size: 23px !important;
  line-height: 20px;
  text-transform: capitalize;
  color: #851b87 !important;
}
.block.block-primary .block-content .product-items {
  padding-bottom: 45px !important;
}
.block.block-primary .block-content .product-items .owl-stage {
  display: flex;
  padding-bottom: 24px;
  padding-top: 10px;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item {
  transition: none !important;
  transform: none !important;
  overflow: visible;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item:before {
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: -1;
  display: none;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  padding: 8px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  opacity: 0;
  content: "";
}
.block.block-primary .block-content .product-items .owl-stage .owl-item:hover {
  border: 0;
  border-radius: 8px;
  background: #fff;
  z-index: 99999;
  position: relative;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item:hover:before {
  content: '';
  display: block;
  opacity: 1;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item:hover .product-item .product-block {
  border-top: 0 !important;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item:hover .product-item .product-block .product-item-info {
  border-bottom: 0 !important;
  border-left: 0 !important;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item .product-item {
  height: 100%;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item .product-item .product-block {
  border-top: 1px solid #e6e6e6 !important;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item .product-item .product-block .product-item-info {
  border-color: #e6e6e6;
  border-bottom: 1px solid #e6e6e6 !important;
  width: 100%;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item .product-item .product-block .product-item-info .product-image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item .product-item .product-block .product-item-info .product-image .product-img {
  height: 100%;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item .product-item .product-block .product-item-info .product-image .product-img .product-item-photo {
  height: 100%;
  display: flex;
  align-items: center;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item .product-item .product-block .product-item-info .product-image .product-img .product-item-photo img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100% !important;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item .product-item .product-block .product-item-info .product-item-details .detail-warp {
  padding: 0 0 5px !important;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item .product-item .product-block .product-item-info .product-item-details .detail-warp .product-item-name {
  max-height: initial;
  margin: 11px 0 4px !important;
  min-height: initial;
}
.block.block-primary .block-content .product-items .owl-stage .owl-item .product-item .product-block .product-item-info .product-item-details .detail-warp .product-item-name .product-item-link {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  text-transform: none;
  color: #262626 !important;
}
.block.block-primary .block-content .product-items .owl-nav {
  top: auto;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  position: absolute;
}
.block.block-primary .block-content .product-items .owl-nav div {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
  border-radius: 25px !important;
  transform: rotate(360deg);
  width: 40px;
  height: 40px !important;
  position: relative;
  margin: 0 10px !important;
  background: #9e73b9 !important;
}
.block.block-primary .block-content .product-items .owl-nav div.disabled {
  opacity: 0.5;
  cursor: auto;
}
.block.block-primary .block-content .product-items .owl-nav div:before {
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block.block-primary .block-content .product-items .owl-nav div.owl-prev:before {
  content: '\f0d9';
}
.block.block-primary .block-content .product-items .owl-nav div.owl-next:before {
  content: '\f0da';
}
.cms-videos .videos-blocks-wrapper {
  max-width: 768px;
}
.cms-videos .videos-blocks-wrapper h2 {
  margin-top: 40px;
}
.cms-videos .videos-blocks-wrapper .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.cms-videos .videos-blocks-wrapper .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-videos .link-to-channel {
  background: #9e73b9;
  height: 45px;
  font-size: 16px;
  color: #fff !important;
  display: flex;
  width: 210px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  margin: 50px auto;
  border-radius: 30px;
}
.cms-videos .link-to-channel:hover {
  background: #851b87;
  text-decoration: none;
}
.amasty_affiliate-account-program .page-main .column.main,
.amasty_affiliate-account-transaction .page-main .column.main {
  padding: 0 20px !important;
}
.account.amasty_affiliate-account-transaction .column.main .affiliate-balance-info .affiliate-price-field,
.amasty_affiliate-account-withdrawal .column.main .affiliate-balance-info .affiliate-price-field {
  padding: 0 10px;
  text-align: center;
}
.account.amasty_affiliate-account-transaction .column.main .affiliate-balance-info .affiliate-price-field p:first-child,
.amasty_affiliate-account-withdrawal .column.main .affiliate-balance-info .affiliate-price-field p:first-child {
  line-height: 1em;
  padding: 0;
  font-size: 15px;
  color: #851b87;
}
@media screen and (min-width: 768px) {
  .account.amasty_affiliate-account-transaction .column.main .affiliate-balance-info .affiliate-price-field p:first-child,
  .amasty_affiliate-account-withdrawal .column.main .affiliate-balance-info .affiliate-price-field p:first-child {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .account.amasty_affiliate-account-transaction .column.main .affiliate-balance-info .affiliate-price-field p:first-child,
  .amasty_affiliate-account-withdrawal .column.main .affiliate-balance-info .affiliate-price-field p:first-child {
    font-size: 24px;
  }
}
.account.amasty_affiliate-account-transaction .column.main .affiliate-balance-info .affiliate-price-field p:last-child,
.amasty_affiliate-account-withdrawal .column.main .affiliate-balance-info .affiliate-price-field p:last-child {
  color: #262626;
  font-weight: bold;
  font-size: 8px;
}
@media screen and (min-width: 768px) {
  .account.amasty_affiliate-account-transaction .column.main .affiliate-balance-info .affiliate-price-field p:last-child,
  .amasty_affiliate-account-withdrawal .column.main .affiliate-balance-info .affiliate-price-field p:last-child {
    font-size: 11px;
  }
}
.amasty_affiliate-account-promo .column.main {
  background: none !important;
}
.amasty_affiliate-account-promo .column.main .block {
  background: #fff;
  padding: 15px;
}
.amasty_affiliate-account-promo .column.main .block .block-title {
  padding: 0;
}
.amasty_affiliate-account-promo .column.main .block .block-title strong {
  text-transform: capitalize;
  color: #262626;
  font-family: Circe !important;
  font-size: 19px;
}
.amasty_affiliate-account-promo .column.main .block .input_link .control {
  display: flex;
}
.amasty_affiliate-account-promo .column.main .block .input_link .control .input-text {
  display: flex;
  align-items: center;
  height: 40px;
}
.amasty_affiliate-account-promo .column.main .block .input_link .control .action {
  margin: 0 !important;
  height: 40px;
  background: #9e73b9;
  border: none;
}
.amasty_affiliate-account-promo .column.main .block .input_link .control .action:hover {
  background: #851b87;
}
@media screen and (min-width: 640px) {
  .amasty_affiliate-account-widget .column.main .affiliate-account-widget-form-wrap {
    display: flex;
  }
}
.amasty_affiliate-account-widget .column.main .affiliate-account-widget-form-wrap .form {
  margin-left: 0 !important;
  float: none !important;
  margin-bottom: 35px !important;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .amasty_affiliate-account-widget .column.main .affiliate-account-widget-form-wrap .form {
    margin-bottom: 0 !important;
    width: 45%;
  }
}
.amasty_affiliate-account-widget .column.main .affiliate-account-widget-form-wrap .form .actions-toolbar {
  padding: 0;
  float: none;
}
.amasty_affiliate-account-widget .column.main .affiliate-account-widget-form-wrap .form .actions-toolbar div.primary {
  width: 100%;
  height: auto;
  padding: 0;
}
.amasty_affiliate-account-widget .column.main .affiliate-account-widget-form-wrap .form .actions-toolbar div.primary .action {
  width: 100%;
}
.amasty_affiliate-account-widget .column.main .affiliate-account-widget-form-wrap #affiliate-widget-part {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .amasty_affiliate-account-widget .column.main .affiliate-account-widget-form-wrap #affiliate-widget-part {
    width: 55%;
  }
}
.amasty_affiliate-account-widget .column.main .affiliate-account-widget-form-wrap #affiliate-widget-part #copy-button {
  float: none;
}
.amasty_affiliate-account-widget .column.main .affiliate-account-widget-form-wrap #affiliate-widget-part #copy-button .affiliate_button {
  width: 100%;
}
.page-product-bundle .page-wrapper {
  overflow: initial;
}
.page-product-bundle .product-info-main .customize {
  width: 295px;
  height: 60px;
  background: linear-gradient(92.38deg, #9676b5 0%, #855eab 100%);
  box-shadow: 0 16px 24px rgba(158, 115, 185, 0.2);
  font-weight: bold;
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  border-radius: 50px !important;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .page-product-bundle .product-info-main .customize {
    width: 100%;
  }
}
.page-product-bundle .product-info-main .customize:after {
  content: '\f178';
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  color: #ffffff;
  margin-left: 10px;
}
.page-product-bundle .product-info-main .customize:hover,
.page-product-bundle .product-info-main .customize:active,
.page-product-bundle .product-info-main .customize:focus {
  background: linear-gradient(92.38deg, #9676b5 0%, #855eab 100%);
  opacity: 0.8;
}
.page-product-bundle .bundle-options-container {
  display: none;
}
@media screen and (min-width: 980px) {
  .page-product-bundle .bundle-options-container form {
    display: flex;
    justify-content: space-between;
  }
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper {
  width: 100%;
  float: none;
}
@media screen and (min-width: 980px) {
  .page-product-bundle .bundle-options-container .bundle-options-wrapper {
    width: 63%;
    float: left;
    padding: 0 70px 0 0;
  }
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper {
  float: none;
  width: 100%;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options {
  margin: 0;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .title {
  padding: 0;
  border: none;
  font-weight: bold;
  line-height: 1em;
  color: #262626;
  margin: 0 0 50px !important;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .title {
    font-size: 41px;
  }
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option {
  margin: 0 0 40px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.required > .label:after {
  content: '*';
  display: inline-block;
  color: #e02b27;
  font-size: 16px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option .label {
  font-weight: bold !important;
  font-size: 16px;
  line-height: 1em;
  color: #262626;
  margin: 0 0 15px;
  display: inline-block;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control {
  display: flex;
}
@media screen and (max-width: 560px) {
  .page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control {
    flex-direction: column;
    float: none;
    width: 100%;
  }
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .select-wrap {
  position: relative;
  width: calc(100% - 200px);
  margin: 0 30px 0 0;
}
@media screen and (max-width: 560px) {
  .page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .select-wrap {
    width: 100%;
    margin: 0 0 20px;
  }
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .select-wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 27px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #9576b5 transparent transparent transparent;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .select-wrap .bundle-option-select {
  padding: 0 45px 0 15px;
  height: 60px;
  background: #FAFAFA;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #262626;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .select-wrap .bundle-option-select option {
  color: #262626;
  font-weight: bold;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .select-wrap .bundle-option-select option[disabled] {
  color: #cccccc;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .select-wrap .bundle-option-select option:checked {
  color: #9E73B9;
  background: none;
  outline: none;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .qty-holder {
  width: 170px;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .qty-holder {
    width: 100%;
    margin: 0;
  }
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .qty-holder .label {
  display: none;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .qty-holder .quantity-adder {
  display: flex;
  align-items: center;
  position: relative;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .qty-holder .quantity-adder .add-action {
  background: none;
  border: none;
  position: absolute;
  width: auto;
  height: auto;
  font-size: 12px;
  display: flex;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .qty-holder .quantity-adder .add-action:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .qty-holder .quantity-adder .add-action.add-down {
  color: #EB5757;
  left: 15px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .qty-holder .quantity-adder .add-action.add-up {
  color: #27AE60;
  right: 15px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.select-options .control .qty-holder .quantity-adder .qty {
  width: 100%;
  height: 60px;
  background: #FAFAFA;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 50px;
  opacity: 1;
  font-size: 18px;
  font-weight: bold;
  color: #262626;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.multiselect-options .control select {
  height: 170px;
  background: #FAFAFA;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  overflow-y: auto;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.multiselect-options .control select::-webkit-scrollbar {
  width: 18px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.multiselect-options .control select::-webkit-scrollbar-thumb {
  border: 6px solid white;
  background-clip: padding-box;
  background-color: #9e73b9;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.multiselect-options .control select {
    height: 75px;
  }
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.multiselect-options .control select option {
  color: #262626;
  font-weight: bold;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.multiselect-options .control select option[disabled] {
  color: #cccccc;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.multiselect-options .control select option:checked {
  color: #9E73B9;
  background: none;
  text-decoration: underline;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control {
  padding: 20px 15px 0;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice {
  margin: 0 0 20px;
  position: relative;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice input,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice input:checked ~ .label,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice input:checked ~ .label {
  border: 1px solid #9E73B9;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice input:checked ~ .label .image-wrap,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice input:checked ~ .label .image-wrap {
  border: 2px solid #9E73B9;
  background: rgba(158, 115, 185, 0.2);
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice input:checked ~ .label .image-wrap:before,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice input:checked ~ .label .image-wrap:before {
  background: #9E73B9;
  border-color: #9E73B9;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice input:checked ~ .label .image-wrap:after,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice input:checked ~ .label .image-wrap:after {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 0;
  top: 0;
  color: #fff;
  font-size: 8px;
  transform: translate(-50%, -50%);
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice input:disabled ~ .label,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice input:disabled ~ .label {
  cursor: auto;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice input:disabled ~ .label .image-wrap:before,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice input:disabled ~ .label .image-wrap:before {
  display: none;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice input:disabled ~ .label .image-wrap img,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice input:disabled ~ .label .image-wrap img {
  filter: grayscale(1);
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice input:disabled ~ .label .name-wrap .product-name,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice input:disabled ~ .label .name-wrap .product-name {
  color: #999999;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice input:disabled ~ .label .name-wrap .price-notice,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice input:disabled ~ .label .name-wrap .price-notice {
  color: #999999;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice input:disabled ~ .label .name-wrap .option-link,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice input:disabled ~ .label .name-wrap .option-link {
  color: #999999;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice input:disabled ~ .label .name-wrap .option-link:after,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice input:disabled ~ .label .name-wrap .option-link:after {
  color: #999999;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice .label,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice .label {
  cursor: pointer;
  display: flex;
  padding: 13px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice .label .image-wrap,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice .label .image-wrap {
  margin-right: 15px;
  padding: 10px;
  border: 2px solid #CCCCCC;
  border-radius: 5px;
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice .label .image-wrap:before,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice .label .image-wrap:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  border: 1px solid #CCCCCC;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice .label .image-wrap img,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice .label .image-wrap img {
  height: 57px;
  object-fit: contain;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice .label .name-wrap,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice .label .name-wrap {
  font-size: 18px;
  font-weight: bold;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice .label .name-wrap .product-name,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice .label .name-wrap .product-name {
  color: #262626;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice .label .name-wrap .price-notice,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice .label .name-wrap .price-notice {
  color: #9676B5;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice .label .name-wrap .option-link,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice .label .name-wrap .option-link {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 1em;
  text-decoration-line: underline;
  color: #9676B5;
  display: inline-block;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.choice .label .name-wrap .option-link:after,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice .label .name-wrap .option-link:after {
  content: '\f178';
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  color: #9676B5;
  margin-left: 10px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.qty-holder,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.qty-holder {
  margin: 30px 0 20px;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.checkbox-options .control .options-list .field.qty-holder .qty,
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.qty-holder .qty {
  width: 170px;
  height: 60px;
  background: #FAFAFA;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #262626;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset-bundle-options .field.option.radio-options .control .options-list .field.choice label .image-wrap:before {
  border-radius: 50%;
}
.page-product-bundle .bundle-options-container .block-bundle-summary {
  background: #FFFFFF;
  border: 1px solid #9676B5;
  box-sizing: border-box;
  box-shadow: 0 34px 44px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 100%;
  padding: 20px 20px 40px;
  float: none;
  position: sticky !important;
  top: 20px !important;
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .page-product-bundle .bundle-options-container .block-bundle-summary {
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  .page-product-bundle .bundle-options-container .block-bundle-summary {
    width: 37%;
    float: right;
  }
}
.page-product-bundle .bundle-options-container .block-bundle-summary .title {
  margin: 0 0 40px !important;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .title strong {
  margin: 0;
  font-weight: bold;
  line-height: 1em;
  color: #262626;
  display: inline-block;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .page-product-bundle .bundle-options-container .block-bundle-summary .title strong {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .page-product-bundle .bundle-options-container .block-bundle-summary .title strong {
    font-size: 41px;
  }
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .bundle-image-wrap {
  display: flex;
  margin: 0 0 25px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .bundle-image-wrap .product-image-container {
  margin-right: 15px;
  width: auto !important;
  border: 2px solid #9E73B9;
  border-radius: 5px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .bundle-image-wrap .product-image-container .product-image-wrapper {
  display: block;
  height: auto;
  padding: 5px 10px !important;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .bundle-image-wrap .product-image-container .product-image-wrapper .product-image-photo {
  position: static;
  width: 50px;
  height: auto;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .bundle-image-wrap .product.name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
  color: #262626;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details {
  display: flex;
  flex-wrap: wrap;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart {
  order: 0;
}
@media screen and (min-width: 480px) {
  .page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset {
    display: flex;
  }
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .field.qty {
  margin: 0 0 15px;
}
@media screen and (min-width: 480px) {
  .page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .field.qty {
    width: 50%;
    padding-right: 10px;
    margin: 0;
  }
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .field.qty .control {
  float: none;
  margin: 0;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .field.qty .control .quantity-adder {
  display: flex;
  align-items: center;
  position: relative;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .field.qty .control .quantity-adder .quantity-number {
  width: 100%;
  float: none;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .field.qty .control .quantity-adder .add-action {
  background: none;
  border: none;
  position: absolute;
  width: auto;
  height: auto;
  font-size: 12px;
  display: flex;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .field.qty .control .quantity-adder .add-action:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .field.qty .control .quantity-adder .add-action.add-down {
  color: #EB5757;
  left: 15px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .field.qty .control .quantity-adder .add-action.add-up {
  color: #27AE60;
  right: 15px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .field.qty .control .quantity-adder .qty {
  width: 100%;
  height: 60px;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #262626;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 50px;
  font-weight: bold;
  background: #FAFAFA;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .actions {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .actions {
    width: 50%;
    padding-left: 10px;
  }
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .actions .tocart {
  font-weight: bold;
  font-size: 15px !important;
  line-height: 24px !important;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px !important;
  border: none;
  display: flex;
  align-items: center;
  margin: 0 auto 0;
  background: #9e73b9 !important;
  width: 100%;
  height: 60px;
  justify-content: center;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .actions .tocart:hover {
  opacity: 0.8;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .actions .tocart img {
  width: 14px;
  margin-right: 10px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .box-tocart .fieldset .actions .tocart span {
  margin-top: 4px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .price-box {
  order: 1;
  width: 50%;
  display: flex;
  align-items: center;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .price-box p {
  margin: 0;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .price-box .price {
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
  color: #262626;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .share-social-block {
  width: 50%;
  padding-left: 10px;
  position: relative;
  order: 3;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .share-social-block #show-popup-social {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .share-social-block #show-popup-social .icon-wrap {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid rgba(150, 118, 181, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .share-social-block #show-popup-social .icon-wrap i {
  color: #9676B5;
  font-size: 20px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .share-social-block #show-popup-social .text {
  font-weight: bold;
  font-size: 15px;
  line-height: 1em;
  color: #212121;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .share-social-block .social-main {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0007);
  border-radius: 8px;
  padding: 20px;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  border: 2px solid rgba(150, 118, 181, 0.2);
  margin: 10px 0 0 10px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .share-social-block .social-main.active {
  display: block;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .share-social-block .social-main .social-title .title {
  margin: 0 0 10px !important;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .share-social-block .social-main .addthis_inline_share_toolbox {
  display: none;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .product-addto-links {
  width: 50%;
  padding-left: 10px;
  order: 2;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .product-addto-links .add-to-wishlist {
  margin: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .product-addto-links .add-to-wishlist .icon-wrap {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  border: 2px solid rgba(150, 118, 181, 0.2);
  border-radius: 50%;
  line-height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .product-addto-links .add-to-wishlist .icon-wrap i {
  color: #9676B5;
  font-size: 20px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .product-addto-links .add-to-wishlist .text {
  font-weight: bold;
  font-size: 15px;
  line-height: 1em;
  color: #212121;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-summary {
  border-top: 1px solid #E6E6E6;
  margin: 30px 0 0;
  padding: 30px 0 0;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-summary .subtitle {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
  color: #262626;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-summary .bundle.items li {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #E6E6E6;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-summary .bundle.items li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-summary .bundle.items li .label {
  font-weight: bold !important;
  font-size: 14px;
  line-height: 1em;
  color: #9676B5;
  display: inline-block;
  margin: 0 0 10px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-summary .bundle.items li div {
  color: #262626;
  font-weight: bold;
  font-size: 15px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .content .bundle-summary .bundle.items li div div {
  margin-bottom: 5px;
}
.page-product-bundle .bundle-options-container p.required {
  font-size: 20px;
}
.page-product-bundle .product.info.detailed .product.data .description-tab.bundle-opened {
  width: 63%;
  padding: 60px 70px 60px 0;
}
@media screen and (max-width: 767px) {
  .page-product-bundle .product.info.detailed .product.data .description-tab.bundle-opened {
    width: 100%;
  }
}
.page-product-bundle .product.info.detailed .product.data .additional-tab.bundle-opened {
  width: 37%;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .page-product-bundle .product.info.detailed .product.data .additional-tab.bundle-opened {
    width: 100%;
  }
}
.page-product-bundle .product.info.detailed .product.data .attribute.description .block {
  padding-top: 15px;
}
.cms-bonus-program-page .page-main {
  margin-top: 70px !important;
  padding: 0;
}
.cms-bonus-program-page .title {
  margin: 0 0 40px;
  font-weight: 700;
  font-size: 41px;
  line-height: 1em;
  text-align: center;
  color: #262626;
}
.cms-bonus-program-page .title span {
  color: #eb5757;
}
.cms-bonus-program-page .bonus-link {
  width: 240px;
  height: 60px;
  background: #9e73b9;
  border-radius: 30px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.cms-bonus-program-page .bonus-link:hover {
  color: #fff;
}
.cms-bonus-program-page .bonus-link:after {
  content: "\f178";
  font-size: 23px;
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  color: #fff;
  margin-left: 15px;
  line-height: 1em;
  margin-top: -4px;
}
.cms-bonus-program-page .main-banner {
  max-width: 1170px;
  margin: 0 auto 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 25px;
  position: relative;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .cms-bonus-program-page .main-banner {
    padding: 80px 105px 80px 0;
    align-items: flex-end;
  }
}
.cms-bonus-program-page .main-banner:after {
  content: "";
  display: block;
  border-top: 1px solid #E6E6E6;
  margin-top: 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
}
.cms-bonus-program-page .main-banner .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cms-bonus-program-page .main-banner .content .text {
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #262626;
  margin: 0 0 20px;
}
.cms-bonus-program-page .main-banner .content .text a {
  color: #9e73b9;
}
.cms-bonus-program-page .main-banner .content .banner-link {
  font-weight: 900;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.cms-bonus-program-page .main-banner .content .banner-link:after {
  display: none;
}
.cms-bonus-program-page .steps-block {
  margin: 0 auto 80px;
  max-width: 1200px;
  padding: 0 15px;
}
.cms-bonus-program-page .steps-block .steps-list {
  margin: 0 -10px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cms-bonus-program-page .steps-block .steps-list {
    margin: 0 -10px 60px;
  }
}
.cms-bonus-program-page .steps-block .steps-list .steps-item {
  width: 50%;
  margin: 0 0 30px;
  padding: 0 10px;
}
@media screen and (min-width: 568px) {
  .cms-bonus-program-page .steps-block .steps-list .steps-item {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .cms-bonus-program-page .steps-block .steps-list .steps-item {
    width: 20%;
    margin: 0;
  }
}
.cms-bonus-program-page .steps-block .steps-list .steps-item .number-wrap {
  margin: 0 0 15px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.cms-bonus-program-page .steps-block .steps-list .steps-item .number-wrap:before {
  content: attr(data-number);
  line-height: 1em;
  font-weight: 800;
  font-size: 41px;
  color: #851b87;
  display: inline-block;
  transform: translate(-7px, -5px);
}
.cms-bonus-program-page .steps-block .steps-list .steps-item .number-wrap .icon {
  width: 46px;
  height: 46px;
  background: #f4e3f4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(7px);
  position: static;
}
.cms-bonus-program-page .steps-block .steps-list .steps-item .number-wrap .icon:before {
  content: '\f00c';
  font-family: "Font Awesome 5 pro";
  font-size: 20px;
  color: #851b87;
}
.cms-bonus-program-page .steps-block .steps-list .steps-item .text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: #212121;
}
.cms-bonus-program-page .steps-block .bonus-link {
  margin: 0 auto;
}
.cms-bonus-program-page .rewards-wrapper {
  margin: 0 0 60px;
  padding: 40px 15px;
  background: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .cms-bonus-program-page .rewards-wrapper {
    padding: 75px 0 60px;
  }
}
.cms-bonus-program-page .rewards-wrapper .rewards-blocks {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cms-bonus-program-page .rewards-wrapper .rewards-blocks {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
  }
}
.cms-bonus-program-page .rewards-wrapper .rewards-blocks .reward-block {
  width: 100%;
}
.cms-bonus-program-page .rewards-wrapper .rewards-blocks .reward-block:not(:last-child) {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .cms-bonus-program-page .rewards-wrapper .rewards-blocks .reward-block {
    width: calc(50% - 15px);
  }
  .cms-bonus-program-page .rewards-wrapper .rewards-blocks .reward-block:not(:last-child) {
    margin: 0;
  }
}
.cms-bonus-program-page .rewards-wrapper .rewards-blocks .reward-block .reward {
  padding: 63px 30px;
  margin: 0 0 15px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .cms-bonus-program-page .rewards-wrapper .rewards-blocks .reward-block .reward {
    margin: 0 0 25px;
  }
}
.cms-bonus-program-page .rewards-wrapper .rewards-blocks .reward-block .reward .reward-title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.16em;
  text-transform: uppercase;
  color: #262626;
}
.cms-bonus-program-page .rewards-wrapper .rewards-blocks .reward-block .content {
  display: flex;
}
.cms-bonus-program-page .rewards-wrapper .rewards-blocks .reward-block .content:before {
  content: attr(data-number);
  display: block;
  font-weight: 800;
  font-size: 55px;
  color: #9e73b9;
  margin-right: 20px;
  line-height: 1em;
}
.cms-bonus-program-page .rewards-wrapper .rewards-blocks .reward-block .content .wrap {
  color: #262626;
}
.cms-bonus-program-page .rewards-wrapper .rewards-blocks .reward-block .content .wrap .subtitle {
  font-size: 28px;
  line-height: 1em;
  font-weight: 700;
}
.cms-bonus-program-page .rewards-wrapper .rewards-blocks .reward-block .content .wrap .text {
  font-size: 18px;
}
.cms-bonus-program-page .rules-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.cms-bonus-program-page .rules-block .rules-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -9px 60px;
}
.cms-bonus-program-page .rules-block .rules-list .rules-item-wrap {
  width: 50%;
  padding: 0 9px;
}
@media screen and (min-width: 480px) {
  .cms-bonus-program-page .rules-block .rules-list .rules-item-wrap {
    width: 33.33%;
  }
}
@media screen and (min-width: 568px) {
  .cms-bonus-program-page .rules-block .rules-list .rules-item-wrap {
    width: 25%;
  }
}
@media screen and (min-width: 980px) {
  .cms-bonus-program-page .rules-block .rules-list .rules-item-wrap {
    width: calc(100% / 6);
  }
}
.cms-bonus-program-page .rules-block .rules-list .rules-item-wrap .rules-item {
  height: 100%;
  padding: 20px 10px;
  border: 1px solid #ECE3F1;
}
.cms-bonus-program-page .rules-block .rules-list .rules-item-wrap .rules-item img {
  margin: 0 auto 20px;
  display: block;
}
.cms-bonus-program-page .rules-block .rules-list .rules-item-wrap .rules-item .text {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  color: #212121;
}
.cms-bonus-program-page .rules-block .bonus-link {
  margin: 0 auto;
}
.cms-bonus-program-page .ves-widget.block {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
.cms-bonus-program-page .ves-widget.block .view-all-product {
  right: 15px;
}
.faq-category-view .page-title-wrapper,
.faq-question-view .page-title-wrapper,
.faq-search-index .page-title-wrapper {
  margin: 0 0 25px;
}
.faq-category-view .page-title-wrapper .page-title,
.faq-question-view .page-title-wrapper .page-title,
.faq-search-index .page-title-wrapper .page-title {
  margin: 0;
}
.faq-category-view .amfaq_categories,
.faq-question-view .amfaq_categories,
.faq-search-index .amfaq_categories {
  border: 1px solid #e6e6e6;
}
.faq-category-view .amfaq_categories .item,
.faq-question-view .amfaq_categories .item,
.faq-search-index .amfaq_categories .item {
  border-bottom: 1px solid #e6e6e6;
}
.faq-category-view .amfaq_categories .item.title,
.faq-question-view .amfaq_categories .item.title,
.faq-search-index .amfaq_categories .item.title {
  background: #9676B5;
  color: #fff;
}
.faq-category-view .amfaq_categories .item.current a,
.faq-question-view .amfaq_categories .item.current a,
.faq-search-index .amfaq_categories .item.current a {
  color: #9676b5;
}
.faq-category-view .amfaq_categories .item a,
.faq-question-view .amfaq_categories .item a,
.faq-search-index .amfaq_categories .item a {
  color: #262626;
  font-size: 16px;
}
.faq-category-view .amfaq_categories .item a:hover,
.faq-question-view .amfaq_categories .item a:hover,
.faq-search-index .amfaq_categories .item a:hover {
  color: #9676b5;
}
.faq-category-view .amfaq-pager {
  display: flex;
  justify-content: center;
  float: none;
}
.faq-category-view .amfaq-pager .pages-items {
  display: flex;
  align-items: center;
}
.faq-category-view .amfaq-pager .pages-items .item {
  display: flex;
  line-height: initial;
}
.faq-category-view .amfaq-pager .pages-items .item.current .page {
  color: #9e73b9;
  font-weight: bold;
}
.faq-category-view .amfaq-pager .pages-items .item .page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 35px;
  height: 35px;
  background: none;
  font-size: 16px;
  line-height: initial;
  color: #333333;
}
.faq-category-view .amfaq-pager .pages-items .item .action {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #9e73b9;
}
.faq-category-view .amfaq-pager .pages-items .item .action:before,
.faq-category-view .amfaq-pager .pages-items .item .action:after {
  background: #ffffff;
  content: '';
  height: 2px;
  position: absolute;
  width: 12px;
}
.faq-category-view .amfaq-pager .pages-items .item .action:before {
  top: 13px;
}
.faq-category-view .amfaq-pager .pages-items .item .action:after {
  top: 20px;
}
.faq-category-view .amfaq-pager .pages-items .item .action.previous:before {
  left: 10px;
  transform: rotate(-45deg);
}
.faq-category-view .amfaq-pager .pages-items .item .action.previous:after {
  left: 10px;
  transform: rotate(45deg);
}
.faq-category-view .amfaq-pager .pages-items .item .action.next:before {
  left: 13px;
  transform: rotate(45deg);
}
.faq-category-view .amfaq-pager .pages-items .item .action.next:after {
  left: 13px;
  transform: rotate(-45deg);
}
.faq-question-view .question_view {
  margin: 0;
  padding: 0;
  border: none;
}
.faq-question-view .question_view .pagebuilder-button-primary {
  background: #9e73b9;
  border: none;
  color: #fff;
  border-radius: 30px;
}
.faq-question-view .question_view .pagebuilder-button-primary:hover {
  background: #851b87;
  color: #fff;
}
.faq-question-view .question_view .amfaq-question-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
}
.faq-question-view .question_view .amfaq-question-footer-wrapper:before,
.faq-question-view .question_view .amfaq-question-footer-wrapper:after {
  display: none;
}
.faq-question-view .question_view a {
  color: #9676B5;
}
.faq-question-view .question_view a:hover {
  color: #9676B5;
}
.amfaq-search .search-autocomplete {
  top: 35px !important;
}
.amfaq-search .search-autocomplete ul:not(:empty) {
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
  padding: 27px 25px 50px 20px;
}
.amfaq-search .search-autocomplete ul li {
  padding: 10px 0;
  border-bottom: 1px solid #E6E6E6;
  border-top: 0;
}
.amfaq-search .search-autocomplete ul li:last-child {
  border: 0;
}
.amfaq-search .search-autocomplete ul li .qs-option-name {
  font-family: Circe !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 24px;
  color: #212121 !important;
}
.amfaq-search .search-autocomplete ul li .amfaq-category {
  font-family: Circe !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 21px;
  color: #666666 !important;
  padding: 0 !important;
}
.amfaq-search .search-autocomplete ul li.selected,
.amfaq-search .search-autocomplete ul li:hover {
  background: #fff;
}
.amfaq-search .search-autocomplete ul li.selected .qs-option-name,
.amfaq-search .search-autocomplete ul li:hover .qs-option-name {
  text-decoration-line: underline;
  color: #9676B5 !important;
}
.amfaq-rating .amfaq-was-it-helpful {
  margin-right: 10px;
}
.amfaq-rating .amfaq-rating-yesno-vote {
  color: #851b87;
}
.amfaq-rating .amfaq-rating-yesno-vote:hover {
  color: #9676B5;
}
@media screen and (max-width: 767px) {
  .cms-faq-home-page .sidebar,
  .faq-category-view .sidebar,
  .faq-question-view .sidebar {
    margin-bottom: 80px;
  }
}
.cms-promo-code {
  font-family: Circe, sans-serif;
}
.cms-promo-code .page-title-wrapper .page-title {
  color: #9e73b9 !important;
  font-size: 28px !important;
}
.cms-promo-code .promo-block {
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .cms-promo-code .promo-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.cms-promo-code .promo-block .promo-title {
  color: #9e73b9;
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
}
.cms-promo-code .promo-block .promo-text {
  font-size: 15px;
  width: 100%;
}
.cms-promo-code .promo-block .promo-text a {
  color: #9e73b9;
  text-decoration: underline;
}
.cms-promo-code .promo-item-block {
  margin: 0 0 30px;
  width: 100%;
}
@media screen and (min-width: 568px) {
  .cms-promo-code .promo-item-block {
    display: flex;
    align-items: center;
  }
}
.cms-promo-code .promo-item-block img {
  max-width: 460px !important;
  margin: 0 0 20px;
  width: 100%;
}
@media screen and (min-width: 568px) {
  .cms-promo-code .promo-item-block img {
    margin: 0 25px 0 0;
    width: 50%;
  }
}
.cms-promo-code .promo-item-block .promo-item-block-wrap {
  color: #262626;
}
.cms-promo-code .promo-item-block .promo-item-block-wrap .title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1em;
}
.cms-promo-code .promo-item-block .promo-item-block-wrap .text {
  font-size: 18px;
  line-height: 1em;
  margin: 0 0 10px;
}
.cms-promo-code .promo-item-block .promo-item-block-wrap .coupon-code-wrap {
  display: flex;
  margin: 0 0 25px;
  max-width: 400px;
}
.cms-promo-code .promo-item-block .promo-item-block-wrap .coupon-code-wrap .coupon-code-input-wrap {
  width: calc(100% - 80px);
  z-index: -1;
}
.cms-promo-code .promo-item-block .promo-item-block-wrap .coupon-code-wrap .coupon-code-input-wrap .coupon-code {
  width: 100%;
  opacity: 1;
  color: #000;
  border-radius: 25px 0 0 25px;
}
.cms-promo-code .promo-item-block .promo-item-block-wrap .coupon-code-wrap .copy {
  padding: 0;
  border: none;
  width: 80px;
  background: #9e73b9;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  border-radius: 0 25px 25px 0;
}
.cms-promo-code .promo-item-block .promo-item-block-wrap .shop-now {
  height: 40px;
  color: #fff;
  background: #9e73b9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  width: 135px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
}
.cms-promo-code .promo-item-block-pro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  width: 100%;
  margin: 0 0 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cms-promo-code .promo-item-block-pro {
    width: calc(50% - 15px);
  }
}
.cms-promo-code .promo-item-block-pro.active {
  background: linear-gradient(251.63deg, rgba(255, 255, 255, 0.3) -10.12%, rgba(255, 255, 255, 0) 96.19%), #9e73b9;
}
.cms-promo-code .promo-item-block-pro.expired {
  background: linear-gradient(251.63deg, rgba(255, 255, 255, 0.3) -10.12%, rgba(255, 255, 255, 0) 96.19%), #bbbbbb;
}
.cms-promo-code .promo-item-block-pro.expired .promo-item-block-bottom-wrap .coupon-code-wrap .copy svg path {
  fill: #BBBBBB;
}
.cms-promo-code .promo-item-block-pro.expired .promo-item-block-bottom-wrap .shop-now {
  color: #BBBBBB;
}
.cms-promo-code .promo-item-block-pro .promo-item-block-top-wrap {
  padding: 30px 20px;
}
@media screen and (min-width: 980px) {
  .cms-promo-code .promo-item-block-pro .promo-item-block-top-wrap {
    padding: 40px 40px 70px;
    display: flex;
    justify-content: space-between;
  }
}
.cms-promo-code .promo-item-block-pro .promo-item-block-top-wrap .text-wrapper {
  margin: 0 0 20px;
}
@media screen and (min-width: 980px) {
  .cms-promo-code .promo-item-block-pro .promo-item-block-top-wrap .text-wrapper {
    padding-right: 20px;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .cms-promo-code .promo-item-block-pro .promo-item-block-top-wrap .text-wrapper {
    padding-right: 60px;
  }
}
.cms-promo-code .promo-item-block-pro .promo-item-block-top-wrap .text-wrapper .title {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  margin: 0 0 15px;
  line-height: 1em;
}
.cms-promo-code .promo-item-block-pro .promo-item-block-top-wrap .text-wrapper .text {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .cms-promo-code .promo-item-block-pro .promo-item-block-top-wrap .text-wrapper .text {
    font-size: 20px;
  }
}
.cms-promo-code .promo-item-block-pro .promo-item-block-top-wrap .discount-wrapper .percent {
  font-weight: 700;
  font-size: 56px;
  color: #fff;
  line-height: 1em;
}
.cms-promo-code .promo-item-block-pro .promo-item-block-top-wrap .discount-wrapper .period {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1em;
}
.cms-promo-code .promo-item-block-pro .promo-item-block-bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 20px 20px 30px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .cms-promo-code .promo-item-block-pro .promo-item-block-bottom-wrap {
    padding: 25px 40px;
  }
}
.cms-promo-code .promo-item-block-pro .promo-item-block-bottom-wrap:before,
.cms-promo-code .promo-item-block-pro .promo-item-block-bottom-wrap:after {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background: #fff;
  position: absolute;
  top: 0;
  border-radius: 50%;
}
.cms-promo-code .promo-item-block-pro .promo-item-block-bottom-wrap:before {
  left: 0;
  transform: translate(-50%, -50%);
}
.cms-promo-code .promo-item-block-pro .promo-item-block-bottom-wrap:after {
  right: 0;
  transform: translate(50%, -50%);
}
.cms-promo-code .promo-item-block-pro .promo-item-block-bottom-wrap .coupon-code-wrap {
  width: calc(50% - 5px);
}
.cms-promo-code .promo-item-block-pro .promo-item-block-bottom-wrap .coupon-code-wrap .coupone-code-block {
  max-width: 180px;
  position: relative;
}
.cms-promo-code .promo-item-block-pro .promo-item-block-bottom-wrap .coupon-code-wrap .coupone-code-block .coupon-code {
  border: 1.5px solid #FFFFFF;
  border-radius: 25px;
  color: rgba(255, 255, 255, 0.3);
  width: 100%;
  background: none;
  height: 50px;
  padding: 0 55px 0 20px;
}
.cms-promo-code .promo-item-block-pro .promo-item-block-bottom-wrap .coupon-code-wrap .coupone-code-block .copy {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-promo-code .promo-item-block-pro .promo-item-block-bottom-wrap .coupon-code-wrap .coupone-code-block .copy[disabled] {
  opacity: 1;
}
.cms-promo-code .promo-item-block-pro .promo-item-block-bottom-wrap .coupon-code-wrap .info {
  color: #fff;
  font-size: 18px;
  line-height: 1em;
}
.cms-promo-code .promo-item-block-pro .promo-item-block-bottom-wrap .shop-now {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #9E73B9;
  height: 50px;
  width: calc(50% - 5px);
  max-width: 180px;
  background: #FFFFFF;
  border-radius: 25px;
  text-decoration: none;
}
.omnisend-product-viewall .page-title-wrapper {
  padding: 25px 0 24px;
  color: #666;
}
.omnisend-product-viewall .page-title-wrapper .page-title {
  margin: 0 !important;
  color: #666;
}
.omnisend-product-viewall .products-grid .product-items {
  display: grid;
  width: 100%;
  border: none;
}
.omnisend-product-viewall .products-grid .product-items .product-item {
  width: 100%;
  border-top: 1px solid #F5F5F5;
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .omnisend-product-viewall .products-grid .product-items .product-item {
    border-top: none;
    border-bottom: 1px solid #e8e8e8;
  }
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info {
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .omnisend-product-viewall .products-grid .product-items .product-item .product-item-info {
    display: block;
  }
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-photo {
  width: auto;
  margin-bottom: 0;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper {
  padding: 0 !important;
  height: auto;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper .product-image-photo {
  position: static;
  height: 330px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper .product-image-photo {
    height: 90px;
  }
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-reviews-summary {
  display: none;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .content-name-v2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: auto;
  padding-left: 20px;
  width: 40%;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .content-name-v2 .product-item-name {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .content-name-v2 .product-item-name {
    margin: 0;
  }
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .content-name-v2 .product-item-name:hover a {
  text-decoration: none;
  color: #9676b5;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .content-name-v2 .sku-w-list {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: rgba(38, 38, 38, 0.6);
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .content-name-v2 .qty-w-list {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: rgba(38, 38, 38, 0.6);
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .price-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: auto;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner {
  display: flex;
  position: relative;
  width: 40%;
  flex-direction: column;
  justify-content: center;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner {
    position: static;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .actions-tocart {
    margin: 10px 0 20px;
  }
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .actions-tocart .tocart {
  background: #9e73b9;
  border-radius: 100px !important;
  padding: 7px 12px 5px 10px;
  border: 1.5px solid #9e73b9;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .actions-tocart .tocart {
    width: 200px;
    padding: 5px 10px;
  }
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .actions-tocart .tocart span {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .actions-tocart .tocart span {
    font-size: 9px;
  }
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .actions-tocart .tocart span:before {
  content: "\f290";
  height: 31px;
  align-items: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 100;
  margin-right: 11px;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box:hover {
  display: block;
  z-index: 1;
  transition: 0.5s;
  visibility: hidden;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box:hover ~ .product-item-actions.actions-tocart {
  z-index: 2;
  transition: 0.5s;
  display: block;
  transform: translateY(-50%);
  opacity: 1;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart:hover {
  display: block;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s;
  opacity: 1;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box {
  display: flex;
  min-width: 200px;
  justify-content: center;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box .price-as-configured {
  margin: 0;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box:active {
  box-shadow: none;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box .price-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 100px !important;
  padding: 3px 7px 3px 10px;
  border: 1.5px solid #E76B8A;
  height: 35px;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box .price-wrapper .price {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #59AFEA;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box .price-wrapper .price:after {
  content: "\f290";
  height: 31px;
  align-items: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 100;
  margin-left: 20px;
  color: #fff;
  z-index: 10;
  position: relative;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box .price-wrapper .price:before {
  content: '';
  position: absolute;
  width: 35px;
  border-radius: 50%;
  top: -2px;
  right: -2px;
  background: #E76B8A;
  height: 35px;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .tooltip {
  opacity: 1;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-tooltip {
  top: 41px;
}
@media screen and (max-width: 767px) {
  .omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-tooltip {
    position: relative;
    top: auto;
    margin: 10px 0;
  }
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-tooltip .action {
  font-size: 13px;
  line-height: 1em;
  position: static;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-tooltip .content {
  margin-top: 5px;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .edit,
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .copy_to_wishlist,
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .move_to_wishlist {
  display: none;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .btn-remove span {
  display: none;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-actions .btn-remove:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
  display: block;
  color: #E76B8A;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart {
  position: absolute;
  top: 50%;
  display: block;
  transform: translate(35%, -20px);
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
  left: -50px;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart .actions-primary .tocart {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  background: #E76B8A;
  border-radius: 100px !important;
  padding: 7px 12px 5px 10px;
  border: 1.5px solid #E76B8A;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart .actions-primary .tocart:active {
  box-shadow: none;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart .actions-primary .tocart span {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .price-box ~ .product-item-actions.actions-tocart .actions-primary .tocart span:before {
  content: "\f290";
  height: 31px;
  align-items: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 100;
  margin-right: 11px;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30%;
}
@media screen and (max-width: 767px) {
  .omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart {
    margin-bottom: 10px;
    position: static;
    transform: none;
  }
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset {
  margin: 0;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty {
  margin-bottom: 0;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .qty-slider {
  margin-bottom: 0;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .control {
  display: flex;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .control .qty-config {
  width: 50px;
  border: 1px solid rgba(158, 115, 189, 0.2);
  border-radius: 80px;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .control .add-action.minus:before {
  content: "\f068";
  align-items: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 100;
  margin-right: 11px;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100%;
  color: #9e73b9;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty .control .add-action.plus:after {
  content: "\f067";
  align-items: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 100;
  margin-left: 11px;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100%;
  color: #9e73b9;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart + .product-item-actions {
  position: absolute;
  right: 0;
  min-height: 50px;
  top: 55%;
  transform: translate(0, 0%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart + .product-item-actions a.btn-remove.action.delete {
  position: absolute;
  top: -15px;
  transform: translate(0px, -55%);
  right: 0;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .box-tocart + .product-item-actions:hover a {
  text-decoration: none;
}
.omnisend-product-viewall .products-grid .product-items .product-item .product-item-info .product-item-inner .comment-box {
  display: none;
}
.omnisend-product-viewall .products-grid .actions-toolbar {
  background: rgba(100, 177, 230, 0.1);
  border-radius: 0px 0px 8px 8px;
  border-radius: 100px;
  padding: 5px 0;
  margin-top: 20px;
}
.omnisend-product-viewall .products-grid .actions-toolbar .primary {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.omnisend-product-viewall .products-grid .actions-toolbar .primary button {
  border: none;
  background: none;
}
.omnisend-product-viewall .products-grid .actions-toolbar .primary button:hover {
  background: #E76B8A;
  border-radius: 30px;
  padding: 0 15px;
  transition: 0.3s;
}
.omnisend-product-viewall .products-grid .actions-toolbar .primary button:hover span {
  color: #fff;
}
.omnisend-product-viewall .products-grid .actions-toolbar .primary button span {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #59AFEA;
}
.omnisend-product-viewall .products-grid .actions-toolbar .primary .update {
  order: 3;
}
.omnisend-product-viewall .products-grid .actions-toolbar .primary .share_wishlist_button {
  order: 1;
}
.omnisend-product-viewall .products-grid .actions-toolbar .primary .tocart {
  order: 2;
}
.omnisend-product-viewall .products-grid + .actions-toolbar {
  max-width: 300px;
  margin: 30px auto 0!important;
  text-align: center;
}
.omnisend-product-viewall .products-grid + .actions-toolbar .primary {
  width: 100%;
  display: block;
}
.omnisend-product-viewall .products-grid + .actions-toolbar button {
  width: 100%;
  display: block;
  background: #9e73b9 !important;
  border-radius: 100px;
  height: 45px;
  position: relative;
}
.omnisend-product-viewall .products-grid + .actions-toolbar button span {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.omnisend-product-viewall .products-grid .price-box {
  display: flex;
  min-width: 200px;
}
.omnisend-product-viewall .products-grid .price-box .price-as-configured {
  margin: 0;
}
.omnisend-product-viewall .products-grid .price-box:active {
  box-shadow: none;
}
.omnisend-product-viewall .products-grid .price-box .price-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 100px !important;
  padding: 3px 7px 3px 10px;
  border: 1.5px solid #9e73b9;
  height: 35px;
}
.omnisend-product-viewall .products-grid .price-box .price-wrapper .price {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #9e73b9;
}
.omnisend-product-viewall .products-grid .price-box .price-wrapper .price:after {
  content: "\f290";
  height: 31px;
  align-items: center;
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 100;
  margin-left: 20px;
  color: #fff;
  z-index: 10;
  position: relative;
}
.omnisend-product-viewall .products-grid .price-box .price-wrapper .price:before {
  content: '';
  position: absolute;
  width: 35px;
  border-radius: 50%;
  top: -2px;
  right: -2px;
  background: #9e73b9;
  height: 35px;
}
.cms-contact h2 {
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 41px;
  line-height: 60px;
  text-align: center;
  color: #262626;
  margin-bottom: 60px;
}
.cms-contact .warning-block {
  background: #FFFAFA;
  border: 5px solid #EB5757;
  border-radius: 10px;
  text-align: center;
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  color: #212121;
  max-width: 970px;
  margin: 0 auto 60px;
  padding: 10px 0 20px;
}
.cms-contact .warning-block .img {
  text-align: center;
  margin-bottom: 15px;
}
.cms-contact .warning-block ul li {
  margin: 0;
}
.cms-contact div.social .label {
  padding-left: 30px;
  position: relative;
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}
.cms-contact div.social .label:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../frontend/Balltheme/balloon/en_US/images/contact-img/ask_icon.svg");
}
.cms-contact div.social ul {
  display: flex;
  align-content: center;
  margin: 15px 0;
}
.cms-contact div.social ul li {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-left: 20px;
  background: #EFEAF4;
  align-items: center;
  display: flex;
}
.cms-contact div.social ul li:first-child {
  margin-left: 0;
}
.cms-contact div.social ul li img {
  margin: 0 auto;
}
.cms-contact div.social ul li a {
  display: flex;
  align-items: center;
  margin: auto;
  height: 52px;
  width: 52px;
}
.cms-contact div.address {
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #262626;
}
.cms-contact div.address .label {
  padding-left: 30px;
  position: relative;
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}
.cms-contact div.address .label:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -3px;
  background: url("../../frontend/Balltheme/balloon/en_US/images/contact-img/time.svg");
}
.cms-contact div.address .phone {
  padding-left: 30px;
  position: relative;
}
.cms-contact div.address .phone:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 3px;
  top: 3px;
  background: url("../../frontend/Balltheme/balloon/en_US/images/contact-img/fa_phone.svg");
}
.cms-contact div.address .email {
  padding-left: 30px;
  position: relative;
}
.cms-contact div.address .email:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 3px;
  top: 3px;
  background: url("../../frontend/Balltheme/balloon/en_US/images/contact-img/email.svg");
}
.cms-contact div.address .text {
  padding-left: 30px;
}
.cms-contact div.address .address {
  padding-left: 30px;
}
.cms-contact div.address .address span {
  position: relative;
}
.cms-contact div.address .address span:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -29px;
  top: 0;
  background: url("../../frontend/Balltheme/balloon/en_US/images/contact-img/map.svg");
}
.cms-contact div.info {
  background: #EFEAF4;
  max-width: 480px;
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #212121;
  margin: 0 auto;
  text-align: center;
  padding: 13px 0;
}
.cms-contact div.info p {
  display: inline-block;
  margin: 0;
  position: relative;
  padding-left: 30px;
}
.cms-contact div.info p:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -2px;
  background: url("../../frontend/Balltheme/balloon/en_US/images/contact-img/info.svg");
}
.cms-contact .contact-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: Circe;
  text-align: center;
  margin: 60px 0 40px;
}
.cms-contact .contact-btn a:not(:last-child) {
  margin: 0 0 15px;
}
.cms-contact .back-button {
  padding: 60px 0;
  text-align: center;
}
.cms-contact .contact-btn a,
.cms-contact .back-button a {
  background: #9E73B9;
  border-radius: 50px;
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  width: 235px;
  display: flex;
  margin: 0 auto;
  padding: 20px 20px 20px 40px;
}
.cms-contact .contact-btn a:hover,
.cms-contact .back-button a:hover {
  color: #fff;
  text-decoration: none;
}
.cms-contact .contact-btn a button,
.cms-contact .back-button a button {
  background: none;
  border: 0;
  text-transform: uppercase;
}
.cms-contact .contact-btn a button:hover,
.cms-contact .back-button a button:hover {
  color: #fff;
  text-decoration: none;
}
.cms-contact .contact-btn a:before,
.cms-contact .back-button a:before {
  content: '';
  display: block;
  width: 18px;
  height: 12px;
  position: absolute;
  transform: translateY(-50%);
  right: 35px;
  top: 50%;
  background: url("../../frontend/Balltheme/balloon/en_US/images/contact-img/arrow.svg");
}
@media (max-width: 767px) {
  .cms-contact div.social {
    text-align: center;
  }
  .cms-contact div.social ul {
    justify-content: center;
  }
  .cms-contact div.address {
    text-align: center;
  }
  .cms-contact div.info {
    margin: 30px auto 0;
  }
}
.catalog-product-view.specific-product .breadcrumbs {
  margin: 0 0 30px;
}
.catalog-product-view.specific-product .page-title-wrapper {
  margin: 0 0 30px;
}
.catalog-product-view.specific-product .page-title-wrapper .page-title {
  font-size: 36px;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .page-title-wrapper .page-title {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view.specific-product .column.main {
    position: relative;
  }
}
.catalog-product-view.specific-product .links-anchors-block-wrap {
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
}
@media screen and (max-width: 767px) {
  .catalog-product-view.specific-product .links-anchors-block-wrap {
    overflow-x: auto;
  }
}
.catalog-product-view.specific-product .links-anchors-block-wrap .links-anchors-list {
  display: flex;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .catalog-product-view.specific-product .links-anchors-block-wrap .links-anchors-list {
    width: 700px;
  }
}
.catalog-product-view.specific-product .links-anchors-block-wrap .links-anchors-list li {
  margin: 0;
  padding: 0 15px;
  color: #9E73B9;
  line-height: 1em;
}
.catalog-product-view.specific-product .links-anchors-block-wrap .links-anchors-list li.main span:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  bottom: -15px;
  position: absolute;
  left: 0;
  background: #9E73B9;
}
.catalog-product-view.specific-product .links-anchors-block-wrap .links-anchors-list li span,
.catalog-product-view.specific-product .links-anchors-block-wrap .links-anchors-list li a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
}
.catalog-product-view.specific-product .links-anchors-block-wrap .links-anchors-list li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.catalog-product-view.specific-product .links-anchors-block-wrap .links-anchors-list li a:hover {
  color: #9E73B9;
}
.catalog-product-view.specific-product .product.media {
  order: initial;
}
.catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper {
  max-width: initial;
  background: #F9F9FB;
  border: 1.5px solid rgba(255, 68, 68, 0.5);
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 0 15px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-text {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (min-width: 1280px) {
  .catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-text {
    margin: 0;
    width: 230px;
    text-align: left;
    padding: 0 15px 0 0;
  }
}
.catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-text:not(.-after) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-text:not(.-after):before {
  content: '\f06b';
  font-family: "Font Awesome 5 Pro";
  font-size: 27px;
  margin-right: 10px;
  color: #9e73b9;
  font-weight: bold;
  margin-top: -4px;
  line-height: 1em;
}
.catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-text:not(.-after) span {
  line-height: 1.2em;
}
.catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-text.-after {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-text.-after {
    width: 100%;
  }
}
.catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-content {
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-content {
    width: calc(100% - 230px);
    justify-content: flex-end;
  }
}
.catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-content .amcountdown-list {
  margin: 0;
}
.catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-content .amcountdown-list .amcountdown-wrap {
  margin: 0;
}
.catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-content .amcountdown-list .amcountdown-wrap:last-child .amcountdown-item:last-child .amcountdown-number:after {
  display: none;
}
.catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-content .amcountdown-list .amcountdown-wrap .amcountdown-item {
  background: none;
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  width: 65px;
}
.catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-content .amcountdown-list .amcountdown-wrap .amcountdown-item span {
  line-height: 1em;
}
.catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-content .amcountdown-list .amcountdown-wrap .amcountdown-item .amcountdown-number {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 1em;
  margin: 0 0 5px;
  padding: 0;
}
.catalog-product-view.specific-product .product-info-main .amcountdown-block-wrapper .amcountdown-content .amcountdown-list .amcountdown-wrap .amcountdown-item .amcountdown-number:after {
  width: 1px;
  height: 19px;
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
}
.catalog-product-view.specific-product .product-info-main .custom-product-info .product-info-left .product.attribute.sku {
  margin: 0 0 20px;
}
.catalog-product-view.specific-product .product-info-main .custom-product-info .product-info-left .price-box {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
}
.catalog-product-view.specific-product .product-info-main .custom-product-info .product-info-left .price-box .special-price {
  margin: 0;
}
.catalog-product-view.specific-product .product-info-main .custom-product-info .product-info-left .price-box .old-price .price-container,
.catalog-product-view.specific-product .product-info-main .custom-product-info .product-info-left .price-box .old-price .price-wrapper {
  display: inline-block;
  margin: 0;
}
.catalog-product-view.specific-product .product-info-main .custom-product-info .product-info-left .price-box .old-price .price {
  margin: 0;
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.3) !important;
  text-decoration: none !important;
  line-height: 1em;
  position: relative;
}
.catalog-product-view.specific-product .product-info-main .custom-product-info .product-info-left .price-box .old-price .price:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #9E73B9;
  top: 50%;
  position: absolute;
  transform: rotate(-6deg);
}
.catalog-product-view.specific-product .product-info-main .custom-product-info .product-info-left .price-box .price {
  font-size: 36px !important;
  color: #FF4444 !important;
}
.catalog-product-view.specific-product .product-info-main .product-info-stock-sku .stock {
  display: inline-flex !important;
  height: 26px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 13.5px;
}
.catalog-product-view.specific-product .product-info-main .product-info-stock-sku .stock.available {
  background: rgba(158, 115, 185, 0.15);
}
.catalog-product-view.specific-product .product-info-main .product-info-stock-sku .stock.available span,
.catalog-product-view.specific-product .product-info-main .product-info-stock-sku .stock.available strong {
  font-size: 14px;
}
.catalog-product-view.specific-product .product-info-main .product-info-stock-sku .stock.unavailable {
  background: rgba(255, 68, 68, 0.15);
  color: #FF4444;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}
.catalog-product-view.specific-product .product-info-main .product-info-stock-sku .product-availability-in-stock,
.catalog-product-view.specific-product .product-info-main .product-info-stock-sku .product-availability-out-of-stock {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .catalog-product-view.specific-product .product-info-main .product.alert.stock {
    margin: 0 25px 0 0;
  }
}
.catalog-product-view.specific-product .product-info-main .product.alert.stock .alert {
  font-size: 20px !important;
  font-weight: 400;
  text-transform: capitalize;
  width: 170px;
  height: 49px;
}
.catalog-product-view.specific-product .product-info-main .product.alert.stock .alert i {
  display: none;
}
@media screen and (min-width: 768px) {
  .catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart {
    margin: 0 25px 0 0;
  }
}
.catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .fieldset {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
    margin: 0 20px 0 0;
  }
}
.catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .fieldset .field.qty .quantity-adder .add-action.add-up,
.catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .fieldset .field.qty .quantity-adder .add-action.add-down {
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300;
  font-size: 21px;
}
.catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .fieldset .field.qty .quantity-adder .add-action.add-down {
  left: 15px;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .fieldset .field.qty .quantity-adder .add-action.add-down {
    left: 30px;
  }
}
.catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .fieldset .field.qty .quantity-adder .add-action.add-up {
  right: 15px;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .fieldset .field.qty .quantity-adder .add-action.add-up {
    right: 30px;
  }
}
.catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .fieldset .field.qty .quantity-adder .quantity-number {
  width: 130px;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .fieldset .field.qty .quantity-adder .quantity-number {
    width: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .fieldset .field.qty .quantity-adder .quantity-number {
    width: 210px;
  }
}
.catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .fieldset .field.qty .quantity-adder .quantity-number .qty {
  width: 100%;
  height: 49px !important;
  border: 1px solid #9E73B9;
  border-radius: 25px;
}
.catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .action.tocart {
  width: 210px;
  height: 49px;
  border-radius: 25px;
  font-size: 20px !important;
  text-transform: none;
  font-weight: 400;
  box-shadow: none;
  display: flex;
}
@media screen and (min-width: 768px) {
  .catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .action.tocart {
    width: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .action.tocart {
    width: 210px;
  }
}
.catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .action.tocart:after {
  content: "\f178";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-left: 15px;
}
.catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .action.tocart span {
  margin: 0;
}
.catalog-product-view.specific-product .product-info-main .product-add-form .box-tocart .action.tocart img {
  display: none;
}
@media screen and (max-width: 767px) {
  .catalog-product-view.specific-product .product-info-main .product-add-form .product-social-links {
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 1;
  }
}
.catalog-product-view.specific-product .product-info-main .product-add-form .product-social-links .product-addto-links {
  margin: 0;
}
.catalog-product-view.specific-product .product-info-main .product-add-form .product-social-links .product-addto-links a {
  margin: 0;
}
.catalog-product-view.specific-product .product-info-main .product-add-form .product-social-links .product-addto-links a .fa:before {
  font-size: 30px;
}
.catalog-product-view.specific-product .block.block-primary,
.catalog-product-view.specific-product .productlist-widget {
  margin: 0 0 50px !important;
  font-family: 'Circe', sans-serif;
  clear: both;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .block.block-primary,
  .catalog-product-view.specific-product .productlist-widget {
    margin: 0 0 120px !important;
  }
}
.catalog-product-view.specific-product .block.block-primary .etabs,
.catalog-product-view.specific-product .productlist-widget .etabs {
  display: none;
}
.catalog-product-view.specific-product .block.block-primary .block-title,
.catalog-product-view.specific-product .productlist-widget .block-title {
  margin: 0 0 25px;
  padding: 0;
}
.catalog-product-view.specific-product .block.block-primary .block-title strong,
.catalog-product-view.specific-product .productlist-widget .block-title strong {
  font-weight: 700;
  font-size: 28px !important;
  line-height: 1em;
  color: #262626 !important;
  text-transform: initial;
  font-family: 'Circe', sans-serif !important;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .block.block-primary .block-title strong,
  .catalog-product-view.specific-product .productlist-widget .block-title strong {
    font-size: 36px !important;
    line-height: 1.3em;
  }
}
.catalog-product-view.specific-product .block.block-primary .block-title .view-all-product,
.catalog-product-view.specific-product .productlist-widget .block-title .view-all-product {
  display: none;
}
.catalog-product-view.specific-product .block.block-primary .block-content,
.catalog-product-view.specific-product .productlist-widget .block-content {
  padding: 0;
}
.catalog-product-view.specific-product .block.block-primary .block-content .tab-content,
.catalog-product-view.specific-product .productlist-widget .block-content .tab-content {
  float: none;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items {
  padding: 0 20px !important;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage {
  padding: 10px 0;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item {
  margin: 0 8px;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item:before,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item:hover .product-item,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item:hover .product-item {
  border: 1px solid transparent !important;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item {
  border: 1px solid #e6e6e6 !important;
  margin: 0;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-block,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-block {
  border: none !important;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info {
  margin: 0;
  border: none !important;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-image,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-image {
  margin: 0 0 15px;
  height: 150px;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-image .product-img,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-image .product-img {
  position: relative;
  height: 100%;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-image .product-img .product-item-photo,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-image .product-img .product-item-photo,
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-image .product-img .hover-image,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-image .product-img .hover-image {
  height: 100%;
  display: flex;
  align-items: center;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-image .product-img .product-item-photo img,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-image .product-img .product-item-photo img,
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-image .product-img .hover-image img,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-image .product-img .hover-image img {
  margin: 0 auto;
  object-fit: contain;
  max-height: 100%;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-image .product-item-actions,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-image .product-item-actions {
  top: 20px !important;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .detail-warp,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .detail-warp {
  margin: 0 0 25px;
  padding: 0;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .detail-warp .product-item-name,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .detail-warp .product-item-name {
  margin: 0 0 5px;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .detail-warp .product-item-name .product-item-link,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .detail-warp .product-item-name .product-item-link {
  white-space: initial;
  text-align: left;
  max-height: 48px;
  min-height: 48px;
  color: #262626 !important;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .detail-warp .product-item-name .product-item-link,
  .catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .detail-warp .product-item-name .product-item-link {
    font-size: 20px;
  }
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .detail-warp .product-reviews-summary,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .detail-warp .product-reviews-summary {
  text-align: left;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .sku-slider,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .sku-slider,
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .qty-slider,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .qty-slider {
  display: none;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .group-price-slider,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .group-price-slider {
  width: auto;
  height: auto;
  border: none;
  justify-content: flex-start;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .group-price-slider .price-box.price-final_price span.price,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .group-price-slider .price-box.price-final_price span.price {
  font-size: 20px;
  color: #262626;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .add-to-cart,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .add-to-cart {
  display: none;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav {
  position: static;
  transform: none;
  width: auto;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-prev,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-prev,
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-next,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-next {
  opacity: 1;
  background: none !important;
  width: 13px !important;
  height: auto !important;
  border-radius: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  border: none;
  box-shadow: none;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-prev:before,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-prev:before,
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-next:before,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-next:before {
  color: #9E73B9 !important;
  font-size: 22px !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: static;
  transform: none;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-prev:hover,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-prev:hover,
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-next:hover,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-next:hover {
  border: none;
  background: none !important;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-prev.disabled,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-prev.disabled,
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-next.disabled,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-next.disabled {
  opacity: 0.3;
  border: none;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-prev.disabled:before,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-prev.disabled:before,
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-next.disabled:before,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-next.disabled:before {
  color: #262626;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-prev.owl-prev,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-prev.owl-prev,
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-next.owl-prev,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-next.owl-prev {
  left: 0;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-prev.owl-prev:before,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-prev.owl-prev:before,
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-next.owl-prev:before,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-next.owl-prev:before {
  content: '\f053';
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-prev.owl-next,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-prev.owl-next,
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-next.owl-next,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-next.owl-next {
  right: 0;
}
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-prev.owl-next:before,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-prev.owl-next:before,
.catalog-product-view.specific-product .block.block-primary .block-content .product-items .owl-nav .owl-next.owl-next:before,
.catalog-product-view.specific-product .productlist-widget .block-content .product-items .owl-nav .owl-next.owl-next:before {
  content: '\f054';
}
.catalog-product-view.specific-product .product.data {
  justify-content: space-between;
}
.catalog-product-view.specific-product .product.data > .tab-block {
  margin: 0 0 50px !important;
  padding: 15px 0 0;
}
.catalog-product-view.specific-product .product.data > .tab-block .title {
  margin: 0 0 25px;
}
.catalog-product-view.specific-product .product.data > .tab-block .title > .switch {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1em;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .product.data > .tab-block .title > .switch {
    font-size: 36px !important;
    line-height: 1.3em;
  }
}
.catalog-product-view.specific-product .product.data > .tab-block.additional-tab {
  order: 0;
}
@media screen and (min-width: 768px) {
  .catalog-product-view.specific-product .product.data > .tab-block.additional-tab {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .product.data > .tab-block.additional-tab {
    width: calc(50% - 35px);
  }
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab {
  order: 2;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .product.data > .tab-block.reviews-tab {
    order: 1;
    width: calc(50% - 35px);
  }
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .title {
  border: none !important;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list {
  margin: 0 0 30px;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amreview-info-wrapper {
  margin: 0 0 30px;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amreview-info-wrapper .amreview-summary-info {
  flex-basis: initial;
  padding: 0;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amreview-info-wrapper .amreview-summary-info .amreview-summary {
  font-weight: 700;
  font-size: 46px;
  margin: 0 15px 0 0;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amreview-info-wrapper .amreview-summary-info .amreview-rating-wrapper {
  margin: 0;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amreview-info-wrapper .amreview-summary-info .amreview-rating-wrapper .amstars-rating-container {
  margin: 0 0 3px;
  background: url('../../frontend/Balltheme/balloon/en_US/images/review_empty_star.svg');
  height: 19px;
  width: 100px;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amreview-info-wrapper .amreview-summary-info .amreview-rating-wrapper .amstars-rating-container .amstars-stars {
  background: url('../../frontend/Balltheme/balloon/en_US/images/review_full_star.svg');
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amreview-info-wrapper .amreview-summary-info .amreview-rating-wrapper .amreview-count {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amreview-info-wrapper .amreview-add-new {
  margin: 0;
  padding: 0;
  background: none;
  flex-basis: initial;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amreview-info-wrapper .amreview-add-new .amreview-button {
  margin: 0;
  width: 175px;
  height: 47px;
  border-radius: 25px;
  border: 1.5px solid #9E73B9;
  background: none;
  color: #9E73B9;
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
  padding: 0;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amreview-info-wrapper .amreview-add-new .amreview-label {
  display: none;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-title-block {
  display: none;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item {
  display: block;
  padding: 0;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item:not(:last-child) {
  margin: 0 0 20px;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item .review-details {
  margin: 0 0 30px;
  width: 100%;
  display: block;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item .review-details .amreview-wrap {
  display: flex;
  justify-content: space-between;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item .review-details .amreview-wrap .amreview-author {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item .review-details .amreview-wrap .amreview-data {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item .amreview-description-wrap {
  width: 100%;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item .amreview-description-wrap .amrev-desc-title {
  margin: 0 0 15px;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item .amreview-description-wrap .amrev-desc-title .amreview-title-review {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item .amreview-description-wrap .amreview-rating-label {
  display: none;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item .amreview-description-wrap .amstars-rating-container.-small {
  margin: 0 0 15px;
  background: url('../../frontend/Balltheme/balloon/en_US/images/review_empty_star_small.svg');
  height: 15px;
  width: 80px;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item .amreview-description-wrap .amstars-rating-container.-small .amstars-stars {
  background: url('../../frontend/Balltheme/balloon/en_US/images/review_full_star_small.svg');
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item .amreview-description-wrap .amreview-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item .amreview-description-wrap .amreview-description .amreview-text:after {
  display: none;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-list .amrev-items-block .amreview-review-items .review-item .amreview-description-wrap .amrev-comment-toolbar {
  padding: 0;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-add .block-content {
  padding: 0;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-add .block-content .message {
  background: none;
  padding: 0;
  margin: 0;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-add .block-content .message.notlogged > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #7C7C7C;
  line-height: 1em;
  margin: 0;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-add .block-content .message.notlogged > div:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #FFC700;
  position: static;
  width: auto;
  font-size: 24px;
  margin: 0 10px 0 0;
}
.catalog-product-view.specific-product .product.data > .tab-block.reviews-tab .content .review-add .block-content .message.notlogged > div a {
  color: #9E73B9;
  margin: 0 4px;
  font-weight: 700;
}
.catalog-product-view.specific-product .product.data > .tab-block.description-tab {
  order: 1;
}
@media screen and (min-width: 768px) {
  .catalog-product-view.specific-product .product.data > .tab-block.description-tab {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .product.data > .tab-block.description-tab {
    width: calc(50% - 35px);
    order: 2;
  }
}
.catalog-product-view.specific-product .product.data > .tab-block.description-tab .product.attribute.overview {
  margin: 30px 0 0;
}
.catalog-product-view.specific-product .product.data > .tab-block.amfaq_product-tab {
  order: 3;
}
@media screen and (min-width: 768px) {
  .catalog-product-view.specific-product .product.data > .tab-block.amfaq_product-tab {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .product.data > .tab-block.amfaq_product-tab {
    width: calc(50% - 35px);
  }
}
.catalog-product-view.specific-product .product.data > .tab-block[class*="ves-cms-custom-shipping_block"] {
  order: 4;
}
@media screen and (min-width: 768px) {
  .catalog-product-view.specific-product .product.data > .tab-block[class*="ves-cms-custom-shipping_block"] {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .product.data > .tab-block[class*="ves-cms-custom-shipping_block"] {
    width: calc(50% - 35px);
  }
}
.catalog-product-view.specific-product .product.data > .tab-block.stocks-tab,
.catalog-product-view.specific-product .product.data > .tab-block[class*="ves-cms-custom-contact_block"] {
  display: none;
}
.catalog-product-view.specific-product .related-categories-block-wrapper {
  margin: 0 0 50px;
  background: #F9F9FB;
  border-radius: 20px;
  padding: 40px 20px 19px;
}
@media screen and (min-width: 768px) {
  .catalog-product-view.specific-product .related-categories-block-wrapper {
    padding: 40px 20px 35px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .related-categories-block-wrapper {
    padding: 40px 50px 50px;
    margin: 0 0 120px;
  }
}
.catalog-product-view.specific-product .related-categories-block-wrapper .title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 28px;
  color: #262626;
  line-height: 1.25em;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .related-categories-block-wrapper .title {
    line-height: 1.35em;
    font-size: 36px;
  }
}
.catalog-product-view.specific-product .related-categories-block-wrapper .categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .catalog-product-view.specific-product .related-categories-block-wrapper .categories-list {
    margin: 0 -8px;
    flex-wrap: nowrap;
    justify-content: initial;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .related-categories-block-wrapper .categories-list {
    margin: 0 -10px;
  }
}
.catalog-product-view.specific-product .related-categories-block-wrapper .categories-list li {
  margin: 0 0 16px;
  width: calc(50% - 8px);
  padding: 20px 30px 30px;
  background: #fff;
  border-radius: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .catalog-product-view.specific-product .related-categories-block-wrapper .categories-list li {
    width: 25%;
    margin: 0 8px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .related-categories-block-wrapper .categories-list li {
    margin: 0 10px;
  }
}
.catalog-product-view.specific-product .related-categories-block-wrapper .categories-list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.catalog-product-view.specific-product .related-categories-block-wrapper .categories-list li a img {
  margin: 0 0 20px;
}
.catalog-product-view.specific-product .related-categories-block-wrapper .categories-list li a .text {
  font-size: 20px;
  line-height: 1.1em;
  color: #9E73B9;
  font-weight: 400;
}
.catalog-product-view.specific-product .contact-block-wrapper {
  margin: 0 0 60px;
  border-radius: 20px;
  background-image: url("../../frontend/Balltheme/balloon/en_US/images/contact_us_specific_block_bg_mobile.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 125%;
  position: relative;
}
@media screen and (min-width: 580px) {
  .catalog-product-view.specific-product .contact-block-wrapper {
    background-image: url("../../frontend/Balltheme/balloon/en_US/images/contact_us_specific_block_bg.jpg");
    padding-top: 42.3%;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .contact-block-wrapper {
    margin: 0 0 120px;
  }
}
.catalog-product-view.specific-product .contact-block-wrapper .wrap {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
}
@media screen and (min-width: 768px) {
  .catalog-product-view.specific-product .contact-block-wrapper .wrap {
    left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .contact-block-wrapper .wrap {
    left: 80px;
  }
}
.catalog-product-view.specific-product .contact-block-wrapper .wrap .title {
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 20px;
  line-height: 1em;
  color: #262626;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .contact-block-wrapper .wrap .title {
    font-size: 46px;
    margin: 0 0 30px;
  }
}
.catalog-product-view.specific-product .contact-block-wrapper .wrap .text {
  margin: 0 0 50px;
  font-size: 18px;
  color: #262626;
  line-height: 1.3em;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .contact-block-wrapper .wrap .text {
    margin: 0 0 70px;
    font-size: 20px;
    line-height: 1.45em;
  }
}
.catalog-product-view.specific-product .contact-block-wrapper .wrap .text .question {
  font-weight: 700;
}
.catalog-product-view.specific-product .contact-block-wrapper .wrap .link {
  width: 202px;
  height: 49px;
  background: #9E73B9;
  border-radius: 25px;
  color: #FFFFFF;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
}
.catalog-product-view.specific-product .contact-block-wrapper .wrap .link:after {
  content: "\f178";
  display: block;
  font-family: "Font Awesome 5 Pro";
  margin-left: 15px;
  font-weight: 300;
}
.catalog-product-view.specific-product .related-pages-wrapper .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3em;
  color: #262626;
  margin: 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .related-pages-wrapper .title {
    margin: 0 0 40px;
    font-size: 36px;
  }
}
.catalog-product-view.specific-product .related-pages-wrapper .related-pages-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .related-pages-wrapper .related-pages-list {
    margin: 0 -15px;
  }
}
.catalog-product-view.specific-product .related-pages-wrapper .related-pages-list li {
  margin: 0 0 15px;
  padding: 0 2px;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .related-pages-wrapper .related-pages-list li {
    padding: 0 15px;
  }
}
.catalog-product-view.specific-product .related-pages-wrapper .related-pages-list li a {
  color: #9E73B9;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view.specific-product .related-pages-wrapper .related-pages-list li a {
    font-size: 20px;
  }
}
.catalog-product-view.specific-product .fotorama--fullscreen .fotorama__additional .product-info-main .custom-product-info .product-info-left .price-box .price {
  font-size: 30px !important;
}
.catalog-product-view.specific-product .fotorama--fullscreen .fotorama__additional .product-info-main .amasty-promo-countdown {
  display: none;
}
.catalog-product-view.specific-product .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form .box-tocart {
  margin: 0;
}
.catalog-product-view.specific-product .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form .box-tocart .fieldset .field.qty .quantity-adder .quantity-number {
  width: 130px;
}
.catalog-product-view.specific-product .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form .box-tocart .fieldset .field.qty .quantity-adder .add-action.add-down {
  left: 15px;
}
.catalog-product-view.specific-product .fotorama--fullscreen .fotorama__additional .product-info-main .product-add-form .box-tocart .fieldset .field.qty .quantity-adder .add-action.add-up {
  right: 15px;
}
.custom-product-tmp {
  background: #F5F5F5;
}
.custom-product-tmp .page-header {
  margin-bottom: 0 !important;
}
.custom-product-tmp .page-main {
  max-width: 100%;
  padding: 0;
}
.custom-product-tmp .column.main {
  min-height: auto;
  padding: 0;
}
.custom-product-tmp .page-footer {
  margin-top: 0;
}
.custom-product-tmp .center {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
.custom-product-tmp .center:before,
.custom-product-tmp .center:after {
  content: '';
  display: block;
  clear: both;
}
.custom-product-tmp .amreview-popup.modal-popup .block-content {
  padding: 10px 20px 40px;
}
.custom-product-tmp .top-ban {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .custom-product-tmp .top-ban {
    margin-bottom: 80px;
  }
}
.custom-product-tmp .top-ban .text {
  max-width: 375px;
  position: absolute;
  right: 70px;
  top: 80px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .custom-product-tmp .top-ban .text {
    max-width: 240px;
    right: 20px;
    top: 40px;
  }
}
@media (max-width: 480px) {
  .custom-product-tmp .top-ban .text {
    max-width: 200px;
    right: 0;
  }
}
.custom-product-tmp .top-ban .text p {
  font-family: inherit;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #262626;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .custom-product-tmp .top-ban .text p {
    font-size: 23px;
    line-height: 26px;
  }
}
.custom-product-tmp .top-ban .text strong {
  font-family: 'Circe', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 66px;
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 767px) {
  .custom-product-tmp .top-ban .text strong {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.custom-product-tmp .top-ban .text a {
  font-family: 'Circe', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #9E73B9;
  border-radius: 38px;
  padding: 20px 45px;
  max-width: 170px;
}
.custom-product-tmp .top-ban .wrap-img {
  background: url("../../frontend/Balltheme/balloon/en_US/images/new-custom-product/top-ban-img.png") 50% 0 no-repeat;
  width: 100%;
  height: 650px;
  background-size: cover;
}
@media (max-width: 767px) {
  .custom-product-tmp .top-ban .wrap-img {
    background: url("../../frontend/Balltheme/balloon/en_US/images/new-custom-product/top-ban-img-mob.png") 50% 0 no-repeat;
    height: 330px;
  }
}
.custom-product-tmp .top-ban .wrap-img img {
  display: none;
}
.custom-product-tmp .block-list {
  margin-bottom: 120px;
}
@media (max-width: 640px) {
  .custom-product-tmp .block-list {
    margin-bottom: 50px;
  }
}
.custom-product-tmp .block-list ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px 40px;
}
@media (max-width: 640px) {
  .custom-product-tmp .block-list ul {
    flex-direction: column;
    margin: 0;
  }
}
.custom-product-tmp .block-list ul li {
  padding: 0 15px;
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #262626;
  width: 33.3333%;
}
@media (max-width: 640px) {
  .custom-product-tmp .block-list ul li {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    font-size: 12px;
    line-height: 14px;
    display: flex;
  }
}
.custom-product-tmp .block-list .wrap-img {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .custom-product-tmp .block-list .wrap-img {
    width: 25%;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 640px) {
  .custom-product-tmp .block-list .wrap-img img {
    width: 60px;
    height: 60px;
    margin: 0;
    display: block;
  }
}
@media (max-width: 640px) {
  .custom-product-tmp .block-list .wrap-text {
    width: 75%;
  }
}
.custom-product-tmp .block-list .text {
  max-height: 155px;
  overflow: hidden;
}
.custom-product-tmp .block-list .title {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: #262626;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .custom-product-tmp .block-list .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.custom-product-tmp .block-video-ban {
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 640px) {
  .custom-product-tmp .block-video-ban {
    margin-bottom: 80px;
  }
}
.custom-product-tmp .block-video-ban .title {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: #262626;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .custom-product-tmp .block-video-ban .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.custom-product-tmp .block-video-ban .wrap-video {
  max-width: 770px;
  margin: 0 auto;
}
.custom-product-tmp .block-text.left {
  margin-bottom: 120px;
}
@media (max-width: 640px) {
  .custom-product-tmp .block-text.left {
    margin-bottom: 40px;
  }
}
.custom-product-tmp .block-text.left .block-holder {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #262626;
}
@media (max-width: 767px) {
  .custom-product-tmp .block-text.left .block-holder {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .custom-product-tmp .block-text.left .block-holder {
    font-size: 16px;
    line-height: 18px;
  }
}
.custom-product-tmp .block-text.left .block-holder .wrap-img {
  max-width: 500px;
  margin-right: 70px;
}
@media (max-width: 767px) {
  .custom-product-tmp .block-text.left .block-holder .wrap-img {
    margin: 0 auto;
  }
}
.custom-product-tmp .block-text.left .block-holder .text {
  max-width: 500px;
}
@media (max-width: 767px) {
  .custom-product-tmp .block-text.left .block-holder .text {
    margin: 0 auto 30px 0;
    max-width: 100%;
  }
}
.custom-product-tmp .block-text.left .block-holder .title {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: #262626;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .custom-product-tmp .block-text.left .block-holder .title {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.custom-product-tmp .block-text.right {
  margin-bottom: 140px;
}
@media (max-width: 640px) {
  .custom-product-tmp .block-text.right {
    margin-bottom: 80px;
  }
}
.custom-product-tmp .block-text.right .block-holder {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .custom-product-tmp .block-text.right .block-holder {
    flex-direction: column;
  }
}
.custom-product-tmp .block-text.right .block-holder .text {
  width: 50%;
  margin-right: 35px;
}
@media (max-width: 640px) {
  .custom-product-tmp .block-text.right .block-holder .text {
    width: 100%;
    margin: 0 0 30px;
  }
}
.custom-product-tmp .block-text.right .block-holder .text .title {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  text-align: left;
  color: #262626;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .custom-product-tmp .block-text.right .block-holder .text .title {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.custom-product-tmp .block-text.right .block-holder .text ul li {
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #262626;
  margin-bottom: 15px;
  position: relative;
  padding-left: 23px;
}
@media (max-width: 640px) {
  .custom-product-tmp .block-text.right .block-holder .text ul li {
    font-size: 16px;
    line-height: 18px;
    padding-left: 15px;
  }
}
.custom-product-tmp .block-text.right .block-holder .text ul li:before {
  content: '';
  display: block;
  background: url('../../frontend/Balltheme/balloon/en_US/images/list-marker.svg') 0 0 no-repeat;
  width: 9px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 5px;
}
.custom-product-tmp .block-text.right .block-holder .wrap-img {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .custom-product-tmp .block-text.right .block-holder .wrap-img {
    width: 100%;
  }
}
.custom-product-tmp .custom-product-wrapper {
  background: #F9F9FB;
  border-radius: 20px;
  padding: 90px 100px 120px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .custom-product-tmp .custom-product-wrapper {
    padding: 40px 20px;
    margin-bottom: 80px;
  }
}
.custom-product-tmp .custom-product-wrapper:before,
.custom-product-tmp .custom-product-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder {
  display: flex;
}
@media (max-width: 767px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder {
    flex-direction: row-reverse;
  }
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder:before,
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder:after {
  content: '';
  display: block;
  clear: both;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main,
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product.media {
  float: none;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main {
  padding: 0 35px 0 0;
  width: 60% !important;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main {
    padding: 0;
    width: 100% !important;
  }
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .page-title-wrapper {
  margin-bottom: 30px;
  order: 1;
}
@media (max-width: 767px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .page-title-wrapper {
    max-width: 500px;
  }
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .page-title-wrapper h1.page-title {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  color: #262626;
}
@media (max-width: 767px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .page-title-wrapper h1.page-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .color-family-wrapper {
  order: 2;
  margin: 0;
}
@media (max-width: 767px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .color-family-wrapper {
    max-width: 300px;
  }
}
@media (max-width: 640px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .color-family-wrapper {
    max-width: 145px;
  }
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .color-family-wrapper .title {
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #262626;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .color-family-wrapper .title:after {
  content: '';
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/arrows-color.svg") 0 0 no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  right: -40px;
  bottom: -20px;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .color-family-wrapper .color-family-holder {
  margin: 0 -10px 50px;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .color-family-wrapper .color-family-holder .product-item-info {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  margin: 0 10px 20px;
  overflow: hidden;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form {
  order: 5;
  justify-content: space-between;
  align-items: center;
  background: #F9F9FB;
  border: 1px solid rgba(38, 38, 38, 0.1);
  border-radius: 8px;
  padding: 20px 25px;
}
@media (max-width: 520px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form {
    padding: 20px 10px;
  }
}
@media (max-width: 520px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form form {
    align-items: flex-start;
  }
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .custom-product-info {
  order: 1;
  margin: 0 20px 0 0;
  align-items: center;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .custom-product-info .product-info-left .price-box {
  margin: 0;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .custom-product-info .product-info-left .price-box .price {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
}
@media (max-width: 375px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .custom-product-info .product-info-left .price-box .price {
    font-size: 28px !important;
  }
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .box-tocart {
  order: 2;
}
@media (max-width: 520px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .box-tocart {
    width: 100%;
  }
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .box-tocart .action.tocart {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  padding: 20px 22px 20px 50px!important;
  width: 160px;
  height: 48px;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .box-tocart .action.tocart:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../../frontend/Balltheme/balloon/en_US/images/Bag.svg");
  position: absolute;
  left: 16px;
  top: 14px;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .box-tocart .action.tocart img {
  display: none;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .box-tocart .quantity-adder .qty {
  width: 120px;
  height: 48px !important;
  font-size: 16px;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .box-tocart .quantity-adder .quantity-number {
  width: auto;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .box-tocart .quantity-adder .add-action {
  top: 23px;
  left: 15px;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .box-tocart .quantity-adder .add-action.add-up {
  right: 15px;
  left: auto;
}
@media (max-width: 520px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .box-tocart .fieldset {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 520px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .box-tocart .field.qty {
    margin: 0;
  }
}
@media (max-width: 520px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .box-tocart .field.qty .control {
    float: right;
  }
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .product-social-links {
  order: 3;
  height: 48px;
  margin: 0;
}
@media (max-width: 520px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .product-social-links {
    margin: 0;
    position: absolute;
    right: 40px;
  }
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .product-social-links .product-addto-links {
  margin-left: 20px;
}
@media (max-width: 520px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-add-form .product-social-links .product-addto-links {
    margin: 0;
  }
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product-info-stock-sku {
  order: 6;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .product.pricing {
  display: none;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .holder-color-family {
  order: 1;
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product.media {
  padding: 0 0 0 35px;
  width: 40% !important;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .product.media {
    padding: 0;
    position: relative;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .color-family-wrapper + .product.media {
    position: absolute;
    top: 0;
    width: 25% !important;
  }
}
@media (max-width: 640px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .color-family-wrapper + .product.media {
    top: 100px;
  }
}
@media (max-width: 480px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .color-family-wrapper + .product.media {
    width: 40% !important;
    top: 60px;
  }
}
@media (max-width: 767px) {
  .custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .color-family-wrapper + .product.media #amasty-gallery-container .amasty-gallery-thumb-link .amasty-gallery-image {
    height: auto;
  }
}
.custom-product-tmp .custom-product-wrapper .custom-product-wrapper-holder .color-family-wrapper + .product.media #amasty-gallery-images .amasty-gallery-thumb-link {
  width: 50px;
}
.custom-product-tmp .custom-product-wrapper .attribute.description {
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #262626;
}
@media (max-width: 767px) {
  .custom-product-tmp .custom-product-wrapper .attribute.description {
    font-size: 16px;
    line-height: 18px;
  }
}
.custom-product-tmp .custom-product-wrapper .attribute.description:before {
  content: 'Description';
  margin-bottom: 20px;
  display: block;
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #262626;
}
@media (max-width: 767px) {
  .custom-product-tmp .custom-product-wrapper .attribute.description:before {
    font-size: 32px;
    line-height: 34px;
  }
}
.custom-product-tmp .custom-product-wrapper .product.attribute.sku {
  order: 4;
  font-size: 16px;
  line-height: 16px;
  color: #262626;
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  display: flex;
  margin-bottom: 15px;
}
.custom-product-tmp .custom-product-wrapper .product.attribute.sku strong {
  margin-right: 5px;
}
.custom-product-tmp .custom-product-wrapper .product.attribute.sku strong:after {
  content: ":";
}
.custom-product-tmp .custom-product-wrapper .favorite-attributes {
  order: 3;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .custom-product-tmp .custom-product-wrapper .favorite-attributes {
    justify-content: space-between;
  }
}
.custom-product-tmp .custom-product-wrapper .favorite-attributes .additional-item {
  display: flex;
  flex-direction: column;
  margin: 0 60px 20px 0;
}
.custom-product-tmp .custom-product-wrapper .favorite-attributes .additional-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .custom-product-tmp .custom-product-wrapper .favorite-attributes .additional-item {
    margin: 0 0 20px;
  }
}
.custom-product-tmp .custom-product-wrapper .favorite-attributes .label {
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(38, 38, 38, 0.5);
  margin: 0;
}
.custom-product-tmp .custom-product-wrapper .favorite-attributes .data {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: #393939;
}
.custom-product-tmp .block-promotion {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .custom-product-tmp .block-promotion {
    margin-bottom: 80px;
  }
}
.custom-product-tmp .block-promotion .wrap-img {
  max-width: 550px;
  margin: -140px 50px 0 0;
}
@media (max-width: 767px) {
  .custom-product-tmp .block-promotion .wrap-img {
    display: none;
  }
}
.custom-product-tmp .block-promotion .holder-block {
  max-width: 550px;
}
@media (max-width: 767px) {
  .custom-product-tmp .block-promotion .holder-block {
    max-width: 100%;
  }
}
.custom-product-tmp .block-promotion .holder-block .label {
  font-family: 'Circe', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  background: #FF5C85;
  padding: 10px 40px;
  position: relative;
  border-radius: 0;
  display: block;
  max-width: 200px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .custom-product-tmp .block-promotion .holder-block .label {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }
}
.custom-product-tmp .block-promotion .holder-block .label:before,
.custom-product-tmp .block-promotion .holder-block .label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.custom-product-tmp .block-promotion .holder-block .label:before {
  left: 0;
  border-width: 22.5px 0 22.5px 9px;
  border-color: transparent transparent transparent #f5f5f5;
}
.custom-product-tmp .block-promotion .holder-block .label:after {
  right: 0;
  border-width: 22.5px 9px 22.5px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
.custom-product-tmp .block-promotion .holder-block .title {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: #262626;
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .custom-product-tmp .block-promotion .holder-block .title {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
.custom-product-tmp .block-promotion .holder-block .promotion {
  max-width: 470px;
  background: rgba(255, 92, 133, 0.08);
  border-top: 3px solid #FF5C85;
  border-radius: 0 0 10px 10px;
  padding: 25px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .custom-product-tmp .block-promotion .holder-block .promotion {
    margin: 0 auto 20px;
  }
}
.custom-product-tmp .block-promotion .holder-block .promotion p {
  margin: 0;
}
.custom-product-tmp .block-promotion .holder-block .promotion .amcountdown-text {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #FF5C85;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .custom-product-tmp .block-promotion .holder-block .promotion .amcountdown-text {
    font-size: 20px;
    line-height: 22px;
  }
}
.custom-product-tmp .block-promotion .holder-block .promotion .amcountdown-text.-after {
  margin: 0;
}
.custom-product-tmp .block-promotion .holder-block .promotion .amcountdown-block-wrapper {
  max-width: 100%;
}
.custom-product-tmp .block-promotion .holder-block .promotion .amcountdown-block-wrapper .amcountdown-wrap:not(:last-of-type) {
  margin-right: 0;
}
.custom-product-tmp .block-promotion .holder-block .promotion .amcountdown-block-wrapper .amcountdown-wrap + .amcountdown-wrap .amcountdown-item:last-child .amcountdown-number:after {
  display: none;
}
.custom-product-tmp .block-promotion .holder-block .promotion .amcountdown-block-wrapper .amcountdown-item {
  background: none;
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: rgba(38, 38, 38, 0.5);
  margin: 0 0 10px 0;
  padding: 2px 4px 6px;
}
.custom-product-tmp .block-promotion .holder-block .promotion .amcountdown-block-wrapper .amcountdown-number {
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  color: #262626;
  position: relative;
  padding: 0;
  display: flex;
  align-items: flex-start;
  height: 40px;
}
.custom-product-tmp .block-promotion .holder-block .promotion .amcountdown-block-wrapper .amcountdown-number:after {
  content: ':';
  border: 0;
  background: none;
  position: static;
  line-height: normal;
  display: block;
  margin: -4px 0 0 10px;
}
.custom-product-tmp .block-promotion .holder-block .promotion .amcountdown-block-wrapper .amcountdown-number + span {
  margin-left: -10px;
}
.custom-product-tmp .block-promotion .holder-block .scribe-people {
  background: #EEFFF9;
  border-radius: 8px;
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #3BAB82;
  padding: 13px 15px 13px 50px;
  position: relative;
  display: inline-block;
}
.custom-product-tmp .block-promotion .holder-block .scribe-people:before {
  content: "";
  background: url("../../frontend/Balltheme/balloon/en_US/images/checked1.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 15px;
  display: block;
}
.custom-product-tmp .hot-offers {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .custom-product-tmp .hot-offers {
    margin-bottom: 80px;
  }
}
.custom-product-tmp .hot-offers .title {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
  color: #262626;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .custom-product-tmp .hot-offers .title {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
.custom-product-tmp .hot-offers .title p {
  position: relative;
  padding: 0 55px;
  margin: 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .custom-product-tmp .hot-offers .title p {
    padding: 0 35px;
  }
}
.custom-product-tmp .hot-offers .title p:before,
.custom-product-tmp .hot-offers .title p:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background: url("../../frontend/Balltheme/balloon/en_US/images/flames.svg") 0 0 no-repeat;
}
@media (max-width: 767px) {
  .custom-product-tmp .hot-offers .title p:before,
  .custom-product-tmp .hot-offers .title p:after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
}
.custom-product-tmp .hot-offers .title p:before {
  left: 0;
}
.custom-product-tmp .hot-offers .title p:after {
  right: 0;
}
.custom-product-tmp .hot-offers ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .custom-product-tmp .hot-offers ul {
    flex-direction: column;
    margin: 0;
  }
}
.custom-product-tmp .hot-offers ul li {
  width: 33.333%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .custom-product-tmp .hot-offers ul li {
    padding: 0;
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .custom-product-tmp .hot-offers ul li {
    padding: 0;
    width: 100%;
  }
}
.custom-product-tmp .hot-offers .wrap-img {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  position: relative;
}
.custom-product-tmp .hot-offers .wrap-img .label-img {
  width: 155px;
  height: 40px;
  background: #FF5C85;
  transform: rotate(-45deg);
  position: absolute;
  left: -37px;
  top: 22px;
  font-family: 'Circe', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .custom-product-tmp .hot-offers .wrap-img img {
    width: 100%;
    display: block;
  }
}
.custom-product-tmp .hot-offers .product-item-details {
  padding: 20px;
  background: #F9F9FB;
  border-radius: 0 0 14px 14px;
}
.custom-product-tmp .hot-offers .product-item-name {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #262626;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .custom-product-tmp .hot-offers .product-item-name {
    font-size: 16px;
    line-height: 18px;
  }
}
.custom-product-tmp .hot-offers .sku {
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .custom-product-tmp .hot-offers .sku {
    font-size: 14px;
    line-height: 16px;
  }
}
.custom-product-tmp .hot-offers .sku p {
  font-weight: normal;
  color: #000;
  margin: 0;
}
.custom-product-tmp .hot-offers .in-tocart-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.custom-product-tmp .hot-offers .in-tocart-form .old-price {
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: line-through !important;
  color: rgba(38, 38, 38, 0.5);
  margin-bottom: 10px;
}
.custom-product-tmp .hot-offers .in-tocart-form .price {
  font-family: 'Circe', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
  color: #FF5C85;
}
@media (max-width: 767px) {
  .custom-product-tmp .hot-offers .in-tocart-form .price {
    font-size: 28px;
    line-height: 30px;
  }
}
.custom-product-tmp .hot-offers .in-tocart-form .add-to-cart {
  padding: 15px 20px 15px 40px;
  background: #9E73B9;
  border-radius: 28px;
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
}
.custom-product-tmp .hot-offers .in-tocart-form .add-to-cart:before {
  content: '';
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/Bag.svg") 0 0 no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 14px;
  top: 12px;
}
.custom-product-tmp .bottom-ban {
  background: #CAE5EA;
  border-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .custom-product-tmp .bottom-ban {
    flex-direction: column-reverse;
    padding: 40px 20px 0;
  }
}
.custom-product-tmp .bottom-ban .wrap-img {
  margin-top: -80px;
}
@media (max-width: 767px) {
  .custom-product-tmp .bottom-ban .wrap-img {
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .custom-product-tmp .bottom-ban .wrap-img img {
    margin: 0 auto;
    max-width: 400px;
  }
}
.custom-product-tmp .bottom-ban .wrap-img,
.custom-product-tmp .bottom-ban .text {
  width: 50%;
}
@media (max-width: 767px) {
  .custom-product-tmp .bottom-ban .wrap-img,
  .custom-product-tmp .bottom-ban .text {
    width: 100%;
  }
}
.custom-product-tmp .bottom-ban .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .custom-product-tmp .bottom-ban .text {
    align-items: flex-start;
  }
}
.custom-product-tmp .bottom-ban .text .holder-text {
  max-width: 430px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .custom-product-tmp .bottom-ban .text .holder-text {
    margin: 0;
  }
}
.custom-product-tmp .bottom-ban .text .title {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #262626;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .custom-product-tmp .bottom-ban .text .title {
    font-size: 32px;
    line-height: 34px;
  }
}
.custom-product-tmp .bottom-ban .text .buy-btn {
  padding: 25px 40px;
  background: #9E73B9;
  border-radius: 28px;
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  max-width: 230px;
  position: relative;
  text-align: right;
}
@media (max-width: 767px) {
  .custom-product-tmp .bottom-ban .text .buy-btn {
    margin: 0 auto 30px;
  }
}
.custom-product-tmp .bottom-ban .text .buy-btn:before {
  content: '';
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/Bag.svg") 0 0 no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 45px;
  top: 24px;
}
.custom-product-tmp .review {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .custom-product-tmp .review {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .custom-product-tmp .review {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
  }
}
.custom-product-tmp .review .amreview-widget-title {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #262626;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .custom-product-tmp .review .amreview-widget-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider {
  padding: 0;
  background: none;
  flex-direction: column-reverse;
}
@media (max-width: 480px) {
  .custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items {
    margin-right: 0;
  }
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
  min-width: 570px;
  padding: 0 15px;
}
@media (max-width: 480px) {
  .custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    min-width: unset;
  }
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-review-wrapper {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-author-details,
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-description-wrap {
  width: 100%;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-author-details:after,
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-author-details:before {
  content: '';
  display: block;
  clear: both;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-author-details .amreview-author {
  float: left;
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #262626;
  margin-right: 20px;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-author-details .amreview-verified {
  float: left;
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.3);
  margin: 0;
  position: relative;
  padding-left: 15px;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-author-details .amreview-verified:after {
  display: none;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-author-details .amreview-verified:before {
  content: '';
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/checked2.svg") 0 0 no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 3px;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-author-details .amreview-date {
  float: right;
  margin: 0;
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.3);
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-description-wrap .amstars-rating-container {
  order: 1;
  margin: 10px 0 15px;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-description-wrap .amrev-desc-title {
  order: 2;
  margin-bottom: 10px;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-description-wrap .amrev-desc-title .amreview-title-review {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  margin: 0;
  padding: 0;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-description-wrap .amreview-description {
  order: 3;
  display: flex;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-description-wrap .amreview-description .amreview-text {
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #262626;
  order: 1;
  width: 100%;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-description-wrap .amreview-description .amreview-text:after {
  display: none;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-description-wrap .amreview-description .amshowmore-button {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #262626;
  margin-right: 20px;
  order: 2;
  width: 100%;
  display: none;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-description-wrap .amreview-description .amreview-images {
  order: 3;
  width: 100%;
  max-width: 100%;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide .amreview-description-wrap .amreview-description .amreview-images .amreview-slider-item {
  display: block;
  width: 100px;
  height: 75px;
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .review-item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .review-item {
    padding: 25px 20px 20px;
  }
}
.custom-product-tmp .review .amreview-widget-container.-summary-widget.-slider .slick-slide > div {
  height: auto;
}
.custom-product-tmp .review .amreview-widget-container .slick-slider .slick-arrow.slick-prev,
.custom-product-tmp .review .amreview-widget-container .slick-slider .slick-arrow.slick-next {
  display: none !important;
}
.custom-product-tmp .review .amreview-widget-container .slick-dots button {
  border: 0;
  background: #9E73B9;
  opacity: 0.3;
}
.custom-product-tmp .review .amreview-widget-container .slick-dots button:hover {
  opacity: 1;
}
.custom-product-tmp .review .amreview-widget-container .slick-dots .slick-active button {
  opacity: 1;
}
.custom-product-tmp .review .amreview-widget-container .amreview-info-wrapper {
  max-width: 1200px;
  margin: 45px auto 0;
  position: relative;
  padding: 0 15px;
}
.custom-product-tmp .review .amreview-widget-container .amreview-info-wrapper .amreview-name {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #262626;
}
.custom-product-tmp .review .amreview-widget-container .amreview-info-wrapper .amreview-summary-details {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .custom-product-tmp .review .amreview-widget-container .amreview-info-wrapper .amreview-summary-details {
    margin-right: 0;
  }
}
.custom-product-tmp .review .amreview-widget-container .amreview-info-wrapper .amreview-button {
  max-width: 250px;
  margin: 0 auto 20px;
  padding: 15px 20px;
  background: #9E73B9;
  border-radius: 28px !important;
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
}
.custom-product-tmp .review .amreview-widget-container .amreview-info-wrapper .amreview-button:hover {
  text-decoration: none;
}
.custom-product-tmp .review .amreview-widget-container .amreview-info-wrapper .amreview-button.-see-all {
  display: none;
}
.custom-product-tmp .review .amreview-widget-container .amreview-review-block {
  margin: 0;
  max-width: 100%;
}
.custom-product-tmp .amreview-submit-form .field > .label {
  font-size: 15px;
  color: #292929;
}
.custom-product-tmp .amreview-submit-form textarea {
  background: #fff;
  border: 1px solid #d4d4d4;
}
.custom-product-tmp.custom-product-tmp-v2 {
  background: #fff;
}
.custom-product-tmp.custom-product-tmp-v2 .top-ban .text {
  max-width: 600px;
  left: 0;
  top: 120px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .top-ban .text {
    max-width: 340px;
    top: 40px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .top-ban .text strong {
  font-size: 58px;
  line-height: 70px;
  text-transform: none;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .top-ban .text strong {
    font-size: 30px;
    line-height: 36px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .top-ban .wrap-img {
  background: url("../../frontend/Balltheme/balloon/en_US/images/new-custom-product/top-ban-img-v2.png") center 0 no-repeat;
  width: 100%;
  height: 650px;
  background-size: cover;
}
@media (max-width: 480px) {
  .custom-product-tmp.custom-product-tmp-v2 .top-ban .wrap-img {
    height: 345px;
    background: url("../../frontend/Balltheme/balloon/en_US/images/new-custom-product/top-ban-img-v2-mob.png") 0 0 no-repeat;
    background-size: cover;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .custom-product-wrapper {
  background: #fff;
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .custom-product-wrapper {
    margin-bottom: 0;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .custom-product-wrapper .custom-product-wrapper-holder {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .custom-product-wrapper .custom-product-wrapper-holder {
    flex-direction: column;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .custom-product-wrapper .custom-product-wrapper-holder .product-info-main {
  padding: 0 0 0 35px;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .custom-product-wrapper .custom-product-wrapper-holder .product-info-main {
    padding: 0;
    margin: 0;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .color-family-wrapper {
  max-width: 100%;
}
.custom-product-tmp.custom-product-tmp-v2 .custom-product-wrapper .custom-product-wrapper-holder .product-info-main .color-family-wrapper .color-family-holder {
  max-width: 100%;
}
.custom-product-tmp.custom-product-tmp-v2 .custom-product-wrapper .custom-product-wrapper-holder .product.media {
  padding: 0 35px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  max-height: 830px;
  right: auto;
  left: 0;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .custom-product-wrapper .custom-product-wrapper-holder .product.media {
    position: relative;
    top: 0;
    padding: 0;
    margin-bottom: 30px;
    width: 100% !important;
    max-height: none;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .custom-product-wrapper .attribute.description {
  order: 6;
}
.custom-product-tmp.custom-product-tmp-v2 .custom-product-wrapper .attribute.description:before {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion {
  margin-bottom: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion {
    margin-bottom: 80px;
  }
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion:before {
    background: url("../../frontend/Balltheme/balloon/en_US/images/new-custom-product/img-promotion-v2-mob-left.png") 0 0 no-repeat;
    width: 170px;
    height: 346px;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
  }
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion:after {
    background: url("../../frontend/Balltheme/balloon/en_US/images/new-custom-product/img-promotion-v2-mob-right.png") 0 0 no-repeat;
    width: 170px;
    height: 346px;
    right: -25px;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
  }
}
@media (max-width: 480px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion:before,
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion:after {
    width: 145px;
    height: 270px;
    background-size: contain;
    bottom: -60px;
  }
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion:after {
    right: -33px;
  }
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion.center {
    padding: 0;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block {
  max-width: 970px;
  width: 100%;
  background: #F9EFFF;
  position: relative;
  text-align: center;
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block:before {
  content: '';
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/new-custom-product/img-promotion-v2-1.png") 0 0 no-repeat;
  position: absolute;
  left: -175px;
  top: -120px;
  width: 534px;
  height: 860px;
  z-index: 1;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block:before {
    background: url("../../frontend/Balltheme/balloon/en_US/images/new-custom-product/img-promotion-v2-mob-left.png") 0 0 no-repeat;
    width: 170px;
    height: 346px;
    left: 0;
    top: 0;
  }
}
@media (max-width: 480px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block:before {
    width: 145px;
    height: 270px;
    background-size: contain;
    top: -30px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block:after {
  content: '';
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/new-custom-product/img-promotion-v2-2.png") 0 0 no-repeat;
  position: absolute;
  right: -320px;
  top: -120px;
  width: 534px;
  height: 860px;
  z-index: 1;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block:after {
    background: url("../../frontend/Balltheme/balloon/en_US/images/new-custom-product/img-promotion-v2-mob-right.png") 0 0 no-repeat;
    width: 170px;
    height: 346px;
    right: -25px;
    top: 0;
  }
}
@media (max-width: 480px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block:after {
    width: 145px;
    height: 270px;
    background-size: contain;
    right: -33px;
    top: -30px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .label {
  margin: 0 auto 10px;
  background: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #851B87;
  padding: 0;
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .label:before,
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .label:after {
  display: none;
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .title {
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #851B87;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .title {
    font-size: 26px;
    line-height: 31px;
    padding: 0 60px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .block {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .promotion {
  margin: 0 auto 20px;
  max-width: 340px;
  background: none;
  border: 1px solid #CD9FD2;
  border-radius: 10px;
  padding: 25px 30px;
}
@media (max-width: 480px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .promotion {
    max-width: 285px;
    padding: 25px 10px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .promotion strong {
  font-family: 'Circe', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #262626;
  display: block;
  margin-bottom: 10px;
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .promotion strong span {
  font-weight: 400;
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .scribe-people {
  background: none;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
  padding: 0 0 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .scribe-people {
    max-width: 220px;
    margin: 0 auto 30px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .scribe-people:before {
  background: url("../../frontend/Balltheme/balloon/en_US/images/checked3.svg") 0 0 no-repeat;
  top: -4px;
  left: 0;
}
@media (max-width: 480px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .scribe-people:before {
    left: 15px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .holder-link {
  text-align: center;
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .holder-link a {
  background: #9E73B9;
  border-radius: 58px;
  padding: 20px 30px;
  max-width: 270px;
  margin: 0 auto;
  display: block;
  font-family: 'Circe', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.custom-product-tmp.custom-product-tmp-v2 .block-promotion .holder-block .holder-link a:hover {
  text-decoration: none;
}
.custom-product-tmp.custom-product-tmp-v2 .block-quality {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-quality {
    margin-bottom: 80px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .block-quality .wrap-img {
  max-width: 550px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-quality .wrap-img {
    max-width: 285px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .block-quality .wrap-img img {
  display: block;
  width: 100%;
}
.custom-product-tmp.custom-product-tmp-v2 .block-quality .holder-block {
  max-width: 770px;
  margin: 0 auto;
  font-family: 'Circe', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #262626;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-quality .holder-block {
    font-size: 16px;
    line-height: 26px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .block-quality .title {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #262626;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-quality .title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .hot-offers {
  background: #f9efff url("../../frontend/Balltheme/balloon/en_US/images/new-custom-product/offers-bg.png") center 0 no-repeat;
  background-size: contain;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .hot-offers {
    padding: 60px 0;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .hot-offers .title p:before,
.custom-product-tmp.custom-product-tmp-v2 .hot-offers .title p:after {
  display: none;
}
.custom-product-tmp.custom-product-tmp-v2 .hot-offers .sku p {
  display: inline;
}
.custom-product-tmp.custom-product-tmp-v2 .hot-offers .in-tocart-form .price-box {
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .hot-offers .in-tocart-form .price-box {
    flex-direction: column;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .hot-offers .in-tocart-form .old-price {
  margin: 0 0 0 15px;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .hot-offers .in-tocart-form .old-price {
    margin: 0 0 10px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .hot-offers .product-item-name {
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .hot-offers .product-item-name {
    font-size: 16px;
    line-height: 19px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .hot-offers ul {
  flex-direction: column;
  max-width: 970px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .hot-offers ul {
    max-width: 335px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .hot-offers ul li {
  width: 100%;
  padding: 0;
  flex-direction: row;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .hot-offers ul li {
    flex-direction: column;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .hot-offers ul li .wrap-img {
  width: 38%;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .hot-offers ul li .wrap-img {
    width: 100%;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .hot-offers ul li .product-item-details {
  width: 62%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .hot-offers ul li .product-item-details {
    width: 100%;
    padding: 15px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .hot-offers ul li .product-item-details .wishlist {
  width: 22px;
  height: 20px;
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/Heart.svg") 0 0 no-repeat;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  text-indent: -9999px;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .hot-offers ul li .product-item-details .wishlist {
    top: 15px;
    right: 15px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .block-text.right .block-holder {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-text.right .block-holder {
    flex-direction: column;
    align-items: center;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .block-text.right .block-holder .text {
  margin: 0 0 0 35px;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-text.right .block-holder .text {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .block-text.right .block-holder .text .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .bottom-ban {
  background: #ffcedc url("../../frontend/Balltheme/balloon/en_US/images/new-custom-product/img-ban3-v2.png") 20% 0 no-repeat;
  border-radius: 0;
}
@media (max-width: 991px) {
  .custom-product-tmp.custom-product-tmp-v2 .bottom-ban {
    background-position: 50% 0;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .bottom-ban .center {
  width: 1200px;
}
.custom-product-tmp.custom-product-tmp-v2 .bottom-ban .text {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .bottom-ban .text {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .bottom-ban .text .title {
    font-size: 28px;
    line-height: 34px;
    width: 200px;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .bottom-ban .text .holder-text {
  margin: auto;
}
@media (max-width: 767px) {
  .custom-product-tmp.custom-product-tmp-v2 .bottom-ban .text .holder-text {
    width: 275px;
    max-width: none;
    margin: 0;
  }
}
.custom-product-tmp.custom-product-tmp-v2 .bottom-ban .text .buy-btn {
  margin: 0;
}
.catalog-product-view .product.alert {
  box-shadow: none;
  float: left;
  padding: 0;
}
.catalog-product-view .product.alert + .product-add-form .product-social-links .product-addto-links {
  margin-top: 20px;
}
.catalog-product-view .product.alert button {
  box-shadow: none;
  background: #E76B8A;
  color: #fff;
  margin: 0;
  border-radius: 100px;
}
.catalog-product-view .product.alert button:hover {
  border-color: #E76B8A;
  box-shadow: none;
  background: #E76B8A;
  color: #fff;
}
.catalog-product-view .product-info-main .price-box .old-price .price-wrapper .price {
  font-size: 30px !important;
  line-height: 1em;
  color: #262626 !important;
  text-decoration: line-through;
}
.catalog-product-view .custom-product-info .old-price,
.catalog-product-view .custom-product-info .old.price {
  text-decoration: none;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap {
  background: rgba(30, 30, 30, 0.57);
  padding: 0;
  pointer-events: auto;
  transition: all ease .5s;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption {
  padding: 15px 20px;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption {
    padding: 20px 30px;
  }
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main {
  float: none;
  width: 100% !important;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 820px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main {
    flex-wrap: nowrap;
  }
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .amasty-rewards-highlight-catalog {
  display: none;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .page-title-wrapper {
  display: none;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-info-price {
  display: none;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info {
  margin: 0;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .product-info-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 820px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .product-info-left {
    display: block;
  }
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .price-box {
  margin: 0;
}
@media screen and (min-width: 820px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .price-box {
    margin: 10px 0 0;
  }
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .price-box .price {
  color: #fff !important;
  font-size: 25px !important;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .price-box .price {
    font-size: 30px !important;
  }
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .special-price {
  display: block;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .old-price {
  display: block;
  text-decoration: none;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .old-price .price {
  margin: 0;
  text-decoration: line-through;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .product.attribute.sku {
  margin: 0 10px 0 0;
  color: #fff;
}
@media screen and (min-width: 820px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .product.attribute.sku {
    margin: 0;
  }
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .product.attribute.sku .value {
  color: #fff;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .product.attribute.sku .type {
  color: #fff;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .product.attribute.sku .type:after {
  color: #fff;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .color-family-wrapper {
  display: none;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-info-stock-sku {
  margin: 0;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-info-stock-sku .stock {
  margin: 0;
  display: block;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-info-stock-sku .stock span,
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-info-stock-sku .stock strong {
  display: inline-block;
  line-height: 1em;
  font-size: 18px;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-info-stock-sku .stock span {
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-info-stock-sku .stock strong {
  color: #fff;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form {
  margin: 10px 0 0 !important;
  width: 100%;
}
@media screen and (min-width: 820px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form {
    width: auto;
    margin: 0 !important;
  }
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form {
  width: 100%;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart {
  width: 100%;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart .fieldset {
  width: 100%;
  display: flex;
  align-items: center;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart .fieldset .field.qty {
  margin: 0 20px 0 0;
  width: 40%;
}
@media screen and (min-width: 820px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart .fieldset .field.qty {
    width: auto;
  }
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .control {
  float: none;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .quantity-number {
  width: 100%;
}
@media screen and (min-width: 820px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .quantity-number {
    width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .quantity-number {
    width: 130px;
  }
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .quantity-number .qty {
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart .fieldset .field.qty .quantity-number .qty {
    height: 56px;
  }
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart .fieldset .actions {
  width: 60%;
}
@media screen and (min-width: 820px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart .fieldset .actions {
    width: auto;
  }
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart .fieldset .actions .action.tocart {
  margin: 0;
  height: 50px;
  width: 100%;
}
@media screen and (min-width: 820px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart .fieldset .actions .action.tocart {
    width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .box-tocart .fieldset .actions .action.tocart {
    width: 210px;
    height: 56px;
  }
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-add-form form .product-social-links {
  display: none;
}
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product.pricing {
  display: none;
}
.custom-product-tmp .fancybox-container .favorite-attributes,
.custom-product-tmp-v2 .fancybox-container .favorite-attributes,
.catalog-product-view .fancybox-container .favorite-attributes,
.custom-product-tmp .fancybox-container .holder-color-family,
.custom-product-tmp-v2 .fancybox-container .holder-color-family,
.catalog-product-view .fancybox-container .holder-color-family,
.custom-product-tmp .fancybox-container .product.attribute.description,
.custom-product-tmp-v2 .fancybox-container .product.attribute.description,
.catalog-product-view .fancybox-container .product.attribute.description {
  display: none;
}
.custom-product-tmp .fancybox-container .product.attribute.sku,
.custom-product-tmp-v2 .fancybox-container .product.attribute.sku,
.catalog-product-view .fancybox-container .product.attribute.sku {
  display: flex;
  margin-bottom: 40px;
}
.custom-product-tmp .fancybox-container .product.attribute.sku .type:after,
.custom-product-tmp-v2 .fancybox-container .product.attribute.sku .type:after,
.catalog-product-view .fancybox-container .product.attribute.sku .type:after {
  content: ':';
  margin-right: 5px;
}
.custom-product-tmp .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main > div:last-child,
.custom-product-tmp-v2 .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main > div:last-child,
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main > div:last-child {
  display: none;
}
.custom-product-tmp .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .product-info-left .price-box .old-price .price,
.custom-product-tmp-v2 .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .product-info-left .price-box .old-price .price,
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .product-info-left .price-box .old-price .price {
  color: #fff !important;
}
.custom-product-tmp .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .price-box,
.custom-product-tmp-v2 .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .price-box,
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .price-box {
  display: flex;
  align-items: center;
  margin: 0;
}
.custom-product-tmp .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .price-box .special-price,
.custom-product-tmp-v2 .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .price-box .special-price,
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .custom-product-info .price-box .special-price {
  margin: 0 10px 0 0;
}
.custom-product-tmp .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-info-stock-sku .product-availability-out-of-stock,
.custom-product-tmp-v2 .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-info-stock-sku .product-availability-out-of-stock,
.catalog-product-view .fancybox-container .fancybox-caption-wrap .fancybox-caption .product-info-main .product-info-stock-sku .product-availability-out-of-stock {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .back-in-stock-popup {
    bottom: 20px;
  }
}
.back-in-stock-popup .modal-inner-wrap {
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  width: 100% !important;
  position: absolute !important;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .back-in-stock-popup .modal-inner-wrap {
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
  }
}
@media screen and (min-width: 860px) {
  .back-in-stock-popup .modal-inner-wrap {
    max-width: 768px;
  }
}
.back-in-stock-popup .modal-inner-wrap .modal-header .action-close {
  top: 20px !important;
  right: 20px !important;
}
.back-in-stock-popup .modal-inner-wrap .modal-content {
  padding: 20px;
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 767px) {
  .back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert {
    position: relative;
  }
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .title {
  line-height: 1em;
  margin: 0 0 10px;
  text-align: center;
  color: #000;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .title {
    text-align: left;
    font-size: 36px;
  }
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .sub-title {
  margin: 0 0 10px;
  color: #000;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .sub-title {
    margin: 30px 0 10px;
  }
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid {
  border: none;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items {
  margin: 0 -10px !important;
  padding: 0 25px;
  border: none;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .owl-stage-outer .owl-item {
  padding: 0 10px !important;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .owl-stage-outer .product-block {
  width: 100%;
  border: 1px solid #e6e6e6;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .owl-stage-outer .product-block:hover {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .owl-stage-outer .product-block .product-item-link {
  white-space: nowrap;
  min-height: initial;
  max-height: initial;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .owl-nav {
  font-size: initial;
  position: static;
  transform: none;
  margin: 0;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: none;
  background: none;
  width: auto;
  height: auto !important;
  margin: 5px !important;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .owl-nav button:before {
  display: none;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .owl-nav button span {
  color: #9e73b9;
  display: inline-block;
  line-height: 1em;
  font-size: 60px;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .owl-nav button:hover {
  background: none;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .owl-nav button:hover span {
  color: #851b87;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon {
  z-index: 30 !important;
  width: 100%;
  height: 25px;
  top: 5px;
  left: 3px;
  right: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .onsale,
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .new-icon,
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .coming-soon-icon,
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .bestseller-icon {
  position: static !important;
  border-radius: 0 30px 30px 0 !important;
  margin: 0 0 5px -3px;
  min-width: 50px;
  text-align: center;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .onsale:first-child,
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .new-icon:first-child,
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .coming-soon-icon:first-child,
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .bestseller-icon:first-child {
  margin-top: 5px;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .onsale span,
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .new-icon span,
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .coming-soon-icon span,
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .bestseller-icon span {
  border: 0;
  background: none;
  font-family: "Circe", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  text-align: center;
  text-transform: capitalize;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .onsale span:before,
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .new-icon span:before,
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .coming-soon-icon span:before,
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .bestseller-icon span:before {
  display: none;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .onsale {
  background: #EB5757;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .new-icon {
  background: #27AE60;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .coming-soon-icon {
  background: #FFB35E;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .icon .bestseller-icon {
  background: #9676B5;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .product-image {
  display: inline-block;
  height: auto;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .product-image .product-img {
  display: block;
  height: auto;
}
@media screen and (max-width: 640px) {
  .back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .product-item-details .detail-warp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .product-item-details .detail-warp .qty-slider {
    margin: 0;
  }
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .product-item-details .detail-warp .product-reviews-summary {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .product-item-details .actions-primary form {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .product-item-details .actions-primary form .quantity-adder {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .product-item-details .actions-primary form .group-price-slider {
    width: 50%;
    border: none;
    margin: 0;
  }
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .product-item-details .actions-primary form .addcart-page {
  width: 135px;
}
@media screen and (max-width: 640px) {
  .back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .product-item-details .actions-primary form .addcart-page {
    width: 50%;
  }
  .back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .product-item-details .actions-primary form .addcart-page:before {
    display: none;
  }
  .back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .mp-product-slider-content .widget-viewed-grid .product-items .product-item-details .actions-primary form .addcart-page span {
    text-transform: capitalize;
    font-size: 13px;
    padding-top: 1px;
  }
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .checkbox-wrap {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .checkbox-wrap {
    margin: 10px 0 0;
  }
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .checkbox-wrap label {
  margin: 0;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .checkbox-wrap input {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 10px 0 0;
  width: 17px;
  height: 17px;
  outline: none;
  box-shadow: none;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .checkbox-wrap input:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .checkbox-wrap input:checked:before {
  background: #9e73b9;
  border: none;
}
.back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert .checkbox-wrap input:checked:after {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .back-in-stock-popup .modal-inner-wrap .modal-content .bis-alert > .checkbox-wrap {
    position: absolute;
    top: 15px;
  }
}
.back-in-stock-popup .modal-inner-wrap .modal-footer {
  margin-top: -1px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 15px 20px;
  text-align: left !important;
  border-top: 1px solid #e6e6e6 !important;
  position: relative;
  z-index: 1;
}
.back-in-stock-popup .modal-inner-wrap .modal-footer .buy-all {
  height: 36px;
  overflow: hidden;
  position: relative;
  background: #9e73b9 !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  width: 130px;
  margin: 0 auto;
  border-radius: 30px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}
.promo-popup .modal-inner-wrap {
  transition: none !important;
  margin: 0 auto !important;
}
@media screen and (min-width: 768px) {
  .promo-popup .modal-inner-wrap {
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
  }
}
.promo-popup .modal-inner-wrap .modal-header .action-close {
  top: 20px !important;
  right: 20px !important;
}
.promo-popup .modal-inner-wrap .modal-content {
  padding-top: 20px;
  border-radius: 15px;
}
.promo-popup .modal-inner-wrap .modal-content .promo-popup-block {
  padding: 30px 20px 20px;
}
.promo-popup .modal-inner-wrap .modal-content .promo-popup-block .title {
  margin: 0 0 15px;
  font-size: 28px;
  line-height: 1em;
  font-weight: bold;
  color: #9e73b9;
  text-align: center;
}
.promo-popup .modal-inner-wrap .modal-content .promo-popup-block .text {
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: bold;
  color: #9e73b9;
}
.promo-popup .modal-inner-wrap .modal-content .promo-popup-block .text a {
  color: #851b87;
  text-decoration: underline;
}
.promo-popup .modal-inner-wrap .modal-content .promo-popup-block .text span {
  font-size: 11px;
  vertical-align: top;
  margin-left: 1px;
}
.promo-popup .modal-inner-wrap .modal-content .promo-popup-block img {
  max-width: 50%;
  margin: 0 auto 25px;
  display: block;
}
.promo-popup .modal-inner-wrap .modal-content .link-wrap {
  padding: 15px 20px;
  border-top: 1px solid #e6e6e6;
}
.promo-popup .modal-inner-wrap .modal-content .link-wrap .shop-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #9e73b9;
  color: #fff;
  border: none;
  padding: 0 20px;
  height: 36px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  box-shadow: none;
  border-radius: 30px;
  text-decoration: none;
}
.promo-popup .modal-inner-wrap .modal-footer {
  display: none !important;
  margin-top: -1px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 15px 20px !important;
  text-align: left !important;
  border-top: 1px solid #e6e6e6 !important;
  position: relative;
  z-index: 1;
}
.promo-popup .modal-inner-wrap .modal-footer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #9e73b9;
  color: #fff;
  border: none;
  width: 80px;
  height: 36px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  box-shadow: none;
  border-radius: 30px;
}
.amsearch-result-section {
  border: none !important;
}
.amsearch-result-section .amsearch-items-section .amsearch-item-container.-category .amsearch-description {
  display: none;
}
@media screen and (min-width: 768px) {
  .amsearch-result-section .amsearch-products-section {
    border-left: 1px solid #e6e6e6 !important;
  }
}
.amsearch-result-section .amsearch-products-section .product-item-details {
  min-height: initial;
}
.amsearch-result-section .amsearch-products-section.-slider .slick-track {
  display: flex;
}
.amsearch-result-section .amsearch-products-section.-slider .slick-track .slick-slide > div {
  height: 100%;
}
.amsearch-result-section .amsearch-products-section.-slider .slick-arrow {
  background: none !important;
}
.amsearch-result-section .amsearch-products-section.-slider .slick-arrow:after {
  display: none;
}
.amsearch-result-section .amsearch-products-section.-slider .slick-arrow:before {
  content: '\f054';
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  color: #9676b5;
}
.amsearch-result-section .amsearch-products-section.-slider .slick-arrow.slick-disabled {
  opacity: .25;
}
.amsearch-result-section .amsearch-products-section.-slider .slick-arrow.slick-disabled:hover {
  opacity: .25;
}
.amsearch-result-section .amsearch-products-section.-slider .slick-arrow:not(.slick-disabled):hover:before {
  color: #851b87;
}
.amsearch-result-section .amsearch-products-section.-slider .amsearch-item.product-item {
  margin: 0;
  height: 100%;
}
.amsearch-result-section .amsearch-products-section .amsearch-product-list {
  width: 100%;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 15px;
  padding: 10px;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item:hover {
  background: none;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-image {
  display: block;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-image .product-image-container {
  width: 100% !important;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-button.-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: transparent !important;
  color: #9e73b9 !important;
  font-size: 21px;
  width: max-content;
  height: max-content;
  line-height: 27px;
  margin: 0;
  filter: none;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-button.-wishlist:hover {
  color: #9676b5;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-button.-wishlist:hover i:before {
  content: "\f004";
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .product-item-link {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  text-transform: none;
  color: #262626 !important;
  width: 100%;
  display: block;
  text-decoration: none !important;
  padding: 0;
  margin: 10px 0 5px;
  line-height: 1.4em;
  text-align: center;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .product-item-description {
  text-align: center;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .sku-slider {
  display: block;
  text-align: center;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .product-reviews-summary {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-wrapper-inner {
  display: block;
  margin: 10px 0 0;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-wrapper-inner .actions-primary {
  text-align: center;
  min-height: initial;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-wrapper-inner .actions-primary .group-price-slider {
  max-width: 135px;
  width: 100%;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-wrapper-inner .actions-primary .group-price-slider .price-label {
  display: none;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-wrapper-inner .actions-primary .group-price-slider .price {
  color: #851b87;
  font-size: 14px;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-wrapper-inner .actions-primary .tocart,
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-wrapper-inner .actions-primary .stock.unavailable {
  width: 100%;
  max-width: 135px;
  height: 35px;
  border-radius: 30px !important;
  background: #9e73b9;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: normal;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-wrapper-inner .actions-primary .tocart:hover,
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-wrapper-inner .actions-primary .stock.unavailable:hover {
  background: #851b87;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-wrapper-inner .actions-primary .tocart:before,
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-wrapper-inner .actions-primary .stock.unavailable:before {
  content: "";
  width: 13px;
  height: 17px;
  display: block;
  background: url('../../frontend/Balltheme/balloon/en_US/images/Group.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-wrapper-inner .actions-primary .tocart span,
.amsearch-result-section .amsearch-products-section .amsearch-item.product-item .amsearch-wrapper-inner .actions-primary .stock.unavailable span {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 4px !important;
  display: block;
}
.product-item .product-item-details .product-alert .alert {
  margin: auto;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.product-item .product-item-details .product-alert .alert .action {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  color: #767676;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  background: none;
}
.product-item .product-item-details .product-alert .alert .action.subscribed {
  color: #74C061;
}
.product-item .product-item-details .product-alert .alert .action.subscribed .fa {
  margin-right: 5px;
}
.product-item .product-item-details .product-alert .alert .action.subscribed .fa:before {
  content: '\f14a';
}
.cms-video-page .video-page-tabs-block {
  display: flex;
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  .cms-video-page .video-page-tabs-block {
    margin: 0 -10px;
  }
}
.cms-video-page .video-page-tabs-block .video-page-tab {
  width: 33.33%;
  max-width: 210px;
  height: 40px;
  margin: 0 5px;
  background: #FFFFFF;
  border: 2px solid #9E73B9;
  border-radius: 28px;
  color: #9E73B9;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.025em;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  line-height: 1em;
}
@media screen and (min-width: 568px) {
  .cms-video-page .video-page-tabs-block .video-page-tab {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .cms-video-page .video-page-tabs-block .video-page-tab {
    height: 49px;
    font-size: 28px;
    margin: 0 10px;
  }
}
.cms-video-page .video-page-tabs-block .video-page-tab i {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .cms-video-page .video-page-tabs-block .video-page-tab i {
    margin-right: 10px;
  }
}
.cms-video-page .video-page-tabs-block .video-page-tab.active {
  background: #9E73B9;
  color: #fff;
}
.cms-video-page .video-page-tabs-block .video-page-tab.youtube i {
  font-size: 21px;
}
.cms-video-page .ves-container .row {
  margin: 0;
}
.cms-video-page .ves-container div[class*='col-'] {
  padding: 0;
}
.cms-video-page .ves-container .block-content {
  padding: 0;
}
.cms-video-page .ves-container.tab-buttons-wrapper {
  margin: 0 0 20px;
}
.cms-video-page .ves-container.tab-block {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .cms-video-page .ves-container.tab-block {
    margin: 0 0 50px;
  }
}
.cms-video-page .ves-container.tab-block .tab-header-block-wrapper {
  width: 100%;
}
.cms-video-page .ves-container.tab-block .tab-header-block-wrapper .tab-header-block .block-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 25px;
  background: #D9D9D9;
}
@media screen and (min-width: 1024px) {
  .cms-video-page .ves-container.tab-block .tab-header-block-wrapper .tab-header-block .block-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cms-video-page .ves-container.tab-block .tab-header-block-wrapper .tab-header-block .block-content .text {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 1em;
}
@media screen and (min-width: 1024px) {
  .cms-video-page .ves-container.tab-block .tab-header-block-wrapper .tab-header-block .block-content .text {
    margin: 0;
    font-size: 32px;
    padding-right: 15px;
  }
}
.cms-video-page .ves-container.tab-block .tab-header-block-wrapper .tab-header-block .block-content .social-links-block {
  display: flex;
  margin: 0 -4px;
}
.cms-video-page .ves-container.tab-block .tab-header-block-wrapper .tab-header-block .block-content .social-links-block a {
  margin: 0 4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: red;
  text-decoration: none;
}
.cms-video-page .ves-container.tab-block .tab-header-block-wrapper .tab-header-block .block-content .social-links-block a.google {
  background: #db4a39;
}
.cms-video-page .ves-container.tab-block .tab-header-block-wrapper .tab-header-block .block-content .social-links-block a.twitter {
  background: #1DA1F2;
}
.cms-video-page .ves-container.tab-block .tab-header-block-wrapper .tab-header-block .block-content .social-links-block a.facebook {
  background: #4267B2;
}
.cms-video-page .ves-container.tab-block .tab-header-block-wrapper .tab-header-block .block-content .social-links-block a.youtube {
  background: #FF0000;
}
.cms-video-page .ves-container.tab-block .tab-header-block-wrapper .tab-header-block .block-content .social-links-block a.instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.cms-video-page .ves-container.tab-block .tab-header-block-wrapper .tab-header-block .block-content .social-links-block a.pinterest {
  background: #E60023;
}
@media screen and (min-width: 768px) {
  .cms-video-page .ves-container.tab-block .video-products-wrapper {
    display: flex;
    align-items: center;
  }
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .video-wrapper-block {
  align-self: stretch;
  background: #F3F3F3;
  padding: 15px 25px 15px 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cms-video-page .ves-container.tab-block .video-products-wrapper .video-wrapper-block {
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .cms-video-page .ves-container.tab-block .video-products-wrapper .video-wrapper-block {
    padding: 15px 75px 15px 25px;
    width: 55%;
  }
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .video-wrapper-block > .col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .video-wrapper-block .block-title {
  margin: 0 0 12px;
  padding: 0;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .video-wrapper-block .block-title span {
  color: #851B87;
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.1em;
}
@media screen and (min-width: 768px) {
  .cms-video-page .ves-container.tab-block .video-products-wrapper .video-wrapper-block .block-title span {
    font-size: 28px;
  }
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .video-wrapper-block .youtube-short-description {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #282828;
  margin: 0 0 24px;
  line-height: 1.15;
}
@media screen and (min-width: 768px) {
  .cms-video-page .ves-container.tab-block .video-products-wrapper .video-wrapper-block .youtube-short-description {
    font-size: 20px;
  }
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block {
  align-self: stretch;
  padding: 15px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block {
    width: 50%;
    padding: 15px 45px;
  }
}
@media screen and (min-width: 1440px) {
  .cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block {
    width: 45%;
  }
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block > .col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .block-title {
  margin: 0 0 20px;
  padding: 0;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .block-title strong {
  font-weight: 400;
  font-size: 28px;
  color: #000;
  text-transform: none;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .block-title strong {
    font-size: 32px;
  }
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .etabs {
  margin: 0;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .etabs li {
  margin: 0;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .product-block {
  margin: 0;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .product-block .product-item-info {
  margin: 0;
  padding: 30px 15px 40px !important;
}
@media screen and (min-width: 768px) {
  .cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .product-block .product-item-info {
    padding: 30px 25px 40px !important;
  }
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .product-block .product-item-info .product-image {
  margin: 0 0 30px;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .product-block .product-item-info .product-image img {
  margin: 0 auto;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .product-block .product-item-info .product-item-name {
  margin: 0 0 20px;
  text-align: left;
  max-height: 38px;
  min-height: 38px;
  overflow: hidden;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .product-block .product-item-info .product-item-name .product-item-link {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
  line-height: 1.1em;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .product-block .product-item-info .product-item-details {
  display: flex;
  justify-content: space-between;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .product-block .product-item-info .product-item-details .price-box .price {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 1em;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .product-block .product-item-info .product-item-details .actions-wrapper {
  display: flex;
  align-items: center;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .product-block .product-item-info .product-item-details .actions-wrapper .add-to-cart {
  padding: 0;
  background: none;
  border: none;
  color: #9E73B9;
  font-size: 16px;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .product-block .product-item-info .product-item-details .actions-wrapper .add-to-cart:hover i {
  font-weight: bold;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .product-block .product-item-info .product-item-details .actions-wrapper .add-to-wishlist {
  color: #9E73B9;
  font-size: 16px;
  margin-right: 15px;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .owl-carousel.product-items {
  padding: 0;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .owl-carousel.product-items .owl-stage {
  padding-bottom: 15px;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .owl-carousel.product-items .owl-stage .owl-item:hover:before {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.24);
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .owl-carousel.product-items .owl-nav {
  position: static;
  transform: none;
  width: auto;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .owl-carousel.product-items .owl-nav .owl-prev,
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .owl-carousel.product-items .owl-nav .owl-next {
  width: 20px !important;
  height: 20px !important;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none;
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .owl-carousel.product-items .owl-nav .owl-prev:before,
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .owl-carousel.product-items .owl-nav .owl-next:before {
  color: #000;
  font-weight: 800;
  font-family: 'Font Awesome 5 Pro';
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .owl-carousel.product-items .owl-nav .owl-prev {
  left: 5px;
}
@media screen and (min-width: 768px) {
  .cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .owl-carousel.product-items .owl-nav .owl-prev {
    left: -30px;
  }
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .owl-carousel.product-items .owl-nav .owl-prev:before {
  content: '\f053 ';
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .owl-carousel.product-items .owl-nav .owl-next {
  right: 5px;
}
@media screen and (min-width: 768px) {
  .cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .owl-carousel.product-items .owl-nav .owl-next {
    right: -30px;
  }
}
.cms-video-page .ves-container.tab-block .video-products-wrapper .products-wrapper-block .ves-base-productlist-widget .owl-carousel.product-items .owl-nav .owl-next:before {
  content: '\f054';
}
.cms-video-page .ves-container.tab-block .pinterest-images-wrapper {
  width: 100%;
  padding: 40px 20px 15px;
  background: #F3F3F3;
}
@media screen and (min-width: 768px) {
  .cms-video-page .ves-container.tab-block .pinterest-images-wrapper {
    padding: 40px 25px 15px;
  }
}
.cms-video-page .ves-container.tab-block .pinterest-images-wrapper .pinterest-images-block {
  width: 100%;
}
.cms-video-page .ves-container.tab-block .pinterest-images-wrapper .pinterest-images-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cms-video-page .ves-container.tab-block .pinterest-images-wrapper .pinterest-images-list > div {
  width: 50%;
  margin: 0 0 14px;
  padding: 0 7px;
}
@media screen and (min-width: 768px) {
  .cms-video-page .ves-container.tab-block .pinterest-images-wrapper .pinterest-images-list > div {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .cms-video-page .ves-container.tab-block .pinterest-images-wrapper .pinterest-images-list > div {
    width: 25%;
  }
}
.cms-video-page .ves-container.tab-block .pinterest-images-wrapper .pinterest-images-list > div span {
  border: none;
  border-radius: 0;
  vertical-align: top;
  max-width: initial;
  min-width: initial;
}
.cms-video-page .ves-container.tab-block .instagram-images-wrapper {
  width: 100%;
  padding: 40px 20px 15px;
  background: #F3F3F3;
}
@media screen and (min-width: 768px) {
  .cms-video-page .ves-container.tab-block .instagram-images-wrapper {
    padding: 40px 25px 15px;
  }
}
.cms-video-page .ves-container.tab-block .instagram-images-wrapper .instagram-images-block {
  width: 100%;
}
.cms-video-page .ves-container.tab-block .instagram-images-wrapper .instagram-images-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cms-video-page .ves-container.tab-block .instagram-images-wrapper .instagram-images-list > div {
  width: 100%;
  margin: 0 0 14px;
  padding: 0 7px;
}
@media screen and (min-width: 568px) {
  .cms-video-page .ves-container.tab-block .instagram-images-wrapper .instagram-images-list > div {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .cms-video-page .ves-container.tab-block .instagram-images-wrapper .instagram-images-list > div {
    width: 33.33%;
  }
}
.cms-video-page .ves-container.tab-block .instagram-images-wrapper .instagram-images-list > div iframe {
  min-width: initial !important;
}
.cms-video-page .ves-container.tab-block .link {
  width: 200px;
  height: 48px;
  border: 1px solid #9E73B9;
  border-radius: 28px;
  text-transform: uppercase;
  color: #9E73B9;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto 10px;
  line-height: 1em;
}
.cms-video-page .ves-container.tab-block .link:hover {
  background: #9E73B9;
  color: #fff;
}
.cms-video-page .ves-container.tab-block .link i {
  font-size: 20px;
}
.cms-video-page .ves-container.tab-block .link.youtube i,
.cms-video-page .ves-container.tab-block .link.pinterest i,
.cms-video-page .ves-container.tab-block .link.instagram i {
  margin-left: 10px;
  margin-top: -3px;
}
.cms-video-page .ves-container.tab-block .link.contact i {
  margin-top: -2px;
  margin-right: 10px;
}
.cms-video-page .promocode-banner-wrapper {
  background: linear-gradient(90deg, #e3e3eb 27.28%, #e6e6ee 70.04000000000001%);
  border: 1px solid #D9D9D9;
  max-width: 900px;
  margin: 0 auto;
}
.cms-video-page .promocode-banner-wrapper .promocode-banner {
  padding-top: 14.6%;
  position: relative;
}
.cms-video-page .promocode-banner-wrapper .promocode-banner img {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
}
.cms-video-page .promocode-banner-wrapper .promocode-banner img.img-left {
  left: 0;
}
.cms-video-page .promocode-banner-wrapper .promocode-banner img.img-right {
  right: 0;
}
.cms-video-page .promocode-banner-wrapper .promocode-banner .link {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: 600;
  color: #4EAFE6;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cms-video-page .promocode-banner-wrapper .promocode-banner .link {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .cms-video-page .promocode-banner-wrapper .promocode-banner .link {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .cms-video-page .promocode-banner-wrapper .promocode-banner .link {
    font-size: 40px;
  }
}
.cms-video-page .ves-widget.productlist-widget {
  margin-top: 35px;
}
.cms-video-page .ves-widget.productlist-widget .block-title {
  padding-left: 0 !important;
  padding-bottom: 2px !important;
}
.cms-video-page .ves-widget.productlist-widget .product-image img {
  object-fit: contain;
}
.shop-by-color-banner {
  padding-top: 22%;
  position: relative;
  min-height: 200px;
  margin: 0 0 60px;
  display: block;
  background-size: cover;
}
.shop-by-color-banner .wrapper {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.shop-by-color-banner .wrapper .icons-list {
  display: flex;
  margin: 0 -6px 20px;
}
@media screen and (min-width: 1024px) {
  .shop-by-color-banner .wrapper .icons-list {
    margin: 0 -8px 25px;
  }
}
.shop-by-color-banner .wrapper .icons-list .icon-item {
  margin: 0 6px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: rgba(158, 115, 185, 0.1);
}
@media screen and (min-width: 1024px) {
  .shop-by-color-banner .wrapper .icons-list .icon-item {
    width: 40px;
    height: 40px;
    margin: 0 8px;
  }
}
.shop-by-color-banner .wrapper .icons-list .icon-item i {
  color: #9E73B9;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .shop-by-color-banner .wrapper .icons-list .icon-item i {
    font-size: 16px;
  }
}
.shop-by-color-banner .wrapper .title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1em;
  color: #262626;
}
@media screen and (min-width: 1024px) {
  .shop-by-color-banner .wrapper .title {
    font-size: 25px;
    margin: 0 0 25px;
  }
}
.shop-by-color-banner .wrapper .link {
  border-radius: 100px;
  background: #9E73B9;
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .shop-by-color-banner .wrapper .link {
    width: 188px;
    height: 48px;
    font-size: 16px;
  }
}
.shop-by-color-banner .wrapper .link:hover {
  color: #fff;
}
@media (max-width: 480px) {
  .catalog-category-view .children-category-container.swiper-container {
    width: 100%;
  }
}
.catalog-category-view .amslider {
  margin: 0;
}
.catalog-category-view .amslider .swiper-slide {
  padding: 0;
}
.catalog-category-view .amslider .swiper-slide .swiper-category-item {
  padding: 0 !important;
  border: 0;
  box-shadow: none;
}
.catalog-category-view .amslider .swiper-slide .swiper-category-item .wrap-img {
  max-height: 100px;
  min-height: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.catalog-category-view .amslider .swiper-slide .swiper-category-item .wrap-img img {
  width: 100%;
  object-fit: contain;
  max-height: 100%;
  margin: 0;
}
.catalog-category-view .amslider .swiper-slide .swiper-category-item:hover {
  border: 0;
  box-shadow: none;
}
.catalog-category-view .amslider .swiper-slide .category-item-title {
  font-family: 'Circe', sans-serif !important;
  font-size: 14px;
  margin: 0 auto;
  height: 2.2em;
  line-height: 1.2em;
  text-align: center;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
  color: #851b87;
}
.catalog-category-view .amslider .swiper-button-prev,
.catalog-category-view .amslider .swiper-button-next {
  font-size: 20px;
  border: 3px solid #9e73b9;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9e73b9;
}
.catalog-category-view .amslider .swiper-button-prev:hover,
.catalog-category-view .amslider .swiper-button-next:hover {
  border-color: #851b87;
  background: #851b87;
  opacity: 1;
}
.catalog-category-view .amslider .swiper-button-prev:hover:before,
.catalog-category-view .amslider .swiper-button-next:hover:before {
  color: #fff;
}
.catalog-category-view .amslider .swiper-button-prev:after {
  content: "\f0d9";
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  font-size: 20px;
}
.catalog-category-view .amslider .swiper-button-next:after {
  content: "\f0da";
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  left: 55%;
  transform: translate(-50%);
  font-size: 20px;
}
.catalog-category-view .amslider-container {
  max-width: 100% !important;
}
.catalog-category-view .amslider-container.am-swiper-slider {
  width: 100%;
}
@media (max-width: 640px) {
  .catalog-category-view .amslider-container.am-swiper-slider.only-labels .slide {
    padding: 0;
  }
  .catalog-category-view .amslider-container.am-swiper-slider.only-labels .slide .category-item {
    padding: 15px 3px!important;
  }
  .catalog-category-view .amslider-container.am-swiper-slider.only-labels .slide .category-item .category-item-title {
    font-size: 14px;
  }
}
.catalog-category-view .amslider-container.am-swiper-slider .wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(var(--cols), 1fr);
}
.catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-m-1 {
  --cols: 1;
}
.catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-m-2 {
  --cols: 2;
}
.catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-m-3 {
  --cols: 3;
}
.catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-m-4 {
  --cols: 4;
}
.catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-m-5 {
  --cols: 5;
}
.catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-m-6 {
  --cols: 6;
}
.catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-m-7 {
  --cols: 7;
}
.catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-m-8 {
  --cols: 8;
}
.catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-m-9 {
  --cols: 9;
}
.catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-m-10 {
  --cols: 10;
}
.catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-m-11 {
  --cols: 11;
}
.catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-m-12 {
  --cols: 12;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-t-1 {
    --cols: 1;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-t-2 {
    --cols: 2;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-t-3 {
    --cols: 3;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-t-4 {
    --cols: 4;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-t-5 {
    --cols: 5;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-t-6 {
    --cols: 6;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-t-7 {
    --cols: 7;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-t-8 {
    --cols: 8;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-t-9 {
    --cols: 9;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-t-10 {
    --cols: 10;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-t-11 {
    --cols: 11;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-t-12 {
    --cols: 12;
  }
}
@media (min-width: 1200px) {
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper {
    grid-gap: 20px;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-d-1 {
    --cols: 1;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-d-2 {
    --cols: 2;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-d-3 {
    --cols: 3;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-d-4 {
    --cols: 4;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-d-5 {
    --cols: 5;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-d-6 {
    --cols: 6;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-d-7 {
    --cols: 7;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-d-8 {
    --cols: 8;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-d-9 {
    --cols: 9;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-d-10 {
    --cols: 10;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-d-11 {
    --cols: 11;
  }
  .catalog-category-view .amslider-container.am-swiper-slider .wrapper.col-d-12 {
    --cols: 12;
  }
}
.catalog-category-view .amslider-container.am-swiper-slider .wrapper .slide {
  width: auto;
}
@media screen and (max-width: 767px) {
  .amsearch-search-page .sidebar.sidebar-main {
    margin: 0;
  }
  .amsearch-search-page .sidebar.sidebar-main #layered-filter-block {
    margin: 0;
  }
  .amsearch-search-page .sidebar.sidebar-main #layered-filter-block .title {
    display: none;
  }
  .amsearch-search-page .sidebar.sidebar-main #layered-filter-block .filter-title {
    display: none;
  }
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.title.active .switch {
  background: #FFFFFF;
  color: #333 !important;
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.title.active .switch:hover {
  background: #FFFFFF;
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.title .switch {
  background: #F5F5F5;
  border: none;
  color: #666 !important;
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.title .switch:hover {
  background: #F5F5F5;
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.content {
  margin: 20px 0 0;
  padding: 0;
  background: none;
}
@media screen and (min-width: 768px) {
  .amsearch-search-page .amsearch-result-tabs.product.data .item.content {
    margin: 35px 0 0;
  }
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.content.amsearch-products-tab {
  position: relative;
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.content.amsearch-products-tab .filter-trigger-title {
  display: none;
}
@media screen and (max-width: 767px) {
  .amsearch-search-page .amsearch-result-tabs.product.data .item.content.amsearch-products-tab .filter-trigger-title {
    position: absolute;
    width: calc(100% - 185px);
    display: flex;
    align-items: center;
    background: #F9F9FB;
    height: 50px;
    padding: 0 14px;
    font-size: 13px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #262626;
    cursor: pointer;
  }
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.content.amsearch-products-tab .filter-trigger-title:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #666;
  height: 15px;
  line-height: 1em;
  font-weight: normal;
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.content.amsearch-products-tab .results .toolbar-products {
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .amsearch-search-page .amsearch-result-tabs.product.data .item.content.amsearch-products-tab .results .toolbar-products {
    margin: 0 0 20px;
  }
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.content.amsearch-products-tab .results .amsearch-related-terms {
  margin: 0 0 20px;
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.content.amsearch-products-tab .results .amsearch-related-terms .amsearch-block-header {
  margin: 0 0 5px;
  padding: 0;
  color: #262626;
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.content.amsearch-products-tab .results .amscroll-page-num {
  padding: 0 !important;
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.content:not(.amsearch-products-tab) .amsearch-item {
  margin: 0 0 10px;
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.content:not(.amsearch-products-tab) .amsearch-item .amsearch-link {
  font-size: 16px;
  color: #851b87;
  text-decoration: underline;
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.content:not(.amsearch-products-tab) .amsearch-item .item-description {
  font-size: 15px;
  color: #262626;
}
.amsearch-search-page .amsearch-result-tabs.product.data .item.content:not(.amsearch-products-tab) .amsearch-item .amsearch-highlight {
  padding: 0 5px;
  color: #fff;
  background: #9e73b9;
}
.amcompany-customer-account .page-main .column.main {
  background: none;
}
.amcompany-customer-account .page-main .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.amcompany-customer-account .page-main .actions-toolbar .action {
  background: #851b87;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px !important;
  border: none;
  height: 50px;
  margin: 0;
  min-width: 115px;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.amcompany-customer-account .page-main .actions-toolbar .action:hover,
.amcompany-customer-account .page-main .actions-toolbar .action:focus {
  background: #851b87;
}
.amasty_company-profile-index .page-main .columns .column.main .title-action-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 24px;
}
.amasty_company-profile-index .page-main .columns .column.main .title-action-wrap .amcompany-title {
  margin: 0;
  font-size: 24px;
}
.amasty_company-profile-index .page-main .columns .column.main .title-action-wrap .action.view {
  color: #9e73b9;
  font-size: 16px;
  font-weight: bold;
}
.amasty_company-profile-index .page-main .columns .column.main .title-action-wrap .action.view:hover {
  text-decoration: underline;
  color: #9e73b9;
}
@media screen and (min-width: 960px) {
  .amasty_company-profile-index .page-main .columns .column.main .block-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.amasty_company-profile-index .page-main .columns .column.main .block-wrapper .block {
  margin: 0 0 40px;
  padding: 15px 20px 20px;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .amasty_company-profile-index .page-main .columns .column.main .block-wrapper .block {
    width: calc(50% - 15px);
  }
}
.amasty_company-profile-index .page-main .columns .column.main .block-wrapper .block .block-title {
  margin: 0 0 20px;
  padding: 0;
}
.amasty_company-profile-index .page-main .columns .column.main .block-wrapper .block .block-title strong {
  text-transform: capitalize;
  color: #262626;
  font-size: 19px;
}
.amasty_company-profile-index .page-main .columns .column.main .block-wrapper .block .block-content {
  padding: 0;
}
.amasty_company-profile-index .page-main .columns .column.main .block-wrapper .block .block-content:before,
.amasty_company-profile-index .page-main .columns .column.main .block-wrapper .block .block-content:after {
  display: none;
}
.amasty_company-profile-index .page-main .columns .column.main .block-wrapper .block .block-content .box {
  width: 100%;
  float: none;
}
.amasty_company-profile-index .page-main .columns .column.main .block-wrapper .block .block-content .box:last-of-type {
  margin: 0;
}
.amasty_company-profile-create .page-main .column.main .form-create-account,
.amasty_company-profile-edit .page-main .column.main .form-create-account {
  width: 100%;
  min-width: initial;
}
.amasty_company-profile-create .page-main .column.main .form-create-account .fieldset,
.amasty_company-profile-edit .page-main .column.main .form-create-account .fieldset {
  padding: 15px 20px 20px;
  background: #fff;
}
.amasty_company-profile-create .page-main .column.main .form-create-account .fieldset .legend,
.amasty_company-profile-edit .page-main .column.main .form-create-account .fieldset .legend {
  margin: 0 !important;
  padding: 0 0 20px;
  border: none;
  font-size: 19px;
  font-weight: bold;
}
.amasty_company-profile-create .page-main .column.main .form-create-account .fieldset .input-text,
.amasty_company-profile-edit .page-main .column.main .form-create-account .fieldset .input-text {
  padding: 0 26px;
}
.amasty_company-profile-create .page-main .column.main .form-create-account .fieldset select,
.amasty_company-profile-edit .page-main .column.main .form-create-account .fieldset select {
  padding: 5px calc(5% + 15px) 5px 26px;
}
.amasty_company-user-index .page-main .column.main .page-title-wrapper,
.amasty_company-role-index .page-main .column.main .page-title-wrapper {
  float: left;
}
.amasty_company-user-index .page-main .column.main .actions-toolbar,
.amasty_company-role-index .page-main .column.main .actions-toolbar {
  padding: 10px 0;
}
.amasty_company-user-index .page-main .column.main .actions-toolbar .primary,
.amasty_company-role-index .page-main .column.main .actions-toolbar .primary {
  width: auto;
}
.amasty_company-user-index .page-main .column.main .table-wrapper .table .col.actions .action:not(:last-child),
.amasty_company-role-index .page-main .column.main .table-wrapper .table .col.actions .action:not(:last-child) {
  margin-right: 15px;
}
.amasty_company-user-create .page-main .column.main .form-create-user,
.amasty_company-user-edit .page-main .column.main .form-create-user {
  width: 100%;
  min-width: initial;
}
.amasty_company-user-create .page-main .column.main .form-create-user .fieldset,
.amasty_company-user-edit .page-main .column.main .form-create-user .fieldset {
  margin: 0 0 40px;
  padding: 20px;
  background: #fff;
}
.amasty_company-user-create .page-main .column.main .form-create-user .fieldset .input-text,
.amasty_company-user-edit .page-main .column.main .form-create-user .fieldset .input-text {
  padding: 0 26px;
}
.amasty_company-user-create .page-main .column.main .form-create-user .fieldset select,
.amasty_company-user-edit .page-main .column.main .form-create-user .fieldset select {
  padding: 5px calc(5% + 15px) 5px 26px;
}
.amasty_company-role-create .page-main .column.main .fieldset,
.amasty_company-role-edit .page-main .column.main .fieldset {
  margin: 0 0 40px;
  padding: 20px;
  background: #fff;
}
.amasty_company-role-create .page-main .column.main .fieldset .input-text,
.amasty_company-role-edit .page-main .column.main .fieldset .input-text {
  padding: 0 26px;
}
.amasty_company-role-create .page-main .column.main .fieldset .amcompany-tree-block .amcompany-toolbar .amcompany-button,
.amasty_company-role-edit .page-main .column.main .fieldset .amcompany-tree-block .amcompany-toolbar .amcompany-button {
  color: #851b87;
  text-decoration: underline;
}
.amasty_company-role-create .page-main .column.main .fieldset .amcompany-tree-block .jstree-open > .jstree-ocl,
.amasty_company-role-edit .page-main .column.main .fieldset .amcompany-tree-block .jstree-open > .jstree-ocl {
  background: #9e73b9;
  border: none;
}
.amasty_company-role-create .page-main .column.main .fieldset .amcompany-tree-block .jstree-open > .jstree-ocl:before,
.amasty_company-role-edit .page-main .column.main .fieldset .amcompany-tree-block .jstree-open > .jstree-ocl:before {
  margin: 0;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.amasty_company-role-create .page-main .column.main .fieldset .amcompany-tree-block .jstree-anchor:hover,
.amasty_company-role-edit .page-main .column.main .fieldset .amcompany-tree-block .jstree-anchor:hover {
  color: #9e73b9;
}
.amasty_company-role-create .page-main .column.main .fieldset .amcompany-tree-block .jstree-anchor.jstree-clicked .jstree-checkbox,
.amasty_company-role-edit .page-main .column.main .fieldset .amcompany-tree-block .jstree-anchor.jstree-clicked .jstree-checkbox {
  border-color: #9e73b9;
  background: #9e73b9;
}
.amasty_company-role-create .page-main .column.main .fieldset .amcompany-tree-block .jstree-anchor .jstree-checkbox:hover,
.amasty_company-role-edit .page-main .column.main .fieldset .amcompany-tree-block .jstree-anchor .jstree-checkbox:hover {
  border-color: #9e73b9;
  background: #9e73b9;
}
.amasty_company-role-create .page-main .column.main .fieldset .amcompany-tree-block .jstree-anchor .jstree-checkbox:hover:after,
.amasty_company-role-edit .page-main .column.main .fieldset .amcompany-tree-block .jstree-anchor .jstree-checkbox:hover:after {
  opacity: 1;
}
.cms-helium-tank-rental .helium-tank-rental-content h1 {
  margin: 0 0 35px;
  line-height: 1.2em;
  color: #2D292E;
  font-size: 38px;
}
@media screen and (min-width: 768px) {
  .cms-helium-tank-rental .helium-tank-rental-content h1 {
    margin: 0 0 40px;
    font-size: 50px;
  }
}
.cms-helium-tank-rental .helium-tank-rental-content h2 {
  margin: 60px 0 25px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  color: #2D292E;
}
@media screen and (min-width: 768px) {
  .cms-helium-tank-rental .helium-tank-rental-content h2 {
    margin: 80px 0 30px;
    font-size: 48px;
  }
}
.cms-helium-tank-rental .helium-tank-rental-content h3 {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
  color: #2D292E;
  margin: 25px 0 5px;
}
@media screen and (min-width: 768px) {
  .cms-helium-tank-rental .helium-tank-rental-content h3 {
    font-size: 36px;
    padding-left: 32px;
    margin: 30px 0 15px;
  }
}
.cms-helium-tank-rental .helium-tank-rental-content h3:before {
  content: '';
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/bulleted-list-small.svg") 0 0 no-repeat;
  width: 10px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cms-helium-tank-rental .helium-tank-rental-content h3:before {
    background: url("../../frontend/Balltheme/balloon/en_US/images/bulleted-list.svg") 0 0 no-repeat;
    width: 16px;
    height: 18px;
  }
}
.cms-helium-tank-rental .helium-tank-rental-content p {
  font-weight: 400;
  color: #2d292e;
  font-size: 16px;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .cms-helium-tank-rental .helium-tank-rental-content p {
    font-size: 20px;
    line-height: 1.6em;
  }
}
.cms-helium-tank-rental .helium-tank-rental-content .message {
  max-width: 80%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: #2D292E;
  margin: 25px auto;
}
@media screen and (min-width: 768px) {
  .cms-helium-tank-rental .helium-tank-rental-content .message {
    font-size: 36px;
    margin: 35px auto;
  }
}
.cms-helium-tank-rental .helium-tank-rental-content ul {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .cms-helium-tank-rental .helium-tank-rental-content ul {
    padding-left: 40px;
  }
}
.cms-helium-tank-rental .helium-tank-rental-content ul.marker li {
  padding-left: 20px;
}
.cms-helium-tank-rental .helium-tank-rental-content ul.marker li:before {
  content: '';
  display: block;
  background: url("../../frontend/Balltheme/balloon/en_US/images/bulleted-list-small.svg") 0 0 no-repeat;
  width: 10px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cms-helium-tank-rental .helium-tank-rental-content ul li {
  list-style: none !important;
  position: relative;
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  color: #2D292E;
  margin: 0 0 15px;
}
.cms-helium-tank-rental .helium-tank-rental-content ul li:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cms-helium-tank-rental .helium-tank-rental-content ul li {
    font-size: 20px;
  }
}
.cms-helium-tank-rental .helium-tank-rental-content .image-banner {
  margin: 0 0 30px;
}
.cms-helium-tank-rental .helium-tank-rental-content .table-wrap {
  overflow-x: auto;
}
.cms-helium-tank-rental .helium-tank-rental-content .table-wrap table {
  max-width: 980px;
  min-width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #2D292E;
  font-size: 15px;
}
.cms-helium-tank-rental .helium-tank-rental-content .table-wrap table tr:nth-of-type(even) {
  background: rgba(133, 27, 135, 0.4);
}
.cms-helium-tank-rental .helium-tank-rental-content .table-wrap table tr:nth-of-type(odd) {
  background: rgba(150, 118, 181, 0.2);
}
.cms-helium-tank-rental .helium-tank-rental-content .table-wrap table td {
  padding: 10px 5px;
}
.cms-helium-tank-rental .helium-tank-rental-content .table-wrap table .title {
  font-size: 22px;
  font-weight: 700;
}
.cms-helium-tank-rental .helium-tank-rental-content .table-wrap table .text {
  background: #ffffff;
}
.cms-helium-tank-rental .helium-tank-rental-content .table-wrap table .sep {
  background: #ffffff;
}
.cms-helium-tank-rental .helium-tank-rental-content a {
  color: #9e73b9;
  text-decoration: underline;
}
.pagebuilder-slider {
  margin: 0 0 45px !important;
  padding: 0 !important;
}
.pagebuilder-slider .pagebuilder-poster-overlay {
  padding: 0;
}
.pagebuilder-slider .slick-dots {
  margin: 0 !important;
  padding: 0 !important;
  bottom: -30px;
}
.pagebuilder-slider .slick-dots li {
  margin: 0 5px !important;
  padding: 0 !important;
  width: auto;
  height: auto;
}
.pagebuilder-slider .slick-dots li:before {
  display: none !important;
}
.pagebuilder-slider .slick-dots li.slick-active button {
  background: #9e73b9;
}
.pagebuilder-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border: 1px solid #9e73b9;
}
.category-products-carousel {
  position: relative;
  padding: 0 20px;
}
.category-products-carousel.owl-carousel {
  margin: 0 8px 15px !important;
}
.category-products-carousel .category-products-carousel-item {
  border: 1px solid #e6e6e6;
  padding: 10px;
}
.category-products-carousel .category-products-carousel-item .category-products-carousel-link {
  display: block;
  text-decoration: none;
}
.category-products-carousel .category-products-carousel-item .category-products-carousel-link .category-products-carosel-image-wrapper {
  position: relative;
  margin: 0 0 5px;
  height: 0;
  padding-bottom: 110%;
}
.category-products-carousel .category-products-carousel-item .category-products-carousel-link .category-products-carosel-image-wrapper .category-products-carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category-products-carousel .category-products-carousel-item .category-products-carousel-link .category-products-carousel-name {
  text-align: center;
  font-size: 15px;
  line-height: 1.2em;
  color: #262626;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-products-carousel .owl-stage .owl-item {
  padding: 0 5px !important;
}
.category-products-carousel .owl-nav .owl-prev,
.category-products-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #9e73b9 !important;
}
.category-products-carousel .owl-nav .owl-prev:hover,
.category-products-carousel .owl-nav .owl-next:hover {
  color: #851b87 !important;
}
.category-products-carousel .owl-nav .owl-prev.disabled,
.category-products-carousel .owl-nav .owl-next.disabled {
  cursor: auto !important;
  opacity: 0.5;
  color: #9e73b9 !important;
}
.category-products-carousel .owl-nav .owl-prev i,
.category-products-carousel .owl-nav .owl-next i {
  font-weight: 400;
}
.category-products-carousel .owl-nav .owl-prev {
  left: 0;
}
.category-products-carousel .owl-nav .owl-next {
  right: 0;
}
.cms-custom-balloon-printing .narrow-container {
  max-width: 862px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cms-custom-balloon-printing .custom-balloon-printing-head {
    display: flex;
  }
}
.cms-custom-balloon-printing .custom-balloon-printing-head .image-wrapper {
  display: block;
  width: 50%;
  margin: 0 auto 32px;
}
@media screen and (min-width: 768px) {
  .cms-custom-balloon-printing .custom-balloon-printing-head .image-wrapper {
    margin: 0;
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .cms-custom-balloon-printing .custom-balloon-printing-head .info-wrapper {
    padding-left: 40px;
    width: 68%;
  }
}
@media screen and (min-width: 1480px) {
  .cms-custom-balloon-printing .custom-balloon-printing-head .info-wrapper {
    padding-left: 104px;
  }
}
.cms-custom-balloon-printing .custom-balloon-printing-head .info-wrapper h1 {
  margin: 0 0 25px;
  font-size: 24px;
  color: #9C74B7;
}
.cms-custom-balloon-printing .custom-balloon-printing-head .info-wrapper .text {
  margin: 0 0 25px;
}
.cms-custom-balloon-printing .custom-balloon-printing-head .info-wrapper .text p {
  font-size: 22px;
  line-height: 1.25em;
}
.cms-custom-balloon-printing .custom-balloon-printing-head .info-wrapper .text p:not(:last-child) {
  margin: 0 0 25px;
}
@media screen and (min-width: 1024px) {
  .cms-custom-balloon-printing .custom-balloon-printing-head .info-wrapper .text p:not(:last-child) {
    margin: 0 0 55px;
  }
}
.cms-custom-balloon-printing .custom-balloon-printing-head .info-wrapper .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 233px;
  height: 62px;
  background: #956FB9;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.cms-custom-balloon-printing .block-products-list.grid {
  margin: 0 -15px;
  padding: 24px;
  background: #F9F9FB;
}
@media screen and (min-width: 768px) {
  .cms-custom-balloon-printing .block-products-list.grid {
    margin: 0;
    border-radius: 16px;
  }
}
.cms-custom-balloon-printing .block-products-list.grid .block-title {
  margin: 0 0 24px;
}
.cms-custom-balloon-printing .block-products-list.grid .block-title strong {
  font-family: inherit;
  color: #262626;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.cms-custom-balloon-printing .block-products-list.grid .block-content .widget-product-grid {
  margin: 0 !important;
  border: none;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cms-custom-balloon-printing .block-products-list.grid .block-content .widget-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .cms-custom-balloon-printing .block-products-list.grid .block-content .widget-product-grid {
    grid-gap: 20px;
    grid-template-columns: repeat(6, 1fr);
  }
}
.cms-custom-balloon-printing .block-products-list.grid .block-content .widget-product-grid .product-item {
  padding: 15px;
  width: auto !important;
  margin: 0 !important;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  transition: ease all 300ms;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cms-custom-balloon-printing .block-products-list.grid .block-content .widget-product-grid .product-item:hover {
    box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.15);
  }
}
.cms-custom-balloon-printing .block-products-list.grid .block-content .widget-product-grid .product-item .product-item-info .product-img .product-image-container {
  width: 100% !important;
}
.cms-custom-balloon-printing .block-products-list.grid .block-content .widget-product-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cms-custom-balloon-printing .block-products-list.grid .block-content .widget-product-grid .product-item .product-item-info .product-item-details .product-reviews-summary {
  display: none;
}
.cms-custom-balloon-printing .block-products-list.grid .block-content .widget-product-grid .product-item .product-item-info .product-item-details .product-item-inner .qty-slider .add-action {
  width: 30px;
}
.cms-custom-balloon-printing .block-products-list.grid .block-content .widget-product-grid .product-item .product-item-info .product-item-details .product-item-inner .price-box {
  width: 120px;
}
.cms-custom-balloon-printing .block-products-list.grid .block-content .widget-product-grid .product-item .product-item-info .product-item-details .product-item-inner .tocart {
  width: 120px;
}
.cms-custom-balloon-printing .customizable-products {
  margin: 0 -15px;
  padding: 24px;
  background: #F9F9FB;
}
@media screen and (min-width: 768px) {
  .cms-custom-balloon-printing .customizable-products {
    margin: 0;
    border-radius: 16px;
  }
}
.cms-custom-balloon-printing .customizable-products .block-title {
  margin: 0 0 24px;
  padding: 0;
}
.cms-custom-balloon-printing .customizable-products .block-title strong {
  font-family: inherit;
  color: #262626;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.cms-custom-balloon-printing .customizable-products .block-content {
  padding: 0;
}
.cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid {
  margin: 0 !important;
  border: none;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid {
    grid-gap: 20px;
    grid-template-columns: repeat(6, 1fr);
  }
}
.cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid .product-item {
  padding: 0 0 15px !important;
  width: auto !important;
  margin: 0 !important;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  transition: ease all 300ms;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid .product-item:hover {
    box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.15);
  }
}
.cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid .product-item .product-item-info .product-img {
  margin: 0 0 10px;
}
.cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid .product-item .product-item-info .product-img .product-item-photo {
  display: block;
  padding: 10px 15px 4px;
}
.cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid .product-item .product-item-info .product-img .product-item-photo .product-image-container {
  display: block;
  width: 100%;
}
.cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid .product-item .product-item-info .product-img .product-item-photo .product-image-container .product-image-wrapper {
  display: block;
  padding-top: 110% !important;
  position: relative;
}
.cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid .product-item .product-item-info .product-img .product-item-photo .product-image-container .product-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid .product-item .product-item-info .product-item-details {
  padding: 0 15px;
}
.cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid .product-item .product-item-info .product-item-details .product-item-name {
  min-height: 48px;
  text-align: center;
  margin: 5px 0;
}
.cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  text-transform: none;
  color: #262626;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid .product-item .product-item-info .product-item-details .product-item-description {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1.15em;
  font-weight: bold;
  color: #7D7D7D;
  text-align: center;
}
.cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid .product-item .product-item-info .product-item-details .qty-slider {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.15em;
  color: #7D7D7D;
  text-align: center;
}
.cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid .product-item .product-item-info .product-item-details .qty-slider .qty-content {
  color: #7D7D7D;
}
.cms-custom-balloon-printing .customizable-products .block-content .widget-product-grid .product-item .product-item-info .product-item-details .price-box {
  margin: 0;
  font-size: 16px;
  line-height: 1.5em;
  color: #851b87;
  font-weight: bold;
  text-align: center;
}
.cms-custom-balloon-printing .products-pricing-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cms-custom-balloon-printing .products-pricing-table-wrapper table {
  width: 100%;
  min-width: 800px;
  border: none;
  font-size: 16px;
  color: #262626;
}
.cms-custom-balloon-printing .products-pricing-table-wrapper table tr:first-child td {
  color: #9C74B7;
}
.cms-custom-balloon-printing .products-pricing-table-wrapper table tr:nth-child(even) {
  background: #F9F9FB;
}
.cms-custom-balloon-printing .products-pricing-table-wrapper table tr td:first-child {
  font-weight: bold;
}
.cms-custom-balloon-printing .products-pricing-table-wrapper table td {
  border: none;
}
.amfaq_questions.widget .amfaq-title {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  text-align: left;
  color: #9C74B7;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: bold;
}
.amfaq_questions.widget .amfaq-title i {
  margin-right: 10px;
}
.amfaq_questions.widget .am-item {
  background: #F9F9FB;
  border: none;
  border-radius: 8px;
  padding: 24px;
  color: #262626;
}
.amfaq_questions.widget .am-item .am-title {
  position: relative;
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
}
.amfaq_questions.widget .am-item .am-title span:not(.amfaq-highlight) {
  font-family: "Font Awesome 5 Pro" !important;
  color: #9C74B7;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.amfaq_questions.widget .am-item .am-title .amfaq-highlight {
  background: #9676B5;
  color: #fff;
}
.amfaq_questions.widget .am-item .am-content {
  margin: 8px 0 0;
  padding: 0;
}
.amfaq_questions.widget .am-item .am-content .amfaq-short-answer-container {
  font-size: 16px;
  line-height: 1.2em;
}
.amfaq_questions.widget .am-item .am-content .amfaq-short-answer-container .amfaq-highlight {
  background: #9676B5;
  color: #fff;
}
.amfaq_questions.widget .am-item .am-content .amfaq-question-footer-wrapper .am-links {
  margin: 10px 0 0;
  padding: 0;
}
.amfaq_questions.widget .am-item .am-content .amfaq-question-footer-wrapper .am-links a {
  color: #956FB9;
  font-size: 16px;
  line-height: 1em;
  text-decoration: underline;
}
.amfaq_questions.widget .am-item .am-content .amfaq-question-footer-wrapper .am-links a:hover {
  color: #851b87;
}
.ask-question-form.widget {
  margin: 70px 0 0;
}
.ask-question-form.widget .button-container {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ask-question-form.widget .button-container .button-info {
  width: calc(100% - 115px);
  margin: 0;
  font-size: 22px;
  color: #262626;
}
.ask-question-form.widget .button-container .form-toggle-button {
  margin: 0;
  padding: 0;
  border: none;
  color: #9C74B7;
  background: none;
  font-size: 16px;
}
.ask-question-form.widget .ask-form-container {
  margin: 15px 0 0;
  padding: 24px;
  background: #F9F9FB;
  border: 1px solid #E9E9E9;
  border-radius: 12px;
}
.ask-question-form.widget .ask-form-container .fieldset {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .ask-question-form.widget .ask-form-container .fieldset .field.name-field,
  .ask-question-form.widget .ask-form-container .fieldset .field.email-field {
    max-width: 50%;
  }
}
.ask-question-form.widget .ask-form-container .fieldset .field.notify-field {
  display: flex;
  align-items: center;
}
.ask-question-form.widget .ask-form-container .fieldset .field:not(.notify-field) .label {
  font-weight: 700 !important;
  line-height: 1.5em;
}
.ask-question-form.widget .ask-form-container .fieldset .field .label {
  margin: 0;
  font-size: 16px;
  color: #262626;
}
.ask-question-form.widget .ask-form-container .fieldset .field .input-text {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #E9E9E9;
}
.ask-question-form.widget .ask-form-container .fieldset .field input.input-text {
  height: 40px;
}
.ask-question-form.widget .ask-form-container .fieldset .field textarea.input.text {
  height: 100px;
}
.ask-question-form.widget .ask-form-container .fieldset .field .checkbox {
  margin: 0 10px 0 0;
  width: 17px;
  height: 17px;
}
.ask-question-form.widget .ask-form-container .fieldset .field .checkbox:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
}
.ask-question-form.widget .ask-form-container .fieldset .field .checkbox:checked:before {
  background: #9e73b9;
  border: none;
}
.ask-question-form.widget .ask-form-container .fieldset .field .checkbox:checked:after {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.ask-question-form.widget .ask-form-container .fieldset .field .mage-error {
  margin: 0;
}
.ask-question-form.widget .ask-form-container .fieldset .action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 250px;
  height: 60px;
  border-radius: 50px !important;
  font-size: 18px;
  font-weight: 700;
}
.cms-page-view .category-list-widget {
  margin: 0 -15px;
  padding: 24px 24px 0;
  background: #F9F9FB;
}
@media screen and (min-width: 768px) {
  .cms-page-view .category-list-widget {
    margin: 0;
    border-radius: 16px;
  }
}
.cms-page-view .category-list-widget .title {
  margin: 0;
  color: #262626;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.cms-page-view .category-list-widget .amslider-container {
  margin: 0;
  width: 100%;
}
.cms-page-view .category-list-widget .amslider-container .amslider {
  margin: 0;
}
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-button-prev,
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-button-next {
  margin: 0 10px !important;
  transform: none !important;
  top: auto !important;
  bottom: 24px;
  font-size: 20px;
  border: 3px solid #9e73b9;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9e73b9;
}
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-button-prev.swiper-button-lock,
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-button-next.swiper-button-lock {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-button-prev:hover,
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-button-next:hover {
  border-color: #851b87;
  background: #851b87;
  opacity: 1;
}
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-button-prev:hover:before,
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-button-next:hover:before {
  color: #fff;
}
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-button-prev {
  left: auto !important;
  right: 50% !important;
}
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-button-prev:after {
  content: "\f0d9";
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  font-size: 20px;
}
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-button-next {
  left: 50% !important;
}
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-button-next:after {
  content: "\f0da";
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  left: 55%;
  transform: translate(-50%);
  font-size: 20px;
}
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-container {
  padding: 24px 0 88px;
}
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-container .swiper-slide {
  padding: 0;
  height: auto;
}
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-container .swiper-slide .swiper-category-item {
  padding: 15px;
  height: 100%;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  transition: ease all 300ms;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cms-page-view .category-list-widget .amslider-container .amslider .swiper-container .swiper-slide .swiper-category-item:hover {
    transform: scale(1.19);
    box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.15);
  }
}
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-container .swiper-slide .swiper-category-item .wrap-img {
  padding-top: 100%;
  margin: 0 0 25px;
  position: relative;
}
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-container .swiper-slide .swiper-category-item .wrap-img img {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cms-page-view .category-list-widget .amslider-container .amslider .swiper-container .swiper-slide .swiper-category-item .category-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #262626;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container {
  padding: 24px 0;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(var(--cols), 1fr);
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-m-1 {
  --cols: 1;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-m-2 {
  --cols: 2;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-m-3 {
  --cols: 3;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-m-4 {
  --cols: 4;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-m-5 {
  --cols: 5;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-m-6 {
  --cols: 6;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-m-7 {
  --cols: 7;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-m-8 {
  --cols: 8;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-m-9 {
  --cols: 9;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-m-10 {
  --cols: 10;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-m-11 {
  --cols: 11;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-m-12 {
  --cols: 12;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-t-1 {
    --cols: 1;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-t-2 {
    --cols: 2;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-t-3 {
    --cols: 3;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-t-4 {
    --cols: 4;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-t-5 {
    --cols: 5;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-t-6 {
    --cols: 6;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-t-7 {
    --cols: 7;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-t-8 {
    --cols: 8;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-t-9 {
    --cols: 9;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-t-10 {
    --cols: 10;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-t-11 {
    --cols: 11;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-t-12 {
    --cols: 12;
  }
}
@media (min-width: 1200px) {
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper {
    grid-gap: 20px;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-d-1 {
    --cols: 1;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-d-2 {
    --cols: 2;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-d-3 {
    --cols: 3;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-d-4 {
    --cols: 4;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-d-5 {
    --cols: 5;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-d-6 {
    --cols: 6;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-d-7 {
    --cols: 7;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-d-8 {
    --cols: 8;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-d-9 {
    --cols: 9;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-d-10 {
    --cols: 10;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-d-11 {
    --cols: 11;
  }
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper.col-d-12 {
    --cols: 12;
  }
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper .slide {
  margin: 0;
  max-width: initial;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper .slide .category-item {
  padding: 15px;
  height: 100%;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  transition: ease all 300ms;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper .slide .category-item:hover {
    transform: scale(1.19);
    box-shadow: 0px 8px 16px 4px rgba(0, 0, 0, 0.15);
  }
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper .slide .category-item .wrap-img {
  padding-top: 100%;
  margin: 0 0 25px;
  position: relative;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper .slide .category-item .wrap-img img {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cms-page-view .category-list-widget .amslider-container .amslider .container .wrapper .slide .category-item .category-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #262626;
}
.savecartpro-customer-cartlist .table-wrap .wrapper,
.savecartpro-customer-viewcart .table-wrap .wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.savecartpro-customer-cartlist .table-wrap .table,
.savecartpro-customer-viewcart .table-wrap .table {
  min-width: 600px;
}
.savecartpro-customer-cartlist .table-wrap .table tr,
.savecartpro-customer-viewcart .table-wrap .table tr {
  border-bottom: 1px solid #F5F5F5;
}
.savecartpro-customer-cartlist .table-wrap .table tr:hover,
.savecartpro-customer-viewcart .table-wrap .table tr:hover {
  background: #F9F9FB;
}
.savecartpro-customer-cartlist .table-wrap .table th,
.savecartpro-customer-viewcart .table-wrap .table th {
  border: none !important;
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  color: #262626;
  text-transform: uppercase;
  padding: 14px 8px 12px;
  opacity: 0.6;
}
.savecartpro-customer-cartlist .table-wrap .table td,
.savecartpro-customer-viewcart .table-wrap .table td {
  font-size: 15px;
  line-height: 18px;
  color: #262626;
  padding: 16px 8px 14px;
}
.savecartpro-customer-cartlist .table-wrap .table td a,
.savecartpro-customer-viewcart .table-wrap .table td a {
  color: #9e73b9;
}
.savecartpro-customer-cartlist .table-wrap .field,
.savecartpro-customer-viewcart .table-wrap .field {
  margin: 0 0 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.savecartpro-customer-cartlist .table-wrap .field .action,
.savecartpro-customer-viewcart .table-wrap .field .action {
  background: #851b87;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
  border: none;
  height: 50px;
  margin: 15px 0 0 0;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.savecartpro-customer-cartlist .table-wrap .table {
  background: #fff;
}
.savecartpro-customer-cartlist .table-wrap .table .checkbox {
  top: -2px;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 17px;
  height: 17px;
}
.savecartpro-customer-cartlist .table-wrap .table .checkbox:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #B7B7B7;
  border-radius: 2px;
}
.savecartpro-customer-cartlist .table-wrap .table .checkbox:checked:before {
  background: #9e73b9;
  border: none;
}
.savecartpro-customer-cartlist .table-wrap .table .checkbox:checked:after {
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.savecartpro-customer-cartlist .table-wrap .table td {
  vertical-align: middle;
}
.savecartpro-customer-cartlist .table-wrap .table .col-wrap {
  display: flex;
}
.savecartpro-customer-cartlist .table-wrap .table .col-wrap a {
  color: #9e73b9 !important;
}
.savecartpro-customer-cartlist .table-wrap .table .col-wrap a:not(:last-child) {
  margin: 0 20px 0 0;
}
.savecartpro-customer-cartlist .table-wrap .table .col-wrap a i {
  font-size: 18px;
}
.savecartpro-customer-viewcart .table-wrap {
  margin: 25px 0 0;
}
.savecartpro-customer-viewcart .table-wrap .table {
  background: #fff;
}
.savecartpro-customer-viewcart .table-wrap .table td {
  vertical-align: middle;
}
.savecartpro-customer-viewcart .table-wrap .table td.col.prdname p {
  margin: 0;
}
.savecartpro-customer-viewcart .table-wrap .total {
  display: flex;
  justify-content: flex-end;
}
.save-cart-modal .modal-inner-wrap {
  padding: 30px;
  background: #fff !important;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  min-height: 0 !important;
}
.save-cart-modal .modal-inner-wrap .modal-header {
  margin: 0 0 20px;
}
.save-cart-modal .modal-inner-wrap .modal-header .modal-title {
  padding: 0;
  line-height: 1em;
}
.save-cart-modal .modal-inner-wrap .modal-content {
  padding: 0;
}
.save-cart-modal .modal-inner-wrap .modal-content .text {
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 1em;
}
.save-cart-modal .modal-inner-wrap .modal-content .fieldset {
  margin: 0;
}
.save-cart-modal .modal-inner-wrap .modal-content #txtcartname,
.save-cart-modal .modal-inner-wrap .modal-content #slctupdate,
.save-cart-modal .modal-inner-wrap .modal-content .savcart-modal-input,
.save-cart-modal .modal-inner-wrap .modal-content #txtmail_content {
  margin: 0;
  border: 1px solid #B7B7B7;
  background: #fff;
  box-shadow: none;
  transition: ease all 500ms;
  height: auto;
}
.save-cart-modal .modal-inner-wrap .modal-content #txtcartname:not(:disabled):hover,
.save-cart-modal .modal-inner-wrap .modal-content #slctupdate:not(:disabled):hover,
.save-cart-modal .modal-inner-wrap .modal-content .savcart-modal-input:not(:disabled):hover,
.save-cart-modal .modal-inner-wrap .modal-content #txtmail_content:not(:disabled):hover,
.save-cart-modal .modal-inner-wrap .modal-content #txtcartname:not(:disabled):focus,
.save-cart-modal .modal-inner-wrap .modal-content #slctupdate:not(:disabled):focus,
.save-cart-modal .modal-inner-wrap .modal-content .savcart-modal-input:not(:disabled):focus,
.save-cart-modal .modal-inner-wrap .modal-content #txtmail_content:not(:disabled):focus {
  border: 1px solid #9e73b9;
}
.save-cart-modal .modal-inner-wrap .modal-content #txtcartname,
.save-cart-modal .modal-inner-wrap .modal-content .savcart-modal-input {
  padding: 10px 15px;
  border-radius: 20px;
}
.save-cart-modal .modal-inner-wrap .modal-content .savcart-modal-input:not(:last-of-type) {
  margin: 0 0 15px;
}
.save-cart-modal .modal-inner-wrap .modal-content #slctupdate {
  padding: 10px 30px 10px 15px;
  -webkit-appearance: none;
  background-image: url('../../frontend/Balltheme/balloon/en_US/images/select_arrow.png') !important;
  background-position: 95% 50% !important;
  background-repeat: no-repeat !important;
}
.save-cart-modal .modal-inner-wrap .modal-content #txtmail_content {
  margin: 15px 0 0;
  padding: 10px 15px;
  border-radius: 5px;
}
.save-cart-modal .modal-inner-wrap .modal-content button {
  background: #851b87;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
  border: none;
  height: 50px;
  margin: 15px 0 0;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badger-honey:before{content:"\f6b4"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bootstrap:before{content:"\f836"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-loaf:before{content:"\f7eb"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-burrito:before{content:"\f7ed"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-scatter:before{content:"\f7ee"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-croissant:before{content:"\f7f6"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-crutches:before{content:"\f7f8"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fish-cooked:before{content:"\f7fe"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-medical:before{content:"\f809"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f80a"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\f80b"}.fa-home-lg-alt:before{content:"\f80c"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hospitals:before{content:"\f80e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-flood:before{content:"\f74f"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailbox:before{content:"\f813"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-meat:before{content:"\f814"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rv:before{content:"\f7be"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salad:before{content:"\f81e"}.fa-salesforce:before{content:"\f83b"}.fa-sandwich:before{content:"\f81f"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-soup:before{content:"\f823"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-stars:before{content:"\f762"}.fa-staylinked:before{content:"\f3f5"}.fa-steak:before{content:"\f824"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-swords:before{content:"\f71d"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tanakh:before{content:"\f827"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-medical:before{content:"\f830"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walker:before{content:"\f831"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-display:swap;font-style:normal;font-weight:normal;font-display:swap;src:url(../../frontend/Balltheme/balloon/en_US/css/font/fa-brands-400.eot);src:url(../../frontend/Balltheme/balloon/en_US/css/font/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-brands-400.woff2) format("woff2"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-brands-400.woff) format("woff"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-brands-400.ttf) format("truetype"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:swap;src:url(../../frontend/Balltheme/balloon/en_US/css/font/fa-light-300.eot);src:url(../../frontend/Balltheme/balloon/en_US/css/font/fa-light-300.eot?#iefix) format("embedded-opentype"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-light-300.woff2) format("woff2"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-light-300.woff) format("woff"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-light-300.ttf) format("truetype"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:swap;src:url(../../frontend/Balltheme/balloon/en_US/css/font/fa-regular-400.eot);src:url(../../frontend/Balltheme/balloon/en_US/css/font/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-regular-400.woff2) format("woff2"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-regular-400.woff) format("woff"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-regular-400.ttf) format("truetype"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:swap;src:url(../../frontend/Balltheme/balloon/en_US/css/font/fa-solid-900.eot);src:url(../../frontend/Balltheme/balloon/en_US/css/font/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-solid-900.woff2) format("woff2"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-solid-900.woff) format("woff"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-solid-900.ttf) format("truetype"),url(../../frontend/Balltheme/balloon/en_US/css/font/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}.affiliate_social_buttons {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 10;
}

.block.block-collapsible-nav.amasty-affiliate-collapsible {
    top: 30px;
    z-index: 4;
}

@media only screen and (max-width: 767px) {
    .account .page-main, .cms-privacy-policy .page-main {
        padding-top: 85px;
    }
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

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

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    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 {
    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/Balltheme/balloon/en_US/Amasty_Groupcat/js/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/Balltheme/balloon/en_US/Amasty_Groupcat/js/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/Balltheme/balloon/en_US/Amasty_Groupcat/js/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;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../../frontend/Balltheme/balloon/en_US/Amasty_Groupcat/js/fancybox/fancybox_overlay.png');
}

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

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

/* Title helper */

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

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

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

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

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

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

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

/* fancybox-thumbs */

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 2px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
}

.amhideprice-form-ledend {
    margin: 0 !important;
}

.amhideprice-hidden {
    display: none;
}
@charset "UTF-8";.fancyambox-enabled{overflow:hidden}.fancyambox-enabled body{overflow:visible;height:100%}.fancyambox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancyambox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancyambox-container~.fancyambox-container{z-index:99992}.fancyambox-bg,.fancyambox-inner,.fancyambox-outer,.fancyambox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancyambox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancyambox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancyambox-is-open .fancyambox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancyambox-caption-wrap,.fancyambox-infobar,.fancyambox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancyambox-show-caption .fancyambox-caption-wrap,.fancyambox-show-infobar .fancyambox-infobar,.fancyambox-show-toolbar .fancyambox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancyambox-infobar{top:0;left:50%;margin-left:-79px}.fancyambox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancyambox-toolbar{top:0;right:0}.fancyambox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancyambox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancyambox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancyambox-is-sliding .fancyambox-slide,.fancyambox-slide--current,.fancyambox-slide--next,.fancyambox-slide--previous{display:block}.fancyambox-slide--image{overflow:visible}.fancyambox-slide--image:before{display:none}.fancyambox-slide--video .fancyambox-content,.fancyambox-slide--video iframe{background:#000}.fancyambox-slide--map .fancyambox-content,.fancyambox-slide--map iframe{background:#e5e3df}.fancyambox-slide--next{z-index:99995}.fancyambox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancyambox-slide .fancyambox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-can-zoomOut .fancyambox-image-wrap{cursor:zoom-out}.fancyambox-can-zoomIn .fancyambox-image-wrap{cursor:zoom-in}.fancyambox-can-drag .fancyambox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancyambox-is-dragging .fancyambox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancyambox-image,.fancyambox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-spaceball{z-index:1}.fancyambox-slide--iframe .fancyambox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancyambox-iframe{display:block;padding:0;border:0;height:100%}.fancyambox-error,.fancyambox-iframe{margin:0;width:100%;background:#fff}.fancyambox-error{padding:40px;max-width:380px;cursor:default}.fancyambox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancyambox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancyambox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancyambox-close-small:hover:after{color:#555;background:#eee}.fancyambox-slide--iframe .fancyambox-close-small{top:0;right:-44px}.fancyambox-slide--iframe .fancyambox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancyambox-slide--iframe .fancyambox-close-small:hover:after{color:#fff}.fancyambox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancyambox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancyambox-caption a,.fancyambox-caption button,.fancyambox-caption select{pointer-events:all}.fancyambox-caption a{color:#fff;text-decoration:underline}.fancyambox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancyambox-button[disabled]{cursor:default;pointer-events:none}.fancyambox-button,.fancyambox-infobar__body{background:rgba(30,30,30,.6)}.fancyambox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancyambox-button:after,.fancyambox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancyambox-button[disabled]:after,.fancyambox-button[disabled]:before{opacity:.3}.fancyambox-button--left:after,.fancyambox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancyambox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancyambox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--left{border-bottom-left-radius:5px}.fancyambox-button--right{border-bottom-right-radius:5px}.fancyambox-button--close:after,.fancyambox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancyambox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancyambox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancyambox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancyambox-arrow--right{right:0}.fancyambox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancyambox-arrow--left:after,.fancyambox-arrow--right:after{left:0}.fancyambox-show-nav .fancyambox-arrow{opacity:.6}.fancyambox-show-nav .fancyambox-arrow[disabled]{opacity:.3}.fancyambox-slide>.fancyambox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancyambox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancyambox-fx-slide.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancyambox-fx-fade.fancyambox-slide--next,.fancyambox-fx-fade.fancyambox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancyambox-fx-fade.fancyambox-slide--current{opacity:1}.fancyambox-fx-zoom-in-out.fancyambox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancyambox-fx-rotate.fancyambox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancyambox-fx-circular.fancyambox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancyambox-fx-tube.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancyambox-fx-tube.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancyambox-fx-tube.fancyambox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancyambox-infobar{left:0;margin-left:0}.fancyambox-button--left,.fancyambox-button--right{display:none!important}.fancyambox-caption{padding:20px 0;margin:0}}.fancyambox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancyambox-button--pause:before,.fancyambox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancyambox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancyambox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancyambox-button--thumbs,.fancyambox-thumbs{display:none}@media (min-width:800px){.fancyambox-button--thumbs{display:inline-block}.fancyambox-button--thumbs span{font-size:23px}.fancyambox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancyambox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancyambox-show-thumbs .fancyambox-thumbs{display:block}.fancyambox-show-thumbs .fancyambox-inner{right:220px}.fancyambox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancyambox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancyambox-thumbs-loading{background:rgba(0,0,0,.1)}.fancyambox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancyambox-thumbs>ul>li.fancyambox-thumbs-active:before{opacity:1}}
@media all and (min-width: 768px), print {
    .amhideprice-form {
        max-width: 700px;
        width: 40%;
    }
}

@media all and (max-width: 767px), print {
    .amhideprice-form {
        width: 80%;
    }
}

.amhideprice-form {
    position: relative;
    padding: 30px;
    vertical-align: middle;
    background: #fafafa;
}

div.message.am-hide-message {
    display: inline-block;
    padding: 13px 70px;
}

.fancyambox-stage .amhideprice-form .legend span {
    font-size: 1.8rem;
}

.amhideprice-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.amhideprice-close:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) no-repeat center;
    background-size: contain;
}

a.amasty-hide-price-container {
    cursor: pointer;
}
.amasty-shipbar.container {
    display: inline-grid;
    width: 100%;
    min-height: 54px;
}

.amasty-shipbar.container.fixed {
    position: fixed;
    z-index: 9999;
}

.amasty-shipbar.top {
    top: 0;
}

.amasty-shipbar.bottom {
    bottom: 0;
}

.amasty-shipbar .main-container {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.amasty-shipbar .bar-content {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    border-radius: 5px 0 0 5px;
}
.amasty-shipbar .bar-content.no-border {
    border-radius: 0;
}

.amasty-shipbar-car .amshipbar-mobile {
    display: block;
    width: 60px;
    margin-right: 5px;
}

.amasty-shipbar-car {
    margin: auto 5px;
}

.amasty-shipbar .label-content {
    vertical-align: middle;
}

.amasty-shipbar .content {
    margin: auto;
    padding: 15px 60px;
    text-align: center;
}

.amasty-shipbar .close-button {
    position: absolute;
    right: 10px;
    margin: 15px 0;
}

.amasty-shipbar .extra {
    position: relative;
    width: 20px;
    margin-left: 3px;
    vertical-align: middle;
    cursor: pointer;
}

.amasty-shipbar .close-button .extra {
    width: 15px;
    margin-right: 5px;
}

.amasty-shipbar .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.amasty-shipbar .closed {
    padding-top: 8px;
    position: absolute;
    right: 0;
    cursor: pointer;
    pointer-events: all;
}

@media only screen and (max-width: 767px) {
    .amasty-shipbar .content {
        margin: auto;
        padding: 45px 15px 15px 12px;
    }

    .amasty-shipbar-car {
        display: none;
    }

    .amasty-shipbar .bar-content {
        border-radius: 0;
    }

    .amasty-shipbar-car.closed {
        display: block;
    }
}/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

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

.customer-login-popup .modal-header {display: none;}
.customer-login-popup .modal-header.custom-modal-header {display: block; padding-left: 0; padding-right: 0; padding-top: 2rem;}
.customer-login-popup .custom-modal-header .modal-title{padding-bottom: 20px; border:0; text-align: center; text-transform: uppercase; }
.customer-login-popup .left-section {float: right; width: 48%; max-width: 330px; height: 591px;}
.customer-login-popup .left-section img.leftimg {width: 100%; height: 100%; object-fit: cover; float: left; display:inline-block}
.customer-login-popup button{text-transform: uppercase}
.clear{clear: both}

/* login */
ul#login-type, .password-login ul{list-style: none; margin: 0px; padding: 0px;}
ul#login-type li {float: left; width: 47%; /*border: 1px solid #fff;*/ text-align: center; text-transform: uppercase; }
ul#login-type li.login-type-last {float: right;}
.login-option a{font-weight: bold; background-color: #eeeeee; display: block; padding:10px 8px; color:#000000; text-decoration: none}
.login-option a.active{background-color: #169fc8; color:#ffffff}
.login-section .otp-login, .login-section .password-login{padding-top: 30px}
.login-section .otp-login .actions-toolbar{padding-top: 135px;}
.login-section .actions-links .register {float: left;}
.login-section .actions-links .forogotlink {float: right;}
.login-section .actions-toolbar, .registratio-section .actions-toolbar{ padding-top: 15px;
    display: flex;
    justify-content: center;}
button#resendlogin {margin-top: 45px;}

/*button.action.submit.primary.submit-btn {
    margin-left: 34%;
}*/

/*button#resetbyemail {
    margin-left: 35%;
}*/


/* registration */
.registratio-section .reg-form .field{width:47%; float: left;}
.registratio-section .reg-form .field, .registratio-section .reg-form .fields{margin-bottom: 12px;}
.registratio-section .reg-form .field.even{margin-left: 6%;}
.registratio-section .reg-form .fields{width:100%;}
.registratio-section .reg-form .field.email{width:100%;}
.registratio-section .reg-form .even.field {margin-left: 28px;}
input.resend-regi-sendotp-default.button.primary.action { margin-right: 361px;}
/* forgot */
.forgot-password-section .actions-toolbar{  display: flex;
    justify-content: center;padding-top: 145px;}
.forgot-password-section .forgotpasswordform .fields{margin-bottom: 12px; width: 100%}
.forgotpasswordform .custom-select.fields {float: right;width: 35%;}
.forgotpasswordform label.reset-msg {float: left;width: 60%;}
#emailpasswrong_msg{display:none;}
button#resendforgot {margin-top: 45px;}

.actions-toolbar > .primary:last-child, .actions-toolbar > .secondary:last-child {
/*    margin-left: 35%;*/
    margin-bottom: 0;
}

button#resendreg {
    margin-top: 45px;
/*    margin-left: 165px;*/
}


.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    padding-left: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
}


#resendotpbtn{
    margin-top: 10px;
}
.mobbtn {
    margin-top: 10px;
}
#otp
{
    width: 241px !important;
    margin-top: 12px;
}


@media only screen and (min-width: 768px) {
    .customer-login-popup .modal-inner-wrap{width:40%}
    .customer-login-popup.ultimate .modal-inner-wrap{width:800px; height:600px}
    .customer-login-popup .right-section {float: left; width: 53%;}
    .customer-login-popup.ultimate .modal-content {margin: 0; padding: 0; padding-left:3rem;}
    .ultimate .registratio-section .reg-form .even.field {margin-left: 23px;}

}

@media only screen and (max-width: 767px) {
    #customer-popup-login{display: none}
    .customer-login-popup  .left-section{display: none}
    .registratio-section .reg-form .field{width:49%; float: left;}
    .registratio-section .reg-form .field.even{margin-left: 2%;}
    .modal-popup.customer-login-popup.modal-slide .modal-inner-wrap[class] {background-color: #ffffff}
}
.intl-tel-input {
  position: relative;
  display: block; }
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
.intl-tel-input .hide {
  display: none; }
.intl-tel-input .v-hide {
  visibility: hidden; }
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0;
  padding-right: 50px;
}
.intl-tel-input .country-list
{
  z-index:9999 !important;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px; }
.modal
{
  z-index: 99 !important;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px; }
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555; }
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555; }
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 150px;
  overflow-y: scroll; }
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px; }
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px; }
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal; } }
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC; }
.intl-tel-input .country-list .country {
  padding: 5px 10px; }
.intl-tel-input .country-list .country .dial-code {
  color: #999; }
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle; }
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px; }
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0; }
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px; }
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer; }
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default; }
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent; }
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table; }
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px; }
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px; }
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px; }
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px; }
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px; }
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px; }
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px; }
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px; }
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px; }
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }
.intl-tel-input.iti-container:hover {
  cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti-flag {
  width: 20px; }
.iti-flag.be {
  width: 18px; }
.iti-flag.ch {
  width: 15px; }
.iti-flag.mc {
  width: 19px; }
.iti-flag.ne {
  width: 18px; }
.iti-flag.np {
  width: 13px; }
.iti-flag.va {
  width: 15px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5652px 15px; } }
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px; }
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px; }
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px; }
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px; }
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px; }
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px; }
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px; }
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px; }
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px; }
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px; }
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px; }
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px; }
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px; }
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px; }
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px; }
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px; }
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px; }
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px; }
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px; }
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px; }
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px; }
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px; }
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px; }
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px; }
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px; }
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px; }
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px; }
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px; }
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px; }
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px; }
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px; }
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px; }
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px; }
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px; }
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px; }
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px; }
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px; }
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px; }
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px; }
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px; }
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px; }
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px; }
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px; }
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px; }
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px; }
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px; }
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px; }
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px; }
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px; }
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px; }
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px; }
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px; }
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px; }
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px; }
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px; }
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px; }
.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0px; }
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px; }
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px; }
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px; }
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px; }
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px; }
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px; }
.iti-flag.do {
  height: 14px;
  background-position: -1379px 0px; }
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px; }
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px; }
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px; }
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px; }
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px; }
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px; }
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px; }
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px; }
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px; }
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px; }
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px; }
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px; }
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px; }
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px; }
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px; }
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px; }
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px; }
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px; }
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px; }
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px; }
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px; }
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px; }
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px; }
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px; }
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px; }
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px; }
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px; }
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px; }
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px; }
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px; }
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px; }
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px; }
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px; }
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px; }
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px; }
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px; }
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px; }
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px; }
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px; }
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px; }
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px; }
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px; }
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px; }
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px; }
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px; }
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px; }
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px; }
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px; }
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px; }
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px; }
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px; }
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px; }
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px; }
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px; }
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px; }
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px; }
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px; }
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px; }
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px; }
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px; }
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px; }
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px; }
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px; }
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px; }
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px; }
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px; }
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px; }
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px; }
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px; }
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px; }
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px; }
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px; }
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px; }
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px; }
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px; }
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px; }
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px; }
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px; }
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px; }
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px; }
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px; }
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px; }
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px; }
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px; }
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px; }
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px; }
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px; }
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px; }
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px; }
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px; }
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px; }
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px; }
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px; }
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px; }
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px; }
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px; }
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px; }
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px; }
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px; }
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px; }
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px; }
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px; }
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px; }
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px; }
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px; }
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px; }
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px; }
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px; }
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px; }
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px; }
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px; }
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px; }
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px; }
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px; }
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px; }
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px; }
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px; }
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px; }
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px; }
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px; }
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px; }
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px; }
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px; }
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px; }
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px; }
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px; }
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px; }
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px; }
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px; }
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px; }
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px; }
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px; }
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px; }
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px; }
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px; }
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px; }
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px; }
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px; }
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px; }
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px; }
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px; }
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px; }
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px; }
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px; }
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px; }
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px; }
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px; }
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px; }
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px; }
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px; }
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px; }
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px; }
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px; }
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px; }
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px; }
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px; }
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px; }
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px; }
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px; }
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px; }
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px; }
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px; }
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px; }
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px; }
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px; }
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px; }
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px; }
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px; }
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px; }
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px; }
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px; }
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px; }
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px; }
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px; }
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px; }
.iti-flag.un {
  height: 14px;
  background-position: -5241px 0px; }
.iti-flag.us {
  height: 11px;
  background-position: -5263px 0px; }
.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0px; }
.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0px; }
.iti-flag.va {
  height: 15px;
  background-position: -5329px 0px; }
.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0px; }
.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0px; }
.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0px; }
.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0px; }
.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0px; }
.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0px; }
.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0px; }
.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0px; }
.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0px; }
.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0px; }
.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0px; }
.iti-flag.za {
  height: 14px;
  background-position: -5588px 0px; }
.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0px; }
.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../frontend/Balltheme/balloon/en_US/Magecomp_Mobilelogin/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url("../../frontend/Balltheme/balloon/en_US/Magecomp_Mobilelogin/img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }
.notice {
  margin-top: 8px !important;
  font-family: system-ui;
  font-size: 13px;
}
.modal-title {
  font-size: 31px !important;
  line-height: 59px;
  color: #000000;
  font-weight: 600 !important;
}
::placeholder {
  font-family: system-ui;
  font-size: 13px;
  font-weight: 500 !important;
}
.register,
.forogotlink {
  font-family: system-ui;
  font-size: 13px;
  margin-top: 50px;
}
.submit-btn {
  border-radius: 4px;
  width: 132px;
  height: 37px;
  margin-top: 25px;
  padding: 0px 8px !important;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.26));
}
.btn-title {
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 700;
}
input[type='radio']:focus {
  box-shadow: none !important;
}
div.mage-error {
  color: red !important;
}
input[type='radio'] {
  opacity: unset;
  margin: 3px;
  position: relative;
  height: 12px;
  width: 12px;
}
.customer-login-popup.ultimate .modal-inner-wrap {
  filter: drop-shadow(0px 8px 8px #000000);
}
.input-box,
.otp-content {
  margin-top: 30px;
}
.actions-toolbar {
  padding-top: 0px !important;
}
.msgtitle {
  font-family: system-ui;
  font-size: 14px;
  font-weight: 500 !important;
  margin-top: 30px;
}
.msgdesc {
  margin-top: 9px;
  font-family: system-ui;
  font-size: 13px;
}
.otp-input {
  width: 380px !important;
}
.input-field {
  margin-top: 5px !important;
}
.reg-btn {
  width: 220px;
  border-radius: 4px;
  height: 37px;
  margin-top: 25px;
  padding: 0px 8px !important;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.26));
}
.modal-popup .action-close {
  padding: 0;
}
#forgotpass {
  font-family: system-ui;
  font-size: 14px;
}
.email-btn {
  width: 139px;
  height: 37px;
  border-radius: 4px;
  margin-top: 25px;
  padding: 0px 8px !important;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.26));
}
.msg {
  height: 32px;
}
.reset-type {
  border: none;
  width: 149px;
  margin-left: -49px;
  margin-top: -7px;
}
#radio-space {
  margin-right: 8px;
}
.forgot-input {
  margin-top: 30px;
}
.closebutton {
  color: white !important;
  position: relative !important;
  font-size: 13px;
  left: 0px;
  font-family: system-ui !important;
  font-weight: bolder;
}
.iti iti--allow-dropdown {
  width: 100%;
}
.modal-header button {
  font-size: unset !important;
}
.action-close {
  margin-right: 13px !important;
  margin-top: 6px !important;
}
.submit-btn-login {
  width: 186px !important;
  height: 37px !important;
  border-radius: 4px;
  margin-top: 25px !important;
  padding: 0px 8px !important;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.26));
}
.input-line:focus {
  box-shadow: none !important;
  border: none !important;
  border-bottom: 2px solid black !important;
  padding: 0 0px !important;
}
#loginwithotp,
#loginwithajax {
  border-radius: 4px;
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.26));
}
.input-line {
  border: none !important;
  border-bottom: 2px solid black !important;
  box-shadow: 5px 8px 10px -11px #000000 !important;
  padding: 0 0px !important;
}
.regimage,
.loginimage,
.forgotimage {
  height: 100%;
}
#customer-popup-login {
  display: none;
}
.mobileotpsenderror,
.mobileExist,
.blankerror,
.mobileNotValid,
.checkotperror {
  display: none;
}
.progress-indicator,
.customer-progress-indicator {
  display: none;
}
#otpverify2 {
  display: none;
}
#customer-login-please-wait {
  display: none;
}
.error1 {
  color: #f44242;
  padding: 9px;
  margin-top: 10px;
  clear: both;
}
#submitbtnajax1 {
  display: flex;
  margin-top: 30px;
}
.create-account-resend-otp {
  float: right;
  cursor: pointer !important;
}
@media only screen and (max-width: 473px) and (min-width: 360px) {
  #forgotpass {
    font-size: 11px;
    margin-left: -17px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 100px) {
  .action-close:before {
    margin-top: -13px !important;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.7 filter: alpha(opacity = 70);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(../../frontend/Balltheme/balloon/en_US/Ves_All/lib/colorbox/images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(../../frontend/Balltheme/balloon/en_US/Ves_All/lib/colorbox/images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(../../frontend/Balltheme/balloon/en_US/Ves_All/lib/colorbox/images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../../frontend/Balltheme/balloon/en_US/Ves_All/lib/colorbox/images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(../../frontend/Balltheme/balloon/en_US/Ves_All/lib/colorbox/images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(../../frontend/Balltheme/balloon/en_US/Ves_All/lib/colorbox/images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(../../frontend/Balltheme/balloon/en_US/Ves_All/lib/colorbox/images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(../../frontend/Balltheme/balloon/en_US/Ves_All/lib/colorbox/images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999; /*border-top: 1px solid #ddd; padding-top: 15px; */}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(../../frontend/Balltheme/balloon/en_US/Ves_All/lib/colorbox/images/loading.gif) no-repeat center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; top:-27px; right:-25px; display:block; color:transparent;background:url(../../frontend/Balltheme/balloon/en_US/Ves_All/lib/colorbox/images/fancy_close.png) no-repeat 0 0; width: 30px; height: 30px; }

.action_button li {
    float: left;
    width: 100%;
    clear: both;
    margin: 10px 0;
}

.action_button li a.button {padding:8px 10px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.11
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurrences of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #cccccc;
}
/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url('../../frontend/Balltheme/balloon/en_US/Ves_BaseWidget/fonts/vjs.eot');
  src: url('../../frontend/Balltheme/balloon/en_US/Ves_BaseWidget/fonts/vjs.eot?#iefix') format('embedded-opentype'), url('../../frontend/Balltheme/balloon/en_US/Ves_BaseWidget/fonts/vjs.woff') format('woff'), url('../../frontend/Balltheme/balloon/en_US/Ves_BaseWidget/fonts/vjs.ttf') format('truetype'), url('../../frontend/Balltheme/balloon/en_US/Ves_BaseWidget/fonts/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus highlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */

  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
/* Font button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */

}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  /* assuming volume starts at 1.0 */

  width: 100%;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
     handle relative to the volume bar, you'll need to update this value
     too. */

  left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
/* The volume menu button is like menu buttons (captions/subtitles) but works
    a little differently. It needs to be possible to tab to the volume slider
    without hitting space bar on the menu button. To do this we're not using
    display:none to hide the slider menu by default, and instead setting the
    width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */

}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}
/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */

  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */

  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */

  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.2);
}
/* there are child elements of the load progress bar that represent the
   specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em /* Minor adjustment */;
}
/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  /* border-radius */
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4000000000000001em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */

  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-big-play-button {
  display: none;
}
/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
  display: none;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */

  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
  color: #F4A460;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */

  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */

  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */

}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */

  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */

  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}
/* prevent menus from opening while scrubbing (FF, IE) */
.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
  display: none;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */

  font-size: 10px;
  /* Allow poster to be vertically aligned. */

  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/

  /* Provide some basic defaults for fonts */

  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */

  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */

  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
  display: none;
}
/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
/* Hide the poster when controls are disabled because it's clickable
    and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
  display: none;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 3em;
  right: 0;
  pointer-events: none;
}
/* Captions Settings Dialog */
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #000;
  opacity: 0.75;
  color: #FFF;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}
.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}
.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
/* Hide disabled or unsupported controls */
.vjs-hidden {
  display: none !important;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
    The .video-js classname on the video tag also isn't considered.
    This optional paragraph inside the video tag can provide a message to users
    about what's required to play video. */
.vjs-no-js {
  padding: 2em;
  color: #ccc;
  background-color: #333;
  font-size: 1.8em;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 30em;
  height: 15em;
  margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #F4A460;
}
/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/**
 * 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: auto;
}

.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/Balltheme/balloon/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;
}
.ves-megamenu {
    float: left;
    list-style: outside none none;
    padding: 0;
    position: relative;
    width: 100%
}
.ves-megamenu ul {
    padding: 0;
}
.ves-megamenu ul li {
    list-style: outside none none;
    margin-bottom: 0;
}
.ves-megamenu li.level0 {
    float: left;
    margin: 0;
    position: relative;
}
.ves-megamenu li.level0 > a {
    padding: 0 20px;
    position: relative;
    line-height: 45px; 
    float: left;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}
.ves-megamenu li.level0.active > a{
    background: #333; color: #fff;
}
.ves-megamenu .dropdown-menu {
    border: 0 none;
    color: #333;
    display: block;
    margin-top: 0;
    padding: 20px;
    min-width: 200px;
}
.ves-megamenu .dropdown-menu a {
    color: #333;
}
.ves-megamenu .dropdown > .dropdown-menu {
    top: 100%;
}
.ves-megamenu .dropdown.submenu-alignleft > .dropdown-menu {
    left: auto;
    right: 0;
}
.ves-megamenu .dropdown.submenu-alignright > .dropdown-menu {
    left: 0;
    right: auto;
}
.ves-megamenu .dropdown.submenu-left {
    position: static;
}
.ves-megamenu .dropdown.submenu-right {
    position: static;
}
.ves-megamenu .dropdown.submenu-right > .dropdown-menu {
    left: auto;
    right: 0;
}
.ves-megamenu .dropdown-submenu {
    position: relative;
    float: left;
    width: 100%;
}
.ves-megamenu .dropdown-submenu .dropdown-menu {
    margin-left: 20px;
}
.ves-megamenu .dropdown-menu .subgroup > a > .caret {
    display: none;
}
.ves-megamenu .dropdown-menu .subgroup a {
    color: #333;
    font-weight: normal;
    text-transform: none;
}
.ves-megamenu .dropdown-menu .subgroup .dropdown-mega {padding-left: 10px;}
.ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega{padding: 0;}
.ves-megamenu .dropdown-menu .subgroup.level1 > a {
    color: #333;
    display: block;
    float: left;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}
.ves-megamenu .dropdown-menu .subgroup .subgroup .dropdown-mega a {color: #888;}
.ves-megamenu .dropdown-menu .subgroup.level1 > .submenu > .content-wrap > .megamenu-content{margin: 10px 0;}
.ves-megamenu .dropdown-menu .megamenu-header {
    border-bottom: 1px solid #e6e6e6;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 12px;
    width: 100%;
}
.ves-megamenu .dropdown-menu .content-wrap{margin-left: -10px; margin-right: -10px;}
.ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar, 
.ves-megamenu .dropdown-menu .content-wrap .megamenu-content{padding-left: 10px; padding-right: 10px; float: left; width: 100%;}
.ves-megamenu .dropdown-menu .megamenu-footer {
    background: #fafafa none repeat scroll 0 0;
    float: left;
    margin-top: 20px;
    padding: 20px;
    width: 100%;
}
.ves-megamenu .dropdown > .dropdown-menu > .megamenu-sidebar, .ves-megamenu .dropdown > .dropdown-menu > .megamenu-content {
    display: inline;
    float: left;
}
.cat-label {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 0 4px;
    text-transform: none;
    vertical-align: middle;
}
.cat-label-v1 {
    background: #5bd2ec none repeat scroll 0 0;
}
.cat-label-v2 {
    background: #d52462 none repeat scroll 0 0;
}
.cat-label.pin-top {
    line-height: 16px;
    padding: 0 4px;
    position: absolute;
    right: 20px;
    top: -20px;
}
.cat-label.pin-top::before {
    border-color: transparent;
    border-style: solid;
    border-width: 4px;
    content: "";
    height: 0;
    position: absolute;
    right: 6px;
    top: 16px;
    width: 0;
}
.cat-label-v1.pin-top::before {
    border-top-color: #5bd2ec;
}
.cat-label-v2.pin-top::before {
    border-top-color: #d52462;
}
.ves-vertical {
    min-width: 160px;
    width: auto;
}
.ves-vertical li.level0 {
    border-bottom: 1px solid #e5e5e5;
    float: none;
}
.ves-vertical li.dropdown {
    position: static;
}
.ves-vertical .dropdown > .dropdown-menu {
    left: 100% !important;
    top: 0;
}

.dynamic-items a {
    width: 100%;
    float: left;
}
.dynamic-content > .nav-item {
    display: none
}
.dynamic-items li > a > .caret {
    position: absolute;
    right: 20px;
    top: 20px;
    border-left: 4px dashed;
    border-left: 4px solid\9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.dynamic-items li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-indent: 10px;
    float: left;
    width: 100%;
    position: relative
}
.dynamic-content > .nav-item.dynamic-active {
    display: block
}
.navbar-inverse {
    display: none;
}
.navbar-inverse .ves-navbar-toggle {
    background: #333
}
.ves-navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
.ves-navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.ves-navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.ves-megamenu .menu-click .caret {
    display: none;
}

/*------------Tree Menu-------------*/

.ves-megamenu.menu-click {
    min-width: 270px;
}
.ves-megamenu.menu-click .nav-item {
    float: left;
    width: 100%;
}

.ves-megamenu.menu-click li:hover a{
    background-color: transparent;
    color: #f37351;
}

.ves-megamenu.menu-click li > a {
    width: 100%;
}

.ves-megamenu.menu-click .nav-item .dropdown-menu,
.ves-megamenu.nav-mobile .nav-item .dropdown-menu{
    left: 0!important;
    position: static;
    box-shadow:none;
    min-width: 270px;
    margin: 0;
}
.ves-megamenu.menu-click .nav-item.level1 .dropdown-menu{ 
    min-width: 230px;
}

.ves-megamenu.menu-hover .nav-item.level1 .dropdown-menu {
    left: 70%;
    top: 0;
}

.ves-megamenu.menu-click .nav-item .dropdown-menu .mega-col{
    width: 100%;
}
.ves-megamenu.menu-click li .dropdown-submenu:hover > .dropdown-menu{
    display: none;
} 

.ves-megamenu.menu-click li .opener ,
.nav-mobile  .opener {
    position: absolute;
    right: 0;
    padding: 20px;
    top: 0;
    font: normal normal normal 14px/1 FontAwesome;
}

.ves-megamenu.menu-click li .dropdown-submenu .opener {
    padding: 10px;
}

.ves-megamenu.menu-click li .opener:before , 
.ves-megamenu.nav-mobile  .opener:before {
 content: "\f067"
}

.ves-megamenu.menu-click li .opener.item-active:before , 
.ves-megamenu.nav-mobile  .opener.item-active:before {
    content: "\f068";
}
.ves-megamenu.menu-click.menu-hover .opener,
.ves-megamenu.menu-click .caret{
    display: none;
}
.ves-megamenu.menu-hover .caret,
.ves-megamenu.menu-click .opener  {
    display: inline-block;
}
.ves-megamenu.menu-click .dropdown:hover > .dropdown-menu { 
    display: none;
}

.ves-megamenu.menu-hover li .dropdown-menu { 
    position: absolute;
    min-width: 270px;   
    z-index: 9999;
}
.ves-megamenu.menu-hover .caret {
    position: absolute;
    right: 20px;
    top: 22px;
}

.ves-megamenu.menu-hover .nav-item.level1 .caret {
    top: 10px;
}

.ves-megamenu.nav-mobile .opener {
    display: inline-block;
    padding: 12px;
    z-index: 10000;
}

.ves-megamenu.nav-mobile .caret {
    display: none;
}

.ves-megamenu.nav-mobile  .nav-item > a {
    text-transform: none;
}

.ves-menutop .ves-megamenu .megamenu-header .links li,
.ves-menutop .ves-megamenu .megamenu-footer .links li {
    display: inline-block;
    padding: 0 5px
}

@media only screen and (min-width: 992px) {
    .ves-megamenu .dropdown-menu {
        opacity: 0;
        visibility: hidden;
    }
    .ves-megamenu a:hover {
        text-decoration: none; 
    }
    .ves-megamenu .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .ves-megamenu .dropdown-submenu:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .dynamic-items li:hover, .dynamic-items li.dynamic-active{
        border-right: transparent;
    }
    .dynamic-items li:hover .caret, .dynamic-items li.dynamic-active .caret{
        display: none;
    }
    .ves-megamenu li.level0:hover > a{
        background: #333; color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ves-menutop .nav-sections{
        left: calc(-1 * (50% - 54px));
        width: calc(50% - 54px);
    }
    .nav-open .page-wrapper {
        left: calc(50% - 54px)!important;
    }
}

@media only screen and (max-width: 991px) {
    .nav-mobile .megamenu-header, .nav-mobile .megamenu-footer{display: none;}
    .ves-megamenu.nav-mobile li{
        width: 100% !important;
        position: relative !important;
        border-bottom: 1px solid #e5e5e5;
    }
    .nav-mobile li a {
        position: relative;
        width: 100%;
    }
    .nav-mobile .icaret {
        display: none;
    }
    .nav-mobile li .opener {
        position: absolute;
        right: 0;
        padding: 20px;
        top: 0;
        font: normal normal normal 14px/1 FontAwesome;
    }
    .nav-mobile li .opener:before {
        content: "\f067"
    }
    .nav-mobile li .opener.item-active:before {
        content: "\f068";
    }
    .nav-mobile li.active .submenu {
        float: left;
        box-shadow: none;
        background: #f8f8f8 !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .ves-megamenu li.level0 > a {line-height: 36px;}
    .ves-megamenu .megamenu-sidebar.left-sidebar,
    .ves-megamenu .megamenu-sidebar.right-sidebar,
    .ves-megamenu .megamenu-content {
        width: 100% !important;
    }
    .nav-mobile .dropdown-menu {
        width: 100% !important;
    }
    .nav-mobile .mega-col{width: 100%!important;}
    .nav-mobile .subdynamic .product-item{width: 100%!important;}
    .ves-megamenu .submenu .megamenu-content > ul {
        position: static;
        display: none;
    }
    .ves-megamenu .active > .submenu > .megamenu-content > ul {
        display: block
    }
    .ves-megamenu .level0 .submenu.subhover {
        position: initial
    }
    .ves-megamenu .nav-item > a {
        text-transform: uppercase;
        display: inline-block;
    }
    .ves-megamenu .dropdown-menu .nav-item > a{padding: 10px 0;}
    .nav-mobile .dynamic-items {
        width: 100%;
    }
    .nav-mobile .dynamic-items li{
        width: auto !important
    }
    .nav-mobile .dynamic-items li .opener{
        display: none
    }
    .nav-mobile .dropdown-menu{
        box-shadow: none
    }
    .nav-mobile .dynamic-item a {
        padding: 10px
        
    }
    .nav-mobile .dynamic-item {
        float: left;
        width: auto
    }
    .nav-mobile .caret{
        display: none;
    }
    .ves-megamenu .level0 .submenu.subhover {
        padding: 15px;
        display: none;
        box-shadow: none;
    }
    .ves-megamenu video,
    .ves-megamenu iframe,
    .ves-megamenu img {
        max-width: 100%
    }
    .navbar-inverse {
        display: block;
    }
    .navbar-inverse .navbar-toggle {
        background: #333
    }
    .ves-megamenu .level0 > li > a {
        margin-bottom: 0
    }
    .ves-megamenu .level0 ul.level1 li {
        margin-bottom: 0
    }
    .nav-mobile .submenu{
        position: relative;
        display: none;
    }
    .nav-mobile .selected > .submenu{
        height: auto;
        display: block;
        visibility: visible;
        opacity: 1;
    }
    .ves-megamenu .dropdown-menu .nav-item{
        width: 100%;
    }

    .offcanvas-menu {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 80%;
        width: calc(100% - 54px);
    }

    .offcanvas-menu-left{
        left: -80%;
        left: calc(-1 * (100% - 54px));
    }

    .offcanvas-menu-right{
        right: -80%;
        right: calc(-1 * (100% - 54px));
    }

    .ves-nav-open .offcanvas-menu.offcanvas-menu-left{
        left: 0;
    }

    .ves-nav-open .offcanvas-menu.offcanvas-menu-right{
        right: 0;
    }

    .ves-nav-open .offcanvas-menu {
        -webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
        -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
        -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
        box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
        z-index: 99;
    }
    
    .ves-nav-before-open {
        height: 100%;
        width: 100%
    }

    .ves-nav-before-open .page-wrapper {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: relative
    }

    .ves-nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .ves-nav-open .page-wrapper {
        left: 80%;
        left: calc(100% - 54px)
    }

    .ves-nav-open .nav-toggle:after {
        background: rgba(0,0,0,0.01);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }
    .ves-overlay{
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 80;
        background-color: rgba(0,0,0,0.5);
    }
}
@media (min-width: 768px){
    .nav-sections-item-content > .ves-navigation {
        display: block;
    }
}

.mega-col .mega-col{padding: 0!important;}
.ves-column1 > .item-content1 > .mega-col {
   width: 100%;
}
.ves-column2 > .item-content1 > .mega-col {
   width: 50%;
}
.ves-column3 > .item-content1 > .mega-col {
   width: 31.3333%;
}
.ves-column4 > .item-content1 > .mega-col {
   width: 25%;
}
.ves-column5 > .item-content1 > .mega-col {
   width: 20%;
}
.ves-column6 > .item-content1 > .mega-col {
   width: 16.6666%;
}
.ves-column7 > .item-content1 > .mega-col {
   width: 14.2857%;
}
.ves-column8 > .item-content1 > .mega-col {
   width: 12.5%;
}
.ves-column9 > .item-content1 > .mega-col {
   width: 11.1111%;
}
.ves-column10 > .item-content1 > .mega-col {
   width: 10%;
}
.ves-column11 > .item-content1 > .mega-col {
   width: 9.0909%;
}
.ves-column12 > .item-content1 > .mega-col {
   width: 8.3333%;
}.brand-widget .owl-carousel ul,
.brand-widget .owl-carousel li
{
	list-style: none;
}

.brand-widget .owl-carousel {
	width: auto !important;
	margin-left: -9px;
	margin-right: -9px;
}
.brand-widget .owl-carousel .owl-item {
	padding-left: 9px;
	padding-right: 9px;
	float: left;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.brand-widget .owl-carousel .owl-wrapper {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	float: left;
}

.brand-widget .carousel-controls .carousel-control {
	background: #fff;
	color: #8e8e8e;
	font-size: 13px;
	text-shadow: none;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
}
.brand-widget .carousel-controls .carousel-control{
	color:#1979c3 !important;
}
.brand-widget .carousel-controls .carousel-control.left {
	left: -10px;
	background-image: none;
}
.rtl .carousel-controls .carousel-control.left {
	right: -10px;
	left: auto;
	background-image: none;
}
.brand-widget .carousel-controls .carousel-control.right {
	right: -10px;
	background-image: none;
}
.rtl .carousel-controls .carousel-control.right {
	left: -10px;
	right: auto;
	background-image: none;
}

.brand-description{
	margin-top: 10px;
	margin-bottom: 30px;
}

.brand-widget .carousel-controls a{
	display: none;
}

.brand-widget:hover .carousel-controls a{
	display: block;
}

.brand-widget .block-title{
	text-align: center;
	margin-bottom: 30px;
}

.brand-widget .block-title strong{
	font-size: 25px;
}

.panel {
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ves-brandlist .brandlist .brand-item{
	height: 70px;
}
.ves-brandlist .brandlist .brand-toolbar{
	margin-top: 30px;
	text-align: right;
}

.brand-sidebar .brand-item {
	height: 50px;
}.ves-widget .owl-carousel ul, .ves-widget .owl-carousel li
{
	list-style: none;
}

.ves-widget .owl-carousel {
	width: auto;
	margin-left: -9px;
	margin-right: -9px;
}
.ves-widget .owl-carousel .owl-item {
	padding-left: 9px;
	padding-right: 9px;
	float: left;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.ves-widget .owl-carousel .owl-wrapper {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	float: left;
}

.ves-widget .carousel-controls .carousel-control {
	background: #fff;
	color: #8e8e8e;
	font-size: 13px;
	text-shadow: none;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
}
.ves-widget .carousel-controls .carousel-control{
	color:#1979c3 !important;
}
.ves-widget .carousel-controls .carousel-control.left {
	left: -10px;
	background-image: none;
}
.rtl .ves-widget .carousel-controls .carousel-control.left {
	right: -10px;
	left: auto;
	background-image: none;
}
.ves-widget .carousel-controls .carousel-control.right {
	right: -10px;
	background-image: none;
}
.rtl .ves-widget .carousel-controls .carousel-control.right {
	left: -10px;
	right: auto;
	background-image: none;
}

.brand-description{
	margin-top: 10px;
	margin-bottom: 30px;
}

.ves-widget .carousel-controls a{
	display: none;
}

.brand-widget:hover .carousel-controls a{
	display: block;
}

.brand-widget .block-title{
	text-align: center;
	margin-bottom: 30px;
}

.brand-widget .block-title strong{
	font-size: 25px;
}

.panel {
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ves-brandlist .brandlist .brand-item{
	height: 70px;
}
.ves-brandlist .brandlist .brand-toolbar{
	margin-top: 30px;
	text-align: right;
}

.brand-sidebar .brand-item {
	height: 50px;
}/* Boxed Layout */
body.boxed-lg .page-wrapper{
    box-shadow: 0 0 5px #d5d5d5;
    margin: 0 auto;
    max-width: 1240px;
}
body.boxed-md .page-wrapper{
    box-shadow: 0 0 5px #d5d5d5;
    margin: 0 auto;
    max-width: 1000px;
}
body.boxed-md .page-wrapper .container,
body.boxed-md .page-wrapper .page-main{
    width: 100%;
}
.my-promotion > .block-content{ padding: 10px; }
.my-promotion .promotion-bottom {
    position: absolute;
    bottom: 30px;
}
.my-promotion .subscribe input[type="email"] {
    float: left;
    padding: 2px 13px;
    line-height: 30px;
    width: 100%;
    height: 34px;
}
.my-promotion .subscribe .actions {
    float: left;
    margin-left: -55px;
    position: relative;
    z-index: 1;
    width: 55px;
    border-left: 1px solid #ccc;
}
.my-promotion .subscribe .action.btn-primary {
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    width: 100%;
    border: 0;
}
.tooltip > .tooltip-inner {background-color: #000; color: #FFF;}#ves-paneltool .paneltool {
  position: fixed;
  top: 05px;
  transition: all 0.6s;
  left: -322px;
  border: solid 1px #CCC;
  -webkit-box-shadow: 1px -1px 3px #888888;
  box-shadow: 1px -1px 3px #888888;
  z-index: 9999; }

#ves-paneltool .paneltool.active {
  left: 0px;
  transition: all 0.6s; }

#ves-paneltool .paneltool.active .panelbutton {
  color: red; }

#ves-paneltool .paneltool.themetool {
  top: 70px; }

#ves-paneltool .paneltool .panelcontent {
  background: #FFF;
  width: 320px; }

#ves-paneltool .paneltool .panelcontent > div {
  padding: 15px; }

#ves-paneltool .panelbutton {
  border: solid 1px #CCC;
  background: #FFF;
  padding: 9px 11px;
  position: absolute;
  right: -35px;
  top: 10px;
  border-left: none;
  cursor: hand;
  cursor: pointer;
  -webkit-box-shadow: 2px -1px 2px #888888;
  box-shadow: 2px -1px 2px #888888; }

#ves-paneltool .editortool .panelbutton {
  top: 517px; }

#ves-paneltool .panel-open .panel-inner {
  right: 0; }

#ves-paneltool h4 {
  margin-bottom: 10px; }

#ves-paneltool .accordion-group {
  margin-bottom: 5px; }

#ves-paneltool form > * {
  float: left; }

#ves-paneltool form .group-input {
  margin-right: 5px; }

#ves-paneltool select, #ves-paneltool input {
  padding: 5px;
  float: left;
  border: 1px solid #ececec;
  width: 100%;
}

.box-patterns div {
  display: block;
  width: 38px;
  height: 38px;
  float: left;
  cursor: hand;
  cursor: pointer;
  border: solid 1px #f3f3f3;
  margin: 6px;
  border: 1px solid #ccc; }

.box-patterns div.active {
  border: solid 1px red; }

#ves-paneltool .nav-tabs > li:before,
#ves-paneltool .nav-tabs > li:after {
  display: none; }

#customize-form {
  position: relative; }

#main-preview {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 300px;
  transition-duration: 0.2s;
  transition-property: left, right, top, bottom, width, margin; }

#main-preview iframe {
  height: 100%;
  width: 100%; }

.colorpicker {
  z-index: 99999; }

#ves-customize {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 3;
  box-shadow: 0 1px 3px #999;
  transition-duration: 0.2s;
  transition-property: left, right, top, bottom, width, margin;
  background: none repeat scroll 0 0 #F5F5F5;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

#ves-customize .wrapper {
  padding: 12px; }

#customize-body input[type="text"], #customize-body select {
  border: 1px solid #E2E2E2;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  font-size: 11px;
  margin: 0 5px 0 0;
  padding: 2px 3px;
  width: 65px; }

#customize-body select {
  color: #888; }

#customize-body .accordion-group label {
  color: #888;
  font-size: 11px;
  font-weight: normal; }

#customize-body .panel-heading {
  padding: 5px 6px;
  font-weight: bold;
  font-size: 11px; }

.form-group {
  margin-right: 6px; }

.accordion-group label, .form-group label {
  display: block;
  font-size: 11px; }

.accordion-group label {
  float: left;
  margin-right: 10px;
  margin-top: 5px; }

#ves-customize .btn {
  padding: 4px 12px;
  font-size: 11px;
  font-weight: bold; }

#ves-customize .btn-show {
  position: absolute;
  top: 39px;
  padding: 6px 18px;
  background: #CCC;
  right: 11px;
  z-index: 99;
  transition: all 1.2s;
  cursor: hand;
  cursor: pointer; }

#customize-body .nav-tabs {
  border-bottom: 1px solid #d7d7d7; }

#customize-body .nav-tabs a {
  border: none; }

#customize-body .nav-tabs a {
  font-weight: bold;
  font-size: 11px;
  padding: 6px 12px; }

#customize-body .nav-tabs .active a {
  background: #7DB641;
  border-top: none;
  border-right: none;
  border-left: none;
  color: white; }

.accordion-heading .accordion-toggle {
  font-size: 11px; }

#customize-body .form-group {
  margin-bottom: 6px;
  clear: both; }

.clear-bg {
  padding: 3px 6px;
  margin-left: 5px; }

/* .tab-content > .tab-pane, .pill-content > .pill-pane {
    background: none repeat scroll 0 0 #FFFFFF;    
    padding: 13px;
} */
.bi-wrapper > div {
  float: left;
  width: 20px;
  height: 20px;
  margin: 3px 4px;
  border: solid 1px #999;
  cursor: hand;
  cursor: pointer; }

.bi-wrapper > div.active {
  border-color: red; }

.btn-small {
  border-radius: 0;
  background-color: #7db641;
  color: #fff;
  padding: 3px 6px; }

.btn-small:hover {
  background-color: #C83A3A;
  color: #fff; }

.editortool .label-customize { display: none;
}

.editortool .label-customize:hover {
  background-position: 0 -111px; }

.paneltool.active .label-customize {
  display: none; }

.paneltool .panelcontent {
  text-align: left; }

#ves-paneltool .panel-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#ves-paneltool .panel-item label {
  float: left;
  font-weight: normal;
  color: #272727;
  margin-bottom: 2px;
}

.panel-apply{
  margin-top: 5px;
  float: left;
}

.panel-apply .btn-apply{
  background-color: #fe5252;
  border: 0px;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}

.panel-apply .btn-reset{
  background-color: #fe5252;
  border: 0;
  font-size: 16px;
  border-radius: 3px;
  font-size: 16px;
  color: #FFF;
  padding: 7px 10px 8px 10px !important;
}

.panel-apply .btn-reset span{
  color: #FFF;
  font-size: 17px;
  font-weight: normal;
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	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 {
	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/Balltheme/balloon/en_US/Ves_Themesettings/css/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/Balltheme/balloon/en_US/Ves_Themesettings/css/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/Balltheme/balloon/en_US/Ves_Themesettings/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/Balltheme/balloon/en_US/Ves_Themesettings/css/fancybox_overlay.png');
}

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

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

/* Title helper */

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

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

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

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

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

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

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

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

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/Balltheme/balloon/en_US/Ves_Themesettings/css/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/Balltheme/balloon/en_US/Ves_Themesettings/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}@media screen and (max-width: 768px) {
    #klarna-identity-button {
        width: 100%
    }
}