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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider,
.footer.content ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li,
.footer.content ul > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt {
  float: left;
  clear: left;
  margin: 0 10px 5px 0;
}
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after {
  content: ': ';
}
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 5px;
}
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.widget .block-title {
  margin-bottom: 15px;
}
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.widget .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.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;
}
.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;
}
.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;
}
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.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,
.cart.table-wrapper .col.qty .input-text,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 47px;
  text-align: center;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  width: auto;
  position: absolute;
  top: 31px;
  left: 10px;
  margin-left: 70%;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images: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,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.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,
.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,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images: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,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.column .block-addbysku .sku,
.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:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #333333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.multicheckout .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.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 .action.help.map,
.opc-wrapper .edit-address-link,
.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-weight: 400;
  font-size: inherit;
}
.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 .action.help.map:visited,
.opc-wrapper .edit-address-link: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 .action.help.map:hover,
.opc-wrapper .edit-address-link: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 .action.help.map:active,
.opc-wrapper .edit-address-link: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 .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.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 .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.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-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 .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.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;
}
.block-compare .action.compare,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .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,
.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,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee {
  display: inline-block;
  font-size: 1.4rem;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .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,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .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,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.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-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-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;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before {
  color: inherit;
}
.field.date .control,
.form.search.advanced .fields.range .field.date .control {
  position: relative;
}
.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% - (40px + 10px));
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - (24px + 10px + 5px));
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0%;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 25px;
  display: block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.paypal-review-discount .block > .title,
.cart-summary .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-summary .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.paypal-review-discount .block > .title:after,
.cart-summary .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .paypal-review-discount .block > .title strong,
.column.main .cart-summary .block > .title strong {
  font-weight: 400;
}
.paypal-review-discount .block > .content,
.cart-summary .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-summary .block.active > .title:after {
  content: '\e617';
}
.paypal-review-discount .block.active > .content,
.cart-summary .block.active > .content {
  display: block;
}
.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;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Alothemes/funio7/ar_SA/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;
}
.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;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.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;
}
.hasDatepicker + .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;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .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%;
}

a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
}
.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-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 3rem;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-top: 2.1rem;
  margin-bottom: -12.9rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Alothemes/funio7/ar_SA/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}

.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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  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 #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.bdf-slck-sl .slick-slider .slick-next,
.bdf-slck-sl .slick-slider .slick-prev,
.bdf-slck-sl ul.slick-dots li button {
  box-shadow: none;
}
.bdf-s.bdf-s-boxed .bdf-mdl-cnt > .bdf-ctr,
.bdf-s.bdf-s-boxed > .bdf-ctr {
  max-width: initial;
}
.bdf-img-compare__handle:before {
  color: #fff;
}
.bdf-tbl .bdf-tbl__cell {
  border-width: 1px;
  border-color: #ebebeb;
  border-style: solid;
}
.bdf-bq {
  text-align: center;
}
.bdf-key-group {
  padding: 0;
}
.bdf-w-google-translate select.goog-te-combo {
  width: auto;
}
.buildify .swatch-option {
  box-sizing: initial;
}
.bdf-w-heading .bdf-h-t {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-blockquote .bdf-bq__content {
  color: #7a7a7a;
}
.bdf-w-blockquote .bdf-bq__author {
  color: #54595f;
}
.bdf-w-animated-headline .bdf-ahl-dynamic-wrapper path {
  stroke: #1979c3;
}
.bdf-w-animated-headline span {
  color: #54595f;
}
.bdf-w-animated-headline .bdf-ahl {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-animated-headline .bdf-ahl-dynamic-text {
  color: #54595f;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-circle-progress .bdf-crcl-prgrs-value {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-circle-progress .bdf-crcl-prgrs-value .suffix {
  color: #7a7a7a;
}
.bdf-w-circle-progress .bdf-crcl-prgrs-text {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-timeline .bdf-tml .timeline-item__card {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-timeline .bdf-tml .timeline-item__meta {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-timeline .timeline-item .timeline-item__point {
  background-color: #333333;
}
.bdf-w-timeline .timeline-item.is--focused .timeline-item__point {
  background-color: #1979c3;
}
.bdf-w-timeline .bdf-tml__line {
  background-color: #333333;
}
.bdf-w-timeline .bdf-tml__line__inner {
  background-color: #1979c3;
}
.bdf-w-table td.bdf-tbl__cell {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
}
.bdf-w-table th.bdf-tbl__cell {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
}
.bdf-w-unfold .bdf-unfold__content {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-unfold a.bdf-key,
.bdf-w-unfold .bdf-key {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
  background-color: #1979c3;
}
.bdf-w-unfold a.bdf-key:hover,
.bdf-w-unfold .bdf-key:hover {
  background-color: #1979c3;
}
.bdf-w-button-group .bdf-key {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
  background-color: #1979c3;
}
.bdf-w-button-group .bdf-key-wrapper:hover .bdf-key {
  background-color: #1979c3;
}
.bdf-w-text-divider .bdf-txt-dvr__text {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-text-divider .bdf-txt-dvr__divider {
  background-color: #1979c3;
}
.bdf-w-hotspots .bdf-hotspot-wrapper {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
  background-color: #333333;
}
.bdf-w-hotspots .bdf-hotspot-wrapper:before {
  background-color: #333333;
}
.bdf-w-hotspots .bdf-hotspot-wrapper:hover {
  background-color: #1979c3;
}
.bdf-w-hotspots .bdf-hotspot-wrapper:hover:before {
  background-color: #1979c3;
}
.bdf-w-testimonial-carousel .bdf-crsl-tstm__text {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-testimonial-carousel .bdf-crsl-tstm__name {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-testimonial-carousel .bdf-crsl-tstm__title {
  color: #333333;
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 400;
}
.bdf-w-image-compare .bdf-img-compare .bdf-img-compare__label {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-image-compare .bdf-img-compare__label--original {
  color: #7a7a7a;
  background-color: #333333;
}
.bdf-w-image-compare .bdf-img-compare__label--modified {
  color: #7a7a7a;
  background-color: #333333;
}
.bdf-w-image-compare .bdf-img-compare__handle {
  background-color: #333333;
  color: #54595f;
}
.bdf-w-image-compare .bdf-img-compare__handle:hover {
  background-color: #54595f;
  color: #333333;
}
.bdf-w-image-compare .bdf-img-compare__handle.draggable {
  background-color: #1979c3;
  color: #7a7a7a;
}
.bdf-w-image .bdf-img-cpt {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-text-editor {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-text-editor.buildify-drop-cap-view-stacked .buildify-drop-cap {
  background-color: #333333;
}
.bdf-w-text-editor.buildify-drop-cap-view-framed .buildify-drop-cap,
.bdf-w-text-editor.buildify-drop-cap-view-default .buildify-drop-cap {
  color: #333333;
  border-color: #333333;
}
.bdf-w-button a.bdf-btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
  background-color: #1979c3;
}
.bdf-w-add-to-cart button.bdf-btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
  background-color: #1979c3;
}
.bdf-w-add-to-cart .bdf-prd-qnt {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
}
.bdf-w-add-to-cart select.bdf-vnt-sct {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
}
.bdf-w-product-box .bdf-img-box-cnt .bdf-img-box-t {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-product-box .bdf-img-box-cnt .bdf-img-box-d {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-product-box .bdf-img-box-cnt .bdf-img-box-price {
  color: #54595f;
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 400;
}
.bdf-w-product-box .bdf-img-box-cnt .bdf-img-box-price .bdf-img-box-price-old {
  color: #54595f;
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 400;
}
.bdf-w-product-box button.bdf-btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
  background-color: #1979c3;
}
.bdf-w-product-box .bdf-prd-qnt {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
}
.bdf-w-product-box select.bdf-vnt-sct {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
}
.bdf-w-collection-box .bdf-img-box-cnt .bdf-img-box-t {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-collection-box .bdf-img-box-cnt .bdf-img-box-d {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-collection-products > .bdf-w-ctr > .bdf-img-box-wrp .bdf-img-box-cnt .bdf-img-box-t {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-collection-products > .bdf-w-ctr > .bdf-img-box-wrp .bdf-img-box-cnt .bdf-img-box-d {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-collection-products > .bdf-w-ctr > .bdf-clct-prd-nav .bdf-btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
  background-color: #1979c3;
}
.bdf-w-collections-list > .bdf-w-ctr > .bdf-clcts-l-nav .bdf-btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
  background-color: #1979c3;
}
.bdf-w-price-list .bdf-prc-l-hdr {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-price-list .bdf-prc-l-d {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-price-list .bdf-prc-l-spr {
  border-bottom-color: #54595f;
}
.bdf-w-price-table .bdf-prc-tbl__header {
  background-color: #54595f;
}
.bdf-w-price-table .bdf-prc-tbl__heading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-price-table .bdf-prc-tbl__subheading {
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 400;
}
.bdf-w-price-table .bdf-prc-tbl__price {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-price-table .bdf-prc-tbl__original-price {
  color: #54595f;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-price-table .bdf-prc-tbl__period {
  color: #54595f;
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 400;
}
.bdf-w-price-table .bdf-prc-tbl__features-list {
  color: #7a7a7a;
}
.bdf-w-price-table .bdf-prc-tbl__features-list li {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-price-table .bdf-prc-tbl__features-list li:before {
  border-top-color: #7a7a7a;
}
.bdf-w-price-table .bdf-prc-tbl__button {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
  background-color: #1979c3;
}
.bdf-w-price-table .bdf-prc-tbl__additional_info {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-price-table .bdf-prc-tbl__ribbon-inner {
  background-color: #1979c3;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
}
.bdf-w-divider .bdf-dvdr-sep {
  border-top-color: #7a7a7a;
}
.bdf-w-image-box .bdf-img-box-cnt .bdf-img-box-t {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-image-box .bdf-img-box-cnt .bdf-img-box-d {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-icon.bdf-v-stacked .bdf-i {
  background-color: #333333;
}
.bdf-w-icon.bdf-v-framed .bdf-i,
.bdf-w-icon.bdf-v-default .bdf-i {
  color: #333333;
  border-color: #333333;
}
.bdf-w-icon-box.bdf-v-stacked .bdf-i {
  background-color: #333333;
}
.bdf-w-icon-box.bdf-v-framed .bdf-i,
.bdf-w-icon-box.bdf-v-default .bdf-i {
  color: #333333;
  border-color: #333333;
}
.bdf-w-icon-box .bdf-i-bx-cnt .bdf-i-bx-t {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-icon-box .bdf-i-bx-cnt .bdf-i-bx-d {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-image-gallery .gallery-item .gallery-caption {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
}
.bdf-w-slides .bdf-sld-hd {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-slides .bdf-sld-d {
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 400;
}
.bdf-w-slides .bdf-sld-btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
}
.bdf-w-icon-list .bdf-i-l-itm:not(:last-child):after {
  border-top-color: #7a7a7a;
}
.bdf-w-icon-list .bdf-i-l-i i {
  color: #333333;
}
.bdf-w-icon-list .bdf-i-l-txt {
  color: #54595f;
}
.bdf-w-icon-list .bdf-i-l-itm {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-counter .bdf-cntr-nmbr-wrp {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-counter .bdf-cntr-t {
  color: #54595f;
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 400;
}
.bdf-w-progress .bdf-prg-wrp .bdf-prg-b {
  background-color: #333333;
}
.bdf-w-progress .bdf-ttl {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-testimonial .bdf-tstm-cnt {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-testimonial .bdf-tstm-nm {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-testimonial .bdf-tstm-jb {
  color: #54595f;
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 400;
}
.bdf-w-tabs .bdf-w-ctr > .bdf-tbs > .bdf-tbs-cnt-wrp > .bdf-tb > .bdf-tb-ph-t,
.bdf-w-tabs > .bdf-w-ctr > .bdf-tbs > .bdf-tbs-wrp > .bdf-tb-t {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-tabs .bdf-w-ctr > .bdf-tbs > .bdf-tbs-cnt-wrp > .bdf-tb > .bdf-tb-ph-t.active,
.bdf-w-tabs > .bdf-w-ctr > .bdf-tbs > .bdf-tbs-wrp > .bdf-tb-t.active {
  color: #1979c3;
}
.bdf-w-accordion > .bdf-w-ctr > .bdf-acrd > .bdf-tb > .bdf-acrd-itm > .bdf-acrd-t {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-accordion > .bdf-w-ctr > .bdf-acrd > .bdf-tb > .bdf-acrd-itm > .bdf-acrd-t.active {
  color: #1979c3;
}
.bdf-w-toggle > .bdf-w-ctr > .bdf-tgl > .bdf-tb > .bdf-tgl-itm > .bdf-tgl-t {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-toggle > .bdf-w-ctr > .bdf-tgl > .bdf-tb > .bdf-tgl-itm > .bdf-tgl-t.active {
  color: #1979c3;
}
.bdf-w-alert .bdf-alrt-t {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-alert .bdf-alrt-d {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-countdown .bdf-cntdwn-itm {
  background-color: #333333;
}
.bdf-w-countdown .bdf-cntdwn-dig {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-countdown .bdf-cntdwn-lbl {
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 400;
}
.bdf-w-flip-box .bdf-flip-bx-fr .bdf-flip-bx-lr-t {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-flip-box .bdf-flip-bx-fr .bdf-flip-bx-lr-d {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-flip-box .bdf-flip-bx-bc .bdf-flip-bx-lr-t {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 600;
}
.bdf-w-flip-box .bdf-flip-bx-bc .bdf-flip-bx-lr-d {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-flip-box .bdf-flip-bx-btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
}
.bdf-w-form-contact .bdf-fld-grp > label,
.bdf-w-form-contact .bdf-fld-sgrp label {
  color: #7a7a7a;
}
.bdf-w-form-contact .bdf-fld-grp > label {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-form-contact .bdf-alrt .bdf-alrt-d {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-form-contact .bdf-fld-grp .bdf-fld {
  color: #7a7a7a;
}
.bdf-w-form-contact .bdf-fld-grp .bdf-fld,
.bdf-w-form-contact .bdf-fld-sgrp label {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-form-contact .bdf-btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
  background-color: #1979c3;
}
.bdf-w-form-newsletter .bdf-fld-grp > label,
.bdf-w-form-newsletter .bdf-fld-sgrp label {
  color: #7a7a7a;
}
.bdf-w-form-newsletter .bdf-fld-grp > label {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-form-newsletter .bdf-alrt .bdf-alrt-d {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-form-newsletter .bdf-f-d {
  color: #7a7a7a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-form-newsletter .bdf-fld-grp .bdf-fld {
  color: #7a7a7a;
}
.bdf-w-form-newsletter .bdf-fld-grp .bdf-fld,
.bdf-w-form-newsletter .bdf-fld-sgrp label {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 400;
}
.bdf-w-form-newsletter .bdf-btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
  background-color: #1979c3;
}
.bdf-w-instagram-feed button.bdf-btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif, Sans-serif;
  font-weight: 500;
  background-color: #1979c3;
}
.products .product-reward-points-earning {
  padding-bottom: 1rem;
}
.product-info-main .product-reward-points-earning {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.form-reward-points .label.conversion-rate {
  margin-bottom: 10px;
}
.form-reward-points .field {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
}
.form-reward-points .field .label.for-input {
  padding-top: 5px;
}
.form-reward-points .field .control {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: auto !important;
  min-width: 75px;
}
.form-reward-points .field .control .input-text {
  width: auto;
  min-width: 75px;
  max-width: 180px;
}
.form-reward-points .field .control .input-text.mage-error {
  margin-bottom: 10px;
}
.form-reward-points .field .control #aw-reward-points-qty-error {
  max-width: 180px;
  position: relative;
  bottom: 0;
}
.form-reward-points .field .control .mage-error[generated] {
  position: absolute;
  bottom: -24px;
}
.form-reward-points .actions-toolbar {
  display: unset;
}
.rewardpoints .block-content {
  margin-bottom: 20px;
}
.rewardpoints .coupon-apply .control-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: start;
  -ms-align-items: start;
  align-items: start;
}
.rewardpoints .coupon-apply .control-wrapper .action {
  margin-left: 10px;
}
.transactions-toolbar {
  position: relative;
}
.aw_reward_points__balance-green {
  color: #329c6e;
}
.aw_reward_points__balance-red {
  color: #d13441;
}
.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);
  }
}
.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-wrap: break-word;
  word-break: break-word;
  width: 100%;
}
.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-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
  line-height: 20px;
}
.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;
}
.store-credit-add .store-credit-container {
  max-width: 500px;
}
.store-credit-add .storeCreditLeft {
  margin-bottom: 10px;
}
.store-credit-add .storeCreditLeft .field-tooltip {
  position: relative;
  top: unset;
  right: unset;
  display: inline-block;
}
.checkout-payment-method .payment-option._collapsible.store-credit-add .payment-option-content {
  display: unset;
}
/**
 * Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.amazon-button-container .amazon-button-column {
  display: flex;
  flex-direction: column;
  position: relative;
}
.amazon-button-container .amazon-button-column-tooltip {
  width: 30px;
}
.amazon-button-container.amazon-button-product-page {
  justify-content: left;
  margin-bottom: 2em;
}
/* for the "Amazon Sign-in" button */
.amazon-sign-in-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-sign-in-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-sign-in-button-container img {
  display: block;
}
.amazon-sign-in-button-container .field-tooltip {
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.block-customer-login .amazon-sign-in-button-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.cart-summary .amazon-button-container .checkout-methods-items {
  margin-top: 0;
}
.checkout-methods-items .amazon-button-container,
.block-minicart .amazon-button-container {
  flex-wrap: wrap;
}
.checkout-methods-items .amazon-divider,
.block-minicart .amazon-divider {
  flex-basis: 100%;
}
.checkout-methods-items .amazon-divider {
  margin-top: 0;
}
.checkout-methods-items .amazon-divider span {
  background: #f5f5f5;
}
.checkout-methods-items .amazon-button-column-tooltip .field-tooltip {
  display: block;
}
.product-info-main .amazon-button-container .field-tooltip {
  display: none;
}
#checkout .amazon-button-container {
  margin: 22px 0;
  justify-content: left;
}
#amazon-payment .payment-method-title {
  display: flex;
  align-items: center;
}
#amazon-payment .payment-method-title img {
  margin: 0 10px 0 4px;
}
#amazon-payment .checkout-billing-address {
  margin-top: 20px;
}
#amazon-payment .amazon-payment-action-container {
  padding-left: 10px;
}
#amazon-payment .actions-toolbar {
  margin-top: 20px;
}
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0%;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
.amazon-product-button .amazon-checkout-button:active {
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Alothemes/funio7/ar_SA/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'icons-blank-theme';
  font-size: 20px;
  line-height: 1;
  color: inherit;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\e617';
}
[dir="rtl"] .slick-prev:before {
  content: '\e608';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\e608';
}
[dir="rtl"] .slick-next:before {
  content: '\e617';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: 'icons-blank-theme';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    BSS_HtmlSiteMap
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
h2.bss_h2 {
  margin-top: 0px;
  border: 0px;
  padding-bottom: 5px;
  float: left;
  width: 100%;
  border-bottom: 1px #3fbc6c solid;
}
h3.bss_product_list {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  margin: 5px 0 5px 0;
  padding: 5px 5px 3px 0;
  text-transform: capitalize;
}
.col-bss-2 ul {
  margin: 0px;
}
h3.bss_product_list:hover {
  color: red;
}
.bss_h3 {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #000;
  margin: 5px 0 5px 0;
}
.bss_h3 a {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #000;
  margin: 5px 0 5px 0;
}
.signature li {
  float: right;
  list-style: none;
}
.signature a {
  color: #e1e1e1;
}
@media all and (min-width: 1224px) {
  .col-bss-3 {
    width: 33%;
    float: left;
  }
}
@media all and (max-width: 1223px) and (min-width: 720px) {
  .col-bss-3 {
    width: 50%;
    float: left;
  }
}
@media all and (max-width: 719px) {
  .col-bss-3 {
    width: 100%;
    float: left;
  }
}
@media all and (max-width: 719px) {
  .col-bss-2 {
    width: 100%;
    float: left;
  }
}
.col-bss-1 {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}
@media all and (min-width: 720px) {
  .col-bss-2 {
    width: 50%;
    float: left;
  }
}
.bss_site_map_grid {
  width: 100%;
  margin: 0px 0 20px 0;
  float: left;
}
#bss_seo_toolbar {
  display: none;
  width: 500px;
  height: auto;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100000000;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 768px) {
  #bss_seo_toolbar {
    width: calc(100% - 30px);
  }
}
#bss_seo_toolbar.toolbar_hide {
  width: 260px;
  padding: 0;
  opacity: 0.6;
}
#bss_seo_toolbar.toolbar_hide .bss_toolbar_header {
  height: 20px;
  border-radius: 10px;
}
#bss_seo_toolbar.toolbar_hide .bss_toolbar_header img {
  margin: -7px 0 0 0;
}
#bss_seo_toolbar.toolbar_hide .bss_toolbar_header svg {
  transform: rotate(180deg);
  margin: 2px 0 0 0;
}
#bss_seo_toolbar.toolbar_hide .bss_toolbar_header p {
  float: left;
  font-weight: 900;
  font-size: 14px;
  margin: 1px 0 0 0;
}
#bss_seo_toolbar .bss_toolbar_header {
  width: calc(100% - 30px);
  padding: 15px;
  float: left;
  background: #f2852a;
  border-radius: 10px 10px 0 0;
}
#bss_seo_toolbar .bss_toolbar_header img {
  width: 50px;
  float: left;
  margin: 3px 0 0 0;
}
#bss_seo_toolbar .bss_toolbar_header p {
  width: calc(100% - 100px);
  float: left;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  margin: 7px 0 0 0;
  text-align: center;
}
#bss_seo_toolbar .bss_toolbar_header svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  float: right;
  margin: 10px 0 0 0;
  cursor: pointer;
}
#bss_seo_toolbar .bss_toolbar_header .bss_toolbar_edit {
  float: right;
  background: #aaa;
  color: #fff;
  padding: 4px 20px;
  border-radius: 4px;
  margin: -2px 10px 0 10px;
  font-size: 12px;
  font-weight: 900;
  user-select: none;
  cursor: pointer;
}
#bss_seo_toolbar .bss_toolbar_body {
  float: left;
  width: 100%;
}
#bss_seo_toolbar .bss_toolbar_body.hide_body {
  display: none;
}
#bss_seo_toolbar .bss_toolbar_body.show_body {
  display: block;
}
#bss_seo_toolbar .edit_body_toolbar {
  width: calc(100% - 30px);
  float: left;
  text-align: center;
  padding: 10px 0 15px 0;
}
#bss_seo_toolbar .bss_toolbar_item {
  width: calc(100% - 30px);
  padding: 10px 0 10px 0;
  margin: 0 15px 0 15px;
  position: relative;
  white-space: pre-line;
  -ms-word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  border-bottom: 1px #f0f0f0 solid;
  hyphens: auto;
  float: left;
}
#bss_seo_toolbar .bss_toolbar_item svg {
  width: 16px;
  height: 16px;
  margin: 4px 15px 0 0;
  float: left;
}
#bss_seo_toolbar .bss_toolbar_item .toolbar_content {
  width: calc(100% - 35px);
  float: right;
}
#bss_seo_toolbar .bss_toolbar_item .tooltip-content {
  visibility: hidden;
  width: 400px;
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% - 40px);
  right: calc(100% + 15px);
  margin-right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
#bss_seo_toolbar .bss_toolbar_item .tooltip-content a {
  color: #fff;
}
#bss_seo_toolbar .bss_toolbar_item .tooltip-content::after {
  content: "";
  position: absolute;
  top: calc(100% - 30px);
  left: calc(100% + 5px);
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}
#bss_seo_toolbar .bss_toolbar_item:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #bss_seo_toolbar .bss_toolbar_item:hover .tooltip-content {
    visibility: hidden;
  }
}
/**
  * Magedelight
  * Copyright (C) 2022 Magedelight <info@magedelight.com>
  * @category  Magedelight
  * @package   Magedelight_SMSProfile
  * @copyright Copyright (c) 2022 Mage Delight (http://www.magedelight.com/)
  * @license   http://opensource.org/licenses/gpl-3.0.html GNU General Public License,version 3 (GPL-3.0)
  * @author    Magedelight <info@magedelight.com>
 */
.register-popup .modal-inner-wrap {
  width: 670px;
}
.register-popup .modal-inner-wrap .modal-title {
  font-weight: 500;
}
.register-popup .sms-profile-register fieldset.additional_info {
  margin: 0;
}
.modal-inner-wrap.md-smsprofile-popup {
  width: 500px;
}
.modal-inner-wrap.md-smsprofile-popup .modal-title {
  font-weight: 500;
}
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .md-tablist {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .md-tablist .md-title {
  flex-basis: 50%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .md-tablist .md-title.active {
  border-color: #000;
}
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .md-tablist .md-title.active .md-link {
  color: #000;
}
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .md-tablist .md-title .md-link {
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  display: block;
  color: #c3c3c3;
  text-decoration: none;
}
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .sms-profile-login .login-option-tab {
  background: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  border-radius: 5px;
  padding: 0;
}
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .sms-profile-login .login-option-tab .login-email,
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .sms-profile-login .login-option-tab .login-mobile {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .sms-profile-login .login-option-tab .login-email input,
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .sms-profile-login .login-option-tab .login-mobile input {
  width: 100%;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  padding: 15px;
}
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .sms-profile-login .login-option-tab .login-email input:focus,
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .sms-profile-login .login-option-tab .login-mobile input:focus {
  box-shadow: none;
}
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .sms-profile-login .login-option-tab .login-email.active input,
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .sms-profile-login .login-option-tab .login-mobile.active input {
  background: #1979c3;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .sms-profile-login .login-option-tab .login-email input,
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .sms-profile-login .login-option-tab .login-mobile input {
  background: #f5f5f5;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  color: #000000;
}
.modal-inner-wrap.md-smsprofile-popup .md-login-popup .sms-profile-login .login-option-tab .login-mobile {
  margin-right: 15px;
}
.modal-inner-wrap.md-smsprofile-popup .md-register-content .form-create-account,
.modal-inner-wrap.md-smsprofile-popup .md-forgot-content .form-create-account,
.modal-inner-wrap.md-smsprofile-popup .md-register-content .md-forget-password,
.modal-inner-wrap.md-smsprofile-popup .md-forgot-content .md-forget-password {
  min-width: auto;
  width: 100%;
}
.modal-inner-wrap.md-smsprofile-popup .md-register-content .form-create-account.account .legend > span,
.modal-inner-wrap.md-smsprofile-popup .md-forgot-content .form-create-account.account .legend > span,
.modal-inner-wrap.md-smsprofile-popup .md-register-content .md-forget-password.account .legend > span,
.modal-inner-wrap.md-smsprofile-popup .md-forgot-content .md-forget-password.account .legend > span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.modal-inner-wrap.md-smsprofile-popup .md-register-content .login-container .block .block-title,
.modal-inner-wrap.md-smsprofile-popup .md-forgot-content .login-container .block .block-title {
  padding: 0;
}
.modal-inner-wrap.md-smsprofile-popup .md-register-content .login-container .block .block-title h3,
.modal-inner-wrap.md-smsprofile-popup .md-forgot-content .login-container .block .block-title h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.modal-inner-wrap.md-smsprofile-popup .md-register-content .login-container .fieldset > .field > .control,
.modal-inner-wrap.md-smsprofile-popup .md-forgot-content .login-container .fieldset > .field > .control {
  width: 100%;
}
.login-container,
.modal-body-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.login-container .login-option-tab,
.modal-body-content .login-option-tab {
  background: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  border-radius: 5px;
  padding: 0;
}
.login-container .login-option-tab .login-email,
.modal-body-content .login-option-tab .login-email,
.login-container .login-option-tab .login-mobile,
.modal-body-content .login-option-tab .login-mobile {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.block-customer-login {
  width: 100%;
  float: none;
}
.smsprofile-login-option {
  margin-bottom: 25px;
}
.smsprofile-login-option .block-title {
  font-size: 1.8rem;
  border-bottom: solid 1px #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.smsprofile-login-option .block-title strong {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.modal-body-content {
  display: block;
}
.login-container .login-email input,
.modal-body-content .login-email input,
.login-container .login-mobile input,
.modal-body-content .login-mobile input {
  width: 100%;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  padding: 15px;
}
.login-container .login-email input:focus,
.modal-body-content .login-email input:focus,
.login-container .login-mobile input:focus,
.modal-body-content .login-mobile input:focus {
  box-shadow: none;
}
.login-container .login-mobile,
.modal-body-content .login-mobile {
  margin-right: 15px;
}
.login-container .login-email.active input,
.modal-body-content .login-email.active input,
.login-container .login-mobile.active input,
.modal-body-content .login-mobile.active input {
  background: #1979c3;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.login-container .login-email input,
.modal-body-content .login-email input,
.login-container .login-mobile input,
.modal-body-content .login-mobile input {
  background: #f5f5f5;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  color: #000000;
}
.smsprofile-login-mobile .iti {
  margin-bottom: 10px;
}
.smsprofile-login-mobile .fieldset > .field .send_otp_login {
  margin-bottom: 10px;
}
.smsprofile-login-mobile .fieldset > .field .otp_generatenote {
  margin-bottom: 10px;
}
.smsprofile-login-mobile .fieldset > .field .resendlink {
  margin-bottom: 10px;
}
.smsprofile-login-mobile .fieldset > .field .resend-link-attempt {
  margin-bottom: 10px;
}
.md-forget-password .field.mobile .control {
  margin-bottom: 10px;
}
.md-forget-password .field.mobile .control .iti {
  margin-bottom: 10px;
}
.md-forget-password .field.mobile .profile-notice-phone {
  margin-bottom: 20px;
}
#login_mobile-error {
  color: red;
}
@media only screen and (max-width: 1080px) {
  .login-container .login-option-tab .login-email,
  .modal-body-content .login-option-tab .login-email,
  .login-container .login-option-tab .login-mobile,
  .modal-body-content .login-option-tab .login-mobile {
    -webkit-flex-basis: 47%;
    flex-basis: 47%;
  }
}
@media only screen and (max-width: 540px) {
  .modal-popup.modal-slide._inner-scroll.register-popup .modal-inner-wrap {
    margin: 30px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-smsprofile-popup {
    margin: 15px;
  }
  .login-container .login-option-tab .login-email,
  .modal-body-content .login-option-tab .login-email,
  .login-container .login-option-tab .login-mobile,
  .modal-body-content .login-option-tab .login-mobile {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .login-container .login-option-tab .login-mobile,
  .modal-body-content .login-option-tab .login-mobile {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.modal-popup.modal-popup_ajaxcompare_magepow {
  opacity: 0;
  transform: scale(0) rotate(15deg) skewX(-30deg);
  transition: transform 1s, opacity 0.8s ease-in-out;
}
.modal-popup.modal-popup_ajaxcompare_magepow._show {
  opacity: 1;
  transform: scale(1) rotate(0) skewX(0deg);
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap {
  position: absolute;
  width: auto;
  max-width: 450px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-content {
  padding: 0;
  overflow-y: visible;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .product-name {
  margin-top: 10px;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border {
  text-align: center;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-message-successs {
  margin-bottom: 15px;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .action.primary {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .ajaxcompare-buttons .mgp-compare-close {
  display: none;
}
.modal-popup.modal-popup_ajaxcompare_magepow._show .modal-inner-wrap {
  transform: translateY(-50%);
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-header {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-footer {
  display: none;
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-popup_ajaxcompare_magepow._inner-scroll {
    left: 0;
  }
  .modal-popup.modal-popup_ajaxcompare_magepow._inner-scroll .modal-inner-wrap[class] {
    min-height: initial;
    transform: translate(0, -50%);
    position: absolute;
    background-color: #ffffff;
    margin: auto;
    max-height: 90%;
  }
  .modal-popup.modal-popup_ajaxcompare_magepow._inner-scroll._show .modal-inner-wrap[class] {
    transform: translate(0, -50%);
  }
}
/**
 * @copyright Copyright © 2021 Magepow. All rights reserved.
 * @author    Magepow
 * @category Magepow
 * @copyright Copyright (c) 2014 Magepow (<https://www.magepow.com>)
 * @license <https://www.magepow.com/license-agreement.html>
 * @Author: magepow<support@magepow.com>
 * @github: <https://github.com/magepow>
 */
.modal-popup.customer-popup-ajaxwishlist {
  opacity: 0;
  transform: scale(0) rotate(15deg) skewX(-30deg);
  transition: transform 1s, opacity 0.8s ease-in-out;
}
.modal-popup.customer-popup-ajaxwishlist._show {
  opacity: 1;
  transform: scale(1) rotate(0) skewX(0deg);
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap {
  position: absolute;
  width: auto;
  max-width: 430px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content {
  padding: 0;
  overflow-y: visible;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .block-customer-login {
  margin-bottom: 0;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .image-system-wishlist {
  text-align: center;
  margin-bottom: 25px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .fieldset .field.note {
  font-size: 2.4rem;
  text-align: center;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .fieldset.login {
  margin-bottom: 0;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .fieldset.login .password .control {
  margin-bottom: 5px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .fieldset.login .password .secondary {
  text-align: right;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .actions-toolbar .primary {
  float: none;
  display: block;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .actions-toolbar > .primary {
  margin-bottom: 10px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .actions-toolbar > .secondary {
  display: block;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .actions-toolbar > .secondary .action {
  font-size: 1.8rem;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .mgp-message-successs {
  margin-bottom: 15px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .action.primary {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
.modal-popup.customer-popup-ajaxwishlist._show .modal-inner-wrap {
  transform: translateY(-50%);
}
.modal-popup.customer-popup-ajaxwishlist .modal-header {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-popup.customer-popup-ajaxwishlist .modal-footer {
  display: none;
}
.modal-popup.modal-popup_ajaxwishlist_magepow {
  opacity: 0;
  transform: scale(0) rotate(15deg) skewX(-30deg);
  transition: transform 1s, opacity 0.8s ease-in-out;
}
.modal-popup.modal-popup_ajaxwishlist_magepow._show {
  opacity: 1;
  transform: scale(1) rotate(0) skewX(0deg);
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap {
  position: absolute;
  width: auto;
  max-width: 450px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .modal-content {
  padding: 0;
  overflow-y: visible;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .product-name {
  margin-top: 10px;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .mgp-wishlist-popup-border {
  text-align: center;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .success_message_text {
  margin-bottom: 15px;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .action.primary {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .action.primary.mgp-wishlist-close {
  display: none;
}
.modal-popup.modal-popup_ajaxwishlist_magepow._show .modal-inner-wrap {
  transform: translateY(-50%);
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-header {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-footer {
  display: none;
}
@media only screen and (max-width: 767px) {
  .modal-popup.customer-popup-ajaxwishlist._inner-scroll,
  .modal-popup.modal-popup_ajaxwishlist_magepow._inner-scroll {
    left: 0;
  }
  .modal-popup.customer-popup-ajaxwishlist._inner-scroll .modal-inner-wrap[class],
  .modal-popup.modal-popup_ajaxwishlist_magepow._inner-scroll .modal-inner-wrap[class] {
    min-height: initial;
    transform: translate(0, -50%);
    position: absolute;
    background-color: #ffffff;
    margin: auto;
    max-height: 90%;
  }
  .modal-popup.customer-popup-ajaxwishlist._inner-scroll._show .modal-inner-wrap[class],
  .modal-popup.modal-popup_ajaxwishlist_magepow._inner-scroll._show .modal-inner-wrap[class] {
    transform: translate(0, -50%);
  }
  .modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .fieldset .field.note {
    font-size: 1.8rem;
  }
}
.customer-popup-login._disabled {
  display: none;
}
.magepow-categories-grid,
.magepow-categories-list {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  width: 100%;
  list-style-type: none;
  text-align: left;
}
.magepow-categories-grid {
  display: flex;
  flex-wrap: wrap;
}
.magepow-categories-heading {
  margin: 16px 0;
}
/* Grid layout */
.magepow-categories-grid li {
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  width: 25%;
  vertical-align: top;
}
.magepow-categories-grid .magepow-categories-category {
  display: block;
  margin: 16px;
}
.magepow-categories-grid .magepow-categories-category-image img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.magepow-categories-grid .magepow-categories-category-name {
  text-align: center;
}
/* List layout */
.magepow-categories-list li {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  overflow: auto;
}
.magepow-categories-list .magepow-categories-category {
  display: block;
  overflow: auto;
  margin: 16px;
}
.magepow-categories-list .magepow-categories-category-image {
  float: left;
  width: 20%;
  /* These percentages must match 1/3 */
}
.magepow-categories-list .magepow-categories-category-image img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.magepow-categories-list .magepow-categories-category-name,
.magepow-categories-list .magepow-categories-category-description {
  margin: 0 0 16px 20%;
  padding: 0 0 0 32px;
}
.magepow-categories .category-item {
  display: inline-block;
  float: left;
}
/* Media Queries */
@media only screen and (min-width: 320px) {
  .magepow-categories-grid li {
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .magepow-categories-grid li {
    width: 100%;
  }
}
@media only screen and (min-width: 400px) {
  .magepow-categories-grid li {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 540px) {
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 720px) {
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 768px) {
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 800px) {
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 960px) {
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1024px) {
  .magepow-categories-grid li {
    width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .magepow-categories-grid li {
    width: 25%;
  }
}
.cookie-hidden-bottom #notice-cookie-block {
  display: none;
}
.message.global.cookie.magepow-gdpr-cookie-notice {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
  line-height: 2;
  padding: 30px;
  margin: 0;
  display: block;
  z-index: 10;
  padding: 15px;
}
.magepow-gdpr-cookie-notice.message.global h3 {
  margin-top: 0;
}
.magepow-gdpr-cookie-notice.gdpr-box-shadow {
  -webkit-box-shadow: -2px 2px 82px -26px #000000;
  box-shadow: -2px 2px 82px -26px #000000;
}
.magepow-gdpr-cookie-notice.text-align-center {
  text-align: center;
}
.magepow-gdpr-cookie-notice.text-align-left {
  text-align: left;
}
.magepow-gdpr-cookie-notice.text-align-right {
  text-align: right;
}
.ias-trigger-next,
.iass-spinner,
.ias-noneleft {
  display: block;
  width: 100%;
  padding: 30px 0;
  font-size: 1em;
  clear: both;
}
.iass-spinner {
  text-align: center;
  font-size: 16px;
  color: #333;
  display: block;
}
.ias-noneleft {
  text-align: center;
  color: #333;
  letter-spacing: 0px;
}
.iass-spinner img,
.ias-noneleft img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ias-trigger-next {
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.load-more {
  border: none;
}
.load-more:hover {
  background: #0491ff;
}
.ias-trigger-prev {
  text-align: center;
  cursor: pointer;
}
.iass-spinner img {
  height: auto;
  min-width: 40px;
  max-width: 400px;
  margin-bottom: 7px;
}
.infinitescroll-pro .toolbar-bottom {
  display: none;
}
body.catalog-category-view,
body.catalogsearch-result-index,
body.amblog-index-index,
body.amblog-index-category {
  overflow-x: unset;
}
body.amblog-index-index .amblog-pager-container,
body.amblog-index-category .amblog-pager-container {
  display: none;
}
.layered_overlay {
  background-color: #fff;
  height: 100%;
  left: 0;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  display: none;
}
.layered_overlay div {
  height: 100%;
  width: 100%;
  position: relative;
}
.layered_overlay div img {
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  margin-top: -15px;
  margin-left: -15px;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  border: 1px solid #ebebeb;
}
select {
  border: 1px solid #ebebeb;
}
textarea {
  border: 1px solid #ebebeb;
}
.onestepcheckout-index-index .page-title-wrapper .checkout-description {
  font-size: 1.8rem;
  margin-top: -20px;
  margin-bottom: 40px;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown {
  border-color: #333333;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown .block-authentication .actions-toolbar > .primary .action {
  padding: 10px 15px;
  min-width: 110px;
  font-size: 1.4rem;
}
.onestepcheckout-index-index .checkout-container {
  position: relative;
}
.onestepcheckout-index-index .checkout-container * {
  box-sizing: border-box;
}
.onestepcheckout-index-index .checkout-container input,
.onestepcheckout-index-index .checkout-container select {
  height: 44px;
}
.onestepcheckout-index-index .checkout-container input[type="checkbox"],
.onestepcheckout-index-index .checkout-container input[type="radio"] {
  height: initial;
}
.onestepcheckout-index-index .checkout-container .payment-group .payment-method input[type="radio"] {
  height: initial;
}
.onestepcheckout-index-index .checkout-container .action.action-auth-toggle {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 50px;
  border-radius: 3px;
  height: 45px;
  line-height: 45px;
  margin: 0;
}
.onestepcheckout-index-index .checkout-container .action.action-auth-toggle:hover {
  text-decoration: none;
}
.onestepcheckout-index-index .checkout-container .authentication-wrapper {
  margin-top: -91px;
}
.onestepcheckout-index-index .checkout-container .opc-block-summary .items-in-cart > .title strong {
  font-size: 1.6rem;
  text-transform: uppercase;
}
.onestepcheckout-index-index .one-step-checkout-wrapper.opc-wrapper {
  width: 66.66666667%;
  float: left;
}
.onestepcheckout-index-index .one-step-checkout-wrapper.opc-wrapper .form-login {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.onestepcheckout-index-index .one-step-checkout-wrapper.opc-wrapper .form-login #customer-email-fieldset {
  margin-bottom: 0;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address,
.onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-method {
  padding-left: 15px;
  padding-right: 15px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address {
  width: 50%;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address .opc-shipping-address-box {
  border: 1px solid #ebebeb;
  padding: 20px;
  border-radius: 3px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address .shipping-address-item {
  width: 100%;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-method {
  width: 50%;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-method .checkout-payment-method .form.payments .fieldset {
  margin-bottom: 0;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-method .checkout-payment-method .form.payments .message.notice {
  margin: 0 0 15px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-box .checkout-shipping-step,
.onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-box .checkout-billing-step {
  border: 1px solid #ebebeb;
  padding: 20px;
  border-radius: 3px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-box .checkout-shipping-step {
  margin-bottom: 50px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .field-tooltip {
  top: 8px;
}
.onestepcheckout-index-index .checkout-payment-method #checkout-step-payment {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .methods-shipping .table-checkout-shipping-method {
  min-width: unset;
  width: 100%;
}
.onestepcheckout-index-index .methods-shipping .table-checkout-shipping-method .row {
  display: table-row;
}
.onestepcheckout-index-index .methods-shipping .table-checkout-shipping-method tbody td {
  border-top: 1px solid #ebebeb;
}
.onestepcheckout-index-index .methods-shipping .table-checkout-shipping-method tbody td.col-price {
  font-weight: 400;
}
.onestepcheckout-index-index #checkout-payment-method-load .payment-method-content .actions-toolbar .primary .action.checkout {
  display: none;
}
.onestepcheckout-index-index .checkout-shipping-method .delivery-time {
  margin-bottom: 20px;
}
.onestepcheckout-index-index .checkout-shipping-method .delivery-time .title {
  margin-bottom: 7px;
}
.onestepcheckout-index-index .checkout-shipping-method .delivery-time .control {
  position: relative;
}
.onestepcheckout-index-index .checkout-shipping-method .delivery-time .ui-datepicker-trigger {
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border: 0;
  font-weight: 400;
  background: none;
}
.onestepcheckout-index-index .checkout-shipping-method .delivery-time .ui-datepicker-trigger span {
  display: none;
}
.onestepcheckout-index-index .checkout-shipping-method .delivery-time .ui-datepicker-trigger:before {
  content: '\e612';
  font-family: 'icons-blank-theme';
  color: #7d7d7d;
  font-size: 2.3rem;
  line-height: 23px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.onestepcheckout-index-index .checkout-shipping-method .checkout-comment-block label {
  display: block;
  margin-bottom: 8px;
}
.onestepcheckout-index-index .checkout-payment-method .payments .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ebebeb;
}
.onestepcheckout-index-index .checkout-step-sidebar {
  width: 33.33333333%;
  float: right;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary {
  border: 1px solid #ebebeb;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 70px;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .step-title {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 27px;
  border-bottom: 1px solid #ebebeb;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .payment-option-title {
  margin-bottom: 8px;
}
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary {
  background: #ffffff;
  padding: 0;
}
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .items-in-cart {
  margin-bottom: 15px;
}
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ebebeb;
}
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals {
  border-top: 0;
  margin-bottom: 25px;
}
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals .totals.shipping .mark .value {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  font-style: italic;
}
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals .totals.shipping .amount {
  vertical-align: top;
}
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals .grand .mark,
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals .grand .amount {
  border-top: none;
}
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals .grand strong {
  font-size: 1.9rem;
  font-weight: 700;
}
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals tbody .mark,
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals tfoot .mark,
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals tbody .amount,
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals tfoot .amount {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0;
}
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals tbody > tr th,
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals tfoot > tr th,
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals tbody > tr td,
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals tfoot > tr td {
  vertical-align: middle;
}
.onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .not-calculated {
  text-transform: none;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product > .product-image-container {
  float: left;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details {
  padding-left: 100px;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner {
  display: flex;
  justify-content: space-between;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .product-item-name-block a {
  color: #555555;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .product-item-name-block a:hover {
  color: #222222;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .price-excluding-tax {
  margin: 0;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .label {
  margin-right: 8px;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control {
  border: 1px solid #ebebeb;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 120px;
  position: relative;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control .items {
  width: 38px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.3rem;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control .reduced {
  left: 0;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control .increase {
  right: 0;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .item_qty {
  width: 40px;
  height: 38px;
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .button-action.plus:before {
  content: '\e61c';
  font-family: 'icons-blank-theme';
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .button-action.minus:before {
  content: '\e60f';
  font-family: 'icons-blank-theme';
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .button-remove {
  text-align: right;
  display: none;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .button-remove .button-action.remove {
  padding: 0;
  border: none;
  background: none;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .button-remove .button-action.remove:before {
  content: '\e604';
  font-family: 'icons-blank-theme';
}
.onestepcheckout-index-index .checkout-step-sidebar .discount-code label[for="discount-code"] {
  display: none;
  margin-bottom: 5px;
}
.onestepcheckout-index-index .checkout-step-sidebar .discount-code .payment-option-title {
  display: none;
}
.onestepcheckout-index-index .checkout-step-sidebar .discount-code .payment-option-content {
  display: block !important;
}
.onestepcheckout-index-index .checkout-step-sidebar .discount-code .form-discount {
  display: flex;
  flex-wrap: wrap;
}
.onestepcheckout-index-index .checkout-step-sidebar .discount-code .form-discount .payment-option-inner {
  flex: 1;
  margin-right: 10px;
}
.onestepcheckout-index-index .checkout-step-sidebar .discount-code .form-discount .actions-toolbar .primary .action-apply {
  color: #ffffff;
  margin-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.onestepcheckout-index-index .page-title-wrapper {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.onestepcheckout-index-index table.table-checkout-shipping-method > tbody > tr > th,
.onestepcheckout-index-index table.table-checkout-shipping-method > tfoot > tr > th,
.onestepcheckout-index-index table.table-checkout-shipping-method > tbody > tr > td,
.onestepcheckout-index-index table.table-checkout-shipping-method > tfoot > tr > td {
  vertical-align: middle;
}
.onestepcheckout-index-index .opc-wrapper .step-title > .number {
  display: none;
}
.onestepcheckout-index-index .payment-group > .step-title {
  display: none;
}
.onestepcheckout-index-index .opc-wrapper .one-step-checkout-container .step-title {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.onestepcheckout-index-index .place-order-primary .action.checkout {
  float: unset;
  width: 100%;
  padding: 18px 15px;
  text-transform: uppercase;
}
.onestepcheckout-index-index .onestepcheckout-authentication-wrapper {
  position: absolute;
  width: 33.33333333%;
  text-align: right;
  top: -65px;
  right: 0;
}
.onestepcheckout-index-index .onestepcheckout-payment-after-methods {
  margin-bottom: 40px;
}
.onestepcheckout-index-index .onestepcheckout-place-order-block label[for="discount-code"] {
  display: none;
  margin-bottom: 5px;
}
.onestepcheckout-index-index .onestepcheckout-place-order-block .form-discount {
  display: flex;
  flex-wrap: wrap;
}
.onestepcheckout-index-index .onestepcheckout-place-order-block .form-discount .payment-option-inner {
  flex: 1;
  margin-right: 10px;
}
.onestepcheckout-index-index .onestepcheckout-place-order-block .form-discount .actions-toolbar .primary .action-apply {
  margin-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.onestepcheckout-index-index .order-comment-block {
  margin-bottom: 20px;
}
.onestepcheckout-index-index .order-comment-block > .label {
  display: block;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.onestepcheckout-index-index .checkout-newsletter {
  margin-bottom: 23px;
}
.onestepcheckout-index-index .billing-address-same-as-shipping-block {
  margin-bottom: 30px;
}
.onestepcheckout-index-index #checkout-step-shipping_method {
  margin-bottom: 8px;
}
.onestepcheckout-index-index .form-mgp-billing-address .actions-toolbar > .primary .action,
.onestepcheckout-index-index .form-mgp-billing-address .actions-toolbar > .secondary .action {
  color: #ffffff;
  background: #1979c3;
  border: 1px solid #1979c3;
}
@media screen and (max-width: 1199px) {
  .one-step-checkout-wrapper.opc-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .one-step-checkout-wrapper.opc-wrapper .form-login,
  .one-step-checkout-wrapper.opc-wrapper .form-shipping-address {
    max-width: none;
  }
  .checkout-step-sidebar {
    width: 100%;
  }
  .checkout-container .authentication-wrapper {
    width: 35%;
  }
}
@media screen and (max-width: 991px) {
  .checkout-container .authentication-dropdown {
    width: auto;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 44px;
    transform: scale(1, 1);
    border-width: 0;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
}
@media screen and (max-width: 767px) {
  .onestepcheckout-index-index .page-title-wrapper {
    max-width: 70%;
  }
  .onestepcheckout-index-index .page-title-wrapper .checkout-description {
    font-size: 1.5rem;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -167px;
    width: auto;
  }
  .checkout-container .action.action-auth-toggle {
    padding: 0px 20px;
    height: 30px;
    line-height: 28px;
  }
  .one-step-checkout-wrapper.opc-wrapper {
    margin-bottom: 30px;
  }
  .one-step-checkout-wrapper.opc-wrapper .step-content {
    margin-bottom: 0;
  }
  .one-step-checkout-wrapper.opc-wrapper .form-login,
  .one-step-checkout-wrapper.opc-wrapper .form-shipping-address {
    margin-bottom: 0;
  }
  .one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address,
  .one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-method {
    width: 100%;
  }
  .one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address {
    margin-bottom: 30px;
  }
  .one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-box .checkout-shipping-step {
    margin-bottom: 30px;
  }
  .one-step-checkout-wrapper .checkout-payment-method .step-title {
    padding-left: 0;
    padding-right: 0;
  }
  .one-step-checkout-wrapper .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .one-step-checkout-wrapper .checkout-payment-method .payment-method-title {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-step-sidebar .discount-code .form-discount {
    display: block;
  }
  .checkout-step-sidebar .discount-code .form-discount .payment-option-inner {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .one-step-checkout-wrapper.opc-wrapper .form-login,
  .one-step-checkout-wrapper.opc-wrapper .form-shipping-address,
  .one-step-checkout-wrapper.opc-wrapper .methods-shipping {
    background: #ffffff;
  }
  .one-step-checkout-wrapper.opc-wrapper .methods-shipping {
    border-bottom: none;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .one-step-checkout-wrapper.opc-wrapper .form-login,
  .one-step-checkout-wrapper.opc-wrapper .form-shipping-address {
    margin-top: 0;
    padding-bottom: 0;
  }
  .checkout-step-sidebar .order-summary .step-title {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control {
    width: 100px;
  }
  .checkout-step-sidebar .opc-block-summary .table-totals .grand strong {
    font-size: 1.8rem;
  }
  .checkout-step-sidebar .opc-block-summary .items-in-cart {
    margin-bottom: 9px;
  }
  .onestepcheckout-index-index .page-title-wrapper .checkout-description {
    font-size: 1.4rem;
  }
  .checkout-step-sidebar .opc-block-summary .table-totals tbody .mark,
  .checkout-step-sidebar .opc-block-summary .table-totals tfoot .mark,
  .checkout-step-sidebar .opc-block-summary .table-totals tbody .amount,
  .checkout-step-sidebar .opc-block-summary .table-totals tfoot .amount {
    font-size: 1.4rem;
  }
}
.onestepcheckout-index-index .step-title {
  background-color: transparent;
}
.onestepcheckout-index-index .table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
@media only screen and (max-width: 1199px) {
  .onestepcheckout-index-index .one-step-checkout-wrapper.opc-wrapper {
    width: 100%;
  }
  .onestepcheckout-index-index .checkout-step-sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address {
    width: 100%;
  }
  .onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-method {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner {
    flex-wrap: wrap;
  }
  .onestepcheckout-index-index .opc-block-summary .product-item .subtotal {
    margin-top: 10px;
  }
}
.list-product-tags {
  padding: 0px;
}
.list-product-tags li {
  list-style-type: none;
  float: left;
  margin: 5px 10px;
  border: 1px solid #006bb4;
  border-radius: 0px;
  padding: 5px;
}
.list-product-tags li:hover {
  background-color: #e4e4e4;
}
.list-product-tags a:hover {
  color: black;
  text-decoration: none;
}
.productzoom-lens .zoomContainer {
  overflow: hidden;
  z-index: 9;
}
.nav-sections {
  position: relative;
  z-index: 10;
}
.loading_body .preloading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
  opacity: .8;
  z-index: 9999999;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.loading_body .loading {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  background-repeat: no-repeat;
  background-size: 100%;
}
.loading_img .lazyload {
  background-image: url("../../frontend/Alothemes/funio7/ar_SA/Magepow_SpeedOptimizer/images/loader.svg");
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.loading_img .lazyload.loaded {
  background-image: none;
  background-size: auto;
}
body.skeleton-page {
  overflow: hidden;
}
@media (min-width: 1921px) {
  .grid-slider:not([class*=initialized])[data-visible="8"] .item {
    width: calc(12.5%);
  }
  .grid-slider:not([class*=initialized])[data-visible="7"] .item {
    width: calc(14.28571429%);
  }
  .grid-slider:not([class*=initialized])[data-visible="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-visible="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-visible="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-visible="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-visible="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-visible="1"] .item {
    width: calc(100%);
  }
}
@media (min-width: 1481px) and (max-width: 1920px) {
  .grid-slider:not([class*=initialized])[data-widescreen="8"] .item {
    width: calc(12.5%);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="7"] .item {
    width: calc(14.28571429%);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-widescreen="1"] .item {
    width: calc(100%);
  }
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .grid-slider:not([class*=initialized])[data-desktop="8"] .item {
    width: calc(12.5%);
  }
  .grid-slider:not([class*=initialized])[data-desktop="7"] .item {
    width: calc(14.28571429%);
  }
  .grid-slider:not([class*=initialized])[data-desktop="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-desktop="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-desktop="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-desktop="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-desktop="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-desktop="1"] .item {
    width: calc(100%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-slider:not([class*=initialized])[data-laptop="8"] .item {
    width: calc(12.5%);
  }
  .grid-slider:not([class*=initialized])[data-laptop="7"] .item {
    width: calc(14.28571429%);
  }
  .grid-slider:not([class*=initialized])[data-laptop="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-laptop="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-laptop="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-laptop="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-laptop="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-laptop="1"] .item {
    width: calc(100%);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .grid-slider:not([class*=initialized])[data-notebook="8"] .item {
    width: calc(12.5%);
  }
  .grid-slider:not([class*=initialized])[data-notebook="7"] .item {
    width: calc(14.28571429%);
  }
  .grid-slider:not([class*=initialized])[data-notebook="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-notebook="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-notebook="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-notebook="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-notebook="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-notebook="1"] .item {
    width: calc(100%);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .grid-slider:not([class*=initialized])[data-tablet="8"] .item {
    width: calc(12.5%);
  }
  .grid-slider:not([class*=initialized])[data-tablet="7"] .item {
    width: calc(14.28571429%);
  }
  .grid-slider:not([class*=initialized])[data-tablet="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-tablet="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-tablet="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-tablet="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-tablet="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-tablet="1"] .item {
    width: calc(100%);
  }
}
@media (min-width: 480px) and (max-width: 576px) {
  .grid-slider:not([class*=initialized])[data-landscape="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-landscape="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-landscape="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-landscape="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-landscape="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-landscape="1"] .item {
    width: calc(100%);
  }
}
@media (min-width: 360px) and (max-width: 480px) {
  .grid-slider:not([class*=initialized])[data-portrait="6"] .item {
    width: calc(16.66666667%);
  }
  .grid-slider:not([class*=initialized])[data-portrait="5"] .item {
    width: calc(20%);
  }
  .grid-slider:not([class*=initialized])[data-portrait="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-portrait="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-portrait="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-portrait="1"] .item {
    width: calc(100%);
  }
}
@media (max-width: 360px) {
  .grid-slider:not([class*=initialized])[data-mobile="4"] .item {
    width: calc(25%);
  }
  .grid-slider:not([class*=initialized])[data-mobile="3"] .item {
    width: calc(33.33333333%);
  }
  .grid-slider:not([class*=initialized])[data-mobile="2"] .item {
    width: calc(50%);
  }
  .grid-slider:not([class*=initialized])[data-mobile="1"] .item {
    width: calc(100%);
  }
}
.page-layout-1column.page-with-filter .block.filter .block-title.filter-title,
.page-layout-1column-full-width.page-with-filter .block.filter .block-title.filter-title {
  display: inline-block;
}
.page-layout-1column.page-with-filter .block.filter .block-title.filter-title strong,
.page-layout-1column-full-width.page-with-filter .block.filter .block-title.filter-title strong {
  display: inline-block;
  cursor: pointer;
  height: 35px;
  line-height: 33px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 11;
}
.page-layout-1column.page-with-filter .block.filter .block-content,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 0 20px 20px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 11;
  max-width: 300px;
  margin-top: 0;
}
.page-layout-1column.page-with-filter .block.filter .block-content .filter-subtitle,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-subtitle {
  display: block;
  text-transform: uppercase;
  padding: 10px 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 1.8rem;
  margin-bottom: 20px;
  position: static;
  height: auto;
}
.page-layout-1column.page-with-filter .block.filter .block-content .filter-options,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options {
  height: calc(100vh - 90px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  position: static;
  background-color: #fff;
  z-index: 12;
  border-width: 0;
}
.page-layout-1column.page-with-filter .block.filter .block-content .filter-options::-webkit-scrollbar,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options::-webkit-scrollbar {
  width: 5PX;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-layout-1column.page-with-filter .block.filter .block-content .filter-options::-webkit-scrollbar-t,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options::-webkit-scrollbar-t {
  background-color: #484848;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-layout-1column.page-with-filter .block.filter .block-content .filter-options .filter-options-item,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options .filter-options-item {
  width: 100%;
  margin: 0 0 20px;
}
.page-layout-1column.page-with-filter .block.filter .block-content .filter-options .filter-options-item .filter-options-content,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options .filter-options-item .filter-options-content {
  position: static;
  box-shadow: none;
  border-width: 0px;
  display: block;
  width: 100%;
}
.page-layout-1column.page-with-filter .block.filter .block-content .filter-options .filter-options-item:before,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options .filter-options-item:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-layout-1column.page-with-filter .block.filter .block-content::-webkit-scrollbar-track,
.page-layout-1column-full-width.page-with-filter .block.filter .block-content::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-layout-1column.page-with-filter .block.active .block-title.filter-title strong:after,
.page-layout-1column-full-width.page-with-filter .block.active .block-title.filter-title strong:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-layout-1column.page-with-filter .block.active .block-title.filter-title strong:before,
.page-layout-1column-full-width.page-with-filter .block.active .block-title.filter-title strong:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 18px;
  position: fixed;
  top: 0;
  left: 300px;
  z-index: 13;
  width: 35px;
  height: 35px;
  line-height: 33px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  text-align: center;
}
.page-layout-1column.page-with-filter .block.active .block-content,
.page-layout-1column-full-width.page-with-filter .block.active .block-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.page-layout-1column.page-with-filter .toolbar,
.page-layout-1column-full-width.page-with-filter .toolbar {
  max-width: calc(100% - 100px);
}
.page-layout-1column.page-with-filter .toolbar-bottom .toolbar,
.page-layout-1column-full-width.page-with-filter .toolbar-bottom .toolbar {
  max-width: 100%;
}
.page-layout-1column.page-with-filter.page-with-filter .page-main,
.page-layout-1column-full-width.page-with-filter.page-with-filter .page-main {
  z-index: 9999;
}
.page-layout-1column.has-sidebar-filters-toggle .toolbar,
.page-layout-1column-full-width.has-sidebar-filters-toggle .toolbar {
  max-width: 100%;
}
.page-layout-1column-full-width .container,
.page-layout-2columns-left-full-width .container,
.page-layout-2columns-right-full-width .container {
  max-width: 100%;
}
@media (max-width: 767px) {
  .page-layout-1column.page-with-filter .block.filter .block-title.filter-title strong,
  .page-layout-1column-full-width.page-with-filter .block.filter .block-title.filter-title strong {
    right: auto;
    left: 0;
  }
}
@media (max-width: 479px) {
  .page-layout-1column.page-with-filter .block.filter.active .block-title.filter-title,
  .page-layout-1column-full-width.page-with-filter .block.filter.active .block-title.filter-title {
    z-index: 13;
  }
  .page-layout-1column.page-with-filter .block.filter.active .block-title.filter-title strong,
  .page-layout-1column-full-width.page-with-filter .block.filter.active .block-title.filter-title strong {
    right: 0;
    left: auto;
    font-size: 0;
    top: 5px;
  }
  .page-layout-1column.page-with-filter .block.filter.active .block-title.filter-title strong:after,
  .page-layout-1column-full-width.page-with-filter .block.filter.active .block-title.filter-title strong:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .page-layout-1column.page-with-filter .block.filter.active .block-title.filter-title strong:before,
  .page-layout-1column-full-width.page-with-filter .block.filter.active .block-title.filter-title strong:before {
    position: static;
    border: 0;
  }
  .page-layout-1column.page-with-filter .block.filter.active .block-content .filter-subtitle,
  .page-layout-1column-full-width.page-with-filter .block.filter.active .block-content .filter-subtitle {
    border-width: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Alothemes/funio7/ar_SA/images/loader-1.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'icons-blank-theme';
  font-size: inherit;
  line-height: 1;
  color: inherit;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\e617';
}
[dir="rtl"] .slick-prev:before {
  content: '\e608';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\e608';
}
[dir="rtl"] .slick-next:before {
  content: '\e617';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  /*height: 20px;
            width: 20px;*/
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: 'icons-blank-theme';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Social icons */
.social-icons {
  right: 0;
  position: fixed;
  top: 80px;
  width: 45px;
  z-index: 9;
}
.social-icon {
  background-color: #33353B;
  background-image: url('../../frontend/Alothemes/funio7/ar_SA/Magiccart_Alothemes/images/social-icons.png');
}
.social-icon {
  transition: background-color 0.4s ease-in 0s;
  -webkit-transition: background-color 0.4s ease-in 0s;
  border-radius: 3px 0 0 3px;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 43px;
  margin-bottom: 2px;
  width: 43px;
}
.social-text {
  float: left;
  font-size: 11px;
  margin: 13px 0 11px 44px;
  white-space: nowrap;
  color: #FFFFFF;
}
.social-icons a:hover {
  text-decoration: none;
}
#facebook-btn span {
  background-position: 13px 7px;
}
#linkedin-btn span {
  background-position: 12px -266px;
}
#twitter-btn span {
  background-position: 13px -39px;
}
#youtube-btn span {
  background-position: 12px -230px;
}
#pinterest-btn span {
  background-position: 12px -181px;
}
#googleplus-btn span {
  background-position: 13px -132px;
}
#instagram-btn span {
  background-position: 10px -300px;
}
#flickr-btn span {
  background-position: 10px -335px;
}
#web-btn span {
  background-position: 10px -403px;
}
#mail-btn span {
  background-position: 10px -369px;
}
#facebook-btn .social-icon {
  background-color: #3B5998;
}
#linkedin-btn .social-icon {
  background-color: #6eb8da;
}
#twitter-btn .social-icon {
  background-color: #62BDB2;
}
#googleplus-btn .social-icon {
  background-color: #DB4A39;
}
#pinterest-btn .social-icon {
  background-color: #DB4A39;
}
#youtube-btn .social-icon {
  background-color: #C4302B;
}
#instagram-btn .social-icon {
  background-color: #D2C5B3;
}
#flickr-btn .social-icon {
  background-color: #E4006B;
}
#mail-btn .social-icon {
  background-color: #2A056F;
}
#web-btn .social-icon {
  background-color: #000;
}
#facebook-btn:hover .social-icon {
  background-color: #3B5998;
}
#linkedin-btn:hover .social-icon {
  background-color: #6eb8da;
}
#twitter-btn:hover .social-icon {
  background-color: #62BDB2;
}
#googleplus-btn:hover .social-icon {
  background-color: #DB4A39;
}
#pinterest-btn:hover .social-icon {
  background-color: #DB4A39;
}
#youtube-btn:hover .social-icon {
  background-color: #C4302B;
}
#instagram-btn:hover .social-icon {
  background-color: #D2C5B3;
}
#flickr-btn:hover .social-icon {
  background-color: #E4006B;
}
#web-btn:hover .social-icon {
  background-color: #000;
}
#mail-btn:hover .social-icon {
  background-color: #2A056F;
}
/* Style override for Left*/
.social-icons.left {
  left: 0;
}
.social-icons.left .social-icon {
  background-image: url('../../frontend/Alothemes/funio7/ar_SA/Magiccart_Alothemes/images/social-icons-left.png');
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -o-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Safari and Chrome */
}
.social-icons.left .social-icon {
  float: left;
}
.social-icons.left .social-text {
  float: left;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -webkit-transform: rotateY(180deg);
  /* Safari and Chrome */
}
.content-quickview .social-icons {
  display: none;
}
/* recent order */
@keyframes notifySliderUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes notifySliderDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}
.suggest-slider.close {
  display: none;
}
.suggest-slider .x-close {
  float: right;
}
.notify-slider-wrapper {
  width: 300px;
  position: fixed;
  bottom: 15px;
  left: 25px;
  background: transparent;
  display: none;
  transition: all .25s ease;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.notify-slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
.notify-slider .slider {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100px;
  list-style: none;
}
.notify-slider .slider > .item {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 120px;
  background: #ccc;
  text-align: center;
  line-height: 100px;
}
.product-image-container {
  /*display: block;*/
  max-width: 100%;
}
.notify-slider-wrapper {
  background-color: #ffffff;
  z-index: 9999;
  width: 320px;
  -webkit-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  -moz-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item {
  background-color: #ffffff;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-reviews-summary,
.notify-slider-wrapper .products.wrapper.grid .product-item .price-box {
  display: none !important;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info {
  border-left: 0;
  padding: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:hover {
  box-shadow: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:before,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  content: "";
  display: table;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  clear: both;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container {
  max-width: 85px;
  width: 85px;
  float: left;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container .actions-primary {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-image-wrapper .product-image-photo.thumbnail {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details {
  width: calc(100% - 85px);
  float: left;
  text-align: left;
  padding: 0px 10px 12px 10px;
  font-size: 13px;
  margin-top: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .someone-purchased {
  /* padding-top: 13px;*/
  margin-bottom: 7px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name {
  margin-bottom: 11px;
  letter-spacing: .3px;
  font-family: 'Lato', sans-serif;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: auto;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name a {
  color: #222222;
  height: auto;
  display: block;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .flex {
  display: flex;
  justify-content: space-between;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin: 0;
  display: block;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .sticker {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-hover {
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box {
  display: block;
  margin: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .price {
  font-size: 11px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .price-box .old-price .price {
  font-size: 11px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .address-purchased {
  display: block;
  font-size: 11px;
  color: #333333;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .time-purchased {
  margin: 0;
  margin-bottom: 7px;
}
.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result:before,
.notify-slider-wrapper .product-item .product-item-info .rating-summary .rating-result > span:before {
  font-size: 12px;
}
.notify-slider-wrapper .reviews-actions .action {
  font-size: 12px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .action,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view {
  transform: scale(1) !important;
  opacity: 1;
  visibility: visible;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .action {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view {
  box-shadow: none;
  width: auto;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview span {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links .link-view .quickview:hover {
  color: red;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .add-to-links {
  top: auto;
  bottom: -4px;
  right: 6px;
}
.notify-slider-wrapper .product-item .link-view {
  text-align: right;
}
.notify-slider-wrapper .product-item .link-view .quickview {
  padding: 0;
  background-color: transparent;
  color: #222;
  position: relative;
  font-size: 20px;
  border: 0px;
  margin-top: -10px;
}
.block.related .product .product-item-info .products-textlink .product-name a,
.block.crosssell .product .product-item-info .products-textlink .product-name a,
.block.upsell .product .product-item-info .products-textlink .product-name a {
  height: 36px;
}
.suggest-slider .x-close {
  position: absolute;
  font-size: 0;
  top: 5px;
  right: -2px;
  z-index: 999;
}
.suggest-slider .x-close:before {
  content: '\e616';
  font-size: 14px;
  font-family: 'icons-blank-theme';
}
.suggest-slider .x-close:hover {
  color: #000;
}
.notify-slider {
  margin-top: 0;
}
.notify-slider .slider > .item {
  line-height: 1.5;
  width: 320px;
  /*height: auto;*/
}
.notify-slider-wrapper .product-items .product-item:nth-child(n) {
  clear: none !important;
}
.wishlist-index-index .notify-slider-wrapper .products-grid .product-item {
  width: 320px;
  margin-left: 0;
}
.notify-slider-wrapper.notifySliderUp {
  -webkit-animation-name: notifySliderUp;
  animation-name: notifySliderUp;
  display: block;
}
.notify-slider-wrapper.notifySliderDown {
  -webkit-animation-name: notifySliderDown;
  animation-name: notifySliderDown;
  display: block;
}
.recentorder .content-products .product-items {
  opacity: 1;
}
.grid-mode .active {
  text-decoration: underline;
}
/* responsive */
@media screen and (max-width: 480px) {
  .grid-view-mode .grid-mode.grid-8,
  .grid-view-mode .grid-mode.grid-7,
  .grid-view-mode .grid-mode.grid-6,
  .grid-view-mode .grid-mode.grid-5,
  .grid-view-mode .grid-mode.grid-4,
  .grid-view-mode .grid-mode.grid-3 {
    display: none;
  }
  .grid-view-mode .grid-mode.grid-1 {
    display: inline-block;
  }
  .grid-view-mode .grid-mode.grid-1:last-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .grid-view-mode .grid-mode.grid-8,
  .grid-view-mode .grid-mode.grid-7,
  .grid-view-mode .grid-mode.grid-6,
  .grid-view-mode .grid-mode.grid-5,
  .grid-view-mode .grid-mode.grid-4 {
    display: none;
  }
  .grid-view-mode .grid-mode.grid-1 {
    display: inline-block;
  }
  .grid-view-mode .grid-mode.grid-1:last-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .grid-view-mode .grid-mode.grid-8,
  .grid-view-mode .grid-mode.grid-7,
  .grid-view-mode .grid-mode.grid-6,
  .grid-view-mode .grid-mode.grid-5 {
    display: none;
  }
}
.toolbar .sidebar-filters-toggle {
  display: none;
  margin-right: 20px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  padding: 0 5px;
}
.toolbar .sidebar-filters-toggle .filter-toggle {
  fill: #fff;
  stroke: #333;
  width: 37px;
}
.has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle {
  display: inline-block;
}
.has-sidebar-filters-toggle .block.filter .block-title {
  display: none;
}
.has-sidebar-filters-toggle.filter-active .sidebar-filters-toggle:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 20px;
  position: fixed;
  top: 0;
  left: 300px;
  z-index: 13;
  width: 35px;
  height: 35px;
  line-height: 33px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
}
.has-sidebar-filters-toggle.filter-active .sidebar-filters-toggle:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.page-layout-2columns-left .toolbar .sidebar-filters-toggle,
.page-layout-2columns-right .toolbar .sidebar-filters-toggle {
  display: none;
}
.page-layout-1column .toolbar .sidebar-filters-toggle,
.page-layout-1column-full-width .toolbar .sidebar-filters-toggle {
  display: inline-block;
}
.page-layout-1column.has-sidebar-filters-toggle .block.filter .block-title.filter-title,
.page-layout-1column-full-width.has-sidebar-filters-toggle .block.filter .block-title.filter-title {
  display: none;
}
@media (max-width: 991px) {
  .has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle {
    display: inline-block;
  }
  .page-layout-2columns-left.has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle,
  .page-layout-2columns-right.has-sidebar-filters-toggle .toolbar .sidebar-filters-toggle {
    display: inline-block;
  }
}
.alothemes {
  display: block;
}
.fotorama__fullscreen .zoomImg {
  display: none !important;
}
.modal-popup {
  pointer-events: none;
}
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized {
  opacity: 1;
}
.lookbook .easypin-marker {
  color: #fff;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ff5555;
  text-align: center;
}
.lookbook .easypin-marker:hover {
  background-color: #ff5555;
  color: #fff;
}
.lookbook .easypin-marker:hover .easypin-popover {
  opacity: 1;
  visibility: visible;
}
.lookbook .easypin-marker:before,
.lookbook .easypin-marker .icon:before {
  /* font-family: "FontAwesome"; */
  content: "+";
  font-size: 26px;
  display: block;
}
.lookbook .easypin-popover {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  width: 180px;
  left: -70px;
  background: transparent;
  z-index: 20;
}
.lookbook .easypin-popover .product-pin-wrap {
  line-height: normal;
  background: #fff;
  padding: 0px 0px 15px;
  position: relative;
  z-index: 1;
}
.lookbook .easypin-popover .product-pin-wrap a {
  text-decoration: none;
}
.lookbook .easypin-popover .product-pin-wrap:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  -webkit-filter: drop-shadow(0 1px 2px #000000);
  filter: drop-shadow(0 1px 1px #dfdfdf);
}
.lookbook .image-wrap {
  margin-bottom: 15px;
}
.lookbook .title-wrap,
.lookbook .price-wrap {
  padding-left: 20px;
}
.lookbook .title-wrap h5 {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0 0 5px;
}
.lookbook .title-wrap h5:focus {
  text-decoration: none;
}
.lookbook .price-label {
  display: none;
}
.lookbook .price-box .price {
  color: #ff5555;
}
.main-product-pin {
  margin-bottom: 48px;
}
.magicslider {
  text-align: center;
  display: block;
}
.magicslider img {
  display: block;
  max-width: 100%;
  height: auto;
}
.magicslider > .item:nth-child(n+2) {
  display: none;
}
.magicslider > .item .figcaption {
  display: none;
}
.magicslider > .item.slick-slide {
  display: block;
}
.magicslider > .item.slick-slide .figcaption {
  display: block;
}
.magicslider .external-video:after {
  background: rgba(0, 0, 0, 0) url("../../frontend/Alothemes/funio7/ar_SA/images/gallery-sprite.png") repeat scroll right bottom;
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.magicslider .external-video.embed:after {
  display: none;
}
.magicslider .magicslider-caption {
  display: none;
}
.magicslider .magicslider-caption.mobile.desktop {
  display: block;
}
.magicslider .slick-next {
  transition: all 0.3s ease-in-out;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  right: 15px;
}
.magicslider .slick-next:before {
  font-family: 'icons-blank-theme';
  color: #333;
  content: '\e608';
}
.magicslider .slick-prev {
  transition: all 0.3s ease-in-out;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  left: 15px;
}
.magicslider .slick-prev:before {
  font-family: 'icons-blank-theme';
  color: #333;
  content: '\e617';
}
.magicslider .slick-slider:hover .slick-prev,
.magicslider .slick-slider:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.magicslider button:not(.primary):active {
  box-shadow: none;
}
.magicslider button:hover {
  border: none;
}
.magicslider button:focus {
  border: none;
}
.magicslider button:active {
  border: none;
}
.magicslider .slick-dots {
  bottom: 20px;
  text-align: right;
  right: 10px;
}
.magicslider .slick-dots li button {
  background: #ccc;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
}
.magicslider .slick-dots li button:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.magicslider .slick-dots li:hover button,
.magicslider .slick-dots li.slick-active button {
  background: #666;
}
.magicslider .slick-dots.slick-active button {
  background: #666;
}
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized {
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .magicslider .slick-dots {
    bottom: 10px;
    right: 3px;
  }
}
.testimonial .field-summary_rating .rating-box .rating:before {
  content: '\e605';
  font-family: 'icons-blank-theme';
  color: #f2c800;
  z-index: 2;
  position: relative;
  font-size: 28px;
  height: 12px;
  display: block;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}
.testimonial .rating-result {
  text-align: center;
}
.testimonial .customer {
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin: 60px 0;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial .inner-customer {
  text-align: center;
}
.testimonial.center-mode {
  margin-bottom: 50px;
}
.testimonial.center-mode .item img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.testimonial.center-mode .item .testimonial_text {
  display: none;
}
.testimonial.center-mode .slick-center .item img {
  width: 150px;
  height: 150px;
}
.testimonial.center-mode .slick-list {
  margin-bottom: 50px;
}
.testimonial-caption.center-mode {
  display: block;
  width: 85%;
  color: #494949;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.testimonial-caption.center-mode .sub-text {
  display: block;
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.testimonial-caption.center-mode .product-reviews-summary {
  display: block;
  text-align: center;
}
.testimonial-caption .zoomIn {
  animation: zoomIn 0.9s ease-out;
  -moz-animation: zoomIn 0.9s ease-out;
  -webkit-animation: zoomIn 0.9s ease-out;
  -o-animation: zoomIn 0.9s ease-out;
}
.testimonial-index-index .button-o {
  margin-bottom: 30px;
}
.testimonial-form-index .std-input-box .product-review-box #product-review-table {
  width: auto;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/**
 * 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%;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Alothemes/funio7/ar_SA/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete: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;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.block-cart-failed .actions .action.tocart {
  margin-right: 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 > .title > strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.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-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-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ":";
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  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 .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;
}
.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 {
  width: 100%;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 4px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter-label {
  font-weight: 400;
}
.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.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 10px;
  line-height: 1.42857143;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attibute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.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 .price-box {
  margin-top: 10px;
}
.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: 1.2rem;
  font-weight: 700;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: 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: ": ";
}
.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;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  width: 140px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: -6px;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  text-align: center;
  padding: 10px 0 15px;
}
.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 {
  display: block;
  text-transform: lowercase;
  font-size: 1rem;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: block;
}
.block-category-event .dates .date {
  font-size: 5rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start:after {
  content: "\2013";
  font-size: 5rem;
  display: block;
}
.block-search .label {
  display: inline-block;
  text-decoration: none;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .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;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  margin-bottom: 0;
  padding-bottom: 9px;
}
.login-container .fieldset {
  margin: 0;
  padding: 0;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.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 {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.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 {
  text-align: left;
  margin-bottom: 0;
}
.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 .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;
}
.cart.table-wrapper .gift-content {
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  margin: 20px 0;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.cart.table-wrapper .action-gift {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .action-gift:hover:after {
  color: inherit;
}
.cart.table-wrapper .action-gift:active:after {
  color: inherit;
}
.cart.table-wrapper .action-gift._active:after {
  content: '\e621';
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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;
  font-weight: 700;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": ";
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 0px;
}
.block.filter .filter-title strong {
  font-size: 18px;
  text-transform: uppercase;
}
.filter-subtitle {
  display: none;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  word-break: break-all;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  position: absolute;
  left: -6px;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.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;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item:last-child {
  background: #e2e2e2;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.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 .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
  margin: 7px 0 0;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^="multishipping-"] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter .title {
  display: none;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.fotorama-video-container:after {
  background: url(../../frontend/Alothemes/funio7/ar_SA/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: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Alothemes/funio7/ar_SA/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 {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.fotorama__arr.hidden-video {
  z-index: -1 !important;
}
.fotorama__video-close {
  bottom: 89%;
  top: auto;
}
.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;
}
.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;
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  vertical-align: middle;
  line-height: 28px;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-top: 6px;
  padding-right: 10px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.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-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.block-collapsible-nav .item {
  border-bottom: 1px solid #dddddd;
}
.block-collapsible-nav .item:first-child {
  border-top: 1px solid #dddddd;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  color: #ff5555;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  color: #ff5555;
  font-weight: 500;
}
.block-collapsible-nav .item.current a {
  color: #ff5555;
}
#modals_quickview .loading-mask {
  display: none;
}
body {
  background-color: #ffffff;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  position: relative;
  z-index: 5;
  float: left;
  max-width: 50%;
  margin: 0 0 10px 40px;
}
.logo img {
  max-width: 100%;
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  position: absolute;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  margin: 0;
  font-size: 12px;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.modal-popup {
  pointer-events: none;
}
.cookie-status-message {
  display: none;
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
#magepow_ajaxcart_popup {
  display: none;
  position: relative;
  width: 515px;
  max-width: 90%;
  margin: 0 auto;
  z-index: 999;
  text-align: center;
}
#magepow_ajaxcart_popup .popup .action {
  margin-top: 10px;
}
#magepow_ajaxcart_popup .btn-viewcart {
  width: 50%;
  float: left;
  color: #ffffff;
}
#magepow_ajaxcart_popup .btn-viewcart .viewcart {
  background: #1979c3;
  box-shadow: none;
  border: none;
  color: #ffffff;
}
#magepow_ajaxcart_popup .btn-viewcart .viewcart:hover {
  background: #006bb4;
}
#magepow_ajaxcart_popup .btn-continue {
  width: 50%;
  float: left;
  color: #ffffff;
}
#magepow_ajaxcart_popup .btn-continue .continue {
  background: #1979c3;
  box-shadow: none;
  border: none;
  color: #ffffff;
}
#magepow_ajaxcart_popup .btn-continue .continue:hover {
  background: #006bb4;
}
#magepow_ajaxcart_popup .product-item-info button {
  padding: 8px 5px;
  font-size: 10px;
}
.ajaxcart-wrapper-main .full-width {
  width: 100% !important;
}
#ajax-suggest ol {
  padding: 0;
}
#ajax-suggest .item {
  padding-top: 10px;
  padding-bottom: 15px;
}
#ajax-suggest .item .product-item-info {
  margin-left: auto;
  margin-right: auto;
}
#ajax-suggest .product.details.product-item-details {
  min-height: 65px;
}
.freeShipping_message {
  background-color: #d6e4f9;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
}
.freeShipping_message .needMore {
  font-weight: bold;
}
.congratulation {
  background-color: #f7747c;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
}
div.minprogress {
  border: 1px solid #a5a5a5;
  height: 10px;
  border-radius: 5px;
  position: relative;
}
div.minprogress .minprogress-active {
  position: absolute;
  background-color: #000000;
  height: 10px;
  border-radius: 5px;
}
.product-prev {
  margin: 0 0 0 0px;
}
.product-next-prev {
  margin: auto;
  float: right;
}
.product-next-prev .products {
  margin: 0;
}
.product-next-prev .product-prev,
.product-next-prev .product-next {
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  width: 30px;
  height: 28px;
  color: #333;
  text-align: center;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  border-radius: 2px;
  border: 1px solid #fff;
}
.product-next-prev .product-prev:hover,
.product-next-prev .product-next:hover {
  color: #fff;
  border: 1px solid #1979c3;
  text-decoration: none;
}
.product-next-prev .product-prev:hover .product-item-info,
.product-next-prev .product-next:hover .product-item-info {
  display: block;
}
.product-next-prev .product-prev .product-item-photo,
.product-next-prev .product-next .product-item-photo {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #f2f2f2;
  max-width: 120px;
  box-shadow: 0 0 5px #dfdfdf;
  transition: all 0.3s ease-in-out;
}
.product-next-prev .product-prev .product-item-photo .product-image-container,
.product-next-prev .product-next .product-item-photo .product-image-container {
  display: block;
}
.product-next-prev .product-prev:hover .product-item-photo,
.product-next-prev .product-next:hover .product-item-photo {
  opacity: 1;
  visibility: visible;
}
.product-next-prev .product-prev a:hover,
.product-next-prev .product-next a:hover {
  text-decoration: none;
}
.product-next-prev .product-item {
  display: inline-block;
}
.product-next-prev .product-item-info {
  position: absolute;
  max-width: none;
  display: none;
}
.product-next-prev .category-back a {
  width: 30px;
  height: 28px;
  display: block;
  line-height: 28px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
}
.product-next-prev .category-back a span {
  display: none;
}
.product-next-prev .category-back a:before {
  content: '\e60d';
  font-family: 'icons-blank-theme';
  font-size: 2.8rem;
}
.product-next-prev .category-back a:hover {
  border-color: #1979c3;
  text-decoration: none;
}
.product-next-prev .arrow {
  font-size: 0;
}
.product-next-prev .arrow:before {
  font-size: 2.8rem;
  font-family: 'icons-blank-theme';
}
.product-next-prev .product-prev .arrow:before {
  content: '\e617';
}
.product-next-prev .product-next .arrow:before {
  content: '\e608';
}
.product-info-main .product-prev,
.product-info-main .product-next {
  position: relative;
}
.product-info-main .product-prev .product-item-info,
.product-info-main .product-next .product-item-info {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #f2f2f2;
  max-width: 120px;
  max-width: 150px;
  box-shadow: 0 0 5px #dfdfdf;
  transition: all 0.3s ease-in-out;
  border-top: 3px solid #1979c3;
}
.product-info-main .product-prev .product-item-info:before,
.product-info-main .product-next .product-item-info:before {
  content: '';
  position: absolute;
  border: 6px solid transparent;
  border-bottom-color: #1979c3;
  left: 50%;
  top: -15px;
  transform: translate(-50%, 0);
}
.product-info-main .product-prev .product-item-info .product-item-name,
.product-info-main .product-next .product-item-info .product-item-name {
  margin: 0;
}
.product-info-main .product-prev .product-item-info .product-item-name .product-item-link,
.product-info-main .product-next .product-item-info .product-item-name .product-item-link {
  font-size: 1.2rem;
}
.product-info-main .product-prev .product-item-info .product-item-details,
.product-info-main .product-next .product-item-info .product-item-details {
  padding-left: 5px;
  padding-right: 5px;
}
.product-info-main .product-prev .product-item-info .product.sku,
.product-info-main .product-next .product-item-info .product.sku {
  color: #555555;
  font-size: 1.2rem;
}
.product-info-main .product-prev .product-item-info .price-box,
.product-info-main .product-next .product-item-info .price-box {
  margin: 0 0 10px;
}
.product-info-main .product-prev .product-item-info .price,
.product-info-main .product-next .product-item-info .price {
  color: #555555;
}
.product-info-main .product-prev:hover .product-item-info,
.product-info-main .product-next:hover .product-item-info {
  opacity: 1;
  visibility: visible;
}
.stickyCart {
  position: fixed;
  background-color: #000000;
  width: 100%;
  bottom: 0;
  height: 90px;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
}
.stickyCart.sticky_show_atc {
  display: block;
}
.stickyCart .stickyChild {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.stickyCart .stickyChild #parentQtySticky {
  height: 43px;
}
.stickyCart .stickyChild #timerSticky {
  position: relative;
}
.stickyCart .stickyChild .clSticky {
  padding: 10px;
}
.stickyCart .stickyChild .clSticky #btnSticky:hover {
  background-color: #b59677;
  color: #fff;
}
.stickyCart .stickyChild .clSticky .stickyProductName {
  color: #eee;
}
.stickyCart .stickyChild .clSticky #btnSticky {
  background-color: transparent;
  height: 42px;
  border-color: #fff;
}
.stickyCart .stickyChild .clSticky .imgBorder {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: solid 1px #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stickyCart .stickyChild .clSticky .imgBorder .borderImg {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
}
.stickyCart .stickyChild .clSticky .imgBorder .borderImg .stickyImg {
  width: 100%;
  max-width: 100%;
}
.stickyCart .quantity input {
  background-color: transparent;
  color: #eee;
  height: 42px;
  float: left;
  width: 5em;
}
.stickyCart .quantity input:focus {
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .contentHide {
    display: none;
  }
  .contentShow #btnSticky {
    width: 100%;
  }
}
.magictabs .item.activated,
.magictabs .item:hover {
  border-color: #ff3366;
}
.content-products .mage-magictabs {
  display: none;
}
.content-products .mage-magictabs.activated {
  display: block;
}
.shopbrand-brand-listbrand .page-title-wrapper {
  text-align: center;
}
.shopbrand-brand-listbrand .page-title-wrapper .page-title {
  display: inline-block;
}
.shopbrand-brand-listbrand .grid-slider {
  display: none;
}
.shopbrand-brand-listbrand .grid-init .grid-slider {
  display: block;
}
.shopbrand {
  text-align: center;
  display: block;
}
.shop-by-brand {
  text-align: center;
}
.shop-by-brand .block.block-search {
  display: block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.shopbrand-list {
  clear: both;
}
.block-search.brand-search {
  text-align: center;
}
.block-search.brand-search .form-search .field.search {
  position: relative;
  border: 1px solid #ebebeb;
}
.block-search.brand-search .form-search .field.search .control-search input {
  height: 45px;
  padding-right: 40px;
  border: 0;
}
.block-search.brand-search .form-search .field.search .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.block-search.brand-search .form-search .field.search .actions .action {
  background-color: #fff;
  width: 40px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  padding: 0;
}
.block-search.brand-search .form-search .field.search .actions .action span {
  display: none;
}
.block-search.brand-search .form-search .field.search .actions .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search.brand-search .form-search .label.brand-label {
  display: none;
}
.block-search.brand-search .form-search .label.brand-label:before {
  display: none;
}
.brand-search-sidebar .block-search {
  max-width: 100%;
}
.form-search-sidebar-brand .field.search {
  position: relative;
  border: 1px solid #ebebeb;
}
.form-search-sidebar-brand .field.search .control-search input {
  height: 40px;
  padding-right: 40px;
  border: 0;
}
.form-search-sidebar-brand .field.search .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.form-search-sidebar-brand .field.search .actions .action {
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0;
}
.form-search-sidebar-brand .field.search .actions .action span {
  display: none;
}
.form-search-sidebar-brand .field.search .actions .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.characters {
  clear: both;
  padding: 20px 0;
  display: inline-block;
}
.characters .filter {
  list-style: none;
  float: left;
}
.characters .filter .char {
  float: left;
}
.characters .filter .char a {
  display: block;
  border: 1px solid silver;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  margin-left: 3px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.characters .filter .char a:hover,
.characters .filter .char.active a {
  background-color: #006bb4;
  color: #ffffff;
  border: 1px solid #006bb4;
}
.characters .filter .view-all a {
  text-transform: none;
}
/**
 * Magiccart 
 * @category 	Magiccart 
 * @copyright 	Copyright (c) 2014 Magiccart (http://www.magiccart.net/) 
 * @license 	http://www.magiccart.net/license-agreement.html
 * @Author:Magiccart<team.magiccart@gmail.com>
 * @@Create Date:2014-04-26 11:18:55
 * @@Modify Date: 2017-06-21 22:41:36
 * @@Function:*/
.sections .nav-sections-item-content > .navigation {
  display: none;
}
.nav-sections-item-content .magicmenu {
  position: relative;
  display: block;
  text-align: left;
}
.magicmenu {
  position: relative;
}
.magicmenu .nav-desktop {
  position: static;
  margin: 0;
  padding: 0;
}
.magicmenu .nav-desktop .level0 {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.magicmenu .nav-desktop .level0.logo.display {
  display: none;
  border: 0;
}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a {
  border: 0;
  padding: 10px;
  width: 71px;
}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a img {
  max-width: 100%;
}
.magicmenu .nav-desktop .level0 > a:hover .short_desc {
  color: #888888;
}
.magicmenu .nav-desktop .level0 .level-top {
  padding: 19px 20px;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  outline: medium none;
  display: block;
  text-align: left;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .level-top span.icon-text {
  padding: 0;
  text-decoration: none;
  outline: medium none;
  text-align: left;
}
.magicmenu .nav-desktop .level0 .level-top span.cat_label {
  right: 20px;
  top: -8px;
}
.magicmenu .nav-desktop .level0 .level-top > span {
  white-space: nowrap;
  font-size: 14px;
}
.magicmenu .level0 .level-top img {
  display: none;
  padding-right: 15px;
  vertical-align: middle;
}
.magicmenu .nav-desktop .level0.home {
  margin-left: 20px;
  position: static;
}
.magicmenu .nav-desktop .level0.home .level-top .icon {
  display: none;
}
.magicmenu .nav-desktop .level0.home .level-top .icon-home {
  font-size: 15px;
}
.magicmenu .nav-desktop .level0 .level-top-mega,
.magicmenu .nav-desktop .level0.dropdown > .level0 {
  border-style: solid;
  border-width: 1px;
  padding: 0 0 0px 35px;
  position: absolute;
  z-index: 99999;
  display: block;
  opacity: 0;
  top: 130%;
  visibility: hidden;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.magicmenu .nav-desktop .level0:hover .level-top-mega,
.magicmenu .nav-desktop .level0.dropdown:hover > .level0 {
  opacity: 1;
  top: 51px;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.home .level-top-mega {
  padding: 20px 25px 25px;
  min-width: 175px;
  text-align: left;
}
.magicmenu .nav-desktop .level0.home .level-top-mega div a span {
  font-size: 14px;
  line-height: 27px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a {
  position: relative;
  display: block;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children a,
.magicmenu .nav-desktop p {
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 20px;
}
.magicmenu .nav-desktop .level0.dropdown > .level0 li a span,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 li a span,
.magicmenu .nav-desktop .level0.ext .level0.dropdown li a span,
.magicmenu .nav-desktop .level0 .level-top-mega .children a span,
.magicmenu .nav-desktop .level0.dropdown .dropdown .level1 a {
  font-size: 13px;
}
.magicmenu .nav-desktop .level-top a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 25px 0 0px;
  display: block;
  line-height: 25px;
  margin: 0px 25px 0 0;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
  font-size: 14px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:before,
.vmagicmenu .level0 .level-top-mega .children > a:before {
  border-width: 0 0 2px;
  border-style: solid;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -5px;
  width: 20px;
  display: none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav:last-child {
  border: 0 none;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top,
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom {
  width: 100%;
  clear: both;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom {
  text-align: center;
  padding: 25px 0 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .cat-mega {
  padding-bottom: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega {
  float: left;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
  float: left;
  text-align: left;
  width: 200px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul {
  margin-right: 0px;
  padding: 0px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children > ul {
  padding: 5px 0 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column li {
  margin: 0;
}
.mage-column.mega-block-left {
  float: left;
}
.mage-column.mega-block-right {
  float: right;
  padding: 25px 30px 0;
}
.banner-menu-right {
  padding: 30px 10px 0 0;
}
.banner-menu-position img {
  bottom: 0;
  left: 50%;
  position: absolute;
  z-index: -1;
}
.block-left,
.block-right,
.cat-mega {
  float: left;
}
.block-bottom {
  clear: both;
}
.cms-static-banner-position {
  position: absolute;
  right: 10px;
  bottom: 35px;
  z-index: -1;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top {
  margin: 0px;
  overflow: hidden;
}
.magicmenu .nav-desktop .level0 .level-top .short_desc {
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  text-transform: capitalize;
  color: #999;
}
.vmagicmenu .level0 .level-top-mega .children.level1 > a.a-image::before,
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image::before {
  display: none;
  padding: 0;
}
/* --- dropdown --- */
.magicmenu .nav-desktop .level0.dropdown li {
  margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown > .level0,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0,
.magicmenu .nav-desktop .level0.ext .level0.dropdown {
  width: 215px;
  padding: 20px 0px;
  line-height: 38px;
  text-align: left;
}
.magicmenu .nav-desktop .level0.dropdown.home > .level0 {
  width: 200px;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild {
  position: relative;
  margin: 0;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown li {
  margin: 0;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before {
  content: "\f105";
  display: block;
  line-height: 38px;
  font-size: 13px;
  position: absolute;
  right: 15px;
  text-align: right;
  font-family: FontAwesome;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-width: 1px;
  border-style: solid;
  padding: 20px 0px;
  min-width: 200px;
  z-index: 1;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.magicmenu .nav-desktop .level0.dropdown .hasChild:hover > ul,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0.dropdown .level1 a,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a {
  padding: 0 18px;
  display: block;
  text-transform: uppercase;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul li {
  margin: 0;
}
/* --- ul leve2 --- */
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild {
  position: relative;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  content: "\f105";
  display: block;
  line-height: 32px;
  font-size: 13px;
  position: absolute;
  right: 30px;
  text-align: right;
  font-family: FontAwesome;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 5px 0 5px 30px;
  min-width: 200px;
  z-index: 1;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul {
  opacity: 1;
  left: 90%;
  visibility: visible;
}
/* Vertical Menu*/
.vmagicmenu {
  display: block !important;
  position: relative;
  padding: 0px;
  z-index: 90;
  width: 280px;
  float: left;
}
.vmagicmenu .block-vmagicmenu-content {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  padding: 0px;
  border-color: #dfdfdf;
  min-width: 270px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-in-out 0s;
}
.vmagicmenu .vmagicmenu-narrow {
  margin: 0px;
  padding: 0;
}
.vmagicmenu:hover .block-vmagicmenu-content {
  opacity: 1;
  visibility: visible;
}
.vmagicmenu .block-title {
  padding: 0 25px;
  line-height: 52px;
}
.vmagicmenu .block-title span {
  font-size: 18px;
}
.vmagicmenu .block-title .vmagicmenu-subtitle {
  padding: 0 0 0 15px;
  font-size: 15px;
  text-transform: uppercase;
}
.vmagicmenu .level0 {
  padding: 0;
  margin: 0;
  float: left;
  line-height: 48px;
  width: 100%;
  list-style: none;
  position: relative;
}
.vmagicmenu .level0.last {
  border: none;
}
.vmagicmenu .level0:hover .level0 {
  background-color: transparent;
}
.vmagicmenu .level0 .level-top {
  border-bottom: 1px solid #e6e6e6;
  margin: 0px 18px;
  padding: 0px;
  font-size: 100%;
  text-decoration: none;
  display: block;
  outline: medium none;
  position: relative;
  text-transform: uppercase;
}
.vmagicmenu .level0 .level-top img {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.vmagicmenu .level0.hasChild .level-top:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  vertical-align: middle;
  font-size: 13px;
  position: relative;
}
.vmagicmenu .level0 .level-top span {
  font-size: 13px;
  vertical-align: middle;
}
.vmagicmenu .level0 .level-top-mega,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.vmagicmenu .level0:hover .level-top-mega,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.vmagicmenu .level0 .level-top-mega .content-mega {
  margin: 0;
  padding: 0px;
  overflow: hidden;
}
.vmagicmenu .level0 .level-top-mega .children a,
.vmagicmenu p {
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.vmagicmenu .level0 .level-top-mega .children a span,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a span {
  font-size: 14px;
}
.vmagicmenu .level0 .level-top-mega .children > a {
  border-width: 0px;
  border-style: solid;
  display: block;
  padding-top: 25px;
  position: relative;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
}
.vmagicmenu .level0 .level-top-mega .children > a span {
  font-weight: 600;
  font-size: 14px;
}
.vmagicmenu .level-top a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 {
  font-size: 100%;
  padding: 0 0 5px;
  line-height: 30px;
}
.vmagicmenu .level0 .level-top-mega .children .level-3 a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.vmagicmenu .level0 .level-top-mega .children .nav {
  line-height: 26px;
  border-bottom: 1px solid #ececec;
}
.vmagicmenu .level0 .level-top-mega .children .nav:last-child {
  border: none;
}
.vmagicmenu .level0 .level-top-mega .children > .nav {
  border: none;
}
.vmagicmenu .level0 .level-top-mega .children .nav a {
  font-weight: 300;
}
.vmagicmenu .level0 .level-top-mega .mega-block-top,
.vmagicmenu .level0 .level-top-mega .mega-block-bottom {
  width: 100%;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom {
  clear: both;
  padding: 25px 0 0px;
}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom img {
  margin: 0 auto;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children {
  float: left;
  width: 220px;
  text-align: left;
  padding-left: 30px;
  margin: 0;
}
.vmagicmenu .level0 .level-top-mega .mage-column li {
  margin: 0;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul {
  list-style: outside none none;
}
.vmagicmenu .level0 .level0 .children > ul {
  margin: 0;
  padding: 5px 0 15px;
}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul li {
  margin: 0;
}
.vmagicmenu .banner-menu-position img {
  margin-left: -30px;
}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top span.cat_label {
  top: 0px;
}
.all-cat {
  display: block;
  margin-top: 10px;
}
.all-cat span {
  padding: 0px;
  cursor: pointer;
  display: block;
  line-height: normal;
  width: 100%;
  clear: both;
  font-size: 13px;
  text-transform: uppercase;
}
.all-cat span:after {
  content: "\f101";
  font-family: FontAwesome;
  padding-left: 5px;
}
.vmagicmenu .all-cat {
  padding: 17px 18px 36px;
  margin: 0px;
  text-align: center;
  clear: both;
}
.mean-bar .all-cat {
  padding: 0px;
}
.mean-bar .level0 .level-top img {
  display: none;
}
.sidebar .accordion-container {
  margin-bottom: 20px;
}
.sidebar .accordion-container .mean-bar {
  border-style: solid;
  border-width: 0px;
  border-color: #ebebeb;
  padding: 0px 0px 20px;
}
.accor-title {
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  padding: 0 0 15px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.sidebar .nav-accordion {
  padding: 13px 0 0;
}
ul.nav-accordion {
  line-height: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0 0 30px;
}
ul.nav-accordion li {
  position: relative;
  margin: 0;
}
ul.nav-accordion li.last {
  border-bottom: 0 none;
}
ul.nav-accordion li a {
  text-transform: capitalize;
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  padding: 0px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  color: #333e48;
  outline: medium none;
}
ul.nav-accordion li a span {
  font-size: 15px;
}
ul.nav-accordion li.active > a,
ul.nav-accordion li.active .mean-expand.mean-clicked:before {
  color: #333;
}
ul.nav-accordion li a:hover,
.all-cat:hover span,
ul.nav-accordion ul ul li:hover a:before {
  color: #333;
}
ul.nav-accordion li ul li a {
  /*padding:0 0 0 25px;*/
}
ul.nav-accordion li > ul.submenu > li > a {
  padding-left: 20px;
}
ul.nav-accordion li > ul.submenu > li > ul.submenu a {
  padding-left: 0px;
}
ul.nav-accordion li ul li ul li.parent > a {
  padding: 0 0 0 20px;
}
ul.nav-accordion li ul li.parent > a span:before {
  display: none;
}
ul.nav-accordion ul {
  margin: 0;
  padding: 0px;
}
ul.nav-accordion ul.submenu,
ul.nav-mobile ul.submenu {
  display: none;
}
ul.nav-accordion ul li {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.nav-accordion ul li a {
  outline: none;
}
ul.nav-accordion ul li.active {
  font-weight: normal;
}
ul.nav-accordion ul ul li a:before {
  color: #cccccc;
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 13px;
  padding-right: 15px;
  text-align: right;
}
ul.nav-accordion ul ul ul li a {
  margin-left: 20px;
}
ul.nav-accordion .mean-expand,
ul.nav-accordion .mean-expand.mean-clicked {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0 !important;
  height: 19px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 19px;
  padding: 0 !important;
}
ul.nav-accordion li.level0 > a > span > .cat-label {
  position: inherit;
}
ul.nav-accordion li.level0 > a > span > .pin-bottom:before {
  position: inherit;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0;
}
ul.nav-accordion .mean-expand:before {
  content: "\f107";
  color: #7f7f7f;
}
ul.nav-accordion .mean-expand.mean-clicked:before {
  content: "\f106";
  color: #333;
}
ul.nav-accordion .mean-expand.mean-clicked:before,
ul.nav-accordion .mean-expand:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 17px;
  text-align: center;
  width: 18px;
  line-height: 30px;
  font-weight: normal;
}
ul.nav-accordion .mean-expand.mean-clicked:hover:before {
  color: #333;
}
.nav-accordion > li:nth-child(n+10) {
  display: none;
}
/*Test*/
.level-top-mega .mage-column.cat-mega {
  margin: 0;
  list-style: outside none none;
}
.fixed {
  z-index: 999;
  width: 100%;
}
.fixed .custom-menu {
  padding-bottom: 7px;
  padding-top: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.fixed .quick-access {
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav-mobile {
    display: none !important;
  }
}
/* hide the link until viewport size is reached */
a.meanmenu-reveal,
.meanmenu-accordion,
.nav-toggle {
  display: none;
}
/* when under viewport size,.mean-container is added to body */
.nav-sections .mean-container .mean-bar {
  position: static;
  float: right;
}
.nav-sections .mean-container a.meanmenu-reveal {
  width: 20px;
  height: 20px;
  padding: 9px 6px;
  position: relative;
  z-index: 32;
  top: 0;
  right: 0;
  cursor: pointer;
  outline: medium none;
  color: #242628;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
  margin-top: 68px;
}
.nav-sections .mean-container a.meanmenu-reveal span {
  display: block;
  background: #242628;
  height: 3px;
  margin-top: 3px;
}
.nav-sections .mean-container .mean-nav {
  float: left;
  width: 100%;
  position: absolute;
  background-color: #222;
  z-index: 2;
  left: 0;
}
.nav-sections .mean-container .mean-nav .mobi-title {
  color: #242628;
  font-size: 16px;
  line-height: 52px;
  margin: 0;
  padding: 0 0 0 50px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  top: -56px;
  z-index: 0;
  display: none;
}
.nav-sections .mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.nav-sections .mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.nav-sections .mean-container .mean-nav ul li a {
  display: block;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #888;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 23px;
}
.nav-sections .mean-container .mean-nav ul li a span,
.nav-sections .mean-container .mean-nav ul li .level-top span {
  font-size: 15px;
  padding: 0 14px;
}
.nav-sections .mean-container .mean-nav ul li li a {
  font-size: 14px;
  padding: 10px 0 10px 25px;
  filter: alpha(opacity=75);
  visibility: visible;
}
.nav-sections .mean-container .mean-nav ul li.mean-last a {
  margin-bottom: 0;
}
.nav-sections .mean-container .mean-nav ul li li li a {
  font-size: 14px;
  padding: 10px 0 10px 40px;
}
.nav-sections .mean-container .mean-nav ul li li li li a {
  padding: 1em 20%;
}
.nav-sections .mean-container .mean-nav ul li li li li li a {
  padding: 1em 25%;
}
.nav-sections .mean-container .mean-nav ul li a.mean-expand {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  padding: 10px !important;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
  font-weight: 300;
  border: none !important;
}
.nav-sections .mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
/* --- rest main-container --- */
.main-container {
  clear: both;
}
.magicmenu .nav-desktop .level0 .level-top .cat_label,
.magicmenu .nav-desktop .level0 .cat_label,
.nav-sections .mean-container .mean-nav ul li a span.cat_label,
.vmagicmenu .level0 .cat_label,
.vmagicmenu .level0 .level-top-mega .children .cat_label,
ul.nav-accordion li a span.cat_label {
  font-size: 11px !important;
  line-height: 16px;
  font-weight: normal;
  padding: 0px 5px;
  position: absolute;
  text-transform: uppercase;
}
.magicmenu .nav-desktop .level0 .level-top .cat_label:after,
.magicmenu .nav-desktop .level0 .cat_label:after,
.nav-sections .mean-container .mean-nav ul li a span.cat_label:after,
.vmagicmenu .level0 .cat_label:after,
.vmagicmenu .level0 .level-top-mega .children .cat_label:after,
ul.nav-accordion li a span.cat_label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-right-width: 5px;
  border-top-width: 5px;
}
/* Update */
.magicmenu .nav-desktop .level0.hasChild .level-top:after,
.magicmenu .nav-desktop .level0.hasChild .level-top:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 13px;
  padding-left: 5px;
  font-weight: normal;
}
.cart-summary {
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px;
  padding: 0;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 90px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.block.crosssell {
  margin-top: 30px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.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: 12px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  right: 0;
  width: 320px;
}
.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: -35px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline-block;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  min-width: 18px;
  text-align: center;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 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-image-wrapper {
  /*&:extend(.abs-reset-image-wrapper all);*/
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle .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;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  margin: 0 0 5px;
  display: block;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
._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;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.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-radius: 50%;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
  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 {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  margin: 10px 0;
  display: block;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-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;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  position: relative;
  overflow: hidden;
  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;
  white-space: normal;
  vertical-align: top;
  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 {
  content: "\2013";
  font-size: 1.8rem;
  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 {
  font-weight: 300;
  display: block;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
@media only screen and (max-width: 769px) {
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0%;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .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;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    margin-bottom: 25px;
    float: none;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .navigation,
  .page-header .header.panel,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -18px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-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: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .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-y: auto;
    overflow-x: hidden;
  }
  .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);
  }
  .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;
  }
  .login-container .login-left,
  .modal-body-content .login-left,
  .login-container .login-right,
  .modal-body-content .login-right {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .modal-popup.modal-slide._inner-scroll {
    left: 0;
  }
  .modal-popup.modal-slide._inner-scroll.register-popup .modal-inner-wrap {
    width: auto;
    margin: 50px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-smsprofile-popup {
    width: auto;
    margin: 20px;
    min-height: auto;
  }
  .smsprofile-login-mobile .iti {
    width: 100%;
  }
  .smsprofile-login-mobile .iti input {
    border: none;
    border-bottom: 3px solid #000;
    height: 40px;
    background: #ffffff;
    box-shadow: 3px 0 3px 0px rgba(0, 0, 0, 0.1);
  }
  .smsprofile-login-mobile .iti .iti__flag-container {
    height: 40px;
  }
  .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%;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    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 {
    float: none;
    display: block;
    margin: 10px 0 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  #magepow_ajaxcart_popup .btn-viewcart {
    width: 48%;
    float: left;
  }
  #magepow_ajaxcart_popup .btn-continue {
    width: 48%;
    float: right;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty: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: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .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;
  }
  .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-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product: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-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal: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,
  .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;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content {
    right: -65px;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content:before,
  .checkout-shipping-address .field-tooltip .field-tooltip-content:after {
    right: 64px;
  }
  .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -35px;
  }
  .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .cart-summary .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 35px;
  }
  .block-minicart .field-tooltip {
    right: -115px;
    top: -45px;
  }
  .block-minicart .field-tooltip .field-tooltip-content {
    right: -21px;
    top: 46px;
  }
  .block-minicart .field-tooltip .field-tooltip-content:before,
  .block-minicart .field-tooltip .field-tooltip-content:after {
    right: 20px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 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 #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .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 .order-details-items .action.print {
    display: none;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .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;
  }
  .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: 4px;
  }
  .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;
  }
  .product-item-actions {
    display: block;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: left;
  }
  .limiter {
    float: left;
    padding: 4px 0 0;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: none;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    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;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 50%;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
}
















body {
  font-family: 'Nexa', sans-serif;
}
#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: 'Open 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;
}
body {
  background-color: #ffffff;
}
.page-header {
  border-bottom: 0px;
  margin-bottom: 0;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  position: relative;
  z-index: 5;
  float: left;
  margin: 0 0 10px 40px;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:not(:focus) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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;
}
.page-footer {
  margin-top: auto;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  margin: 0;
  font-size: 12px;
}
.page-header .switcher .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;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
body.rtl,
.rtl .main,
.rtl select,
.rtl input,
.rtl textarea {
  text-align: right;
}
body.rtl {
  direction: rtl;
}
@font-face;
img {
  height: auto;
}
.hidden {
  display: none !important;
}
.cut-string-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hidden-visibility {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visible-visibility {
  position: static;
  width: auto;
  height: auto;
  margin: initial;
}
.dflex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dflex:before,
.dflex:after {
  display: none;
}
.list-unstyled {
  padding: 0;
  list-style: none;
}
.row-243 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row-243:before,
.row-243:after {
  display: none;
}
.row0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.col0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.row5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.col5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.row8 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.col8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.row10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.col10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.row30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.col30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media screen and (min-width: 1200px) {
  .col15 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.wishlist-button:before {
  content: "\f103";
  font-family: funio;
}
.compare-button:before {
  content: "\f10e";
  font-family: funio;
}
.cart-button:before {
  content: "\f104";
  font-family: funio;
}
.quickview-button:before {
  content: "\f101";
  font-family: funio;
}
.search-button:before {
  content: "\f101";
  font-family: funio;
}
.close-button:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
}
.login-button:before {
  content: "\f102";
  font-family: funio;
}
.topmenu-close:before {
  content: "\f0c9";
  font-family: Fontawesome;
}
.email-icon:before {
  content: "\f10b";
  font-family: davici;
}
.lock-icon:before {
  content: "\f112";
  font-family: davici;
}
.position-icon:before {
  content: "\f118";
  font-family: davici;
}
.user-alo-icon:before {
  content: "\f102";
  font-family: funio;
}
.place-alo-icon:before {
  content: "\f116";
  font-family: davici;
}
.adress-icon:before {
  content: "\f115";
  font-family: davici;
}
.phone-icon:before {
  content: "\f10a";
  font-family: davici;
}
.zip-icon:before {
  content: "\f117";
  font-family: davici;
}
.button-qty {
  width: 77px;
  border-width: 1px;
  border-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button-qty:before,
.button-qty:after {
  display: none;
}
.button-qty input {
  width: 40px;
  border-width: 0 1px 0 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.button-qty .btn-plus {
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.button-qty .btn-plus:before,
.button-qty .btn-plus:after {
  display: none;
}
.button-qty .btn-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  display: block;
}
.button-qty .btn-plus .items {
  font-size: 1rem;
  height: 25px;
  line-height: normal;
  border: 0;
  outline: none;
}
.button-qty .btn-plus .items:before {
  font-family: Fontawesome;
}
.button-qty .btn-plus .items:first-child {
  border-width: 0 0 1px;
  border-style: solid;
}
.button-qty .btn-plus .items.reduced:before {
  content: "\f068";
}
.button-qty .btn-plus .items.increase:before {
  content: "\f067";
}
.button-qty .btn-plus .items i {
  display: none;
}
.button-base {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
}
.button-base-effect {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 2;
}
.button-base-effect:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button-base-effect:hover:before {
  left: 0;
}
.rtl .align-right {
  text-align: left;
}
.rtl .align-left {
  text-align: right;
}
@-webkit-keyframes fixedAnim {
  0% {
    right: 125%;
  }
  125% {
    right: 0;
  }
}
@-moz-keyframes fixedAnim {
  0% {
    right: 125%;
  }
  125% {
    right: 0;
  }
}
@keyframes fixedAnim {
  0% {
    right: 125%;
  }
  125% {
    right: 0;
  }
}
.fixedAnim {
  -webkit-animation: fixedAnim 0.65s linear both;
  animation: fixedAnim 0.65s linear both;
}
@keyframes light-left {
  0% {
    left: -5%;
    opacity: 0;
  }
  50% {
    left: 50%;
    opacity: 1;
  }
  to {
    left: 105%;
    opacity: 0;
  }
}
@keyframes light-right {
  0% {
    right: -5%;
    opacity: 0;
  }
  50% {
    right: 50%;
    opacity: 1;
  }
  to {
    right: 105%;
    opacity: 0;
  }
}
.light-right {
  -webkit-animation: light-right 0.65s linear both;
  animation: light-right 0.65s linear both;
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: flipInY 0.8s both;
  animation: flipInY 0.8s both;
}
@keyframes ZoomOutButton {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .3;
  }
}
@-webkit-keyframes ZoomOutButton {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    opacity: .3;
  }
}
.ZoomInButton {
  animation-name: ZoomInButton;
  -webkit-animation-name: ZoomInButton;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes run-to-right {
  0% {
    left: 0;
  }
  90% {
    left: 90%;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes run-to-right {
  0% {
    left: 0;
  }
  90% {
    left: 90%;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.run-to-right {
  -webkit-animation: run-to-right 0.8s both;
  animation: run-to-right 0.8s both;
}
@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.tracking-in-expand-fwd {
  -webkit-animation: tracking-in-expand-fwd 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation: bounceInDown 0.8s ease-in-out;
  animation: bounceInDown 0.8s ease-in-out;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation: fadeInLeft 0.8s ease-in-out;
  animation: fadeInLeft 0.8s ease-in-out;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation: fadeInRight 0.8s ease-in-out;
  animation: fadeInRight 0.8s ease-in-out;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation: fadeInDown 0.8s ease-in-out;
  animation: fadeInDown 0.8s ease-in-out;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation: fadeInUp 0.8s ease-in-out;
  animation: fadeInUp 0.8s ease-in-out;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation: slideInRight 0.8s ease-in-out;
  animation: slideInRight 0.8s ease-in-out;
}
@-webkit-keyframes shakeX {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  25% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  from,
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes shakeX {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  25% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  from,
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__shakeX__small {
  -webkit-animation: shakeX 0.8s ease-in-out;
  animation: shakeX 0.8s ease-in-out;
}
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.jello-horizontal {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation: backInDown 0.8s both;
  animation: backInDown 0.8s both;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation: backInUp 0.8s both;
  animation: backInUp 0.8s both;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation: backInLeft 0.8s both;
  animation: backInLeft 0.8s both;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation: backInRight 0.8s both;
  animation: backInRight 0.8s both;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation: heartBeat 1.3s ease-in-out;
  animation: heartBeat 1.3s ease-in-out;
}
@keyframes zoomcustom {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: .1;
  }
}
@-webkit-keyframes zoomcustom {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: .1;
  }
}
@keyframes ZoomOutButton {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .3;
  }
}
@-webkit-keyframes ZoomOutButton {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    opacity: .3;
  }
}
.animate_zoomcustom {
  animation: zoomcustom 1s infinite ease;
  -webkit-animation: zoomcustom 1s infinite ease;
}
@-webkit-keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(15px);
    transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(15px);
    transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
.kenburns-bottom {
  -webkit-animation: kenburns-bottom 3s ease-out both;
  animation: kenburns-bottom 3s ease-out both;
}
@-webkit-keyframes kenburns-bottom-out {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(15px);
    transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes kenburns-bottom-out {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(15px);
    transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
.kenburns-bottom-out {
  -webkit-animation: kenburns-bottom-out 2s ease-out reverse both;
  animation: kenburns-bottom-out 2s ease-out reverse both;
}
@-webkit-keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotate-in-center {
  -webkit-animation: rotate-in-center 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: rotate-in-center 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
@-webkit-keyframes kenburns-bottom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 84%;
    transform-origin: 16% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, 15px);
    transform: scale(1.25) translate(-20px, 15px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes kenburns-bottom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 84%;
    transform-origin: 16% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, 15px);
    transform: scale(1.25) translate(-20px, 15px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
.kenburns-bottom-left {
  -webkit-animation: kenburns-bottom-left 1s ease-out both;
  animation: kenburns-bottom-left 1s ease-out both;
}
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.bounce-in-top {
  -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation: zoomIn 0.8s ease-in-out;
  animation: zoomIn 0.8s ease-in-out;
}
body {
  overflow-x: hidden;
}
body a:hover {
  text-decoration: none;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  outline: none !important;
}
button:focus,
button:visited {
  outline: none !important;
}
input,
textarea,
select {
  border-width: 1px;
  border-style: solid;
}
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  height: 45px;
  line-height: 43px;
  border-width: 1px;
  border-style: solid;
}
input[type=checkbox],
input[type=radio] {
  margin-top: 0;
  vertical-align: middle;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url("../../frontend/Alothemes/funio7/ar_SA/images/alothemes/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 7px center;
  cursor: pointer;
  height: 45px;
  background-size: 10px;
  padding: 0 20px 0 12px;
}
iframe {
  width: 100%;
}
table {
  border-width: 1px;
  border-style: solid;
}
table .col {
  width: auto;
}
table tbody,
table td,
table tfoot,
table th,
table thead,
table tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.password-strength-meter {
  margin-top: 5px;
}
.password-weak #password-strength-meter-label {
  color: red;
}
.password-medium #password-strength-meter-label {
  color: #ffbc00;
}
.password-strong #password-strength-meter-label {
  color: #09a909;
}
.toggle-tab {
  cursor: pointer;
}
button.close {
  font-size: 2rem;
}
header .logo {
  margin: 0;
  float: none;
}
.slick-prev,
.slick-next,
[dir="rtl"] .slick-prev,
[dir="rtl"] .slick-next {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
.slick-prev:before,
.slick-next:before,
[dir="rtl"] .slick-prev:before,
[dir="rtl"] .slick-next:before {
  font-size: 1.8rem;
  line-height: unset;
  font-family: Fontawesome;
  font-weight: normal;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled,
[dir="rtl"] .slick-prev.slick-disabled,
[dir="rtl"] .slick-next.slick-disabled {
  cursor: not-allowed !important;
}
.slick-prev,
[dir="rtl"] .slick-prev {
  left: -50px;
  right: auto;
}
.slick-prev:before,
[dir="rtl"] .slick-prev:before {
  content: "\f104";
}
.slick-next,
[dir="rtl"] .slick-next {
  right: -50px;
  left: auto;
}
.slick-next:before,
[dir="rtl"] .slick-next:before {
  content: "\f105";
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  border-width: 1px;
  border-style: solid;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  padding: 0;
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.slick-slider:hover .slick-prev,
.slick-slider:hover [dir="rtl"] .slick-prev {
  left: -25px;
}
.slick-slider:hover .slick-next,
.slick-slider:hover [dir="rtl"] .slick-next {
  right: -25px;
}
.magicslider .slick-prev,
.magicslider .slick-next,
.magicslider [dir="rtl"] .slick-prev,
.magicslider [dir="rtl"] .slick-next {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
.magicslider .slick-prev:before,
.magicslider .slick-next:before,
.magicslider [dir="rtl"] .slick-prev:before,
.magicslider [dir="rtl"] .slick-next:before {
  font-size: 2.4rem;
  line-height: unset;
  font-family: Fontawesome;
  font-weight: normal;
  padding: 0;
}
.magicslider .slick-prev:focus,
.magicslider .slick-next:focus,
.magicslider [dir="rtl"] .slick-prev:focus,
.magicslider [dir="rtl"] .slick-next:focus,
.magicslider .slick-prev:visited,
.magicslider .slick-next:visited,
.magicslider [dir="rtl"] .slick-prev:visited,
.magicslider [dir="rtl"] .slick-next:visited {
  border-width: 1px;
  border-style: solid;
}
.magicslider .slick-prev:before,
.magicslider [dir="rtl"] .slick-prev:before {
  content: "\f104";
}
.magicslider .slick-next:before,
.magicslider [dir="rtl"] .slick-next:before {
  content: "\f105";
}
.magicslider:hover .slick-prev,
.magicslider:hover .slick-next,
.magicslider:hover [dir="rtl"] .slick-prev,
.magicslider:hover [dir="rtl"] .slick-next {
  opacity: 1;
  visibility: visible;
  border-width: 1px;
  border-style: solid;
}
.magicslider:hover .slick-prev,
.magicslider:hover [dir="rtl"] .slick-prev {
  left: -20px;
}
.magicslider:hover .slick-next,
.magicslider:hover [dir="rtl"] .slick-next {
  right: -20px;
}
.magicproduct ul,
.magiccatalog ul,
.magiccategory ul {
  padding: 0;
  list-style: none;
}
.product-items .slick-prev,
.product-items .slick-next {
  top: 35%;
}
.product-items:hover .slick-list {
  padding-bottom: 100px;
  margin-bottom: -100px;
  z-index: 1;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li button:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magicslider .slick-dots li button {
  width: 10px;
  height: 10px;
}
.magicproduct .slick-slider:hover .slick-list {
  padding-bottom: 0;
  margin-bottom: 0;
  z-index: 1;
}
.social-profile {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.social-profile li {
  margin-bottom: 0;
  display: inline-block;
}
.social-profile li:not(:last-child) {
  margin-right: 15px;
}
.social-profile li .social-link {
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.onmap .btn-close {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 20px;
  border-width: 1px;
  border-style: solid;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.onmap .btn-close:before,
.onmap .btn-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  top: 50%;
  left: calc(50% - 6px);
  margin-top: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.onmap .btn-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.onmap .btn-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.onmap .btn-close:hover:before,
.onmap .btn-close:hover:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.onmap .toggle-content {
  position: fixed;
  top: 15vh;
  left: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.onmap .toggle-content .google-map {
  max-width: 900px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.onmap .over-lay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.onmap.toggle-visible .toggle-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0.2s;
}
.onmap.toggle-visible .over-lay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.open-map body {
  overflow: hidden;
}
.breadcrumbs {
  background-image: url('../../frontend/Alothemes/funio7/ar_SA/images/alothemes/breadcrumbs-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto;
  padding-top: 135px;
  padding-bottom: 135px;
  text-align: center;
  margin-bottom: 50px;
}
.breadcrumbs .pagecrumbs-title {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 10px;
}
.breadcrumbs .items .item {
  display: inline-block;
  font-size: 1.3rem;
}
.breadcrumbs .items .item:not(:last-child):after {
  content: "\f105";
  font-family: Fontawesome;
  margin: 0 8px;
}
.breadcrumbs .items .item strong {
  font-weight: 400;
}
.magicproduct .slick-dots {
  bottom: 0;
}
.magicproduct,
.magiccatalog,
.magiccategory {
  position: relative;
}
.magicproduct .mage-magictabs .slick-list .slick-track,
.magiccatalog .mage-magictabs .slick-list .slick-track,
.magiccategory .mage-magictabs .slick-list .slick-track {
  opacity: 0.5;
}
.magicproduct .mage-magictabs.activated .slick-list .slick-track,
.magiccatalog .mage-magictabs.activated .slick-list .slick-track,
.magiccategory .mage-magictabs.activated .slick-list .slick-track {
  opacity: 1;
}
.magicproduct .slick-slider:hover .slick-prev,
.magiccatalog .slick-slider:hover .slick-prev,
.magiccategory .slick-slider:hover .slick-prev {
  left: 0;
}
.magicproduct .slick-slider:hover .slick-next,
.magiccatalog .slick-slider:hover .slick-next,
.magiccategory .slick-slider:hover .slick-next {
  right: 0;
}
.magicproduct .ajax_loading,
.magiccatalog .ajax_loading,
.magiccategory .ajax_loading {
  background-color: transparent;
  background-position: 50% 9%;
  background-size: 100px;
}
.magicproduct .block-title-tabs,
.magiccatalog .block-title-tabs,
.magiccategory .block-title-tabs {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}
.magicproduct .block-title-tabs .toggle-tab,
.magiccatalog .block-title-tabs .toggle-tab,
.magiccategory .block-title-tabs .toggle-tab {
  display: none;
}
.magicproduct .block-title-tabs .block-title-heading .title,
.magiccatalog .block-title-tabs .block-title-heading .title,
.magiccategory .block-title-tabs .block-title-heading .title {
  font-size: 3rem;
  font-weight: 500;
}
.magicproduct .block-title-tabs .block-title-heading .sub-title,
.magiccatalog .block-title-tabs .block-title-heading .sub-title,
.magiccategory .block-title-tabs .block-title-heading .sub-title {
  font-size: 1.8rem;
}
.magicproduct .block-title-tabs:before,
.magiccatalog .block-title-tabs:before,
.magiccategory .block-title-tabs:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 67px;
  height: 2px;
}
.magicproduct .block-title-tabs .magictabs,
.magiccatalog .block-title-tabs .magictabs,
.magiccategory .block-title-tabs .magictabs {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
}
.magicproduct .block-title-tabs .magictabs .item,
.magiccatalog .block-title-tabs .magictabs .item,
.magiccategory .block-title-tabs .magictabs .item {
  display: inline-block;
  padding: 0 0 13px;
  position: relative;
  margin-right: 40px;
}
.magicproduct .block-title-tabs .magictabs .item .title,
.magiccatalog .block-title-tabs .magictabs .item .title,
.magiccategory .block-title-tabs .magictabs .item .title {
  font-weight: 700;
  text-transform: uppercase;
}
.magicproduct .block-title-tabs .magictabs .item:before,
.magiccatalog .block-title-tabs .magictabs .item:before,
.magiccategory .block-title-tabs .magictabs .item:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  right: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2px;
  opacity: 0;
  visibility: hidden;
}
.magicproduct .block-title-tabs .magictabs .item:last-child,
.magiccatalog .block-title-tabs .magictabs .item:last-child,
.magiccategory .block-title-tabs .magictabs .item:last-child {
  margin-right: 0;
}
.magicproduct .block-title-tabs .magictabs .item.activated:before,
.magiccatalog .block-title-tabs .magictabs .item.activated:before,
.magiccategory .block-title-tabs .magictabs .item.activated:before {
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.magicproduct .block-title-tabs .loading_img,
.magiccatalog .block-title-tabs .loading_img,
.magiccategory .block-title-tabs .loading_img {
  background-size: 30px auto;
}
.magicproduct .alo-count-down,
.magiccatalog .alo-count-down,
.magiccategory .alo-count-down {
  text-align: center;
  margin-bottom: 10px;
}
.magicproduct .alo-count-down .label,
.magiccatalog .alo-count-down .label,
.magiccategory .alo-count-down .label {
  font-size: 20px;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.magicproduct .alo-count-down .countdown,
.magiccatalog .alo-count-down .countdown,
.magiccategory .alo-count-down .countdown {
  display: inline-block;
  vertical-align: middle;
}
.magicproduct .alo-count-down .countdown .timer-box,
.magiccatalog .alo-count-down .countdown .timer-box,
.magiccategory .alo-count-down .countdown .timer-box {
  display: inline-block;
  margin-right: 15px;
}
.magicproduct .alo-count-down .countdown .timer-box:last-child,
.magiccatalog .alo-count-down .countdown .timer-box:last-child,
.magiccategory .alo-count-down .countdown .timer-box:last-child {
  margin-right: 0;
}
.magicproduct .alo-count-down .countdown .timer-box:not(:last-child):after,
.magiccatalog .alo-count-down .countdown .timer-box:not(:last-child):after,
.magiccategory .alo-count-down .countdown .timer-box:not(:last-child):after {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.magicproduct .alo-count-down .countdown .timer-box .timer-box-content .title,
.magiccatalog .alo-count-down .countdown .timer-box .timer-box-content .title,
.magiccategory .alo-count-down .countdown .timer-box .timer-box-content .title {
  margin-left: 8px;
}
.magicproduct .alo-count-down .countdown .timer-box .timer-box-content b,
.magiccatalog .alo-count-down .countdown .timer-box .timer-box-content b,
.magiccategory .alo-count-down .countdown .timer-box .timer-box-content b {
  font-size: 25px;
}
.magepow__category .block-title,
.magepow--category .block-title {
  text-align: center;
}
.magepow__category .block-title .title,
.magepow--category .block-title .title {
  font-size: 3.4rem;
}
.magepow__category ul,
.magepow--category ul {
  padding: 0;
  list-style: none;
}
.magepow-categories .category-image-container {
  position: relative;
  overflow: hidden;
}
.magepow-categories .category-image-container img {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  backface-visibility: hidden;
  filter: alpha(opacity=100);
}
.magepow-categories .category-description {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  max-height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.magepow-categories .category-item-name {
  font-size: 2.4rem;
}
.magepow-categories .category-item-name .category-item-link {
  text-decoration: none;
}
.magepow-categories .btn-link .magepow-categories-category {
  text-decoration: underline;
}
.magepow-categories .btn-link .magepow-categories-category:hover {
  text-decoration: none;
}
.magepow-categories .category-item-details {
  margin-top: 20px;
}
.magepow-categories .category-item-info:hover .category-image-container img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  filter: alpha(opacity=80);
}
.instagram-feed .block__heading {
  text-align: center;
}
.instagram-feed .block__heading .block__heading--title:before {
  content: '';
  background-image: url('../../frontend/Alothemes/funio7/ar_SA/images/alothemes/instagram-icon.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 42px;
  height: 42px;
  display: block !important;
  margin: 0 auto;
}
.instagram-feed ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.instagram-feed ul li {
  display: block !important;
}
.instagram-feed .instagram-list .slick-slide a {
  position: relative;
  overflow: hidden;
  display: block;
}
.instagram-feed .instagram-list .slick-slide a:before {
  content: "\f16d";
  display: inline-block;
  font-family: Fontawesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  vertical-align: middle;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  backface-visibility: hidden;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  font-weight: 700;
  z-index: 1;
}
.instagram-feed .instagram-list .slick-slide a .img-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.instagram-feed .instagram-list .slick-slide a:hover:before {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.instagram-feed .instagram-list .slick-slide a:hover .img-overlay {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.testimonial--slider .block__heading {
  text-align: center;
}
.testimonial--slider .slick-slider {
  padding-bottom: 10px;
}
.testimonial--slider .slick-slider .slick-prev,
.testimonial--slider .slick-slider .slick-next {
  top: 40%;
}
.testimonial--slider .slick-slide .alo-item .item-info {
  padding: 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial--slider .slick-slide .alo-item .item-info a {
  text-decoration: none;
}
.testimonial--slider .slick-slide .alo-item .item-info .rating-summary {
  margin-bottom: 10px;
}
.testimonial--slider .slick-slide .alo-item .item-info .rating-summary .label {
  display: none;
}
.testimonial--slider .slick-slide .alo-item .item-info .company {
  font-size: 2rem;
  font-weight: 500;
}
.testimonial--slider .slick-slide .alo-item .item-info .name {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.testimonial--slider .slick-slide .alo-item .item-info .name:hover:before {
  margin-right: 15px;
}
.testimonial--slider .slick-slide .alo-item .item-info .content {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
  font-size: 1.6rem;
}
.testimonial--slider .slick-slide .alo-item img {
  margin: 0 auto;
}
.testimonial--slider .slick-dots {
  bottom: 0;
}
.lookbook .easypin-marker:after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -5px;
  opacity: .21;
}
.lookbook .easypin-marker:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lookbook .easypin-marker:hover:after {
  animation: zoomcustom 1s infinite ease;
  -webkit-animation: zoomcustom 1s infinite ease;
}
.block__heading {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
}
.block__heading .block__heading--text {
  font-weight: 700;
}
.block__heading .block__heading--title {
  font-size: 3rem;
  font-weight: 500;
}
.block__heading .block__heading--sub {
  font-size: 1.8rem;
}
.block__heading:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
}
.block__heading .block__heading--action {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
}
.cms-text .text {
  margin-bottom: 40px;
}
.banner .block__heading {
  display: none;
}
.banner .banner__text {
  font-weight: 700;
}
.banner .banner__action {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
}
.banner .loading_img {
  background-size: 100px auto;
}
.service {
  padding: 20px 0;
}
.service .service__content {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.service .service__content:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.service .service__content .service__title {
  font-size: 2rem;
}
.service .service__content .service__sub {
  margin-bottom: 0;
}
.service .service__images img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service .service__item__content:hover .service__images img {
  filter: grayscale();
  opacity: 0.3;
}
.blog--slider .block-title {
  text-align: center;
}
.blog--slider .block-title .title {
  font-size: 3rem;
}
.blog-slider .block-content .post-categories {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.blog-slider .block-content .post-author a {
  font-weight: 500;
}
.blog-slider .block-content .post-read-more {
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  border-width: 0 0 1px;
  border-style: solid;
}
.blog-slider .block-content .post-read-more:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.blog-slider .block-content .post-text-hld {
  padding-top: 0;
  padding-bottom: 0;
}
.blog-slider .block-content .post-text-hld p {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  max-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog-slider .block-content .post-item-detail {
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: initial;
}
.blog-slider .block-content .post-item-detail .post-title .post-item-link {
  font-size: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.blog-slider .block-content .post-item-detail .post-more-info .post-info {
  flex: unset;
  width: auto;
}
.blog-slider .block-content .post-header {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.blog-slider .block-content .post-description .post-ftimg-hld {
  margin-bottom: 0;
}
.blog-slider .post-description {
  overflow: hidden;
  margin-top: 10px;
}
.blog-slider .post-description .post-ftimg-hld {
  position: relative;
  overflow: hidden;
}
.blog-slider .post-description .post-ftimg-hld img {
  max-height: 287px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: opacity 0.5s, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards ani-fadeIn;
  animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards ani-fadeIn;
}
.blog-slider .post-description:hover .post-ftimg-hld img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-slider .magicslider .slick-dots {
  bottom: 0;
  text-align: center;
}
.blog-slider .magicslider .slick-slide .item {
  display: block !important;
}
.blog-slider .magicslider .slick-prev,
.blog-slider .magicslider .slick-next {
  top: 35%;
}
.brand--slider .slick-slide.slick-active .item a {
  overflow: hidden;
}
.brand--slider .slick-slide.slick-active .item:hover img {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}
.brand--slider .slick-slide.slick-active .item img {
  margin: 0 auto;
}
.brand--slider .title.item {
  text-align: center;
  font-size: 3rem;
  display: none;
}
.alo-count-down .countdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alo-count-down .countdown:before,
.alo-count-down .countdown:after {
  display: none;
}
.alo-count-down .countdown .timer-box .timer-box-content {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.alo-count-down .countdown .timer-box .timer-box-content b {
  font-size: 1.6rem;
  font-weight: 700;
}
.alo-count-down .countdown .timer-box .timer-box-content .title {
  font-size: 2rem;
  font-weight: 700;
}
.alo-count-down .countdown .timer-box:not(:last-child):after {
  content: ":";
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}
.rating-summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.rating-summary:before,
.rating-summary:after {
  display: none;
}
.rating-summary .rating-result {
  position: relative;
  text-align: initial;
}
.rating-summary .rating-result:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: Fontawesome;
  z-index: 1;
  position: absolute;
  font-size: 1.4rem;
  height: 14px;
  display: block;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 5px;
}
.rating-summary .rating-result > span {
  overflow: hidden;
  display: block;
}
.rating-summary .rating-result > span:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: Fontawesome;
  z-index: 2;
  position: relative;
  font-size: 1.4rem;
  height: 14px;
  display: block;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 5px;
}
.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;
}
.required label:after {
  content: "*";
}
.field-error {
  margin-top: 7px;
  font-size: 1.2rem;
  color: #e02b27;
}
.reviews-actions .action:before {
  content: "(";
}
.reviews-actions .action:after {
  content: ")";
}
.form.subscribe .block-content .block-title {
  font-size: 2.4rem;
}
.form.subscribe .block-content .subscribe-panel .panel-text {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.form.subscribe .block-content .field.newsletter .visible {
  position: relative;
  max-width: 600px;
}
.form.subscribe .block-content .field.newsletter .visible .input-text {
  padding: 0 120px 0 25px;
}
.form.subscribe .block-content .field.newsletter .visible .actions .action {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.minicart-wrapper {
  position: relative;
}
.minicart-wrapper .action.showcart {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.minicart-wrapper .action.showcart .cart-icon {
  font-size: 2rem;
  display: inline-block;
}
.minicart-wrapper .action.showcart .cart-icon:before {
  content: "\f104";
  font-family: funio;
}
.minicart-wrapper .action.showcart .cart-icon > span:not(.counter) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.showcart .counter.qty {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.3rem;
  position: absolute;
  right: -10px;
  top: -5px;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number:empty:before {
  content: "0";
}
.minicart-wrapper .action.showcart .minicart-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .mage-dropdown-dialog {
  display: none;
}
.minicart-wrapper .block-minicart {
  position: absolute;
  top: calc(100% + 40px);
  right: 0;
  z-index: 101;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart .action.close {
  font-size: 5rem;
  font-weight: 300;
  opacity: 1;
  float: none;
  display: block;
  margin: 0 auto;
}
.minicart-wrapper .block-minicart .action.close:before {
  content: "\f109";
  font-family: funio;
}
.minicart-wrapper .block-minicart .action.close span {
  display: none;
}
.minicart-wrapper .block-minicart .action.close.has-item {
  position: absolute;
  top: 12px;
  right: 8px;
  font-size: 20px;
  border-width: 1px;
  border-style: solid;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background-color: white;
  border-color: #e5e5e5;
}
.minicart-wrapper .block-minicart .action.close.has-item:before,
.minicart-wrapper .block-minicart .action.close.has-item:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  top: 50%;
  left: calc(50% - 6px);
  margin-top: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: black;
}
.minicart-wrapper .block-minicart .action.close.has-item:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.minicart-wrapper .block-minicart .action.close.has-item:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.minicart-wrapper .block-minicart .action.close.has-item:hover {
  border-color: #d6d6d6;
}
.minicart-wrapper .block-minicart .action.close.has-item:hover:before,
.minicart-wrapper .block-minicart .action.close.has-item:hover:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  background-color: #e5e5e5;
}
.minicart-wrapper .block-minicart .block-title {
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 20px;
}
.minicart-wrapper .block-minicart .block-title .text {
  font-weight: 700;
  font-size: 1.7rem;
}
.minicart-wrapper .block-minicart .block-title .items-total {
  float: none;
  margin: 0;
}
.minicart-wrapper .block-minicart .block-title .items-total .count:empty:before {
  content: "0";
}
.minicart-wrapper .block-minicart .block-content .subtitle {
  display: block;
}
.minicart-wrapper .block-minicart .block-content .subtitle.empty {
  margin-top: 20px;
  text-align: inherit;
  font-size: 1.8rem;
  font-weight: initial;
  text-align: center;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  max-height: 30vh;
  min-height: 155px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-width: thin;
  margin-bottom: 10px;
  padding-right: 3px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar {
  width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item {
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item:first-child {
  padding-top: 20px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .product-item-name {
  margin-top: 0;
  font-weight: 500;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .details-qty label:not(.label) {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .details-qty .label {
  font-weight: 700;
  width: 30px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .details-qty .item-qty {
  height: 36px;
  line-height: 34px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .details-qty .update-cart-item {
  font-size: 1.7rem;
  padding: 0;
  border: 0;
  height: auto;
  line-height: unset;
  vertical-align: middle;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .details-qty .update-cart-item span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .details-qty .update-cart-item:before {
  content: "\f021";
  font-family: Fontawesome;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .actions {
  margin: 0;
  float: none;
  text-align: inherit;
  margin-top: 5px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .actions .action {
  font-size: 1.7rem;
  text-decoration: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .actions .action span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .actions .action:before {
  font-family: Fontawesome;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .actions .action.edit {
  margin-right: 10px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .actions .action.edit:before {
  content: "\f040";
}
.minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .actions .action.delete:before {
  content: "\f1f8";
}
.minicart-wrapper .block-minicart .block-content .subtotal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}
.minicart-wrapper .block-minicart .block-content .subtotal:before,
.minicart-wrapper .block-minicart .block-content .subtotal:after {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .subtotal .label {
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 5px;
}
.minicart-wrapper .block-minicart .block-content .subtotal .amount {
  padding-left: 5px;
}
.minicart-wrapper .block-minicart .block-content .subtotal:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  z-index: -1;
}
.minicart-wrapper .block-minicart .block-content .actions {
  margin-bottom: 20px;
}
.minicart-wrapper .block-minicart .block-content .actions:not(.product) .action {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  outline: none;
  font-size: 1.3rem;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.minicart-wrapper .block-minicart .block-content .actions:not(.product) .primary {
  margin-left: 0;
  margin-right: 0;
}
.minicart-wrapper .block-minicart .product.options .subtitle {
  display: none;
}
.minicart-wrapper .block-minicart .product.options .product.options.list .label {
  float: left;
  margin-right: 5px;
}
.minicart-wrapper .block-minicart .product.options .product.options.list .values {
  float: left;
}
.minicart-wrapper .block-minicart .product.options .product.options.list .values + .label {
  clear: left;
}
.minicart-wrapper .block-minicart #cart-page .block {
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart #cart-page div.minprogress .minprogress-active {
  top: -1px;
}
.minicart-wrapper .block-minicart #cart-page div.minprogress .minprogress-active:after {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.minicart-wrapper .block-minicart #cart-page .component-wrapper {
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
}
.minicart-wrapper .block-minicart #cart-page .component-wrapper .shipping-price {
  text-decoration: underline;
}
.minicart-wrapper.active .block-minicart {
  top: calc(100% + 20px);
  opacity: 1;
  visibility: visible;
}
.open-minicart .minicart-wrapper .action.showcart:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: block !important;
  z-index: 100;
}
.open-minicart header {
  position: relative;
  z-index: 11;
}
.open-minicart body {
  overflow: hidden;
}
.wishlist {
  font-size: 2rem;
  position: relative;
}
.wishlist .action.showlike a:before {
  content: "\f103";
  font-family: funio;
}
.wishlist .action.showlike .counter.qty {
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.4rem;
  position: absolute;
  right: -10px;
  top: 6px;
}
.wishlist .action.showlike .wishlist-text {
  display: none;
}
.compare {
  font-size: 2rem;
}
.compare:before {
  content: "\f10e";
  font-family: funio;
}
.compare:before {
  font-weight: 700;
}
.compare span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.alo-account > .header.links {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.alo-account > .header.links:before {
  content: "\f102";
  font-family: funio;
}
.alo-account > .header.links:before {
  vertical-align: middle;
  margin-right: 10px;
  font-weight: 700;
}
.alo-account > .header.links li {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.4rem;
  vertical-align: middle;
}
.alo-account > .header.links li a:hover {
  text-decoration: none;
}
.alo-account > .header.links li.authorization-link a:after {
  content: "/";
}
.alo-account .customer-welcome {
  position: relative;
}
.alo-account .customer-welcome .customer-name {
  display: none;
}
.alo-account .customer-welcome .header.links {
  padding: 0;
  list-style: none;
}
.alo-account .customer-welcome .header.links li {
  display: block;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.alo-account .customer-welcome .header.links li:last-child {
  margin-bottom: 0;
}
.alo-account .customer-welcome .header.links li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.alo-account .customer-welcome .header.links li.wishlist {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.alo-account .customer-welcome .header.links li.wishlist:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.alo-account .customer-welcome .header.links li.wishlist .counter.qty:before {
  content: "(";
}
.alo-account .customer-welcome .header.links li.wishlist .counter.qty:after {
  content: ")";
}
.alo-account .customer-welcome .header.links li.authorization-link a[data-post] {
  display: inline-block;
}
.alo-account .customer-welcome .header.links li.authorization-link a[data-post]:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.alo-account .customer-welcome.active .header.links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.alo-account .authorization-link a[data-post] {
  display: none;
}
.block-search .form-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.block-search .form-search:before,
.block-search .form-search:after {
  display: none;
}
.block-search .form-search .block-title {
  display: none;
}
.block-search .form-search .field.search {
  position: relative;
  flex: 1;
}
.block-search .form-search .field.search .control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.block-search .form-search .field.search .control:before,
.block-search .form-search .field.search .control:after {
  display: none;
}
.block-search .form-search .field.search .searchsuite-autocomplete {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  z-index: 9;
}
.block-search .form-search .field.search .searchsuite-autocomplete .reviews-actions a:before {
  content: "(";
}
.block-search .form-search .field.search .searchsuite-autocomplete .reviews-actions a:after {
  content: ")";
}
.block-search .form-search .field.search .input-text {
  flex: 1;
}
.block-search .form-search .field.search .catalogsearch-box {
  font-size: 1.4rem;
  position: relative;
}
.block-search .form-search .field.search .catalogsearch-box #select-box-category:after {
  content: "\f107";
  font-family: Fontawesome;
  margin-left: 5px;
}
.block-search .form-search .field.search .catalogsearch-box #categories-box {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding: 10px;
  list-style: none;
  min-width: 175px;
  max-height: 48vh;
  overflow-y: auto;
  scrollbar-width: thin;
}
.block-search .form-search .field.search .catalogsearch-box #categories-box::-webkit-scrollbar {
  width: 3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.block-search .form-search .field.search .catalogsearch-box #categories-box::-webkit-scrollbar-thumb {
  background-color: #cecece;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.block-search .form-search .field.search .catalogsearch-box #categories-box::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #e6e6e6;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.block-search .form-search .field.search .catalogsearch-box #categories-box .cat-list {
  list-style: none;
  padding: 0;
}
.block-search .form-search .field.search .catalogsearch-box #categories-box .cat-list li {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-search .form-search .field.search .catalogsearch-box #categories-box .cat-list li[data-q="0"] {
  font-weight: 700;
}
.block-search .form-search .action.search {
  padding: 0;
  height: auto;
  line-height: inherit;
  border-width: 0 0 0 1px;
  font-size: 20px;
  width: 65px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.block-search .form-search .action.search:before {
  content: "\f101";
  font-family: funio;
}
.block-search .form-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 .form-search.loading .control input {
  border: 0;
}
.block-search .form-search.loading .control input.input-text {
  animation: none;
  background-image: url(../../frontend/Alothemes/funio7/ar_SA/images/loader-1.gif);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 100% 50%;
}
.block-search .form-search.active .field.block-content .searchsuite-autocomplete {
  top: 100%;
}
.searchsuite-autocomplete ul {
  max-height: 40vh;
  overflow-y: auto;
}
.searchsuite-autocomplete ul::-webkit-scrollbar {
  width: 3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.searchsuite-autocomplete ul::-webkit-scrollbar-thumb {
  background-color: #cecece;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.searchsuite-autocomplete ul::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #e6e6e6;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.searchsuite-autocomplete ul li .qs-option-info > * {
  line-height: 25px;
}
a.logo {
  margin: 0;
  max-width: 100%;
  float: none;
}
.top-form-language,
.currency_top {
  position: relative;
}
.top-form-language .switcher-trigger,
.currency_top .switcher-trigger {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-form-language .switcher-trigger strong,
.currency_top .switcher-trigger strong {
  display: inline-block;
}
.top-form-language .switcher-trigger:after,
.currency_top .switcher-trigger:after {
  content: "\f107";
  font-family: Fontawesome;
  margin-left: 5px;
  display: inline-block;
  font-weight: 600;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-form-language .switcher-trigger.active:after,
.currency_top .switcher-trigger.active:after {
  content: "\f106";
}
.top-form-language .switcher-options,
.currency_top .switcher-options {
  position: relative;
}
.top-form-language .switcher-options a,
.currency_top .switcher-options a {
  font-size: 1.4rem;
}
.top-form-language .switcher-options ul.dropdown .switcher-option:not(:last-child),
.currency_top .switcher-options ul.dropdown .switcher-option:not(:last-child) {
  margin-bottom: 5px;
}
.top-form-language .switcher-options ul.dropdown .switcher-option a,
.currency_top .switcher-options ul.dropdown .switcher-option a {
  padding: 0;
}
.top-form-language .switcher-dropdown,
.currency_top .switcher-dropdown {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  top: calc(100% + 30px);
  min-width: 100px;
  list-style: none;
  padding: 8px;
}
.top-form-language .active .switcher-dropdown,
.currency_top .active .switcher-dropdown {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}
.currency_top {
  margin-left: 7px;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
}
.top-form-language {
  margin-left: 7px;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
}
.top-form-language .switcher-options ul.dropdown .switcher-option a {
  padding: 0 0 0 25px;
  background-repeat: no-repeat;
  background-position: 5% 51%;
}
.top-form-language .switcher-dropdown {
  min-width: 100px;
}
.top-form-language .switcher strong span {
  padding: 0 0 0 25px;
  background-repeat: no-repeat;
  background-position: 5% 51%;
}
.cat_label {
  font-weight: 700;
  top: -8px;
}
.cat_label:before {
  content: attr(rel) !important;
}
.ft-title {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 0;
}
.ft-title h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0;
}
.ft-content {
  margin-top: 20px;
}
.link-list li a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 20px;
}
.footer-copyright p {
  margin: 0;
}
.copyright p {
  display: inline-block;
  margin: 0;
}
#backtotop {
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 9;
  -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both;
}
#backtotop .back-to-top {
  display: none;
}
.filter-active #backtotop {
  opacity: 0;
  visibility: hidden;
}
.cookie-hidden-bottom #backtotop {
  bottom: 80px;
}
.show-add-cart-bottom #backtotop {
  bottom: 100px;
}
.ajax_loading {
  background-image: url('../../frontend/Alothemes/funio7/ar_SA/images/loader-1.gif');
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 9;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: inherit;
  animation: inherit;
  background-color: rgba(225, 225, 225, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ajax_loading[style*="display: block;"] {
  height: 100%;
}
.loading_img .lazyload {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
.loading_img .lazyload .loaded {
  background-size: 30px;
}
.loading_body .loading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.loading_body .preloading {
  opacity: 1;
  background-color: rgba(225, 225, 225, 0.5);
}
.product-item .loading_img .lazyload {
  background-size: 50px;
}
@media screen and (min-width: 1200px) {
  body .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1440px) {
  body .container {
    max-width: 1440px;
  }
}
.page-title-wrapper {
  display: none;
}
.page-title-wrapper.product {
  display: block;
}
.filter-active {
  overflow: hidden;
}
.filter-active header {
  position: relative;
  z-index: 1;
}
.filter-active .notify-slider-wrapper {
  display: none !important;
}
.nav-open .notify-slider-wrapper {
  display: none !important;
}
.field-tooltip .label {
  display: none;
}
.cms-index-index .products.wrapper.grid .product-item-info [class*="swatch-opt-"] {
  display: none;
}
.page-layout-1column .page-wrapper {
  overflow-y: hidden;
}
/* responsive */
@media screen and (min-width: 1921px) {
  .breadcrumbs {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1439px) {
  .service .service__content .service__title {
    font-size: 1.8rem;
  }
  .service .service__content .service__sub {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .service .service__images {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  .service .service__content {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .cookie-hidden-bottom #backtotop {
    bottom: 145px;
  }
  .breadcrumbs {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .show-add-cart-bottom #backtotop {
    bottom: 142px;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper {
    overflow-x: hidden;
  }
  .service .service__item__content {
    margin-bottom: 30px;
  }
  .breadcrumbs {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pagebuilder-mobile-hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .breadcrumbs .pagecrumbs-title {
    font-size: 3rem;
  }
  .magicproduct .block-title-tabs,
  .magiccatalog .block-title-tabs,
  .magiccategory .block-title-tabs {
    position: relative;
  }
  .magicproduct .block-title-tabs .toggle-tab,
  .magiccatalog .block-title-tabs .toggle-tab,
  .magiccategory .block-title-tabs .toggle-tab {
    width: 20px;
    height: 16px;
    position: relative;
    margin: 0;
    display: inline-block;
  }
  .magicproduct .block-title-tabs .toggle-tab span,
  .magiccatalog .block-title-tabs .toggle-tab span,
  .magiccategory .block-title-tabs .toggle-tab span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
  }
  .magicproduct .block-title-tabs .toggle-tab span:first-child,
  .magiccatalog .block-title-tabs .toggle-tab span:first-child,
  .magiccategory .block-title-tabs .toggle-tab span:first-child {
    top: 0;
  }
  .magicproduct .block-title-tabs .toggle-tab span:nth-child(2),
  .magiccatalog .block-title-tabs .toggle-tab span:nth-child(2),
  .magiccategory .block-title-tabs .toggle-tab span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .magicproduct .block-title-tabs .toggle-tab span:last-child,
  .magiccatalog .block-title-tabs .toggle-tab span:last-child,
  .magiccategory .block-title-tabs .toggle-tab span:last-child {
    bottom: 0;
  }
  .magicproduct .block-title-tabs .toggle-content,
  .magiccatalog .block-title-tabs .toggle-content,
  .magiccategory .block-title-tabs .toggle-content {
    position: absolute;
    top: calc(100% + 30px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
    min-width: 200px;
    max-width: 250px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
  }
  .magicproduct .block-title-tabs .toggle-content .item,
  .magiccatalog .block-title-tabs .toggle-content .item,
  .magiccategory .block-title-tabs .toggle-content .item {
    margin: 0 0 10px;
    padding-bottom: 0;
    display: block;
    width: 100%;
  }
  .magicproduct .block-title-tabs .toggle-content .item:last-child,
  .magiccatalog .block-title-tabs .toggle-content .item:last-child,
  .magiccategory .block-title-tabs .toggle-content .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .magicproduct .block-title-tabs .toggle-content .item:before,
  .magiccatalog .block-title-tabs .toggle-content .item:before,
  .magiccategory .block-title-tabs .toggle-content .item:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .magicproduct .block-title-tabs .toggle-content.visible,
  .magiccatalog .block-title-tabs .toggle-content.visible,
  .magiccategory .block-title-tabs .toggle-content.visible {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .collapsible .toggle-tab-mobile:after {
    content: "\f107";
    font-family: Fontawesome;
    font-size: 1.4rem;
    font-weight: 700;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  .collapsible.opened .ft-title:after {
    content: "\f106";
  }
  .collapsible .toggle-content {
    display: none;
  }
  .show-add-cart-bottom #backtotop {
    bottom: 120px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .service .service__images {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  .service .service__content {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    display: none !important;
  }
  .service img {
    max-width: 50px;
  }
  .service .service__item__content {
    justify-content: center;
  }
  .service .service__content {
    min-width: 200px;
  }
  .instagram-feed .block__heading .block__heading--title:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 479px) {
  .breadcrumbs .pagecrumbs-title {
    font-size: 2rem;
  }
  .block-search .form-search .field.search .input-text {
    width: 100%;
  }
  .block-search .form-search .field.search .catalogsearch-box {
    display: none;
  }
  .block-search .form-search .field.search .searchsuite-autocomplete {
    min-width: 240px;
  }
  .minicart-wrapper {
    position: static;
  }
  .minicart-wrapper .block-minicart {
    width: calc(100% - 30px);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .magicproduct .block-title-tabs .block-title-heading .title,
  .magiccatalog .block-title-tabs .block-title-heading .title,
  .magiccategory .block-title-tabs .block-title-heading .title {
    font-size: 2rem;
  }
  .magicproduct .block-title-tabs .block-title-heading .sub-title,
  .magiccatalog .block-title-tabs .block-title-heading .sub-title,
  .magiccategory .block-title-tabs .block-title-heading .sub-title {
    font-size: 1.4rem;
  }
  .block__heading {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .block__heading .block__heading--title {
    font-size: 2rem;
    font-weight: 500;
  }
  .block__heading .block__heading--sub {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .alo-lookbook .slick-list {
    overflow: visible;
  }
  .lookbook .easypin-marker {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 320px) {
  .form.subscribe .block-content .field.newsletter .visible .input-text {
    padding: 0 25px;
  }
  .form.subscribe .block-content .field.newsletter .visible .actions .action {
    position: static;
    margin-top: 10px;
    width: 100%;
  }
  .service .service__images {
    margin-bottom: 10px;
  }
  .service .service__content {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .testimonial .slick-slide .alo-item .item-info {
    padding: 20px;
  }
}
/* rtl */
.rtl select {
  padding: 0 12px 0 20px;
  background-position: left 7px center;
}
.rtl input[type="checkbox"],
.rtl input[type="radio"] {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .social-profile li:not(:last-child) {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .breadcrumbs .items .item:not(:last-child):after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rtl .breadcrumbs .items .item:not(:last-child):before {
  content: "\f104";
  font-family: Fontawesome;
  margin: 0 3px;
}
.rtl main .widget-categories .category-item .category-item-info .category-item-details {
  left: auto;
  right: 30px;
}
.rtl .block-title-tabs .magictabs .item {
  margin-right: 0;
  margin-left: 40px;
}
.rtl .block-title-tabs .magictabs .item:last-child {
  margin-left: 0;
}
.rtl .block-testimonial .slick-slide .alo-item .item-info .name:before {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .block-testimonial .slick-slide .alo-item .item-info .name:hover:before {
  margin-left: 15px;
}
.rtl .service .service__content {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .minicart-wrapper .action.showcart .counter.qty {
  left: -15px;
  right: auto;
}
.rtl .minicart-wrapper .block-minicart {
  right: auto;
  left: 0;
}
.rtl .minicart-wrapper .block-minicart .action.close {
  right: auto;
  left: -10px;
}
.rtl .minicart-wrapper .block-minicart .block-content .minicart-items .product-item > .product .actions .action.edit {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .minicart-wrapper .block-minicart .block-content .subtotal .amount {
  padding-left: 0;
  padding-right: 5px;
}
.rtl .minicart-wrapper .block-minicart .block-content .subtotal .label {
  padding-right: 0;
  padding-left: 5px;
}
.rtl .block-search .form-search .field.search .searchsuite-autocomplete {
  left: auto;
  right: 0;
}
.rtl .block-search .form-search .field.search .catalogsearch-box #categories-box {
  left: auto;
  right: 0;
}
.rtl .block-search .form-search.loading .control input.input-text {
  background-position: 0 50%;
}
.rtl .currency_top {
  margin-left: 0;
  margin-right: 30px;
}
.rtl .top-form-language .switcher-options ul.dropdown .switcher-option a {
  padding-right: 25px;
  padding-left: 0;
  background-position: 95% 51%;
}
.rtl .top-form-language .switcher strong span {
  padding: 0 25px 0 0;
  background-position: 95% 51%;
}
.rtl .form.subscribe .block-content .field.newsletter .visible .input-text {
  padding: 0 25px 0 120px;
}
.rtl .form.subscribe .block-content .field.newsletter .visible .actions .action {
  right: auto;
  left: 0;
}
.rtl .ft-title:before {
  left: auto;
  right: 0;
}
.rtl #backtotop {
  right: auto;
  left: 15px;
}
.rtl .field-tooltip {
  right: auto;
  left: 0;
}
/* responsive rtl */
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .rtl .service .service__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .rtl .collapsible .toggle-tab-mobile:after {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 320px) {
  .rtl .service .service__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 319px) {
  .rtl .form.subscribe .block-content .field.newsletter .visible .input-text {
    padding: 0 25px;
  }
}
.mage-column.mega-block-right {
  padding: 0;
}
.mage-column.mega-block-right img {
  width: 100%;
}
.nav-sections-item-content .magicmenu {
  text-align: center;
}
.magicmenu {
  z-index: 91;
}
.magicmenu .nav-desktop .level0.home {
  margin-left: 0;
  position: relative;
}
.magicmenu .nav-desktop .level0.home.hasChild .level-top:after {
  content: "\f107";
  font-family: Fontawesome;
  font-size: 1.4rem;
  padding-left: 5px;
  font-weight: 700;
}
.magicmenu .nav-desktop .level0.home.hasChild > .submenu {
  min-width: 250px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.magicmenu .nav-desktop .level0.blog {
  position: static;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega.menu-mega-custom {
  width: 100%;
  max-width: 700px;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega.menu-mega-custom .pagebuilder-column-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega.menu-mega-custom .pagebuilder-column-group:before,
.magicmenu .nav-desktop .level0.blog .level-top-mega.menu-mega-custom .pagebuilder-column-group:after {
  display: none;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .mage-column .children {
  width: 250px;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .mage-column .children.recent-post {
  width: 400px;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .cat-mega {
  padding: 25px 0;
  flex: 1;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .cat-mega .title {
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  text-align: initial;
  padding: 0 0 10px;
  margin: 0 15px;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .cat-mega .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 40px;
  display: block;
  border: 0;
  bottom: auto;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .cat-mega ul {
  padding: 0;
  list-style: none;
  padding: 15px 0;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .mega-block-right {
  width: 460px !important;
  text-align: initial;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .mega-block-right .blog-widget-recent .post-title .title {
  position: relative;
  padding-bottom: 10px;
  padding-top: 0;
  text-transform: capitalize;
  font-weight: 600;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .mega-block-right .blog-widget-recent .post-title .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 40px;
  display: block;
  border: 0;
  bottom: auto;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .mega-block-right .blog-widget-recent .post-list {
  padding: 15px 0;
  margin: 0;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .mega-block-right .blog-widget-recent .post-list .post-holder {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .mega-block-right .blog-widget-recent .post-list .post-holder:last-child {
  margin-bottom: 0;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .mega-block-right .blog-widget-recent .post-list .post-holder .post-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .mega-block-right .blog-widget-recent .post-list .post-holder .post-content:before,
.magicmenu .nav-desktop .level0.blog .level-top-mega .mega-block-right .blog-widget-recent .post-list .post-holder .post-content:after {
  display: none;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .mega-block-right .blog-widget-recent .post-list .post-holder .post-content .post-image-holder {
  width: 125px;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .mega-block-right .blog-widget-recent .post-list .post-holder .post-content .post-detail-holder {
  flex: 1;
  padding-left: 30px;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .mega-block-right .blog-widget-recent .post-list .post-holder .post-content .post-detail-holder .post-title {
  margin-bottom: 10px;
}
.magicmenu .nav-desktop .level0.blog .level-top-mega .mega-block-right .blog-widget-recent .post-list .post-holder .post-content .post-detail-holder .post-title .post-item-link {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  max-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
}
.magicmenu .nav-desktop .level0.hasChild .level-top:after {
  font-size: 1.4rem;
  font-weight: 700;
}
.magicmenu .nav-desktop .level0.dropdown li,
.magicmenu .nav-desktop .level0.hasChild li {
  padding: 5px 15px;
  line-height: normal;
}
.magicmenu .nav-desktop .level0.dropdown .level1 a,
.magicmenu .nav-desktop .level0.hasChild .level1 a {
  padding: 0;
  text-transform: inherit;
}
.magicmenu .nav-desktop .level0.dropdown .level0.submenu,
.magicmenu .nav-desktop .level0.hasChild .level0.submenu {
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  list-style: none;
  padding: 20px 0;
  min-width: 200px;
  z-index: 2;
  border: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.magicmenu .nav-desktop .level0.dropdown:hover .level0.submenu,
.magicmenu .nav-desktop .level0.hasChild:hover .level0.submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before,
.magicmenu .nav-desktop .level0.hasChild .hasChild > a:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.magicmenu .nav-desktop .level0.dropdown .hasChild .submenu,
.magicmenu .nav-desktop .level0.hasChild .hasChild .submenu {
  border: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  list-style: none;
  top: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.magicmenu .nav-desktop .level0.dropdown .hasChild:hover .submenu,
.magicmenu .nav-desktop .level0.hasChild .hasChild:hover .submenu {
  top: 0;
}
.magicmenu .nav-desktop .level0.dropdown .dropdown .level1 a,
.magicmenu .nav-desktop .level0.hasChild .dropdown .level1 a {
  font-size: 1.4rem;
  text-transform: capitalize;
  padding: 0;
  line-height: normal;
}
.magicmenu .nav-desktop .level0 .level-top-mega {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border: 0;
  pointer-events: none;
  top: calc(100% + 30px);
  padding-left: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .a-image {
  margin-bottom: 10px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 {
  padding-top: 25px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
  position: relative;
  padding-bottom: 10px;
  padding-top: 0;
  text-transform: capitalize;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
  font-size: 1.6rem;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 40px;
  display: block;
  border: 0;
  bottom: auto;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 .submenu .hasChild {
  position: relative;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 .submenu .hasChild ul {
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  padding: 5px 0 5px 30px;
  min-width: 200px;
  z-index: 1;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 .submenu .hasChild .submenu {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 .submenu .hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
  left: 90%;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild > a:before {
  content: "\f105";
  display: block;
  line-height: 32px;
  font-size: 13px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  font-family: Fontawesome;
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .content-mega-horizontal .level0 > .level1:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
  padding-left: 25px;
  padding-right: 25px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children .submenu {
  list-style: none;
  padding: 15px 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children .submenu li {
  padding: 5px 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children .submenu a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children .submenu a span {
  font-size: 1.4rem;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.mega-block-left {
  padding: 25px 15px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.mega-block-right {
  padding: 25px 15px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.mega-block-bottom {
  padding: 25px 15px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column p {
  margin: 0;
}
.magicmenu .nav-desktop .level0 .level-top-mega ul.level1 .hasChild:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega {
  overflow: visible;
}
.magicmenu .nav-desktop .level0 .level-top-mega.menu-extra-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.magicmenu .nav-desktop .level0 .level-top-mega.menu-extra-left {
  left: 0;
}
.magicmenu .nav-desktop .level0.nav-1 .mage-column.mega-block-left {
  padding: 0 35px 0 0;
}
.magicmenu .nav-desktop .level0.nav-1 .mage-column.mega-block-right {
  padding: 0 0 0 35px;
}
.magicmenu .nav-desktop .level0.nav-1 .mage-column .children {
  padding-left: 15px;
  padding-right: 15px;
}
.magicmenu .nav-desktop .level0.nav-1 .level-top-mega .content-mega .content-mega-horizontal .level0 > .level1 {
  border-right: 0;
}
.magicmenu .nav-desktop .level0.nav-5 .level-top-mega .content-mega .content-mega-horizontal .level0 > .level1:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
.magicmenu .nav-desktop .level0 .level-top {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
}
.magicmenu .nav-desktop .level0 .level-top > span {
  font-size: 1.2rem;
  position: relative;
}
.magicmenu .nav-desktop .level0 .level-top span.cat_label {
  top: -20px;
  right: auto;
  left: 100%;
  line-height: 19px;
  height: 16px;
  font-size: 8px !important;
}
.magicmenu .nav-desktop .level0 .level-top span.cat_label:after {
  left: 5px;
}
.magicmenu .nav-desktop .level0 .level-top span.icon-text {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}
.magicmenu .nav-desktop .level0 .level-top > span:not(.icon):before,
.magicmenu .nav-desktop .level0 .level-top > span:not(.boder-menu):before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: 50%;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.magicmenu .nav-desktop .level0.active .level-top > span:not(.icon):before,
.magicmenu .nav-desktop .level0:hover .level-top > span:not(.icon):before,
.magicmenu .nav-desktop .level0.active .level-top > span:not(.boder-menu):before,
.magicmenu .nav-desktop .level0:hover .level-top > span:not(.boder-menu):before {
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.magicmenu .nav-desktop .level0:hover .level-top-mega {
  pointer-events: unset;
  top: 100%;
}
.vmagicmenu {
  width: 270px;
}
.vmagicmenu .block-title {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.vmagicmenu .block-title:before,
.vmagicmenu .block-title:after {
  display: none;
}
.vmagicmenu .block-title .icon-menu {
  width: 29px;
  height: 15px;
  display: inline-block;
  position: relative;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), margin-top 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  vertical-align: middle;
}
.vmagicmenu .block-title .icon-menu span {
  width: 18px;
  height: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
}
.vmagicmenu .block-title .icon-menu span:first-child {
  top: 0;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.vmagicmenu .block-title .icon-menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.vmagicmenu .block-title .icon-menu span:last-child {
  bottom: 0;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.vmagicmenu .block-title .vmagicmenu-subtitle {
  vertical-align: middle;
  flex: 1;
}
.vmagicmenu .block-title.active .icon-menu span:first-child {
  top: 5px;
  width: 100%;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.vmagicmenu .block-title.active .icon-menu span:nth-child(2) {
  top: 5px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vmagicmenu .block-title.active .icon-menu span:last-child {
  bottom: -2px;
  width: 100%;
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vmagicmenu .block-title.active + .block-vmagicmenu-content {
  border-width: 1px;
  display: block;
}
.vmagicmenu .block-vmagicmenu-content {
  opacity: 1;
  visibility: visible;
  border-width: 0;
}
.vmagicmenu .block-vmagicmenu-content .vmagicmenu-narrow {
  display: none;
}
.vmagicmenu .vmagicmenu-narrow > li:nth-child(n+11) {
  display: none;
}
.vmagicmenu .nav-desktop .level0 {
  position: relative;
}
.vmagicmenu .nav-desktop .level0.hasChild .level-top:after {
  font-size: 1.4rem;
  font-weight: 700;
}
.vmagicmenu .nav-desktop .level0.dropdown li,
.vmagicmenu .nav-desktop .level0.hasChild li {
  padding: 5px 15px;
  line-height: normal;
}
.vmagicmenu .nav-desktop .level0.dropdown .level1 a,
.vmagicmenu .nav-desktop .level0.hasChild .level1 a {
  padding: 0;
  text-transform: inherit;
}
.vmagicmenu .nav-desktop .level0.dropdown > .submenu,
.vmagicmenu .nav-desktop .level0.hasChild > .submenu {
  position: absolute;
  left: calc(100% + 30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  list-style: none;
  padding: 20px 0;
  min-width: 200px;
  z-index: 2;
  border: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  top: 0;
}
.vmagicmenu .nav-desktop .level0.dropdown:hover > .submenu,
.vmagicmenu .nav-desktop .level0.hasChild:hover > .submenu {
  left: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.vmagicmenu .nav-desktop .level0.dropdown .hasChild > a:before,
.vmagicmenu .nav-desktop .level0.hasChild .hasChild > a:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vmagicmenu .nav-desktop .level0.dropdown .hasChild .submenu,
.vmagicmenu .nav-desktop .level0.hasChild .hasChild .submenu {
  border: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  list-style: none;
  top: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vmagicmenu .nav-desktop .level0.dropdown .hasChild:hover .submenu,
.vmagicmenu .nav-desktop .level0.hasChild .hasChild:hover .submenu {
  top: 0;
}
.vmagicmenu .nav-desktop .level0.dropdown .dropdown .level1 a,
.vmagicmenu .nav-desktop .level0.hasChild .dropdown .level1 a {
  font-size: 1.4rem;
  text-transform: capitalize;
  padding: 0;
  line-height: normal;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border: 0;
  pointer-events: none;
  top: calc(100% + 30px);
  padding-left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .a-image {
  margin-bottom: 10px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children > a {
  position: relative;
  padding-bottom: 10px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children > a span {
  font-size: 1.6rem;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children > a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 40px;
  display: block;
  border: 0;
  bottom: auto;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children.level1 {
  padding-top: 25px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
  padding-top: 0;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children.level1 .submenu .hasChild {
  position: relative;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children.level1 .submenu .hasChild ul {
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  padding: 5px 0 5px 30px;
  min-width: 200px;
  z-index: 1;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children.level1 .submenu .hasChild .submenu {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children.level1 .submenu .hasChild:hover > ul {
  opacity: 1;
  visibility: visible;
  left: 90%;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  content: "\f105";
  display: block;
  line-height: 32px;
  font-size: 13px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  font-family: Fontawesome;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .content-mega .content-mega-horizontal .level0 > .level1:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
  width: 250px;
  padding-left: 25px;
  padding-right: 25px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .mage-column .children .submenu {
  list-style: none;
  padding: 15px 0;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .mage-column .children .submenu li {
  padding: 5px 0;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .mage-column .children .submenu a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .mage-column .children .submenu a span {
  font-size: 1.4rem;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .mage-column.mega-block-left {
  padding: 25px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .mage-column.mega-block-right {
  padding: 25px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .mage-column.mega-block-bottom {
  padding: 25px;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .mage-column p {
  margin: 0;
}
.vmagicmenu .nav-desktop .level0 .level-top-mega ul.level1 .hasChild:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vmagicmenu .nav-desktop .level0 .level-top-mega .content-mega {
  overflow: visible;
}
.vmagicmenu .nav-desktop .level0.nav-5 .level-top-mega .content-mega .content-mega-horizontal .level0 > .level1:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
.vmagicmenu .nav-desktop .level0 .level-top {
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  padding: 0 18px;
  height: 48px;
  line-height: 47px;
  border-bottom: 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.vmagicmenu .nav-desktop .level0 .level-top > span {
  font-size: 1.6rem;
  position: relative;
}
.vmagicmenu .nav-desktop .level0 .level-top span.cat_label {
  top: -15px;
  right: auto;
  left: 100%;
}
.vmagicmenu .nav-desktop .level0 .level-top span.icon-text {
  font-family: 'Josefin Sans', sans-serif;
}
.vmagicmenu .nav-desktop .level0 .level-top:before {
  content: "\f105";
  font-family: Fontawesome;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vmagicmenu .nav-desktop .level0 .level-top:hover:before {
  margin-right: 15px;
}
.vmagicmenu .nav-desktop .level0:first-child .level-top {
  border-top-width: 0;
}
.vmagicmenu .nav-desktop .level0:hover .level-top-mega {
  pointer-events: unset;
  top: 0;
}
.vmagicmenu .all-cat {
  padding: 14px 18px;
  text-align: initial;
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  list-style: none;
}
.vmagicmenu .all-cat span {
  text-transform: capitalize;
  font-size: 1.6rem;
}
.vmagicmenu .all-cat span:before {
  margin-right: 10px;
  display: inline-block;
}
.vmagicmenu .all-cat span:first-child:before {
  content: "+";
}
.vmagicmenu .all-cat span:last-child:before {
  content: "-";
}
.vmagicmenu .all-cat span:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top span.cat_label {
  top: -20px;
}
.close-menu {
  display: none;
}
.close-menu .icon-close {
  font-size: 2.5rem;
  font-style: normal;
}
.close-menu .icon-close:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
}
.childnode-search {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 902;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.childnode-search .search-inner-wrap {
  max-width: 600px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  width: calc(100% - 30px);
}
.childnode-search .search-inner-wrap .block-content {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.childnode-search .search-inner-wrap .btn-close {
  position: fixed;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  right: 30px;
  top: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 4.8rem;
}
.childnode-search .search-inner-wrap .btn-close:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
}
.childnode-search .search-inner-wrap .btn-close span {
  display: none;
}
.childnode-search .search-inner-wrap .form-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  border-width: 0;
}
.childnode-search .search-inner-wrap .form-search:before,
.childnode-search .search-inner-wrap .form-search:after {
  display: none;
}
.childnode-search .search-inner-wrap .form-search .block-title {
  display: none;
}
.childnode-search .search-inner-wrap .form-search .field.search {
  position: relative;
  flex: 1;
}
.childnode-search .search-inner-wrap .form-search .field.search .control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.childnode-search .search-inner-wrap .form-search .field.search .control:before,
.childnode-search .search-inner-wrap .form-search .field.search .control:after {
  display: none;
}
.childnode-search .search-inner-wrap .form-search .field.search .input-text {
  border: 0;
}
.childnode-search .search-inner-wrap .form-search .field.search .searchsuite-autocomplete {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  top: calc(100% + 5px);
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  margin-top: 0;
  min-width: 209px;
}
.childnode-search .search-inner-wrap .form-search .field.search .searchsuite-autocomplete .reviews-actions a:before {
  content: "(";
}
.childnode-search .search-inner-wrap .form-search .field.search .searchsuite-autocomplete .reviews-actions a:after {
  content: ")";
}
.childnode-search .search-inner-wrap .form-search .field.search .catalogsearch-box {
  display: none;
}
.childnode-search .search-inner-wrap .form-search .field.search .nested {
  display: none;
}
.childnode-search .search-inner-wrap .form-search .action.search {
  padding: 0 5px;
  line-height: inherit;
  font-size: 1.2rem;
  width: 80px;
  opacity: 1;
  text-transform: uppercase;
  margin-left: 5px;
}
.childnode-search .search-inner-wrap .form-search .action.search:before {
  content: "\f101";
  font-family: funio;
}
.childnode-search .search-inner-wrap .form-search .action.search:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.childnode-search .search-inner-wrap .form-search.loading .control input {
  border: 0;
}
.childnode-search .search-inner-wrap .form-search.loading .control input.input-text {
  animation: none;
  background-image: url(../../frontend/Alothemes/funio7/ar_SA/images/loader-1.gif);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 100% 50%;
}
.childnode-search .search-inner-wrap .form-search.active .field.block-content .searchsuite-autocomplete {
  top: 100%;
}
.search-overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 901;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url('../../frontend/Alothemes/funio7/ar_SA/images/alothemes/search-mobile.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sticky-toolbar-mobile {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeInUp 0.8s ease-in-out;
  animation: fadeInUp 0.8s ease-in-out;
}
.sticky-toolbar-mobile .main-toolbar-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 5px 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.sticky-toolbar-mobile .main-toolbar-mobile .toolbar-mobile-primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  margin-left: -15px;
  margin-right: -15px;
}
.sticky-toolbar-mobile .main-toolbar-mobile .toolbar-mobile-primary:before,
.sticky-toolbar-mobile .main-toolbar-mobile .toolbar-mobile-primary:after {
  display: none;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile a {
  text-decoration: none;
  display: inline-block;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile a span {
  display: none;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile a:before {
  font-size: 2rem;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.home-page a:before {
  content: "\f015";
  font-family: Fontawesome;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.menu-active a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.menu-active a:before,
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.menu-active a:after {
  display: none;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.menu-active a .icon {
  width: 20px;
  height: 16px;
  position: relative;
  margin: 0;
  display: inline-block;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.menu-active a .icon span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.menu-active a .icon span:first-child {
  top: 0;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.menu-active a .icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.menu-active a .icon span:last-child {
  bottom: 0;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.search-product a:before {
  content: "\f101";
  font-family: funio;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.search-product a:before {
  font-weight: 700;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.checkout-cart a {
  display: inline-block;
  position: relative;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.checkout-cart a:before {
  content: "\f104";
  font-family: funio;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.checkout-cart .symbolic {
  display: block;
  position: absolute;
  bottom: 0;
  right: -8px;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.checkout-cart .symbolic #counter-number-cart {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2rem;
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.checkout-cart .symbolic #counter-number-cart:empty:before {
  content: "0";
}
.sticky-toolbar-mobile .main-toolbar-mobile .item-mobile.web-account a:before {
  content: "\f102";
  font-family: funio;
}
.open-popup-search body {
  height: 100% !important;
  overflow: hidden;
}
.open-popup-search .childnode-search {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.open-popup-search .search-overlay {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.filter-active .sticky-toolbar-mobile {
  display: none;
}
.checkout-index-index .sticky-toolbar-mobile .main-toolbar-mobile .menu-active {
  display: none;
}
/* responsive */
@media screen and (max-width: 1199px) {
  .nav-mobile {
    padding: 0 !important;
    display: block !important;
  }
  .nav-mobile li {
    position: relative;
    margin-bottom: 0;
  }
  .nav-mobile li.level0:last-child a {
    border: 0;
  }
  .nav-mobile li a {
    padding: 10px 0;
    display: block;
    font-size: 1.6rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: initial;
  }
  .nav-mobile li.active > a {
    font-weight: 700;
  }
  .nav-mobile ul {
    padding: 0;
  }
  .nav-mobile ul li a {
    padding-left: 15px;
  }
  .nav-mobile ul li a:before {
    content: "\f0da";
    font-family: Fontawesome;
    margin-right: 7px;
  }
  .nav-mobile ul li li a {
    padding-left: 30px;
  }
  .nav-mobile ul li li li a {
    padding-left: 45px;
  }
  .nav-mobile ul li li li li a {
    padding-left: 60px;
  }
  .nav-mobile .collapse {
    display: block !important;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
  }
  .nav-mobile .collapse:before {
    content: "\f107";
    font-family: Fontawesome;
    font-size: 1.6rem;
  }
  .nav-mobile .expand {
    display: block !important;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
  }
  .nav-mobile .expand:before {
    content: "\f107";
    font-family: Fontawesome;
    font-size: 1.6rem;
  }
  .nav-mobile .expand:before {
    content: "\f106";
  }
  .nav-mobile .cat_label {
    margin-left: 5px;
    font-size: 1.4rem;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    padding: 0 3px;
    top: 0;
    font-size: 8px;
  }
  .nav-mobile .cat_label:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-right-width: 5px;
    border-top-width: 5px;
  }
  .nav-mobile .mage-column {
    display: none;
  }
  .nav-sections {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    max-width: 300px;
    min-width: 280px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    height: 100%;
    max-height: 100%;
    z-index: 99;
  }
  .nav-sections .nav-sections-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 15px;
    max-height: calc(100% - 45px);
    scrollbar-width: thin;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .nav-sections .nav-sections-items:before,
  .nav-sections .nav-sections-items:after {
    display: none;
  }
  .nav-sections .nav-sections-items::-webkit-scrollbar {
    width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .nav-sections .nav-sections-items::-webkit-scrollbar-thumb {
    background-color: #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .nav-sections .nav-sections-items::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .nav-sections .nav-sections-item-title {
    display: block;
    font-weight: 600;
    position: relative;
    padding: 0 0 5px;
    margin-bottom: 20px;
    border-width: 0 0 1px;
    border-style: solid;
    width: calc(100% / 3);
    flex: 1;
    order: 1;
    text-align: center;
    height: auto;
  }
  .nav-sections .nav-sections-item-title a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
  .nav-sections .nav-sections-item-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-sections .nav-sections-item-title.active:before {
    width: 100%;
  }
  .nav-sections .nav-sections-item-title.active + .nav-sections-item-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .nav-sections .nav-sections-item-content {
    width: 100%;
    order: 2;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .nav-sections .nav-sections-item-content .magicmenu,
  .nav-sections .nav-sections-item-content .vmagicmenu {
    display: none;
  }
  .nav-sections .nav-sections-item-content a {
    text-decoration: none;
  }
  .nav-sections .nav-sections-item-content > .navigation {
    display: block;
    padding: 0;
  }
  .nav-sections .nav-sections-item-content .header.links {
    display: block;
    padding: 0;
    list-style: none;
  }
  .nav-sections .nav-sections-item-content .header.links li {
    margin-bottom: 0;
    text-align: initial;
  }
  .nav-sections .nav-sections-item-content .header.links li .customer-name,
  .nav-sections .nav-sections-item-content .header.links li a {
    display: block;
    padding: 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 100%;
  }
  .nav-sections .nav-sections-item-content .header.links li:last-child a {
    border-bottom: 0;
  }
  .nav-sections .nav-sections-item-content .header.links li.wishlist .counter:before {
    content: "(";
  }
  .nav-sections .nav-sections-item-content .header.links li.wishlist .counter:after {
    content: ")";
  }
  .nav-sections .nav-sections-item-content .header.links .authorization-link a[data-post] {
    display: none;
  }
  .nav-sections .nav-sections-item-content .header.links .customer-welcome .authorization-link a[data-post] {
    display: block;
  }
  .nav-sections .nav-sections-item-content .top-form-language,
  .nav-sections .nav-sections-item-content .currency_top {
    display: block;
    padding: 10px 0;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher,
  .nav-sections .nav-sections-item-content .currency_top .switcher {
    display: block;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher-trigger:after,
  .nav-sections .nav-sections-item-content .currency_top .switcher-trigger:after {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher-dropdown,
  .nav-sections .nav-sections-item-content .currency_top .switcher-dropdown {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: none;
    padding: 0;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher-dropdown li a,
  .nav-sections .nav-sections-item-content .currency_top .switcher-dropdown li a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-left: 15px;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher-dropdown li:last-child a,
  .nav-sections .nav-sections-item-content .currency_top .switcher-dropdown li:last-child a {
    border-bottom: 0;
  }
  .nav-sections .nav-sections-item-content .top-form-language {
    border-width: 0 0 1px;
    border-style: solid;
    text-align: initial;
    margin-left: 0;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher-dropdown li a {
    padding-left: 35px;
    background-position: 15px 51%;
  }
  .nav-sections .nav-sections-item-content .currency_top {
    margin: 0;
    border-width: 0;
    text-align: initial;
  }
  .nav-sections .close-menu {
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  .nav-sections .close-menu:before,
  .nav-sections .close-menu:after {
    display: none;
  }
  .nav-sections .header.links li {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .nav-sections .header.links li .customer-name {
    color: black;
  }
  .nav-sections .top-form-language .switcher-trigger strong,
  .nav-sections .currency_top .switcher-trigger strong {
    font-size: 1.4rem;
  }
  .nav-sections .nav-mobile li.blog .title {
    display: none;
  }
  .nav-open .nav-sections {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-open body {
    overflow: hidden;
  }
  .nav-open .page-wrapper {
    overflow: hidden;
    position: static;
  }
  .toolbar-mobile-true .page-footer {
    padding-bottom: 55px;
  }
  .sticky-toolbar-mobile {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .navigation .parent .level-top:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .nav-sections {
    overflow: hidden;
  }
  .nav-sections .header.links {
    border-bottom: 0;
  }
  .nav-sections .header.links li > a {
    border-top: 0;
    font-weight: initial;
  }
  .nav-sections .switcher-trigger strong:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher,
  .nav-sections .nav-sections-item-content .currency_top .switcher {
    padding: 0;
  }
  .nav-sections .nav-sections-item-content .top-form-language .switcher:last-child,
  .nav-sections .nav-sections-item-content .currency_top .switcher:last-child {
    border: 0;
  }
  .nav-open .page-wrapper {
    left: 0;
  }
}
@media screen and (max-width: 359px) {
  .childnode-search .search-inner-wrap .block-content {
    padding: 10px;
  }
  .childnode-search .search-inner-wrap .form-search .action.search {
    width: 65px;
    font-size: 1.1rem;
  }
}
/* rtl */
.rtl .magicmenu .nav-desktop .level0 a,
.rtl .magicmenu .nav-desktop .level0 p {
  text-align: right;
}
.rtl .magicmenu .nav-desktop .level0 .level-top {
  text-align: right;
}
.rtl .magicmenu .nav-desktop .level0 .level-top span.cat_label {
  left: auto;
  right: 100%;
}
.rtl .magicmenu .nav-desktop .level0 .level-top span.cat_label:after {
  left: auto;
  right: 0;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.rtl .magicmenu .nav-desktop .level0.home .level-top {
  padding-right: 0;
  padding-left: 20px;
}
.rtl .magicmenu .nav-desktop .level0.home .level-top:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rtl .magicmenu .nav-desktop .level0.home .level-top:before {
  content: "\f107";
  font-family: Fontawesome;
  font-size: 1.4rem;
  padding-right: 5px;
  font-weight: 700;
}
.rtl .magicmenu .nav-desktop .level0.hasChild .level-top:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rtl .magicmenu .nav-desktop .level0.hasChild .level-top:before {
  content: "\f107";
  font-family: Fontawesome;
  font-size: 1.4rem;
  padding-right: 5px;
  font-weight: 700;
}
.rtl .magicmenu .nav-desktop .level0.dropdown > .submenu,
.rtl .magicmenu .nav-desktop .level0.hasChild > .submenu {
  left: auto;
  right: 0;
}
.rtl .magicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  content: "\f104";
  right: auto;
  left: 15px;
}
.rtl .magicmenu .nav-desktop .level0.dropdown .hasChild .submenu {
  left: auto;
  right: 100%;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
  text-align: right;
  float: right;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children a {
  text-align: right;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
  margin-right: 0;
  margin-left: 25px;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:before {
  left: auto;
  right: 0;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  content: "\f104";
  left: 15px;
  right: auto;
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  left: auto;
  right: calc(100% + 30px);
}
.rtl .magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover ul {
  right: 100%;
}
.rtl .vmagicmenu .block-title .vmagicmenu-subtitle {
  padding: 0 15px 0 0;
}
.rtl .vmagicmenu .nav-desktop .level0 a,
.rtl .vmagicmenu .nav-desktop .level0 p {
  text-align: right;
}
.rtl .vmagicmenu .nav-desktop .level0 .level-top {
  text-align: right;
}
.rtl .vmagicmenu .nav-desktop .level0 .level-top span.cat_label {
  left: auto;
  right: 100%;
}
.rtl .vmagicmenu .nav-desktop .level0 .level-top span.cat_label:after {
  left: auto;
  right: 0;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.rtl .vmagicmenu .nav-desktop .level0 .level-top:before {
  content: "\f104";
  float: right;
  margin-right: 0;
  margin-left: 10px;
  font-weight: 400;
}
.rtl .vmagicmenu .nav-desktop .level0 .level-top:hover:before {
  margin-left: 15px;
}
.rtl .vmagicmenu .nav-desktop .level0.hasChild .level-top:after {
  content: "\f104";
  float: left;
}
.rtl .vmagicmenu .nav-desktop .level0.dropdown > .submenu,
.rtl .vmagicmenu .nav-desktop .level0.hasChild > .submenu {
  left: auto;
  right: calc(100% + 30px);
}
.rtl .vmagicmenu .nav-desktop .level0.dropdown:hover > .submenu,
.rtl .vmagicmenu .nav-desktop .level0.hasChild:hover > .submenu {
  right: 100%;
}
.rtl .vmagicmenu .nav-desktop .level0.dropdown .hasChild > a:before {
  content: "\f104";
  right: auto;
  left: 15px;
}
.rtl .vmagicmenu .nav-desktop .level0.dropdown .hasChild .submenu {
  left: auto;
  right: 100%;
}
.rtl .vmagicmenu .nav-desktop .level0 .level-top-mega {
  left: auto;
  right: 100%;
}
.rtl .vmagicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
  text-align: right;
  float: right;
}
.rtl .vmagicmenu .nav-desktop .level0 .level-top-mega .children a {
  text-align: right;
}
.rtl .vmagicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:before {
  left: auto;
  right: 0;
}
.rtl .vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before {
  content: "\f104";
  left: 15px;
  right: auto;
}
.rtl .vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul {
  left: auto;
  right: calc(100% + 30px);
}
.rtl .vmagicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover ul {
  right: 100%;
}
.rtl .vmagicmenu .all-cat span:first-child:before {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .childnode-search .search-inner-wrap .form-search .action.search {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .childnode-search .search-inner-wrap .btn-close {
  right: auto;
  left: 30px;
}
.rtl .childnode-search .search-inner-wrap .form-search .field.search .searchsuite-autocomplete {
  left: auto;
  right: 0;
}
.rtl .childnode-search .search-inner-wrap .form-search.loading .control input.input-text {
  background-position: 0 50%;
}
@media screen and (max-width: 1199px) {
  .rtl .nav-mobile .collapse,
  .rtl .nav-mobile .expand {
    right: auto;
    left: 0;
  }
  .rtl .nav-mobile .submenu li a {
    padding-left: 0;
    padding-right: 15px;
  }
  .rtl .nav-mobile .submenu li a:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .rtl .nav-mobile .submenu li a:after {
    content: "\f0d9";
    font-family: Fontawesome;
    margin-left: 7px;
  }
  .rtl .nav-mobile .submenu li li a {
    padding-right: 30px;
  }
  .rtl .nav-mobile .submenu li li li a {
    padding-right: 45px;
  }
  .rtl .nav-mobile .submenu li li li li a {
    padding-right: 60px;
  }
  .rtl .nav-sections {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .rtl .nav-sections .nav-sections-item-title.active + .nav-sections-item-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .rtl .nav-sections .nav-sections-item-content {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .rtl .nav-sections .nav-sections-item-content .top-form-language .switcher-trigger:after,
  .rtl .nav-sections .nav-sections-item-content .currency_top .switcher-trigger:after {
    right: auto;
    left: 0;
  }
  .rtl .nav-sections .nav-sections-item-content .top-form-language .switcher-dropdown li a {
    padding-right: 35px;
  }
  .rtl.nav-open .nav-sections {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 479px) {
  .childnode-search .search-inner-wrap .btn-close {
    right: 0;
  }
}
@media screen and (max-width: 479px) {
  .rtl .childnode-search .search-inner-wrap .btn-close {
    left: 0;
  }
}
.page-footer a:hover {
  text-decoration: none;
}
.page-footer .form.subscribe .block-content {
  max-width: 700px;
  margin: 0 auto;
}
.page-footer .form.subscribe .block-content .block-title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.page-footer .form.subscribe .block-content .subscribe-panel .panel-text {
  font-weight: 500;
  max-width: 300px;
}
.page-footer .form.subscribe .block-content .field.newsletter .visible {
  max-width: initial;
}
.page-footer .form.subscribe .block-content .field.newsletter .visible .control {
  width: calc(100% - 76px - 10px);
}
.page-footer .form.subscribe .block-content .field.newsletter .visible .control .input-text {
  border-width: 0 0 2px;
  padding: 0;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
}
.page-footer .form.subscribe .block-content .field.newsletter .visible .actions .action {
  border-width: 0 0 2px;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  height: 40px;
  line-height: 38px;
}
.page-footer .form.subscribe .block-content .field.newsletter .visible #newsletter-error {
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  width: 200px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-footer .form.subscribe .block-content .field.newsletter .visible .input-text.mage-error + #newsletter-error {
  top: 100%;
  opacity: 1;
  visibility: visible;
  text-align: initial;
}
.page-footer .block-subscribe {
  margin-bottom: 0;
}
.page-footer .block-subscribe .block-title {
  display: none;
}
.page-footer .block-subscribe .subscribe-panel {
  display: none;
}
.page-footer .social-profile li a {
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  border-width: 1px;
  border-style: solid;
}
.page-footer .collapsible ul {
  list-style: none;
  padding-left: 0;
}
.page-footer .collapsible .ft-content {
  margin-top: 13px;
}
.page-footer .payment {
  text-align: right;
}
.page-footer .payment img {
  margin-right: 0;
  margin-left: auto;
}
.page-footer .block-static-block.widget,
.page-footer .block-cms-link.widget {
  margin-bottom: 0;
}
.block-footer-top {
  border-width: 1px 0 0;
  border-style: solid;
}
.block-footer-top h2 {
  font-size: 3rem;
  margin-bottom: 13px;
}
.block-footer-top p {
  font-size: 1.6rem;
  margin: 0;
}
.block-footer-top .block--subcribe {
  padding-top: 155px;
  padding-bottom: 120px;
}
.block-footer-bottom {
  padding: 45px 0;
  border-width: 1px 0 0;
  border-style: solid;
}
.block-footer-bottom .pagebuilder-column-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.block-footer-bottom .pagebuilder-column-group:before,
.block-footer-bottom .pagebuilder-column-group:after {
  display: none;
}
.footer-links-company {
  padding: 17px 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.copyright-custom-link {
  margin-left: 50px;
  margin-bottom: 0;
}
.copyright-custom-link li {
  display: inline-block;
  margin-bottom: 0;
}
.copyright-custom-link li:not(:last-child) {
  margin-right: 20px;
}
.copyright-custom-link li a {
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1rem;
}
/* responsive */
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .footer-links-company .copyright {
    margin-bottom: 5px;
  }
  .copyright-custom-link {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .page-footer .block-footer-top .block--subcribe {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-footer .block-footer-bottom .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .page-footer .footer-item:first-child,
  .page-footer .footer-item:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .page-footer .footer-item {
    margin-bottom: 30px;
  }
  .page-footer .footer-item:last-child {
    margin-bottom: 0;
  }
  .page-footer .payment {
    text-align: center;
  }
  .page-footer .payment img {
    margin: 0 auto;
  }
  .block-footer-top .footer-item {
    margin-bottom: 0;
  }
  .copyright-link {
    margin-bottom: 10px;
  }
  .copyright-custom {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    text-align: center;
  }
  .page-footer .ft-logo {
    margin-bottom: 5px;
  }
  .page-footer .ft-logo img {
    margin: 0 auto;
  }
  .page-footer .copyright-container {
    margin-bottom: 5px;
  }
  .page-footer .payment {
    text-align: center;
  }
  .page-footer .payment img {
    margin: 0 auto;
  }
  .page-footer .form.subscribe .block-content {
    margin: 0;
  }
  .page-footer .form.subscribe .block-content .subscribe-panel .panel-text {
    max-width: 100%;
  }
  .page-footer .form.subscribe .block-content .block-title {
    text-align: initial;
  }
  .block-footer-top h2 {
    font-size: 2.5rem;
  }
  .copyright-custom-link {
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .copyright-custom-link li a {
    font-size: .9rem;
  }
  .page-footer .footer-item {
    margin-bottom: 20px;
  }
  .page-footer .footer-item:nth-child(2) {
    margin-bottom: 20px;
  }
  .block-footer-top h2 {
    font-size: 2rem;
  }
  .block-footer-top p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 359px) {
  .copyright-custom-link {
    display: none;
  }
  .page-footer .social-profile li:not(:last-child) {
    margin-right: 10px;
  }
  .page-footer .social-profile li a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .page-footer .form.subscribe .block-content .field.newsletter .visible .actions .action {
    position: absolute;
    width: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 319px) {
  .page-footer .social-profile li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
  }
  .page-footer .form.subscribe .block-content .field.newsletter .visible .control {
    width: calc(100% - 60px - 10px);
  }
  .page-footer .form.subscribe .block-content .field.newsletter .visible .control .input-text {
    font-size: 1.2rem;
  }
  .page-footer .form.subscribe .block-content .field.newsletter .visible .actions .action {
    font-size: 1.1rem;
  }
}
/* rtl */
.rtl .payment {
  text-align: left;
}
.rtl .payment img {
  margin-right: auto;
  margin-left: 0;
}
/* responsive rtl */
.header-logo {
  text-align: center;
}
.header-logo .logo {
  max-width: 100%;
}
.nav-sections-item-content .magicmenu {
  text-align: initial;
}
.magicmenu .nav-desktop .level0 .level-top {
  padding: 25px 20px;
}
.header-account {
  position: relative;
  min-height: 35px;
}
.header-account .onclick {
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-account .onclick:before {
  content: "\f102";
  font-family: funio;
}
.header-account .onclick:before {
  font-size: 2rem;
  vertical-align: middle;
}
.header-account .onclick:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.header-account .toggle-content {
  position: absolute;
  top: calc(100% + 30px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 92;
}
.header-account .toggle-content.visible {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header-account .toggle-content .alo-account > .header.links:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-account .toggle-content .alo-account > .header.links li {
  display: block;
}
.header-account .toggle-content .alo-account > .header.links li a {
  text-transform: capitalize;
}
.header-account .toggle-content .alo-account > .header.links li.authorization-link a:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-account .text-account {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 5px;
}
.header-account .text-account .logged-in {
  font-size: 1.4rem;
  background-color: transparent;
}
.wishlist {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.wishlist .action.showlike .counter.qty {
  display: none;
}
.wishlist:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.minicart-wrapper .action.showcart .cart-icon {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.minicart-wrapper:hover .action.showcart .cart-icon {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.minicart-wrapper.active .block-minicart {
  top: calc(100% + 15px);
}
.header-search {
  position: relative;
  display: inline-block;
}
.header-search .toggle-tab {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-search .toggle-tab:before {
  content: "\f101";
  font-family: funio;
}
.header-search .toggle-tab:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.header-search .toggle-tab:before {
  display: inline-block;
  font-size: 2rem;
}
.header-search .toggle-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(100% + 30px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 450px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.header-search .toggle-content input {
  border-width: 0;
}
.header-search.toggle-visible .toggle-tab {
  pointer-events: none;
}
.header-search.toggle-visible .toggle-content {
  right: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.header-tool {
  justify-content: flex-end;
}
.header-tool > *:not(:first-child) {
  margin-left: 20px;
}
.header-tool a:hover {
  text-decoration: none;
}
.header-static-links,
.header-static-custom {
  margin-bottom: 0;
}
.header-static-links li,
.header-static-custom li {
  display: inline-block;
  margin-bottom: 0;
}
.header-static-links li:not(:last-child),
.header-static-custom li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right-width: 1px;
  border-right-style: solid;
}
.header-static-links li img,
.header-static-custom li img {
  display: inline-block;
  margin-right: 5px;
  width: initial;
  opacity: .6;
  vertical-align: middle;
}
.header-static-links li a,
.header-static-custom li a {
  display: inline-block;
  vertical-align: middle;
}
.header-static-links {
  margin-right: 13px;
}
.header-static-links ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.item-content-right {
  justify-content: flex-end;
}
.header-top {
  padding: 10px 0;
  border-width: 0 0 1px;
  border-style: solid;
}
.header-bottom {
  text-align: center;
}
.header-container-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-width: 0 0 1px;
  border-style: solid;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-container-fixed .header-top {
  display: none;
}
.scroll_down .header-container-fixed {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.catalog-product-view .page-header {
  border-width: 0 0 1px;
  border-style: solid;
}
.onestepcheckout-index-index .header-content {
  padding: 10px 0;
  border-width: 0 0 1px;
  border-style: solid;
}
.checkout-index-index .header-tool .nav-toggle {
  display: none;
}
/* responsive */
@media screen and (max-width: 1439px) {
  .header-search {
    width: auto;
    position: relative;
  }
  .header-search .toggle-tab {
    font-size: 2rem;
  }
  .header-search .toggle-tab:before {
    content: "\f101";
    font-family: funio;
  }
  .header-tool {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1199px) {
  .header-tool .nav-toggle {
    display: inline-block;
    position: static;
    margin-left: 20px;
  }
  .header-tool .nav-toggle .icon {
    width: 19px;
    height: 14px;
    position: relative;
    margin: 0;
    display: inline-block;
  }
  .header-tool .nav-toggle .icon span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
  }
  .header-tool .nav-toggle .icon span:first-child {
    top: 0;
  }
  .header-tool .nav-toggle .icon span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-tool .nav-toggle .icon span:last-child {
    bottom: 0;
  }
  .header-tool .nav-toggle:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .header-tool .nav-toggle:after {
    content: "";
    position: fixed;
    top: 0;
    right: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header-wishlist,
  .header-compare,
  .header-account {
    display: none;
  }
  .item-menu {
    order: 2;
  }
  .header-top .top-form-language,
  .header-top .currency_top {
    display: none;
  }
  .header-content {
    padding: 10px 0;
  }
  .nav-open .header-tool .nav-toggle:before {
    content: '\e616';
    font-family: 'icons-blank-theme';
  }
  .nav-open .header-tool .nav-toggle:before {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation: flipInY 0.8s both;
    animation: flipInY 0.8s both;
  }
  .nav-open .header-tool .nav-toggle:after {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .header-static-custom {
    text-align: center;
  }
  .header-top-layout .item-content-right {
    display: none;
  }
  .header-logo {
    text-align: initial;
  }
  header .logo {
    margin: 0;
  }
  header .logo img {
    margin: 0;
  }
  .header-search {
    position: static;
  }
  .header-search .toggle-content {
    width: calc( 100% - 30px);
    top: 30vh;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header-search .toggle-tab:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 15;
  }
  .header-search .toggle-tab:hover {
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
  }
  .header-search.toggle-visible .toggle-content {
    position: fixed;
    right: 0;
    top: 20vh;
  }
  .header-search.toggle-visible .toggle-tab {
    pointer-events: initial;
  }
  .header-search.toggle-visible .toggle-tab:after {
    bottom: 0;
  }
  .header-top {
    padding: 7px 0;
  }
  .header-content .item-search {
    display: none;
  }
  .header-content .header-center-layout {
    justify-content: space-between;
  }
}
@media screen and (max-width: 639px) {
  .minicart-wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .header-content .container {
    position: relative;
  }
  .header-content .item-tool {
    position: static;
  }
}
@media screen and (max-width: 359px) {
  .header-static-links {
    display: none;
  }
  .header-static-custom li {
    display: block;
  }
  .header-static-custom li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .header-search .toggle-tab {
    font-size: 2.2rem;
  }
  .minicart-wrapper .action.showcart {
    font-size: 2.2rem;
  }
  .header-tool .nav-toggle:before {
    font-size: 2.2rem;
  }
  .header-top {
    display: none;
  }
  .header-content {
    padding: 10px 0;
  }
}
/* rtl */
.rtl .header-static-links li:not(:last-child),
.rtl .header-static-custom li:not(:last-child) {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
  padding-left: 15px;
  margin-left: 15px;
  border-left-width: 1px;
  border-left-style: solid;
}
.rtl .currency_top:before,
.rtl .top-form-language:before {
  right: auto;
  left: -15px;
}
.rtl .currency_top {
  margin-left: 30px;
}
.rtl .header-account .onclick:before {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .header-account .toggle-content {
  left: auto;
  right: 0;
}
.rtl .magicmenu .nav-desktop .level0.home .level-top {
  padding-left: 12px;
}
.rtl .header-tool > *:not(:first-child) {
  margin-left: 0;
  margin-right: 20px;
}
/* responsive rtl */
@media screen and (max-width: 991px) {
  .rtl .header-tool .nav-toggle:after {
    right: 0;
    left: 100%;
  }
  .rtl.nav-open .header-tool .nav-toggle:after {
    left: 0;
  }
}
@media screen and (max-width: 479px) {
  .rtl .header-static-custom li:not(:last-child) {
    border-left: 0;
  }
}
body .page-wrapper > .page-bottom {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body.page-layout-1column .product.media,
body.page-layout-1column-full-width .product.media {
  width: 50%;
}
body.page-layout-1column .product-info-main,
body.page-layout-1column-full-width .product-info-main {
  flex: 1;
  width: auto;
}
body.page-layout-1column .columns,
body.page-layout-1column-full-width .columns {
  display: block;
}
body.page-layout-1column .page-wrapper,
body.page-layout-1column-full-width .page-wrapper {
  overflow-x: hidden;
}
body.page-layout-1column.page-with-filter .block.filter .block-content,
body.page-layout-1column-full-width.page-with-filter .block.filter .block-content {
  max-width: 320px;
}
body.page-layout-1column.page-with-filter .block.filter .block-content .filter-options,
body.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options {
  padding-right: 0;
}
body.page-layout-2columns-left .columns,
body.page-layout-2columns-right .columns,
body.page-layout-2columns-left-full-width .columns,
body.page-layout-2columns-right-full-width .columns {
  margin-bottom: 40px;
}
body.page-layout-2columns-left .column.main,
body.page-layout-2columns-right .column.main,
body.page-layout-2columns-left-full-width .column.main,
body.page-layout-2columns-right-full-width .column.main {
  width: 75%;
  padding: 0 15px;
}
body.page-layout-2columns-left .sidebar-sticky,
body.page-layout-2columns-right .sidebar-sticky,
body.page-layout-2columns-left-full-width .sidebar-sticky,
body.page-layout-2columns-right-full-width .sidebar-sticky {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
body.page-layout-2columns-left .sidebar-sticky:before,
body.page-layout-2columns-right .sidebar-sticky:before,
body.page-layout-2columns-left-full-width .sidebar-sticky:before,
body.page-layout-2columns-right-full-width .sidebar-sticky:before,
body.page-layout-2columns-left .sidebar-sticky:after,
body.page-layout-2columns-right .sidebar-sticky:after,
body.page-layout-2columns-left-full-width .sidebar-sticky:after,
body.page-layout-2columns-right-full-width .sidebar-sticky:after {
  display: none;
}
body.page-layout-2columns-left .sidebar-sticky .sidebar-main,
body.page-layout-2columns-right .sidebar-sticky .sidebar-main,
body.page-layout-2columns-left-full-width .sidebar-sticky .sidebar-main,
body.page-layout-2columns-right-full-width .sidebar-sticky .sidebar-main,
body.page-layout-2columns-left .sidebar-sticky .sidebar-additional,
body.page-layout-2columns-right .sidebar-sticky .sidebar-additional,
body.page-layout-2columns-left-full-width .sidebar-sticky .sidebar-additional,
body.page-layout-2columns-right-full-width .sidebar-sticky .sidebar-additional {
  width: 100%;
  padding-right: 0;
  order: unset;
}
/* responsive */
@media screen and (max-width: 991px) {
  body.page-layout-1column .product.media,
  body.page-layout-1column-full-width .product.media {
    width: 100%;
    margin-bottom: 30px;
  }
  body.page-layout-2columns-left .column.main,
  body.page-layout-2column-right .column.main,
  body.page-layout-2columns-left-full-width .column.main,
  body.page-layout-2column-right-full-width .column.main {
    width: 100%;
    float: none;
  }
  body.page-layout-2columns-left .sidebar-sticky,
  body.page-layout-2column-right .sidebar-sticky,
  body.page-layout-2columns-left-full-width .sidebar-sticky,
  body.page-layout-2column-right-full-width .sidebar-sticky {
    position: static;
    order: 2;
    display: block;
  }
}
@media screen and (max-width: 359px) {
  body.page-layout-1column.page-with-filter .block.filter .block-content,
  body.page-layout-1column-full-width.page-with-filter .block.filter .block-content {
    max-width: 100%;
  }
}
.rtl .page-layout-1column.page-with-filter .block.filter .block-content,
.rtl .page-layout-1column-full-width.page-with-filter .block.filter .block-content {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rtl .page-layout-1column.page-with-filter .block.active .block-content,
.rtl .page-layout-1column-full-width.page-with-filter .block.active .block-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.product-image-container .product-image-wrapper {
  display: block;
  height: 0;
  position: relative;
}
.product-image-container {
  overflow: hidden;
  display: block;
}
.product-image-photo {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-image-photo img {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.product-image-photo.thumbnail {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.product-item-photo {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-item-photo:hover .product-image-photo.thumbnail {
  opacity: 1;
  visibility: visible;
}
.product-label {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 2;
}
.product-label:before,
.product-label:after {
  display: none;
}
.product-label .sticker [class*="label"] {
  padding: 2px 10px;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 500;
}
.product-label .sticker:not(:last-child) {
  margin-right: 5px;
}
.product-reviews-summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.product-reviews-summary:before,
.product-reviews-summary:after {
  display: none;
}
.product-reviews-summary .reviews-actions {
  margin-top: 0;
}
.price-box .price-label {
  display: none;
}
.price-box .price {
  font-size: 1.7rem;
  font-weight: 400 !important;
}
.price-box .old-price .price {
  font-size: 1.3rem;
  text-decoration: line-through;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
}
.price-box .price-to:before {
  content: "-";
  margin: 0 5px;
}
.minimal-price {
  margin-bottom: 0;
}
.price-percent .save-percent {
  display: none;
}
.product-item .minimal-price .price-container {
  display: inline-block;
}
.action.tocart {
  position: relative;
}
.action.tocart.disabled:before {
  content: "" !important;
  display: inline-block;
  z-index: 9;
  top: 0;
  left: 0;
  border: 1px solid;
  color: transparent;
  width: 14px;
  height: 14px;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 50px;
  border-color: #f36 #f36 #f36 #fff;
  line-height: 1;
  animation: fa-spin 0.2s infinite linear;
  vertical-align: baseline;
}
.product-item .product-reviews-summary .reviews-actions {
  margin-top: 0;
}
.products.wrapper .quickview:before {
  content: "\f101";
  font-family: funio;
}
.products.wrapper .quickview span {
  display: none;
}
.products.wrapper .category_name {
  text-transform: uppercase;
  display: inline-block;
}
.products.wrapper .product-deal-special-progress .deal-progress {
  height: 6px;
  margin-bottom: 10px;
}
.products.wrapper .product-deal-special-progress .deal-stock-label .stock-available,
.products.wrapper .product-deal-special-progress .deal-stock-label .stock-sold {
  font-size: 1.4rem;
}
.products.wrapper .product-item {
  position: relative;
  margin-bottom: 30px;
}
.products.wrapper .product-item .product-reviews-summary {
  margin-bottom: 3px;
}
.products.wrapper .product-item .product-reviews-summary .reviews-actions {
  margin-top: 0;
}
.products.wrapper .product-item .product-item-name {
  margin-top: 0;
}
.products.wrapper .product-item .price-box {
  margin-top: 0;
  margin-bottom: 5px;
}
.products.wrapper .product-item .product-item-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.products.wrapper .product-item .product-item-actions:before,
.products.wrapper .product-item .product-item-actions:after {
  display: none;
}
.products.wrapper .product-item .product-item-actions .action {
  border-width: 1px;
  border-style: solid;
  text-align: center;
  display: inline-block;
}
.products.wrapper .product-item .product-item-actions .action.tocart.unavailable {
  opacity: 0.6;
}
.products.wrapper .product-item .product-item-actions .action.towishlist {
  text-decoration: none;
}
.products.wrapper .product-item .product-item-actions .action.towishlist:before {
  content: "\f103";
  font-family: funio;
}
.products.wrapper .product-item .product-item-actions .action.towishlist span {
  display: none;
}
.products.wrapper .product-item .product-item-actions .action.tocompare {
  text-decoration: none;
}
.products.wrapper .product-item .product-item-actions .action.tocompare:before {
  content: "\f10e";
  font-family: funio;
}
.products.wrapper .product-item .product-item-actions .action.tocompare span {
  display: none;
}
.products.wrapper .product-item [class*="swatch-opt-"] {
  margin-bottom: 20px;
}
.products.wrapper .product-item [class*="swatch-opt-"] .swatch-attribute {
  margin-bottom: 5px;
}
.products.wrapper .product-item [class*="swatch-opt-"] .swatch-attribute:last-child {
  margin-bottom: 0;
}
.products.wrapper .product-item .images-container {
  position: relative;
  overflow: hidden;
}
.products.wrapper .product-item .product-item-info:hover .link-view {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 0;
}
.products.wrapper .product-hover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.75;
  background: white;
  -webkit-transform: skew(-45deg) scaleX(0);
  -ms-transform: skew(-45deg) scaleX(0);
  -o-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  display: inline-block;
}
.products.wrapper .product-hover:hover:after {
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: skew(-45deg) scaleX(1);
  -ms-transform: skew(-45deg) scaleX(1);
  -o-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
}
.products.wrapper .product-hover:hover .product-item-photo .product-image-photo.thumbnail {
  opacity: 1;
  visibility: visible;
}
.products.wrapper.grid [class*="swatch-opt-"] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  text-align: center;
  z-index: 3;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.02);
  padding: 0 10px 10px;
}
.products.wrapper.grid [class*="swatch-opt-"] .swatch-option {
  display: inline-block;
  float: none;
  margin-bottom: 5px;
}
.products.wrapper.grid [class*="swatch-opt-"] .swatch-option:last-child {
  margin-right: 0;
}
.products.wrapper.grid [class*="swatch-opt-"] .swatch-option:focus,
.products.wrapper.grid [class*="swatch-opt-"] .swatch-option:visited {
  outline: none;
  box-shadow: none;
}
.products.wrapper.grid [class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.products.wrapper.grid [class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options:before,
.products.wrapper.grid [class*="swatch-opt-"] .swatch-attribute .swatch-attribute-options:after {
  display: none;
}
.products.wrapper.grid [class*="swatch-opt-"] .swatch-attribute.color .swatch-option {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.products.wrapper.grid [class*="swatch-opt-"] .swatch-attribute.color .swatch-option:before {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.products.wrapper.grid [class*="swatch-opt-"] .swatch-attribute:not(.color) .swatch-option {
  padding: 0 3px;
  height: 25px;
  line-height: 25px;
}
.products.wrapper.grid .product-timer {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 3;
  border-width: 2px;
  border-style: solid;
  padding: 2px 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.products.wrapper.grid .product-timer:before,
.products.wrapper.grid .product-timer:after {
  display: none;
}
.products.wrapper.grid .product-item-name {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  max-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0 7px;
  font-weight: 400;
}
.products.wrapper.grid .product-item-name a {
  display: inline-block;
}
.products.wrapper.grid .add-to-links {
  display: inherit;
}
.products.wrapper.grid .product-item-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  right: 10px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  justify-content: center;
}
.products.wrapper.grid .product-item-actions .actions-secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products.wrapper.grid .product-item-actions .actions-secondary:before,
.products.wrapper.grid .product-item-actions .actions-secondary:after {
  display: none;
}
.products.wrapper.grid .product-item-actions .action {
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.products.wrapper.grid .product-item-actions .action:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #dfdfdf;
}
.products.wrapper.grid .product-item-actions .action.tocart {
  padding: 0;
  display: inherit;
  margin-left: 0;
}
.products.wrapper.grid .product-item-actions .action.tocart:before {
  content: "\f104";
  font-family: funio;
}
.products.wrapper.grid .product-item-actions .action.tocart:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products.wrapper.grid .product-item-actions .action.tocart span {
  display: none;
}
.products.wrapper.grid .product-item-actions .action.tocart.disabled:before {
  vertical-align: middle;
}
.products.wrapper.grid .product-item-actions .action.quickview {
  margin-right: 0;
}
.products.wrapper.grid .product-item-actions .action:hover:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products.wrapper.grid .alo-count-down {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products.wrapper.grid .alo-count-down .countdown {
  justify-content: center;
}
.products.wrapper.grid .alo-count-down .timer-box .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
  display: none;
}
.products.wrapper.grid .alo-count-down .timer-box .timer-box-content {
  border-width: 1px;
  border-style: solid;
  width: 45px;
  height: 45px;
  padding: 5px;
  line-height: 38px;
  vertical-align: middle;
}
.products.wrapper.grid .alo-count-down .timer-box:not(:last-child):after {
  vertical-align: middle;
}
.products.wrapper.grid .product-hover {
  position: relative;
  overflow: hidden;
}
.products.wrapper.grid .product-reviews-summary {
  justify-content: center;
}
.products.wrapper.grid .images-container {
  margin-bottom: 15px;
}
.products.wrapper.grid .details-container {
  text-align: center;
}
.products.wrapper.grid .product-item-info {
  padding: 5px;
  position: relative;
}
.products.wrapper.grid .product-item-info:hover [class*="swatch-opt-"] {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInDown 0.8s ease-in-out;
  animation: fadeInDown 0.8s ease-in-out;
  animation-duration: .3s;
}
.products.wrapper.grid .product-item-info:hover .product-timer {
  opacity: 0;
  visibility: hidden;
  bottom: -30px;
}
.products.wrapper.grid .product-item-info:hover .product-item-actions {
  -webkit-animation: fadeInUp 0.8s ease-in-out;
  animation: fadeInUp 0.8s ease-in-out;
  animation-duration: 0.3s;
  opacity: 1;
  visibility: visible;
}
.products.wrapper.grid .product-item-info:hover .alo-count-down {
  opacity: 0;
  visibility: hidden;
}
.products.wrapper.grid .product-item-info:hover {
  -webkit-box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.05);
}
.products.wrapper.list .link-view {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.products.wrapper.list .link-view .quickview {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
}
.products.wrapper.list .product-item-name {
  margin-bottom: 10px;
}
.products.wrapper.list .price-box {
  margin-bottom: 10px;
}
.products.wrapper.list .stock {
  margin-bottom: 10px;
}
.products.wrapper.list .stock label {
  display: none;
}
.products.wrapper.list .stock span:before {
  content: "\f046";
  font-family: Fontawesome;
  margin-right: 5px;
}
.products.wrapper.list .stock.unavailable span:before {
  content: "\f06a";
}
.products.wrapper.list .product-item-actions {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.products.wrapper.list .product-item-actions .action {
  margin-right: 20px;
}
.products.wrapper.list .product-item-actions .action.towishlist {
  width: 38px;
  height: 38px;
  line-height: 36px;
  border-width: 1px;
  border-style: solid;
}
.products.wrapper.list .product-item-actions .action.tocompare {
  width: 38px;
  height: 38px;
  line-height: 36px;
  margin-right: 20px;
  border-width: 1px;
  border-style: solid;
}
.products.wrapper.list .product-item-description {
  margin-top: 0;
}
.products.wrapper.list .product-item-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  max-height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.products.wrapper.list .product-item-description .action.more {
  text-decoration: underline;
}
.products.wrapper.list .product-item-info .product-item-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products.wrapper.list .product-item-info .product-item-details:before,
.products.wrapper.list .product-item-info .product-item-details:after {
  display: none;
}
.products.wrapper.list .product-item-info .images-container {
  width: 40%;
}
.products.wrapper.list .product-item-info .details-container {
  flex: 1;
  padding-left: 15px;
}
.products.wrapper.list .product-item-info .product-reviews-summary {
  margin-bottom: 10px;
}
/* responsive */
@media screen and (max-width: 575px) {
  .products.wrapper.grid .product-item-actions .add-to-links {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .products.wrapper.grid .product-item-name {
    font-size: 1.4rem;
  }
  .products.wrapper.list .product-item-actions .action {
    margin-right: 15px;
  }
}
@media screen and (max-width: 360px) {
  .products.wrapper.grid .product-item-actions .add-to-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products.wrapper.grid .product-item-actions .add-to-links:before,
  .products.wrapper.grid .product-item-actions .add-to-links:after {
    display: none;
  }
}
@media screen and (max-width: 319px) {
  .products.wrapper.grid .alo-count-down .countdown .timer-box .timer-box-content b {
    font-size: 1.3rem;
  }
}
/* rtl */
.rtl .products.wrapper.list .product-item-actions .action {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .products.wrapper.list .product-item-info .details-container {
  padding-right: 15px;
  padding-left: 0;
}
/* responsive rtl */
@media screen and (max-width: 479px) {
  .rtl .products.wrapper.list .product-item-actions .action {
    margin-left: 15px;
  }
}
#layered_ajax_price_text {
  margin-bottom: 15px;
}
.ui-slider-horizontal {
  height: 3px;
  margin-left: 7px;
  margin-right: 7px;
  border-width: 1px;
  border-style: solid;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -7px;
}
.ui-slider .ui-slider-range {
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}
.ui-slider-handle {
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
}
.ui-slider-handle:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.swatch-option.text {
  margin-right: 10px;
  margin-bottom: 10px;
}
.swatch-attribute .swatch-attribute-options {
  margin-top: 0;
  margin-bottom: 0;
}
.swatch-attribute.color .swatch-option {
  width: 20px;
  height: 20px;
  min-width: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none !important;
  box-shadow: none;
  overflow: visible;
  margin-right: 15px;
  margin-bottom: 10px;
}
.swatch-attribute.color .swatch-option:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -o-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.swatch-attribute.color .swatch-option:hover:before,
.swatch-attribute.color .swatch-option.selected:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.swatch-attribute:not(.color) .swatch-option {
  height: 30px;
  line-height: 28px;
  padding: 0 20px;
  outline: none;
}
.swatch-attribute.size .swatch-option:hover:before,
.swatch-attribute.manufacturer .swatch-option:hover:before,
.swatch-attribute.size .swatch-option.selected:before,
.swatch-attribute.manufacturer .swatch-option.selected:before {
  background-color: black;
  border-color: black;
}
.block.filter .block-title strong {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  display: none;
  -webkit-transition: initial;
  -moz-transition: initial;
  -o-transition: initial;
  transition: initial;
}
.block.filter .block-content .filter-options .filter-options-item {
  margin-bottom: 40px;
}
.block.filter .block-content .filter-options .filter-options-item .filter-options-title {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
}
.block.filter .block-content .filter-options .filter-options-item .filter-options-title:after {
  content: "\f107";
  font-family: Fontawesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.block.filter .block-content .filter-options .filter-options-item .filter-options-content .item a {
  text-decoration: none;
}
.block.filter .block-content .filter-options .filter-options-item .filter-options-content .item a:before {
  content: "\f096";
  font-family: Fontawesome;
  margin-right: 5px;
  min-width: 13px;
  display: inline-block;
}
.block.filter .block-content .filter-options .filter-options-item .filter-options-content .item a:hover:before {
  content: "\f046";
}
.block.filter .block-content .filter-options .filter-options-item.active .filter-options-title:after {
  content: "\f106";
}
.block.filter .filter-current {
  margin-bottom: 20px;
}
.block.filter .filter-current .filter-current-subtitle {
  display: block;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 1.8rem;
  margin-bottom: 20px;
  position: static;
  height: auto;
}
.block.filter .filter-current .items .item {
  position: relative;
  margin-bottom: 10px;
}
.block.filter .filter-current .items .item .filter-label {
  font-weight: 700;
}
.block.filter .filter-current .items .item .filter-label:after {
  content: ":";
  margin-right: 3px;
}
.block.filter .filter-current .items .item .action.remove {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.block.filter .filter-current .items .item .action.remove:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 2.8rem;
}
.block.filter .filter-current .items .item .action.remove span {
  display: none;
}
.block.filter .filter-current + .block-actions {
  margin-bottom: 40px;
  display: inline-block;
}
.block.filter .filter-current + .block-actions .action.clear {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
}
.block.block-tags {
  margin-bottom: 40px;
}
.block.block-tags .block-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
}
.block.block-tags .block-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
}
.block.block-tags .list-product-tags {
  overflow: hidden;
}
.block.block-tags .list-product-tags li {
  margin-left: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.block.block-tags .list-product-tags li a {
  height: 30px;
  line-height: 28px;
  padding: 0 20px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
}
.sidebar .sidebar-addition-products-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
}
.sidebar .products.wrapper .product-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-width: 0 0 1px;
  border-style: dashed;
}
.sidebar .products.wrapper .product-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-width: 0;
}
.sidebar .products.wrapper .product-items .product-item-info .product-item-photo {
  position: static;
  width: 100%;
}
.sidebar .products.wrapper .slick-slide > *:not(:last-child) .product-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-width: 0 0 1px;
  border-style: solid;
}
.sidebar .products.wrapper.list .product-item-info .images-container {
  width: 80px;
}
.sidebar .products.wrapper.list .product-item-info .images-container .hover-box {
  display: none;
}
.sidebar .products.wrapper.list .product-item-info .details-container {
  padding-left: 10px;
  text-align: initial;
}
.sidebar .products.wrapper.list .product-item-info .details-container .product-item-name {
  font-size: 1.5rem;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 400;
}
.sidebar .products.wrapper.list .product-item-info .details-container [class*="swatch-opt-"] {
  display: none;
}
.sidebar .products.wrapper.list .product-item-info .details-container .product-reviews-summary {
  margin-bottom: 0;
}
.sidebar .products.wrapper.list .product-item-info .product-item-description {
  display: none;
}
.sidebar .products.wrapper.list .product-item-info .product-item-details {
  margin: 0;
}
.sidebar .products.wrapper.list .product-item-info:hover {
  box-shadow: none;
}
.sidebar .products.wrapper.list .product-item {
  width: 100%;
  padding: 0;
}
.sidebar .products.wrapper .slick-slider .slick-prev,
.sidebar .products.wrapper .slick-slider [dir="rtl"] .slick-prev,
.sidebar .products.wrapper .slick-slider .slick-next,
.sidebar .products.wrapper .slick-slider [dir="rtl"] .slick-next {
  top: -50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  width: 21px;
  height: 21px;
  line-height: 19px;
}
.sidebar .products.wrapper .slick-slider .slick-prev:before,
.sidebar .products.wrapper .slick-slider [dir="rtl"] .slick-prev:before,
.sidebar .products.wrapper .slick-slider .slick-next:before,
.sidebar .products.wrapper .slick-slider [dir="rtl"] .slick-next:before {
  font-size: 1.5rem;
}
.sidebar .products.wrapper .slick-slider .slick-prev,
.sidebar .products.wrapper .slick-slider [dir="rtl"] .slick-prev {
  left: auto;
  right: 35px;
}
.sidebar .products.wrapper .slick-slider .slick-next,
.sidebar .products.wrapper .slick-slider [dir="rtl"] .slick-next {
  right: 10px;
}
.sidebar .blog-post .post-holder {
  margin: 0;
}
.sidebar .blog-post .post-holder .post-image-holder {
  position: relative;
  margin-bottom: 10px;
}
.sidebar .blog-post .post-holder .post-image-holder .publish-date {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 53px;
  height: 53px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sidebar .blog-post .post-holder .post-image-holder .publish-date:before,
.sidebar .blog-post .post-holder .post-image-holder .publish-date:after {
  display: none;
}
.sidebar .blog-post .post-holder .post-image-holder .publish-date .date {
  font-size: 1.9rem;
  border-width: 0 0 1px;
  border-style: solid;
}
.sidebar .blog-post .post-holder .post-image-holder .publish-date .month {
  font-size: 1rem;
  font-weight: 700;
}
.sidebar .blog-post .post-holder .post-title-holder {
  margin-bottom: 15px;
}
.sidebar .blog-post .post-holder .post-title-holder .post-title {
  font-size: 1.8rem;
}
.sidebar .blog-post .post-holder .post-more-info {
  justify-content: flex-end;
  font-size: 1.3rem;
}
.sidebar .blog-post .post-holder .item.post-categories a {
  font-weight: 400;
}
.sidebar .blog-post .post-holder .post-read-more {
  padding: 0;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  border-width: 0 0 1px;
  height: auto;
  line-height: normal;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sidebar .blog-post .post-holder .post-read-more:after {
  content: "\f0da";
  font-family: Fontawesome;
  display: inline-block;
}
.sidebar .blog-post .post-holder .post-read-more:hover {
  border-width: 0 0 1px;
}
.sidebar .blog-post .post-list-wrapper .post-list {
  display: inline-block;
  margin: 0;
}
.sidebar .widget.blog-search input {
  padding-right: 50px;
}
.sidebar .widget.blog-search .action.search {
  top: 0;
  width: 50px;
  padding: 0;
}
.sidebar .widget.blog-search .action.search:before {
  content: "\f101";
  font-family: funio;
}
.sidebar .widget.blog-search .action.search:before {
  width: 100%;
  font-weight: 600;
}
.sidebar .widget.block .block-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
}
.sidebar .widget.block .block-title strong {
  font-size: 1.6rem;
  font-weight: 500;
}
.sidebar .widget.block .block-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
}
.sidebar .widget.block .accordion {
  padding: 0;
  list-style: none;
  margin: 0;
}
.sidebar .widget.block .accordion ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.sidebar .widget.block .accordion li {
  margin: 0;
  border-bottom: 0;
  line-height: normal;
  border-top-width: 1px;
  border-top-style: dashed;
}
.sidebar .widget.block .accordion li a {
  text-decoration: none;
  font-size: 1.4rem;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}
.sidebar .widget.block .accordion li a:hover {
  margin-left: 5px;
}
.sidebar .widget.block .accordion li li a {
  padding-left: 15px;
}
.sidebar .widget.block .accordion li li a:before {
  content: "\f0da";
  font-family: Fontawesome;
  margin-right: 5px;
}
.sidebar .widget.block .accordion li li li a {
  padding-left: 30px;
}
.sidebar .widget.block .accordion > li:first-child {
  border-top: 0;
}
.sidebar .widget.block.block-recent-posts .block-content > .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-style: dashed;
}
.sidebar .widget.block.block-recent-posts .block-content > .item:before,
.sidebar .widget.block.block-recent-posts .block-content > .item:after {
  display: none;
}
.sidebar .widget.block.block-recent-posts .block-content > .item .post-ftimg-hld {
  display: inline-block;
  max-width: 100px;
}
.sidebar .widget.block.block-recent-posts .block-content > .item .post-item-content {
  flex: 1;
  padding-left: 20px;
}
.sidebar .widget.block.block-recent-posts .block-content > .item .post-item-content .post-categories {
  float: none;
  padding: 0;
  line-height: normal;
  border-bottom: 0;
}
.sidebar .widget.block.block-recent-posts .block-content > .item .post-item-content .post-categories a {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
}
.sidebar .widget.block.block-recent-posts .block-content > .item .post-item-content .post-categories a:not(:first-child) {
  display: none;
}
.sidebar .widget.block.block-recent-posts .block-content > .item .post-item-content .post-item-link {
  font-weight: 500;
  font-size: 1.6rem;
}
.sidebar .widget.block.block-archive .item {
  border-bottom: 0;
}
.sidebar .widget.block.block-archive .item a {
  text-decoration: none;
  font-size: 1.4rem;
}
.sidebar .widget.block.block-archive .item a:before {
  content: "\e900";
  font-family: customicon;
  margin-right: 5px;
  display: inline-block;
  vertical-align: sub;
  font-size: 1.8rem;
}
.sidebar .widget.block.block-archive .item a:hover:before {
  content: "\e902";
}
.sidebar .widget.block.block-tagclaud .tagclaud-hld > span {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
  border-bottom: 0;
}
.sidebar .widget.block.block-tagclaud .tagclaud-hld a {
  border-width: 1px;
  border-style: solid;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
}
.sidebar .widget.block.block-tagclaud .tagclaud-hld a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar .widget.block.block-tagclaud .tagclaud-hld a:hover:before {
  width: 100%;
}
.sidebar .cms-newsletter-sidebar {
  border-width: 2px;
  border-style: solid;
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 40px;
}
.sidebar .cms-newsletter-sidebar .cms-title {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.sidebar .cms-newsletter-sidebar .cms-title:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .cms-newsletter-sidebar .cms-title .title {
  font-size: 1.6rem;
}
.sidebar .cms-newsletter-sidebar .block-subscribe {
  margin-bottom: 0;
}
.sidebar .cms-newsletter-sidebar .block-subscribe .block-title {
  display: none;
}
.sidebar .cms-newsletter-sidebar .block-subscribe .form.subscribe .block-content .field.newsletter .visible .input-text {
  padding: 0 20px;
  border-width: 0 0 2px 0;
  text-align: center;
  max-width: 245px;
}
.sidebar .cms-newsletter-sidebar .block-subscribe .form.subscribe .block-content .field.newsletter .visible .actions .action {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.sidebar .cms-newsletter-sidebar .block-subscribe .form.subscribe .block-content .field.newsletter .visible .actions .action:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar .cms-newsletter-sidebar .block-subscribe .form.subscribe .block-content .field.newsletter .visible .actions .action:hover:before {
  left: 0;
}
.sidebar .block.block-collapsible-nav .title {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px 0;
  border-width: 0 0 1px;
  border-style: solid;
  margin-bottom: 30px;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
}
.sidebar .block.block-collapsible-nav .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
}
.sidebar .block.block-collapsible-nav .content .items .item {
  width: 100%;
  padding: 15px 0;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
.sidebar .block.block-collapsible-nav .content .items .item:last-child {
  border-bottom: 0;
}
.sidebar .block.block-collapsible-nav .content .items .item a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.sidebar .block.block-collapsible-nav .content .items .item strong {
  padding: 0;
}
.sidebar .form-search-sidebar-brand .field.search {
  border: 0;
}
.sidebar .form-search-sidebar-brand .field.search .actions .action {
  border: 0;
}
.sidebar .form-search-sidebar-brand .field.search .actions .action:before {
  content: "\f101";
  font-family: funio;
}
.sidebar .form-search-sidebar-brand .field.search .actions .action:before {
  font-size: 1.9rem;
}
.has-sidebar-filters-toggle.filter-active .sidebar-filters-toggle:after {
  height: 100vh;
}
body.page-layout-1column.page-with-filter .block.filter .block-content,
body.page-layout-1column-full-width.page-with-filter .block.filter .block-content {
  overflow-y: auto;
  scrollbar-width: thin;
}
body.page-layout-1column.page-with-filter .block.filter .block-content::-webkit-scrollbar,
body.page-layout-1column-full-width.page-with-filter .block.filter .block-content::-webkit-scrollbar {
  width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body.page-layout-1column.page-with-filter .block.filter .block-content::-webkit-scrollbar-thumb,
body.page-layout-1column-full-width.page-with-filter .block.filter .block-content::-webkit-scrollbar-thumb {
  background-color: #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body.page-layout-1column.page-with-filter .block.filter .block-content::-webkit-scrollbar-track,
body.page-layout-1column-full-width.page-with-filter .block.filter .block-content::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body.page-layout-1column.page-with-filter .block.filter .block-content .filter-subtitle,
body.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-subtitle {
  padding: 10px 0;
}
body.page-layout-1column.page-with-filter .block.filter .block-content .filter-options,
body.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options {
  padding: 0;
  height: auto;
  overflow-y: initial;
}
/* responsive */
@media screen and (max-width: 1199px) {
  body.page-layout-1column.page-with-filter .block.filter .block-content .filter-subtitle,
  body.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-subtitle {
    padding: 10px 20px;
  }
  body.page-layout-1column.page-with-filter .block.filter .filter-current .filter-current-subtitle,
  body.page-layout-1column-full-width.page-with-filter .block.filter .filter-current .filter-current-subtitle {
    padding: 10px 20px;
    font-size: 1.5rem;
    border-width: 3px;
  }
  body.page-layout-1column.page-with-filter .block.filter .filter-current .items,
  body.page-layout-1column-full-width.page-with-filter .block.filter .filter-current .items {
    padding: 0 20px;
  }
  body.page-layout-1column.page-with-filter .block.filter .filter-current + .block-actions,
  body.page-layout-1column-full-width.page-with-filter .block.filter .filter-current + .block-actions {
    padding: 0 20px;
    display: block;
  }
  body.page-layout-1column.has-sidebar-filters-toggle.filter-active .sidebar-filters-toggle:before,
  body.page-layout-1column-full-width.has-sidebar-filters-toggle.filter-active .sidebar-filters-toggle:before {
    left: 250px;
  }
}
@media screen and (max-width: 991px) {
  .block.filter .block-title {
    position: absolute;
    top: 0;
    left: 15px;
  }
  .block.filter .block-title strong {
    display: inline-block;
  }
  .block.filter .block-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding: 0 0 20px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
    max-width: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .block.filter .block-content::-webkit-scrollbar {
    width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .block.filter .block-content::-webkit-scrollbar-thumb {
    background-color: #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .block.filter .block-content::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .block.filter .block-content .filter-subtitle {
    display: block;
    text-transform: uppercase;
    border-width: 0 0 3px;
    border-style: solid;
    font-size: 1.5rem;
    margin: 0 0 30px;
    padding: 10px 20px;
  }
  .block.filter .block-content .filter-options {
    padding: 0 20px;
  }
  .block.filter .block-content .filter-options .filter-options-item {
    margin-bottom: 30px;
  }
  .block.filter .block-content .filter-options .filter-options-item .filter-options-title {
    font-size: 1.3rem;
  }
  .block.filter .block-content .filter-current .filter-current-subtitle {
    display: block;
    text-transform: uppercase;
    border-width: 0 0 3px;
    border-style: solid;
    font-size: 1.5rem;
    margin: 0 0 30px;
    padding: 10px 20px;
  }
  .block.filter .block-content .filter-current .items {
    padding: 0 20px;
  }
  .block.filter .block-content .block-actions.filter-actions {
    display: block;
    padding: 0 20px;
  }
  .block.filter .block-content .block-actions.filter-actions .action.clear {
    font-size: 12px;
  }
  .filter-active .block.filter .block-title strong {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 12;
    font-size: 0;
    padding: 0;
    width: 47px;
    height: 47px;
    line-height: 47px;
  }
  .filter-active .block.filter .block-title strong:before {
    content: '\e616';
    font-family: 'icons-blank-theme';
  }
  .filter-active .block.filter .block-title strong:before {
    font-size: 2.5rem;
  }
  .filter-active .block.filter .block-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar .block.block-collapsible-nav {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-bottom: 20px;
  }
  .sidebar .block.block-collapsible-nav .block-collapsible-nav-title {
    font-size: 1.4rem;
    height: 45px;
    line-height: 45px;
    border-width: 1px;
    border-style: solid;
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    outline: none;
    padding: 0 20px;
  }
  .sidebar .block.block-collapsible-nav .block-collapsible-nav-title:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .sidebar .block.block-collapsible-nav .block-collapsible-nav-title:after {
    position: static;
  }
  .sidebar .block.block-collapsible-nav .block-collapsible-nav-content {
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    background-color: white;
    padding: 20px;
    border-width: 0;
    max-height: 40vh;
    overflow-y: auto;
    z-index: 10;
  }
  .sidebar .block.block-collapsible-nav .block-collapsible-nav-content::-webkit-scrollbar {
    width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .sidebar .block.block-collapsible-nav .block-collapsible-nav-content::-webkit-scrollbar-thumb {
    background-color: #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .sidebar .block.block-collapsible-nav .block-collapsible-nav-content::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .sidebar .block.block-collapsible-nav .block-collapsible-nav-content .item:first-child {
    border-width: 0 0 1px;
  }
  .sidebar .block.block-collapsible-nav .block-collapsible-nav-content.active {
    top: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
  }
  .sidebar .sidebar-addition-products {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar .widget.block.block-recent-posts .block-content > .item .post-ftimg-hld {
    max-width: 100%;
  }
  .sidebar .widget.block.block-recent-posts .block-content > .item .post-item-content {
    flex: 0 0 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .block.filter .block-title {
    left: 15px;
  }
}
@media screen and (max-width: 359px) {
  .block.filter .block-content {
    max-width: 100%;
  }
}
/* rtl */
.rtl .swatch-option {
  float: right;
  margin-left: 15px;
  margin-left: 0;
}
.rtl .swatch-option.text {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .has-sidebar-filters-toggle.filter-active .sidebar-filters-toggle:before {
  left: auto;
  right: 320px;
}
.rtl .block.filter .block-content .filter-options .filter-options-item .filter-options-title:before {
  bottom: 0;
  left: auto;
  right: 0;
}
.rtl .block.filter .block-content .filter-options .filter-options-item .filter-options-title:after {
  right: auto;
  left: 0;
}
.rtl .block.filter .block-content .filter-options .filter-options-item .filter-options-content .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rtl .block.filter .block-content .filter-options .filter-options-item .filter-options-content .item a:before,
.rtl .block.filter .block-content .filter-options .filter-options-item .filter-options-content .item a:after {
  display: none;
}
.rtl .block.filter .block-content .filter-options .filter-options-item .filter-options-content .item a:before {
  display: block;
  margin-right: 0;
  margin-left: 5px;
}
.rtl .block.filter .filter-current .filter-current-subtitle:before {
  left: auto;
  right: 0;
}
.rtl .block.filter .filter-current .items .item .action.remove {
  right: auto;
  left: 0;
}
.rtl .block.block-tags .block-title:before {
  left: auto;
  right: 0;
}
.rtl .block.block-tags .list-product-tags li {
  margin-right: 0;
  margin-left: 10px;
  float: right;
}
.rtl .sidebar .products.wrapper .slick-slider .slick-prev,
.rtl .sidebar .products.wrapper .slick-slider [dir="rtl"] .slick-prev {
  right: auto;
  left: 10px;
}
.rtl .sidebar .products.wrapper .slick-slider .slick-next,
.rtl .sidebar .products.wrapper .slick-slider [dir="rtl"] .slick-next {
  right: auto;
  left: 35px;
}
.rtl .sidebar .blog-post .cms-title:before {
  left: auto;
  right: 0;
}
.rtl .sidebar .blog-post .post-holder .post-read-more:after {
  content: "\f0d9";
  padding-left: 0;
  padding-right: 5px;
}
.rtl .sidebar .widget.block .block-title:before {
  left: auto;
  right: 0;
}
.rtl .sidebar .widget.block .accordion li li a {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .sidebar .widget.block .accordion li li a:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rtl .sidebar .widget.block .accordion li li a:after {
  content: "\f0d9";
  font-family: Fontawesome;
  margin-left: 5px;
}
.rtl .sidebar .widget.block .accordion li li li a {
  padding-right: 30px;
}
.rtl .sidebar .widget.block.block-recent-posts .block-content > .item .post-item-content {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .sidebar .block.block-collapsible-nav .title:before {
  left: auto;
  right: 0;
}
.rtl .sidebar .block.block-collapsible-nav .content .items .item a:hover {
  padding-left: 0;
  padding-right: 10px;
}
/* responsive rtl */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .rtl .sidebar .widget.block.block-recent-posts .block-content > .item .post-item-content {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .rtl .block.filter .block-title {
    right: 15px;
    left: auto;
  }
  .rtl .block.filter .block-content {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .rtl .block.filter.active .block-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .rtl .block.filter.active .block-title strong {
    right: auto;
    left: 0;
  }
}
.magicslider-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.magicslider-caption .figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-slide .caption1 {
  font-size: 2.4rem;
  font-weight: 400;
}
.text-slide .caption2 {
  font-size: 9rem;
  font-weight: 200;
}
.text-slide .actions {
  margin-top: 30px;
}
.text-slide .action {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border-width: 0;
  line-height: 49px;
}
.text-slide .action:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.text-slide .action:hover:before {
  left: 0;
}
.text-slide .action:after {
  content: "\f107";
  font-family: funio;
  vertical-align: middle;
  margin-left: 10px;
}
.slide-showcase .slick-slide {
  position: relative;
}
.slide-showcase .slick-slide .text-slide {
  min-width: 300px;
}
.slide-showcase .slick-slide .text-slide [class*="caption"] {
  display: none;
}
.slide-showcase .slick-slide picture {
  position: relative;
  overflow: hidden;
}
.slide-showcase .slick-slide picture img {
  margin: 0 auto;
}
.slide-showcase .slick-slide.slick-active .text-slide [class*="caption"] {
  display: block;
}
.slide-showcase .slick-slide.slick-active .text-slide .caption1 {
  -webkit-animation: fadeInLeft 0.8s ease-in-out;
  animation: fadeInLeft 0.8s ease-in-out;
  animation-duration: 1s;
  display: inline-block;
}
.slide-showcase .slick-slide.slick-active .text-slide .caption2 {
  -webkit-animation: bounceInDown 0.8s ease-in-out;
  animation: bounceInDown 0.8s ease-in-out;
  animation-duration: 1.5s;
}
.slide-showcase .slick-slide.slick-active picture img {
  -webkit-animation: kenburns-bottom-out 2s ease-out reverse both;
  animation: kenburns-bottom-out 2s ease-out reverse both;
}
.slide-showcase .magicslider .slick-prev,
.slide-showcase .magicslider .slick-next {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slide-showcase .magicslider .slick-prev:before,
.slide-showcase .magicslider .slick-next:before {
  font-size: 1.5rem;
}
.slide-showcase .magicslider .slick-prev {
  left: 100px;
}
.slide-showcase .magicslider .slick-next {
  right: 100px;
}
.slide-showcase .slick-dots {
  text-align: initial;
  left: 0;
  right: 0;
  bottom: 55px;
  text-align: center;
}
.slide-showcase .slick-dots li button {
  opacity: .3;
}
.slide-showcase .slick-dots li:hover button,
.slide-showcase .slick-dots li.slick-active button {
  opacity: 1;
}
/* responsive */
@media screen and (min-width: 1921px) {
  .slide-showcase .slick-slide picture img {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .text-slide .caption2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .text-slide .caption1 {
    font-size: 1.4rem;
  }
  .text-slide .caption2 {
    font-size: 3rem;
  }
  .text-slide .actions {
    margin-top: 10px;
  }
  .slide-showcase .slick-dots {
    bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .text-slide .caption1 {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .text-slide .caption1 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .text-slide .caption2 {
    font-size: 2rem;
    margin: 0;
  }
  .text-slide .actions {
    margin-top: 15px;
  }
  .text-slide .action {
    height: 40px;
    line-height: 43px;
    padding: 0 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 319px) {
  .text-slide {
    display: none;
  }
}
/* rtl */
.modes .modes-label {
  display: none;
}
.modes .modes-mode {
  display: inline-block;
}
.modes .modes-mode:before {
  font-family: davici;
}
.modes .modes-mode span {
  display: none;
}
.modes .modes-mode .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.modes .modes-mode .icon:before,
.modes .modes-mode .icon:after {
  display: none;
}
.modes .modes-mode .icon .layer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
}
.modes .modes-mode .icon .layer:before,
.modes .modes-mode .icon .layer:after {
  display: none;
}
.modes .modes-mode .icon .layer span {
  width: 5px;
  height: 5px;
  display: inline-block;
}
.modes .modes-mode .icon .layer:first-child {
  top: 0;
}
.modes .modes-mode .icon .layer:nth-child(2) {
  top: 6px;
}
.modes .modes-mode .icon .layer:last-child {
  bottom: 0;
}
.modes .modes-mode:not(:last-child) {
  margin-right: 10px;
}
.modes .modes-mode.mode-grid .icon {
  width: 17px;
  height: 17px;
}
.modes .modes-mode.mode-list .icon {
  width: 25px;
  height: 17px;
}
.modes .modes-mode.mode-list .icon .layer {
  align-items: center;
}
.modes .modes-mode.mode-list .icon .layer span:last-child {
  width: 17px;
  height: 1px;
}
.limiter {
  padding-top: 0;
}
.limiter .limiter-options {
  margin: 0;
  height: 36px;
}
.limiter .limiter-text {
  display: none;
}
.sorter {
  padding-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.sorter:before,
.sorter:after {
  display: none;
}
.sorter .sorter-options {
  margin: 0;
  height: 36px;
}
.sidebar-filters-toggle {
  height: 36px;
  line-height: 34px;
}
.sidebar-filters-toggle:hover {
  text-decoration: none;
}
.sidebar-filters-toggle svg {
  display: none;
}
.sidebar-filters-toggle:before {
  content: "\f10f";
  font-family: funio;
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.sidebar-filters-toggle .title-filter-toggle {
  display: inline-block;
  vertical-align: middle;
}
.has-sidebar-filters-toggle.filter-active .sidebar-filters-toggle:before {
  left: 275px;
  top: 9px;
  font-size: 3rem;
  margin: 0;
  background-color: transparent;
  transition: all .3s ease;
}
.has-sidebar-filters-toggle.scroll-filter-content .sidebar-filters-toggle:before {
  opacity: 0;
  visibility: hidden;
}
.grid-view-mode .grid-mode {
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
}
.grid-view-mode .grid-mode .icon {
  display: block;
}
.grid-view-mode .grid-mode .icon #Layer_1 {
  display: inline-block;
  position: relative;
}
.grid-view-mode .grid-mode .icon .layer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
}
.grid-view-mode .grid-mode .icon .layer:before,
.grid-view-mode .grid-mode .icon .layer:after {
  display: none;
}
.grid-view-mode .grid-mode .icon .layer span {
  display: inline-block;
}
.grid-view-mode .grid-mode .icon .layer:first-child {
  top: 0;
}
.grid-view-mode .grid-mode .icon .layer:nth-child(2) {
  top: 6px;
}
.grid-view-mode .grid-mode .icon .layer:last-child {
  bottom: 0;
}
.grid-view-mode .grid-mode:last-child {
  margin-right: 0;
}
.grid-view-mode .grid-mode svg circle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toolbar-amount {
  padding-top: 0;
}
.pages {
  width: 100%;
}
.pages .pages-label {
  display: none;
}
.pages .items .item {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
}
.pages .items .item:not(:last-child) {
  margin-right: 10px;
}
.pages .items .item .page,
.pages .items .item .action {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
.pages .items .item .label {
  display: none;
}
.pages .items .item.pages-item-next .action:before {
  content: "\f105";
  font-family: Fontawesome;
}
.pages .items .item.pages-item-next span {
  display: none;
}
.pages .items .item.pages-item-previous .action:before {
  content: "\f104";
  font-family: Fontawesome;
}
.pages .items .item.pages-item-previous span {
  display: none;
}
.actions-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.actions-toolbar:before,
.actions-toolbar:after {
  display: none;
}
.actions-toolbar:before,
.actions-toolbar:after {
  display: none !important;
}
.actions-toolbar .primary .action {
  margin: 0 !important;
}
.actions-toolbar > *:not(:last-child) {
  margin-right: 15px;
}
.actions-toolbar .action.back {
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}
.actions-toolbar .action.back:before {
  content: "\f177";
  font-family: Fontawesome;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.actions-toolbar .action.back:hover:before {
  left: -5px;
}
.toolbar {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.toolbar:before,
.toolbar:after {
  display: none;
}
.toolbar:before,
.toolbar:after {
  display: none !important;
}
.toolbar .toolbar-amount {
  flex: 1;
  text-align: initial;
}
.toolbar .limiter {
  margin-right: 20px;
}
.toolbar .sorter {
  margin-right: 20px;
}
.toolbar .view-mode {
  margin-right: 20px;
  border-width: 1px;
  border-style: solid;
  padding: 8px 10px 2px;
}
.toolbar .view-mode .modes {
  display: inline-block;
  vertical-align: middle;
}
.toolbar .view-mode .grid-view-mode {
  display: inline-block;
  vertical-align: middle;
}
.toolbar.bottom .pager .pages {
  display: block;
}
.toolbar-bottom {
  text-align: center;
}
.toolbar-bottom .toolbar {
  padding: 0;
}
.toolbar-bottom .toolbar .modes,
.toolbar-bottom .toolbar .toolbar-amount,
.toolbar-bottom .toolbar .limiter,
.toolbar-bottom .toolbar .sorter,
.toolbar-bottom .toolbar .grid-view-mode,
.toolbar-bottom .toolbar .view-mode {
  display: none;
}
.toolbar-bottom .toolbar .sidebar-filters-toggle {
  display: none !important;
}
.toolbar-bottom .toolbar .pages {
  display: block;
}
.pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pager:before,
.pager:after {
  display: none;
}
.pager .toolbar-amount {
  padding-top: 0 !important;
  flex: unset;
}
.pager .limiter {
  margin-right: 0;
}
.pager .pages {
  display: none;
  position: static !important;
}
.wishlist-toolbar:last-child .pager .toolbar-amount,
.wishlist-toolbar:last-child .pager .limiter {
  display: none;
}
.wishlist-toolbar:last-child .pager .pages {
  display: block;
}
.account .toolbar.bottom {
  margin-bottom: 0;
}
.account .toolbar.bottom .pager .pages {
  order: 3;
}
.account .actions-toolbar {
  justify-content: center;
}
/* responsive */
@media screen and (max-width: 1199px) {
  body.page-layout-2columns-left .toolbar .toolbar-amount,
  body.page-layout-2column-right .toolbar .toolbar-amount,
  body.page-layout-2columns-left-full-width .toolbar .toolbar-amount,
  body.page-layout-2column-right-full-width .toolbar .toolbar-amount {
    display: none;
  }
  body.page-layout-2columns-left .toolbar .grid-view-mode .grid-mode.grid-4,
  body.page-layout-2column-right .toolbar .grid-view-mode .grid-mode.grid-4,
  body.page-layout-2columns-left-full-width .toolbar .grid-view-mode .grid-mode.grid-4,
  body.page-layout-2column-right-full-width .toolbar .grid-view-mode .grid-mode.grid-4 {
    display: none;
  }
  .toolbar .grid-view-mode .grid-mode.grid-5 {
    display: none;
  }
  body.page-layout-1column.page-with-filter .block.filter .block-content,
  body.page-layout-1column-full-width.page-with-filter .block.filter .block-content {
    padding: 0;
    max-width: 300px;
  }
  body.page-layout-1column.page-with-filter .block.filter .block-content .filter-subtitle,
  body.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-subtitle {
    border-width: 0 0 3px;
    font-size: 1.5rem;
  }
  body.page-layout-1column.page-with-filter .block.filter .block-content .filter-options,
  body.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options {
    padding: 0 20px;
    scrollbar-width: thin;
  }
  body.page-layout-1column.page-with-filter .block.filter .block-content .filter-options::-webkit-scrollbar,
  body.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options::-webkit-scrollbar {
    width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  body.page-layout-1column.page-with-filter .block.filter .block-content .filter-options::-webkit-scrollbar-thumb,
  body.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options::-webkit-scrollbar-thumb {
    background-color: #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  body.page-layout-1column.page-with-filter .block.filter .block-content .filter-options::-webkit-scrollbar-track,
  body.page-layout-1column-full-width.page-with-filter .block.filter .block-content .filter-options::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 991px) {
  .toolbar {
    justify-content: space-between;
  }
  .toolbar .toolbar-amount {
    display: none;
  }
  .toolbar .grid-view-mode .grid-mode.grid-4 {
    display: none;
  }
  .grid-view-mode {
    display: none;
  }
  .has-sidebar-filters-toggle.filter-active .sidebar-filters-toggle:before {
    left: 253px;
    top: 5px;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .toolbar-amount {
    display: none;
  }
  .limiter {
    display: none;
  }
  .toolbar {
    justify-content: space-between;
  }
  .toolbar .sidebar-filters-toggle {
    margin-right: 0;
  }
  .toolbar .view-mode {
    margin-left: 0;
    order: 3;
    margin-right: 0;
  }
  .toolbar .sorter {
    margin-right: 0;
  }
  .toolbar .grid-view-mode .grid-mode.grid-3 {
    display: none;
  }
  .wishlist-toolbar .pager .limiter,
  .products-reviews-toolbar .pager .limiter {
    margin-bottom: 0;
  }
  .wishlist-toolbar .pager .toolbar-amount,
  .products-reviews-toolbar .pager .toolbar-amount {
    display: block;
    margin-bottom: 0;
  }
  .form-wishlist-items .actions-toolbar > * {
    width: 100%;
  }
  .form-wishlist-items .actions-toolbar > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .wishlist-toolbar {
    margin-bottom: 0;
  }
  .wishlist-toolbar .pager .toolbar-amount {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .toolbar {
    font-size: 1.4rem;
  }
  .toolbar > * {
    margin: 0 5px 10px;
  }
}
@media screen and (max-width: 479px) {
  .limiter {
    display: none;
  }
  .toolbar {
    font-size: 1.4rem;
    padding: 0;
  }
  .toolbar .sorter .sorter-options {
    text-transform: capitalize;
  }
  .toolbar .sidebar-filters-toggle {
    margin-left: 0;
  }
  .actions-toolbar .primary .action {
    width: 100%;
  }
  .actions-toolbar .primary .action:not(:last-child) {
    margin-bottom: 10px !important;
  }
  .products-reviews-toolbar .pager {
    justify-content: center;
  }
}
@media screen and (max-width: 359px) {
  .has-sidebar-filters-toggle.filter-active .sidebar-filters-toggle:before {
    left: calc(100% - 42px);
    top: 8px;
  }
  .sorter-action:before {
    font-size: 2rem;
  }
  .toolbar {
    padding: 5px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 319px) {
  .toolbar {
    font-size: 1.1rem;
  }
  .toolbar .modes {
    width: auto;
    margin-top: 0;
  }
  .toolbar .sorter-action:before {
    font-size: 1.7rem;
  }
  .toolbar .sidebar-filters-toggle {
    line-height: 34px;
  }
  .toolbar .sidebar-filters-toggle .filter-toggle {
    width: 30px;
  }
  .toolbar .sorter .sorter-options {
    padding-left: 5px;
  }
  .pages .items .item .page,
  .pages .items .item .action {
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
  .actions-toolbar > * {
    width: 100%;
  }
  .actions-toolbar > *:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
/* rtl */
.rtl .pages .items .item:not(:last-child) {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .pages .items .item.pages-item-next .action:before {
  content: "\f104";
}
.rtl .pages .items .item.pages-item-previous .action:before {
  content: "\f105";
}
.rtl .modes .modes-mode:not(:last-child) {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .toolbar .limiter,
.rtl .toolbar .sorter,
.rtl .toolbar .sidebar-filters-toggle,
.rtl .toolbar .grid-view-mode {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .actions-toolbar > *:not(:last-child) {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .actions-toolbar .action.back {
  text-decoration: none;
}
.rtl .actions-toolbar .action.back:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rtl .actions-toolbar .action.back:after {
  content: "\f178";
  font-family: Fontawesome;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rtl .actions-toolbar .action.back:hover:after {
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .rtl .toolbar .sorter,
  .rtl .toolbar .limiter,
  .rtl .toolbar .sidebar-filters-toggle,
  .rtl .toolbar .grid-view-mode {
    margin-left: 0;
  }
}
@media screen and (max-width: 359px) {
  .rtl .has-sidebar-filters-toggle.filter-active .sidebar-filters-toggle:before {
    right: calc(100% - 42px);
  }
}
@media screen and (max-width: 319px) {
  .rtl .actions-toolbar > * {
    width: 100%;
  }
  .rtl .actions-toolbar > *:not(:last-child) {
    margin-left: 0;
  }
}
body._has-modal,
body.open-quickview {
  height: auto;
}
.modal-popup .modal-header {
  padding: 0;
  border-bottom: 0;
}
.modal-popup .modal-header .action-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 3rem;
  font-weight: 400;
  padding: 0;
  z-index: 4;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
.modal-popup .modal-header .action-close:before,
.modal-popup .modal-header .action-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  top: 50%;
  left: calc(50% - 6px);
  margin-top: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-popup .modal-header .action-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-popup .modal-header .action-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-popup .modal-header .action-close span {
  display: none;
}
.modal-popup .modal-header .action-close:hover:before,
.modal-popup .modal-header .action-close:hover:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.modal-popup.popup-authentication {
  overflow-y: auto;
  pointer-events: unset;
}
.modal-popup.popup-authentication .modal-header .action-close {
  top: 35px;
}
.modal-popup.popup-authentication .modal-content {
  border: 0;
  padding: 0;
  overflow-y: visible;
  padding: 60px 30px 30px;
  border-width: 1px;
  border-style: solid;
}
.modal-popup.popup-authentication .modal-content .block[class] {
  padding: 0;
}
.modal-popup.popup-authentication .modal-content .block-title {
  margin-bottom: 40px;
  padding: 0 30px 15px;
  position: absolute;
  text-align: center;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modal-popup.popup-authentication .modal-content .block-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 200px;
}
.modal-popup.popup-authentication .modal-content .block-title #block-customer-login-heading {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.modal-popup.popup-authentication .modal-content .block-content .fieldset .field {
  margin-bottom: 15px;
}
.modal-popup.popup-authentication .modal-content .block-content .fieldset .field .control {
  position: relative;
}
.modal-popup.popup-authentication .modal-content .block-content .fieldset .field .control:before {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 1.8rem;
}
.modal-popup.popup-authentication .modal-content .block-content .actions-toolbar .primary .action {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  outline: none;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
}
.modal-popup.popup-authentication .modal-content .block-content .actions-toolbar .secondary {
  margin-bottom: 20px;
  margin-right: 0;
}
.modal-popup.popup-authentication .modal-content .block-content .actions-toolbar .secondary .action {
  text-decoration: underline;
  font-weight: 500;
}
.modal-popup.popup-authentication .modal-content .block-content .actions-toolbar > * {
  margin-bottom: 10px;
  width: 100%;
}
.modal-popup.popup-authentication .block-authentication {
  border-top: 0;
}
.modal-popup.popup-authentication._show .modal-inner-wrap {
  max-width: 510px;
  min-width: 510px;
  padding: 50px 30px 30px;
  overflow: visible;
  min-height: 460px;
  margin-top: 15vh;
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup.popup-newsletter {
  overflow-y: auto;
}
.modal-popup.popup-newsletter .modal-inner-wrap {
  max-width: calc(100% - 30px);
  overflow: visible;
  margin-top: 20vh;
}
.modal-popup.popup-newsletter .modal-content {
  padding: 0;
  scrollbar-width: thin;
}
.modal-popup.popup-newsletter .modal-content::-webkit-scrollbar {
  width: 0;
}
.modal-popup.popup-newsletter .newsletter--popup {
  text-align: center;
}
.modal-popup.popup-newsletter .newsletter--popup .popup__heading .title {
  font-size: 3.4rem;
}
.modal-popup.popup-newsletter .newsletter--popup .popup__heading .text {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.modal-popup.popup-newsletter .newsletter--popup .subcribe-box {
  position: relative;
}
.modal-popup.popup-newsletter .newsletter--popup .subcribe-box .control {
  margin-bottom: 25px;
}
.modal-popup.popup-newsletter .newsletter--popup .subcribe-box .control .input-text {
  height: 55px;
  line-height: 53px;
}
.modal-popup.popup-newsletter .newsletter--popup .subcribe-box .control:before {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 1.8rem;
}
.modal-popup.popup-newsletter .newsletter--popup .subcribe-box .actions {
  margin-bottom: 25px;
}
.modal-popup.popup-newsletter .newsletter--popup .subcribe-box .actions .action {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  font-size: 1.2rem;
  height: 55px;
  line-height: 53px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
}
.modal-popup.popup-newsletter .newsletter--popup .subscribe-bottom {
  text-align: right;
}
.modal-popup.popup-newsletter .newsletter--popup .subscribe-bottom > * {
  vertical-align: initial;
}
.modal-popup.popup-newsletter .newsletter--popup .subscribe-bottom label {
  margin-bottom: 0;
}
.modal-popup.popup-newsletter .newsletter--popup .popup__content {
  flex: 1;
  padding: 25px;
}
.modal-popup.modals-quickview {
  overflow: visible;
}
.modal-popup.modals-quickview .product-view .product.media {
  display: block;
  align-items: stretch;
  flex: none;
  max-width: none;
}
.modal-popup.modals-quickview .product-info-main {
  scrollbar-width: none;
}
.modal-popup.modals-quickview .product-info-main::-webkit-scrollbar {
  width: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-quickview .product-info-main::-webkit-scrollbar-thumb {
  background-color: #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-quickview .product-info-main::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-quickview .product-info-main .delivery-return,
.modal-popup.modals-quickview .product-info-main .service-customers,
.modal-popup.modals-quickview .product-info-main .alo-social-links,
.modal-popup.modals-quickview .product-info-main .block-tags {
  display: none;
}
.modal-popup.modals-quickview .product-info-main .view-full-page-details a {
  display: inline-block;
  text-decoration: none;
}
.modal-popup.modals-quickview .product-info-main .view-full-page-details a:after {
  content: "\f178";
  font-family: Fontawesome;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}
.modal-popup.modals-quickview .product-info-main .view-full-page-details a:hover:after {
  margin-left: 10px;
}
.modal-popup.modals-quickview .product-info-main .product-shop-content {
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15px;
  width: auto;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.modal-popup.modals-quickview .product-info-main .product-shop-content::-webkit-scrollbar {
  width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-quickview .product-info-main .product-shop-content::-webkit-scrollbar-thumb {
  background-color: #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-quickview .product-info-main .product-shop-content::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-quickview .page-title-wrapper.product .page-title {
  font-size: 2rem;
}
.modal-popup.modals-quickview .modal-inner-wrap {
  overflow: visible;
  width: auto;
  max-width: 980px;
  max-height: none;
  overflow-y: visible;
  top: initial;
  transform: none;
  vertical-align: middle;
  margin: 5rem auto;
}
.modal-popup.modals-quickview .modal-inner-wrap .modal-content {
  overflow-y: auto;
  padding: 0;
  scrollbar-width: none;
  border-width: 0;
}
.modal-popup.modals-quickview .modal-inner-wrap .modal-content::-webkit-scrollbar {
  width: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-quickview .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
  background-color: #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-quickview .modal-inner-wrap .modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-quickview .modal-inner-wrap .modal-content .column.main {
  padding-bottom: 0;
  width: 100%;
}
.modal-popup.modals-quickview .page-main {
  padding: 0;
}
.modal-popup.modals-quickview .column.main {
  position: relative;
}
.modal-popup.modals-quickview .bundle-options-container {
  margin-bottom: 0;
}
.modal-popup.modals-quickview .bundle-options-container .product-add-form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
  padding: 10px;
  scrollbar-width: thin;
  margin-bottom: 0;
}
.modal-popup.modals-quickview .bundle-options-container .product-add-form::-webkit-scrollbar {
  width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-quickview .bundle-options-container .product-add-form::-webkit-scrollbar-thumb {
  background-color: #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-quickview .bundle-options-container .product-add-form::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-quickview .swatch-attribute .swatch-attribute-options {
  padding: 0 5px;
}
.modal-popup.modals-quickview .view-full-page-details {
  margin-top: 10px;
}
.modal-popup.modals-quickview .loading-mask {
  display: none;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap {
  overflow: visible;
  max-width: 350px;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 15vh;
  -webkit-transform: translate(400px, 0);
  -ms-transform: translate(400px, 0);
  -o-transform: translate(400px, 0);
  transform: translate(400px, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-header .action-close {
  top: 5px;
  right: 5px;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content {
  padding: 0;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block {
  margin-bottom: 0;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .header {
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 2rem;
  display: none;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  align-items: center;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main:before,
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main:after {
  display: none;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main .product-image {
  width: 100px;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main .ajax-product-details {
  flex: 1;
  padding-left: 20px;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main .ajax-product-details .ajax-cart-product-name {
  max-width: calc(100% - 30px);
  font-weight: 600;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main .actions {
  text-align: right;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main .actions .btn-viewcart .viewcart {
  border: 0;
  height: initial;
  padding: 0;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main .actions .btn-viewcart .viewcart:hover {
  text-decoration: none;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main .actions .btn-continue .continue {
  border: 0;
  height: initial;
  padding: 0;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-decoration: underline;
}
.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main .actions .btn-continue .continue:hover {
  text-decoration: none;
}
.modal-popup.modals-ajaxcart._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap {
  overflow: visible;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content {
  border: 0;
  overflow-y: auto;
  max-height: 385px;
  scrollbar-width: none;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content::-webkit-scrollbar {
  width: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
  background-color: #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content .form-login .fieldset .field {
  margin-bottom: 15px;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content .form-login .fieldset .field.note {
  font-size: 1.8rem;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content .form-login .fieldset .field .control {
  position: relative;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content .form-login .actions-toolbar > .primary .action {
  width: 100%;
  font-size: 1.2rem;
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content .form-login .actions-toolbar > .primary .action:not(:last-child) {
  margin-bottom: 10px !important;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content .form-login .actions-toolbar .secondary {
  margin-bottom: 20px;
  margin-right: 0;
  text-align: center;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content .form-login .actions-toolbar .secondary .action {
  text-decoration: underline;
  font-weight: 500;
}
.modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap .modal-content .form-login .actions-toolbar > * {
  margin-right: 0;
  width: 100%;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap {
  overflow: visible;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .modal-content {
  border: 0;
  overflow-y: auto;
  scrollbar-width: none;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .modal-content::-webkit-scrollbar {
  width: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .modal-content::-webkit-scrollbar-thumb {
  background-color: #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .modal-content .mgp-message-successs {
  font-weight: 400;
}
.modal-popup.modal-popup_ajaxwishlist_magepow .modal-inner-wrap .modal-content .action.primary {
  padding: 0 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.modal-popup.modal-popup_ajaxcompare_magepow {
  -webkit-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-header .action-close {
  top: 0;
  right: 0;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap {
  overflow: visible;
  padding: 10px;
  max-width: 320px;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 20vh;
  top: 0;
  -webkit-transform: translate(400px, 0);
  -ms-transform: translate(400px, 0);
  -o-transform: translate(400px, 0);
  transform: translate(400px, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .modal-content {
  border: 0;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border:before,
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border:after {
  display: none;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border .ajax-compare-image {
  width: 100px;
  font-size: 1.4rem;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border .ajax-compare-detail {
  flex: 1;
  text-align: initial;
  padding: 0 20px;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border .ajax-compare-detail .product-name {
  margin-top: 0;
  font-size: 1.4rem;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border .ajax-compare-detail .mgp-message-successs {
  font-size: 1.4rem;
  font-weight: 400;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border .ajax-compare-detail .ajaxcompare-buttons .action {
  border: 0;
  height: initial;
  line-height: normal;
  text-decoration: underline;
  width: auto;
  padding: 0;
  font-weight: 400;
  margin: 0;
}
.modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border .ajax-compare-detail .ajaxcompare-buttons .action:hover {
  text-decoration: none;
}
.modal-popup.modal-popup_ajaxcompare_magepow._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-popup.modals-gdpr-popup .modal-content {
  scroll-width: thin;
  padding: 50px;
}
.modal-popup.modals-gdpr-popup .modal-content::-webkit-scrollbar {
  width: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-gdpr-popup .modal-content::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-gdpr-popup .modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup.modals-gdpr-popup .modal-content h2 {
  margin-bottom: 20px;
}
.modal-popup.modals-gdpr-popup .modal-content table tr td {
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
.modal-popup.confirm .modal-header {
  display: block;
  padding: 20px 30px 0;
}
.modal-popup.confirm .modal-header .modal-title {
  padding: 0;
  display: inline-block;
  line-height: 1;
}
.modal-popup.confirm .modal-content {
  padding: 20px 30px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
.modal-popup.confirm .modal-footer {
  padding: 10px;
  border-width: 0;
}
.modal-popup.confirm .modal-footer button {
  font-weight: 400;
}
.modal-slide.alo-video {
  left: 0;
}
.modal-slide.alo-video .modal-header {
  padding: 0;
  border-width: 0;
}
.modal-slide.alo-video .modal-header .action-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 3rem;
  font-weight: 400;
  padding: 0;
  z-index: 4;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  font-size: 0;
  background-color: white;
  border-color: #e5e5e5;
  z-index: 2;
}
.modal-slide.alo-video .modal-header .action-close:before,
.modal-slide.alo-video .modal-header .action-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  top: 50%;
  left: calc(50% - 6px);
  margin-top: -1px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: black;
}
.modal-slide.alo-video .modal-header .action-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-slide.alo-video .modal-header .action-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-slide.alo-video .modal-header .action-close:hover:before,
.modal-slide.alo-video .modal-header .action-close:hover:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  background-color: #e5e5e5;
}
.modal-slide.alo-video .modal-header .page-main-actions {
  display: none;
}
.modal-slide.alo-video .modal-content {
  height: 100vh;
  padding: 0;
  border-width: 0;
  position: relative;
  z-index: 1;
}
.modal-slide.alo-video .modal-content .product-video {
  height: calc(100% - 50px);
  top: auto;
}
.notify-slider-wrapper {
  z-index: 10;
}
.notify-slider-wrapper .x-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  right: 0;
  top: 0;
  cursor: pointer;
}
.notify-slider-wrapper .x-close:before {
  font-size: 3rem;
}
.notify-slider-wrapper .products.wrapper.grid .product-item {
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:before,
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info:after {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container {
  margin-bottom: 0;
  width: 120px;
  max-width: 120px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details {
  width: auto;
  flex: 1;
  max-width: calc(100% - 120px);
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .someone-purchased {
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.3rem;
  padding: 0;
  margin-bottom: 0;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name .product-item-link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 180px;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-actions {
  display: none;
}
.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-hover:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.message.global.cookie.magepow-gdpr-cookie-notice {
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.message.global.cookie.magepow-gdpr-cookie-notice .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.message.global.cookie.magepow-gdpr-cookie-notice .content:before,
.message.global.cookie.magepow-gdpr-cookie-notice .content:after {
  display: none;
}
.message.global.cookie.magepow-gdpr-cookie-notice .content .info {
  margin-right: 10px;
}
.message.global.cookie.magepow-gdpr-cookie-notice .content .info a {
  display: inline-block;
}
.message.global.cookie.magepow-gdpr-cookie-notice .content .actions {
  margin-top: 0;
}
.message.global.cookie.magepow-gdpr-cookie-notice .content .actions .btn-cookie {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  font-size: 1.3rem;
  height: 38px;
  line-height: 36px;
  padding: 0 15px;
}
.cookie-hidden-bottom .message.global.cookie.magepow-gdpr-cookie-notice {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.stickyCart {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.stickyCart .stickyChild {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.stickyCart .stickyChild:before,
.stickyCart .stickyChild:after {
  display: none;
}
.stickyCart .stickyChild .contentHide {
  margin-right: 20px;
}
.stickyCart .stickyChild .contentHide:last-child {
  margin-right: 0;
}
.stickyCart .stickyChild .stickyProductName {
  margin-left: 10px;
}
.stickyCart .stickyChild .quantity {
  width: 77px;
  border-width: 1px;
  border-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stickyCart .stickyChild .quantity:before,
.stickyCart .stickyChild .quantity:after {
  display: none;
}
.stickyCart .stickyChild .quantity input {
  width: 40px;
  border-width: 0 1px 0 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.stickyCart .stickyChild .quantity .btn-plus {
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.stickyCart .stickyChild .quantity .btn-plus:before,
.stickyCart .stickyChild .quantity .btn-plus:after {
  display: none;
}
.stickyCart .stickyChild .quantity .btn-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  display: block;
}
.stickyCart .stickyChild .quantity .btn-plus .items {
  font-size: 1rem;
  height: 25px;
  line-height: normal;
  border: 0;
  outline: none;
}
.stickyCart .stickyChild .quantity .btn-plus .items:before {
  font-family: Fontawesome;
}
.stickyCart .stickyChild .quantity .btn-plus .items:first-child {
  border-width: 0 0 1px;
  border-style: solid;
}
.stickyCart .stickyChild .quantity .btn-plus .items.reduced:before {
  content: "\f068";
}
.stickyCart .stickyChild .quantity .btn-plus .items.increase:before {
  content: "\f067";
}
.stickyCart .stickyChild .quantity .btn-plus .items i {
  display: none;
}
.stickyCart .stickyChild #parentQtySticky {
  height: auto;
  padding: 0;
}
.stickyCart .stickyChild .clSticky {
  padding: 0;
}
.stickyCart .stickyChild .clSticky .imgBorder {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 60px;
  height: 60px;
}
.stickyCart .stickyChild .clSticky .imgBorder .borderImg {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 52px;
  height: 52px;
}
.stickyCart .stickyChild .clSticky #btnSticky {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  font-size: 1.3rem;
  height: 52px;
  line-height: 50px;
  margin-left: 5px;
}
.stickyCart .stickyChild .sticky-cart-primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.stickyCart .stickyChild .sticky-cart-primary:before,
.stickyCart .stickyChild .sticky-cart-primary:after {
  display: none;
}
.stickyCart .stickyChild .sticky-cart-secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.stickyCart .stickyChild .sticky-cart-secondary:before,
.stickyCart .stickyChild .sticky-cart-secondary:after {
  display: none;
}
.stickyCart.sticky_show_atc {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.show-add-cart-bottom .message.global.cookie.magepow-gdpr-cookie-notice {
  display: none !important;
}
.modal-custom.authentication-dropdown {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  z-index: 20 !important;
}
.modal-custom.authentication-dropdown .modal-inner-wrap {
  width: 500px;
  margin: 15vh auto auto;
  position: relative;
  padding: 0;
}
.modal-custom.authentication-dropdown .modal-header {
  border-bottom: 0;
  padding: 0;
}
.modal-custom.authentication-dropdown .modal-header .action-close {
  font-size: 3rem;
  width: 30px;
  height: 30px;
  line-height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  padding: 0;
  z-index: 1;
  text-align: center;
}
.modal-custom.authentication-dropdown .modal-header .action-close:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
}
.modal-custom.authentication-dropdown .modal-header .action-close span {
  display: none;
}
.modal-custom.authentication-dropdown .modal-content {
  border: 0;
}
.modal-custom.authentication-dropdown .modal-content .block-title {
  font-size: 2rem;
  padding: 10px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.modal-custom.authentication-dropdown .modal-content .block-content {
  padding: 10px 20px;
}
.modal-custom.authentication-dropdown .modal-content .block-content .fieldset .field {
  margin-bottom: 15px;
}
.modal-custom.authentication-dropdown .modal-content .block-content .fieldset .field .control {
  position: relative;
}
.modal-custom.authentication-dropdown .modal-content .block-content .actions-toolbar .primary .action {
  width: 100%;
  font-size: 1.2rem;
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
}
.modal-custom.authentication-dropdown .modal-content .block-content .actions-toolbar .secondary {
  margin-bottom: 20px;
  margin-right: 0;
  padding-top: 0;
  text-align: initial;
}
.modal-custom.authentication-dropdown .modal-content .block-content .actions-toolbar .secondary .action {
  text-decoration: underline;
  font-weight: 500;
  border: 0;
  padding: 0;
  text-transform: initial;
  font-size: 1.4rem;
}
.modal-custom.authentication-dropdown .modal-content .block-content .actions-toolbar > * {
  width: 100%;
}
.modal-custom.authentication-dropdown .block-customer-login {
  padding: 10px 0 20px;
}
.modal-custom.authentication-dropdown .block-customer-login .block-title {
  text-align: center;
  font-size: 2.4rem;
  padding: 0 60px 10px;
  position: relative;
}
.modal-custom.authentication-dropdown .block-customer-login .block-title #block-customer-login-heading {
  font-weight: 500;
}
.modal-custom.authentication-dropdown .block-customer-login .block-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  max-width: 210px;
  width: 100%;
}
.modal-custom.authentication-dropdown .block-customer-login .block-content {
  padding: 0 60px;
}
._has-modal-custom .modal-custom-overlay {
  z-index: 10 !important;
}
.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-header {
  display: block;
  text-align: center;
  padding: 10px;
}
.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-header .modal-title {
  border-bottom: 0;
  font-weight: 500;
}
.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-content {
  padding-top: 20px;
  margin-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 0;
}
.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-content .fieldset .field {
  margin-bottom: 30px;
}
.checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-footer .action {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
}
/* responsive */
@media screen and (max-width: 1439px) {
  .modal-popup.modals-quickview .modal-inner-wrap {
    max-width: 850px;
  }
}
@media screen and (max-width: 1199px) {
  .message.global.cookie.magepow-gdpr-cookie-notice {
    display: none !important;
  }
  .toolbar-mobile-true .notify-slider-wrapper {
    bottom: 55px;
  }
  .stickyCart {
    bottom: 42px;
  }
  .stickyCart .stickyChild .contentHide:nth-child(3) {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .modal-popup.modals-quickview .modal-inner-wrap {
    width: calc(100% - 40px);
    max-width: 600px;
  }
  .modal-popup.modals-quickview .modal-inner-wrap .modal-content {
    overflow-y: auto;
  }
  .modal-popup.modals-quickview .product-view > .row {
    margin: 0;
  }
  .modal-popup.modals-quickview .product-info-main {
    overflow: hidden;
    height: auto !important;
  }
  .modal-popup.modals-quickview .product-info-main .product-shop-content {
    position: static;
    padding: 0;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
  .modal-popup.modals-quickview .product-info-main .product-shop-content .table-wrapper {
    overflow-x: hidden;
  }
  .modal-popup.modals-ajaxcart._show .modal-inner-wrap {
    min-height: auto;
    height: auto;
  }
  .modal-popup.modal-popup_ajaxcompare_magepow._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .modal-popup.popup-newsletter {
    left: 0;
  }
  .modal-popup.popup-newsletter .modal-inner-wrap {
    height: auto;
    margin: 15vh auto;
    overflow: visible;
  }
  .modal-popup.popup-newsletter .cms-newsletter .cms-img {
    display: none;
  }
  .modal-popup.modals-quickview {
    left: 0;
  }
  .modal-popup.modals-quickview .modal-inner-wrap {
    height: auto;
  }
  .modal-popup.modal-popup_ajaxcompare_magepow._inner-scroll._show .modal-inner-wrap {
    top: 30%;
  }
  .modal-popup.modals-ajaxcart._show .modal-inner-wrap {
    min-height: auto;
  }
  .modal-popup.modal-slide.popup-authentication {
    left: 0;
  }
  .modal-popup.modal-slide.popup-authentication._show .modal-inner-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .stickyCart {
    height: auto;
  }
  .stickyCart .stickyChild {
    justify-content: center;
    height: auto;
    padding: 8px 0;
  }
  .modal-custom.authentication-dropdown .modal-inner-wrap {
    min-height: auto;
    overflow: visible;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-header .modal-title {
    font-size: 2rem;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-header .action-close {
    top: 0;
    right: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  .modal-custom.authentication-dropdown .modal-inner-wrap {
    width: calc(100% - 30px);
  }
  .modal-custom.authentication-dropdown .block-customer-login .block-title {
    padding: 0 20px 10px;
  }
  .modal-custom.authentication-dropdown .block-customer-login .block-content {
    padding: 0 20px;
  }
  .modal-popup.modal-slide.popup-authentication._show .modal-inner-wrap {
    max-width: calc(100% - 30px);
    min-width: initial;
  }
}
@media screen and (max-width: 479px) {
  .modal-popup.popup-newsletter .cms-newsletter .cms-content {
    padding: 20px 30px;
  }
  .modal-popup.modals-ajaxcart {
    left: 0;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main .product-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main .ajax-product-details {
    padding: 0;
    text-align: center;
  }
  .modal-popup.modals-ajaxcart .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main .actions {
    text-align: center;
  }
  .modal-popup.customer-popup-ajaxwishlist .modal-inner-wrap {
    width: calc(100% - 40px);
    padding: 15px;
  }
  .modal-popup.modal-slide.popup-authentication .modal-header .action-close {
    top: 15px;
    right: 0;
  }
  .modal-popup.modal-slide.popup-authentication._show .modal-inner-wrap {
    padding: 50px 15px 30px;
  }
  .modal-popup.modal-slide.popup-authentication._show .modal-inner-wrap .modal-content {
    padding: 60px 15px 30px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.popup-authentication) .modal-footer {
    padding: 15px;
  }
}
@media screen and (max-width: 360px) {
  .notify-slider-wrapper {
    width: 300px;
    left: 10px;
  }
  .notify-slider-wrapper .notify-slider .slider > .item {
    width: 300px;
    height: 100px;
  }
  .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container {
    width: 100px;
  }
}
@media screen and (max-width: 359px) {
  .modal-popup.popup-newsletter .cms-newsletter .cms-title .title {
    font-size: 2rem;
  }
  .modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border .ajax-compare-image {
    width: 80px;
  }
  .modal-popup.modal-popup_ajaxcompare_magepow._inner-scroll._show .modal-inner-wrap {
    width: calc(100% - 30px);
  }
  .custom-slide._show {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal-popup.popup-newsletter .newsletter--popup .popup__images {
    width: 40%;
  }
  .modal-popup.popup-newsletter .newsletter--popup .subscribe-bottom {
    text-align: initial;
  }
}
@media screen and (max-width: 639px) {
  .modal-popup.popup-newsletter .newsletter--popup .popup__images {
    display: none;
  }
  .modal-popup.popup-newsletter .newsletter--popup .subcribe-box .control {
    margin-bottom: 10px;
  }
  .modal-popup.popup-newsletter .newsletter--popup .subcribe-box .actions .action {
    position: static;
    width: 100%;
    height: 44px;
    line-height: 44px;
  }
}
@media screen and (max-width: 479px) {
  .modal-popup.popup-newsletter .newsletter--popup .popup__heading .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 319px) {
  .modal-popup.popup-newsletter .cms-newsletter .cms-content {
    padding: 20px;
  }
  .modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border .ajax-compare-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border .ajax-compare-detail {
    text-align: center;
  }
  .modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap .mgp-compare-popup-border .ajax-compare-detail .ajaxcompare-buttons .action {
    margin: 0 auto;
  }
  .modal-popup.popup-authentication .modal-content .block-content .actions-toolbar .primary .action {
    padding: 0 10px;
  }
  .notify-slider-wrapper {
    display: none !important;
  }
  .message.global.cookie.magepow-gdpr-cookie-notice .content .info {
    font-size: 1.2rem;
  }
}
/* rtl */
.rtl .modal-popup .modal-header .action-close {
  right: auto;
  left: 15px;
}
.rtl .modal-popup.popup-authentication .modal-content .block-content .fieldset .field .control input {
  padding-left: 15px;
  padding-right: 40px;
}
.rtl .modal-popup.popup-authentication .modal-content .block-content .fieldset .field .control:before {
  left: auto;
  right: 15px;
}
.rtl .modal-popup.popup-authentication .modal-content .block-content .actions-toolbar .secondary {
  margin-left: 0;
}
.rtl .modal-popup.popup-newsletter .cms-newsletter .subcribe-box .control .input-text {
  padding-left: 15px;
  padding-right: 40px;
}
.rtl .modal-popup.popup-newsletter .cms-newsletter .subcribe-box .control:before {
  left: auto;
  right: 15px;
}
.rtl .modal-popup.modals-ajaxcart .modal-inner-wrap {
  margin-left: 20px;
  margin-right: auto;
  -webkit-transform: translate(-400px, 0);
  -ms-transform: translate(-400px, 0);
  -o-transform: translate(-400px, 0);
  transform: translate(-400px, 0);
}
.rtl .modal-popup.modals-ajaxcart._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rtl .modal-popup.modals-ajaxcart._show .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main .actions {
  text-align: left;
}
.rtl .modal-popup.customer-popup-ajaxwishlist .modal-content .block-content .fieldset .field .control input {
  padding-left: 15px;
  padding-right: 40px;
}
.rtl .modal-popup.customer-popup-ajaxwishlist .modal-content .block-content .fieldset .field .control:before {
  left: auto;
  right: 15px;
}
.rtl .modal-popup.modal-popup_ajaxcompare_magepow .modal-header .action-close {
  left: 0;
}
.rtl .modal-popup.modal-popup_ajaxcompare_magepow .modal-inner-wrap {
  margin-left: 20px;
  margin-right: auto;
  -webkit-transform: translate(-400px, 0);
  -ms-transform: translate(-400px, 0);
  -o-transform: translate(-400px, 0);
  transform: translate(-400px, 0);
}
.rtl .modal-popup.modal-popup_ajaxcompare_magepow._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rtl .modal-popup.modal-popup_ajaxcompare_magepow._show .modal-inner-wrap .modal-content .popup .block .ajaxcart-wrapper-main .actions {
  text-align: left;
}
.rtl .notify-slider-wrapper {
  left: auto;
  right: 25px;
}
.rtl .notify-slider-wrapper .x-close {
  right: auto;
  left: 0;
}
.rtl .notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details {
  text-align: right;
}
.rtl .stickyCart .stickyChild .quantity input {
  border-width: 0 0 0 1px;
}
.rtl .modal-custom.authentication-dropdown .modal-header .action-close {
  right: auto;
  left: -15px;
}
.rtl .modal-custom.authentication-dropdown .modal-content .block-content .fieldset .field .control:before {
  left: auto;
  right: 15px;
}
.rtl .modal-custom.authentication-dropdown .modal-content .block-content .fieldset .field .control input {
  padding-left: 15px;
  padding-right: 40px;
}
.rtl .modal-custom.authentication-dropdown .modal-content .block-content .actions-toolbar .secondary {
  margin-left: 0;
}
.rtl .message.global.cookie.magepow-gdpr-cookie-notice .content .info {
  margin-right: 0;
  margin-left: 10px;
}
/* responsive rtl */
@media screen and (max-width: 360px) {
  .rtl .notify-slider-wrapper {
    right: 10px;
  }
}
.page--404 .pagebuilder-column-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 65px;
  padding-bottom: 65px;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.page--404 .pagebuilder-column-group:before,
.page--404 .pagebuilder-column-group:after {
  display: none;
}
.page--404 .block__title {
  font-size: 5rem;
}
.page--404 .block__subtitle {
  font-weight: 400;
}
.page--404 .block__description ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  max-width: 300px;
}
.page--404 .block__description ul li a {
  text-decoration: none;
  font-size: 1.5rem;
}
.page--404 .block__description ul li .fa {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page--404 .block__description ul li:hover .fa {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* responsive */
@media screen and (max-width: 767px) {
  .page--404 .pagebuilder-column-group {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page--404 .item__content {
    text-align: center;
  }
  .page--404 .block__description ul {
    margin: 0 auto;
    text-align: initial;
  }
  .page--404 .item__images {
    background-size: calc(100% - 30px) !important;
  }
}
@media screen and (max-width: 479px) {
  .page--404 .item__content {
    text-align: initial;
  }
  .page--404 .block__description ul {
    margin: 0;
  }
}
.characters .filter {
  padding: 0;
}
.characters .filter .char a {
  text-decoration: none;
}
.shop-by-brand .block.block-search .form-search {
  border: 0;
  box-shadow: none;
}
.shop-by-brand .block.block-search .form-search .field.search .actions .action {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.shop-by-brand .block.block-search .form-search .field.search .actions .action:before {
  content: "\f101";
  font-family: funio;
}
.shop-by-brand .block.block-search .form-search .field.search .actions .action:before {
  font-size: 2.2rem;
}
.shopbrand {
  margin-bottom: 50px;
}
.shopbrand .brand-list {
  overflow: hidden;
}
.shopbrand .brand-list > .item {
  margin-bottom: 40px;
}
.shopbrand .brand-list > .item .image {
  margin-bottom: 20px;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.shopbrand .brand-list > .item:hover .image img {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}
.brand-view {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brand-view:before,
.brand-view:after {
  display: none;
}
.brand-view .image {
  display: inline-block;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
}
.brand-view .detail {
  flex: 1;
  padding-left: 20px;
}
.shopbrand-brand-view .column.main > .title {
  font-size: 2.4rem;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
}
.shopbrand-brand-view .column.main > .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
}
/* responsive */
@media screen and (max-width: 991px) {
  .shopbrand-brand-view .column.main {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 480px) {
  .shopbrand-brand-view .column.main > .title {
    font-size: 2rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
/* rtl */
.rtl .block-search.brand-search .form-search .field.search .control-search input {
  padding-right: 15px;
  padding-left: 40px;
}
.rtl .block-search.brand-search .form-search .field.search .actions {
  right: auto;
  left: 0;
}
.rtl .shopbrand-brand-view .column.main > .title:before {
  left: auto;
  right: 0;
}
.rtl .brand-view .brand-description {
  padding-left: 0;
  padding-right: 20px;
}
.fqa-content .pagebuilder-column-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.fqa-content .pagebuilder-column-group:before,
.fqa-content .pagebuilder-column-group:after {
  display: none;
}
.fqa-content .pagebuilder-column-group .pagebuilder-column {
  padding-left: 15px;
  padding-right: 15px;
}
.fqa-content h2,
.fqa-content h3 {
  margin-bottom: 20px;
}
.privacy_policy h2,
.privacy_policy h3 {
  margin-bottom: 20px;
}
.privacy_policy a {
  color: black;
  text-decoration: underline;
}
.privacy_policy a:hover {
  text-decoration: none;
}
/* responsive */
/* rtl */
.rtl {
  /* your style 
        //
        // */
}
/* responsive rtl */
.about--feature {
  text-align: center;
  margin-bottom: 55px;
}
.about--feature .about__images {
  margin-bottom: 35px;
}
.about--feature .block__heading {
  padding-bottom: 0;
}
.about--feature .block__heading:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.about--feature .block__heading .block__heading--title {
  font-size: 5rem;
  margin-bottom: 10px;
}
.about--feature .block__heading .block__heading--sub {
  font-size: 1.4rem;
}
.about--feature .block__description {
  position: relative;
  overflow: hidden;
}
.about--feature .block__description img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.about--feature .block__description:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.about--major {
  margin-bottom: 80px;
}
.about--major.about--major--2 {
  margin-bottom: 60px;
}
.about--major .about--major__title {
  font-size: 5rem;
  text-align: center;
}
.about--major .about--major__sub__title {
  font-size: 22px;
  margin-top: 15px;
  text-align: center;
}
.about--major .about__images {
  position: relative;
  overflow: hidden;
}
.about--major .about__images img {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 100%;
  height: auto;
}
.about--major .block__heading {
  padding-bottom: 0;
  margin-bottom: 23px;
}
.about--major .block__heading > img {
  margin-bottom: 16px;
}
.about--major .block__heading .block__heading--title {
  font-size: 3.6rem;
  margin-bottom: 0;
}
.about--major .block__heading .block__heading--text {
  font-size: 1.4rem;
}
.about--major .block__heading:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.about--major .block__actions {
  margin-top: 30px;
}
.about--major .block__actions .block__action {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 32px;
  border-style: solid;
  border-width: 2px;
  border-radius: 0;
  padding: 0 30px;
  display: inline-block;
}
.about--major .item__content {
  position: relative;
}
.about--major .about__content {
  padding: 0 15px 0 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about--major .about--major__content {
  margin-top: 55px;
}
.about--major .about--major__content:hover .about__images img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.about--major:last-child {
  margin-bottom: 50px;
}
.service--about {
  margin-bottom: 80px;
  padding: 0;
}
.service--about .service__item__content {
  text-align: center;
  position: relative;
  padding: 0 10px;
}
.service--about .service__item__content .service__images {
  margin-bottom: 8px;
}
.service--about .service__item__content .service__title {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 5px;
}
.service--about .service__item__content .service__sub {
  font-size: 16px;
}
.service--about .service__item__content .service__content {
  padding-left: 0;
}
.service--about .service__item {
  position: relative;
}
.service--about .service__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 56px;
  width: 1px;
}
.service--about .service__item:last-child:before {
  width: 0;
  height: 0;
}
.testimonial--slider.testimonial--about .block-heading {
  display: none;
}
.testimonial--slider.testimonial--about .item-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.testimonial--slider.testimonial--about .item-info:before,
.testimonial--slider.testimonial--about .item-info:after {
  display: none;
}
.testimonial--slider.testimonial--about .item-info .item-info-images {
  order: 2;
  width: 100%;
  text-align: center;
}
.testimonial--slider.testimonial--about .item-info .item-info-images .avatar {
  margin: 0 auto 15px;
  width: 121px;
  height: 121px;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.testimonial--slider.testimonial--about .item-info .item-info-images .avatar img {
  width: 104px;
  height: 104px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.testimonial--slider.testimonial--about .item-info .item-info-images .name {
  margin: 0 0 7px;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: initial;
  width: 100%;
}
.testimonial--slider.testimonial--about .item-info .item-info-images .job {
  width: 100%;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.testimonial--slider.testimonial--about .item-info .item-info-detail {
  text-align: center;
}
.testimonial--slider.testimonial--about .item-info .item-info-detail .rating-summary {
  justify-content: center;
}
.testimonial--slider.testimonial--about .item-info .item-info-detail .quote-icon {
  font-size: 4.4rem;
  margin-bottom: 25px;
}
.testimonial--slider.testimonial--about .item-info .item-info-detail .content {
  font-size: 2.4rem;
  font-style: italic;
  margin-bottom: 35px;
}
.testimonial--slider.testimonial--about .slick-slide .alo-item .item-info {
  max-width: 865px;
  margin: 0 auto;
  padding: 0;
}
.testimonial--slider.testimonial--about .slick-prev,
.testimonial--slider.testimonial--about .slick-next {
  opacity: 1;
  visibility: visible;
  border-width: 0;
}
.testimonial--slider.testimonial--about .slick-prev:before,
.testimonial--slider.testimonial--about .slick-next:before {
  font-size: 4rem;
  font-family: funio;
}
.testimonial--slider.testimonial--about .slick-prev {
  left: 0;
}
.testimonial--slider.testimonial--about .slick-prev:before {
  content: "\f106";
}
.testimonial--slider.testimonial--about .slick-next {
  right: 0;
}
.testimonial--slider.testimonial--about .slick-next:before {
  content: "\f105";
}
.cms-about-us .column.main {
  max-width: 1413px;
  margin: 0 auto;
}
/* responsive */
@media screen and (max-width: 1199px) {
  .about--major .about__content {
    padding-left: 30px;
  }
  .testimonial--slider.testimonial--about .slick-slide .alo-item .item-info {
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .about--major .item__content {
    background-color: transparent;
  }
  .about--major .about__content {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 30px;
  }
  .about--major.about--major--2 .item__content {
    order: 2;
  }
  .service--about .service__item__content .service__title {
    font-size: 2rem;
  }
  .service--about .service__item__content .service__sub {
    font-size: 1.4rem;
  }
  .testimonial--slider.testimonial--about .slick-prev:before,
  .testimonial--slider.testimonial--about .slick-next:before {
    font-size: 2rem;
  }
  .testimonial--slider.testimonial--about .item-info .item-info-detail .content {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .about--feature {
    margin-bottom: 50px;
  }
  .about--major {
    margin-bottom: 50px;
  }
  .about--major .about--major__title {
    font-size: 3rem;
  }
  .about--major .about--major__sub__title {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .about--major .about--major__content {
    margin-top: 30px;
  }
  .about--major .block__heading .block__heading--title {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  .service--about {
    border-width: 1px;
    border-style: solid;
    margin-bottom: 50px;
  }
  .service--about .service__item .service__item__content {
    margin-bottom: 0;
    padding: 15px 0;
    border-width: 0 0 1px;
    border-style: solid;
  }
  .service--about .service__item:before {
    width: 0;
    height: 0;
  }
  .service--about .service__item:last-child .service__item__content {
    border-width: 0;
  }
  .testimonial--slider.testimonial--about .item-info .item-info-detail .content {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479px) {
  .about--major .about--major__title {
    font-size: 2rem;
  }
  .about--major .about--major__sub__title {
    font-size: 1.4rem;
  }
  .about--major .block__heading .block__heading--title {
    font-size: 2rem;
  }
}
/* rtl */
.post-ftimg-hld {
  position: relative;
}
.post-ftimg-hld .publish-date {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 75px;
  height: 75px;
  text-transform: uppercase;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.post-ftimg-hld .publish-date:before,
.post-ftimg-hld .publish-date:after {
  display: none;
}
.post-ftimg-hld .publish-date .date {
  font-size: 2.6rem;
  line-height: 26px;
  font-weight: 400;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.post-content .post-header {
  margin-top: 10px;
}
.post-content .item.post-categories {
  float: none;
  padding: 0;
}
.post-content .item.post-categories a {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
}
.post-content .post-more-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-content .post-more-info:before,
.post-content .post-more-info:after {
  display: none;
}
.post-content .post-more-info > *:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}
.post-content .post-more-info > *:last-child:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.post-content .post-more-info a {
  text-decoration: none;
}
.post-list .post-content .post-header .post-title {
  padding-top: 0;
  float: none;
  max-width: 100%;
}
.post-list .post-content .post-header .post-title .post-item-link {
  font-weight: 500;
  font-size: 3rem;
  text-transform: capitalize;
}
.post-list .post-content .post-item-detail .post-read-more {
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 2;
}
.post-list .post-content .post-item-detail .post-read-more:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post-list .post-content .post-item-detail .post-read-more:hover:before {
  left: 0;
}
.post-list .post-text-hld p {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  max-height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog-page .post-list-wrapper .post-list {
  margin-left: 0;
  margin-right: 0;
}
.blog-category-view.page-layout-1column .post-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.blog-category-view.page-layout-1column .post-list:before,
.blog-category-view.page-layout-1column .post-list:after {
  display: none;
}
.blog-category-view.page-layout-1column .post-list .post-holder {
  width: calc(100% / 3);
  padding-left: 15px;
  padding-right: 15px;
}
.blog-category-view.page-layout-1column .post-list .post-item-detail {
  text-align: center;
  border-width: 0 1px 1px;
  border-style: solid;
  padding-top: 10px;
  padding-bottom: 40px;
}
.blog-category-view.page-layout-1column .post-list .post-item-detail .post-title .post-item-link {
  font-size: 2rem;
}
.blog-category-view.page-layout-1column .post-list .post-item-detail .post-more-info {
  justify-content: center;
}
.blog-category-view.page-layout-1column .post-list .post-item-detail .post-more-info .post-info {
  flex: unset;
  width: auto;
}
.blog-category-view.page-layout-1column .post-list .post-title-holder {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-category-view.page-layout-1column .post-list .post-text-hld {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-category-view.page-layout-1column .post-list .post-content .post-description .post-ftimg-hld {
  margin-bottom: 0;
}
.post-view .post-holder .post-read-more {
  text-decoration: none;
}
.post-view .post-holder .post-ftimg-hld {
  position: relative;
}
.post-view .post-holder .post-ftimg-hld img {
  padding-bottom: 0 !important;
}
.post-view .post-holder .post-ftimg-hld .post-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 50px 15px 30px;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-info {
  float: none;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-title-holder {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-title-holder .post-title {
  padding: 0;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-title-holder .post-title .post-item-link {
  font-size: 3.6rem;
  text-transform: capitalize;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-more-info {
  justify-content: center;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-more-info > * {
  margin: 0 10px;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-more-info > *:not(:last-child):after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-more-info .mf-blog-icon {
  display: inline-block;
  font-style: initial;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-more-info .mf-blog-icon:before {
  content: "\f110";
  font-family: funio;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-more-info .post-author .value {
  font-style: initial;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-more-info .post-author .value:before {
  content: "\f102";
  font-family: funio;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-more-info .post-author .value:before {
  margin-right: 5px;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-more-info .post-comments .mf-blog-icon {
  font-style: initial;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-more-info .post-comments .mf-blog-icon:before {
  content: "\f110";
  font-family: funio;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-more-info .post-tags .label {
  display: none;
}
.post-view .post-holder .post-ftimg-hld .post-header .post-more-info .post-tags .mf-blog-icon:before {
  content: "\f02b";
}
.post-view .post-holder .post-ftimg-hld .post-header .publish-date {
  position: static;
  width: 100%;
  height: auto;
  display: block;
}
.post-view .post-holder .post-ftimg-hld .post-header .publish-date span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
}
.post-view .post-holder .post-ftimg-hld .post-header .publish-date .month {
  text-transform: initial;
}
.post-view .post-holder .post-ftimg-hld .post-header .publish-date .date {
  border-width: 0;
}
.post-view .post-holder .post-text-hld {
  margin-top: 20px;
}
.post-view .post-holder .post-text-hld em {
  border-left-width: 3px;
  border-left-style: solid;
  font-weight: 500;
  margin: 30px 0 30px 40px;
  padding: 20px;
  display: block;
}
.post-view .post-holder .post-text-hld h2 {
  font-size: 2.5rem;
  margin-bottom: 25px;
}
.post-view .post-holder .post-text-hld h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.post-view .post-holder .post-text-hld table tr td {
  border-width: 1px;
  border-style: solid;
}
.post-view .post-bottom .post-gallery {
  margin-top: 0;
  margin-bottom: 30px;
  display: none;
}
.post-view .post-bottom .post-nextprev-hld {
  border-width: 1px 0;
  border-style: solid;
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.post-view .post-bottom .post-nextprev-hld:before,
.post-view .post-bottom .post-nextprev-hld:after {
  display: none;
}
.post-view .post-bottom .post-nextprev-hld .action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}
.post-view .post-bottom .post-nextprev-hld .action:before,
.post-view .post-bottom .post-nextprev-hld .action:after {
  display: none;
}
.post-view .post-bottom .post-nextprev-hld .action .post-ftimg-hld {
  max-width: 80px;
}
.post-view .post-bottom .post-nextprev-hld .action .post-title {
  display: block;
  font-size: 1.8rem;
}
.post-view .post-bottom .post-nextprev-hld .action .nextprev-link {
  text-decoration: none;
  flex: 1;
}
.post-view .post-bottom .post-nextprev-hld .action .prev-link {
  padding-left: 20px;
}
.post-view .post-bottom .post-nextprev-hld .action .next-link {
  padding-right: 20px;
}
.post-view .post-bottom .post-nextprev-hld .action.prev-action {
  padding-right: 15px;
}
.post-view .post-bottom .post-nextprev-hld .action.next-action {
  padding-left: 15px;
  text-align: right;
  justify-content: flex-end;
}
.post-view .post-bottom .block.comments {
  margin-top: 70px;
  font-family: 'Josefin Sans', sans-serif;
}
.post-view .post-bottom .block.comments .c-count {
  margin-bottom: 50px;
  border-bottom: 0;
  text-align: center;
}
.post-view .post-bottom .block.comments .c-count strong {
  position: relative;
  font-size: 3.6rem;
  font-weight: 500;
  border-width: 0;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-family: 'Josefin Sans', sans-serif;
}
.post-view .post-bottom .block.comments .c-count strong:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  top: 100%;
}
.post-view .post-bottom .block.comments .c-replyform button {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 2;
}
.post-view .post-bottom .block.comments .c-replyform button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post-view .post-bottom .block.comments .c-replyform button:hover:before {
  left: 0;
}
.post-view .post-bottom .block.comments .c-comments {
  border-width: 1px;
  border-style: solid;
  padding: 30px 25px;
}
.post-view .post-bottom .block.comments .c-comments .c-comment:last-child {
  margin-bottom: 0;
}
.post-view .form.contact {
  margin-top: initial;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.block.related-post.related {
  margin-bottom: 50px;
}
.block.related-post.related .block-title {
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.block.related-post.related .block-title #block-relatedposts-heading {
  position: relative;
  font-weight: 500;
  font-size: 3.6rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.block.related-post.related .block-title #block-relatedposts-heading:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  top: 100%;
}
.block.related-post.related .block-content {
  padding: 0;
  list-style: none;
}
.block.related-post.related .block-content .post-ftimg-hld {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.block.related-post.related .block-content .post-ftimg-hld:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  z-index: 2;
  pointer-events: none;
}
.block.related-post.related .block-content .post-ftimg-hld:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.block.related-post.related .block-content .post-item-link {
  font-size: 1.6rem;
}
.block.related-post.related .magicslider:hover .slick-prev {
  left: 0;
}
.block.related-post.related .magicslider:hover .slick-next {
  right: 0;
}
.page-layout-1column .post-view .post-text-hld {
  max-width: 800px;
  margin: 20px auto 0;
}
/* responsive */
@media screen and (max-width: 1199px) {
  .blog-category-view.page-layout-1column .post-list .post-holder {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .blog-category-view.page-layout-1column .post-list .post-holder {
    width: 100%;
  }
  .post-view .post-holder .post-ftimg-hld .post-header .post-title-holder .post-title .post-item-link {
    font-size: 1.8rem;
  }
  .post-view .post-bottom .post-nextprev-hld .action .post-title {
    display: none;
  }
  .post-list .post-description {
    display: block !important;
  }
}
@media screen and (max-width: 479px) {
  .post-list .post-content .post-header .post-title .post-item-link {
    font-size: 1.8rem;
  }
  .post-content .post-ftimg-hld .publish-date {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
  .post-content .post-ftimg-hld .publish-date .date {
    font-size: 2rem;
  }
  .blog-category-view.page-layout-1column .post-list .post-item-detail .post-title .post-item-link {
    font-size: 1.8rem;
  }
  .block.related-post.related .block-title #block-relatedposts-heading {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .block.comments .c-count strong {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .post-view .post-holder .post-text-hld em {
    margin-left: 20px;
  }
  .post-view .post-bottom .post-nextprev-hld .action .post-ftimg-hld {
    order: 1;
  }
  .post-view .post-bottom .post-nextprev-hld .action .nextprev-link {
    flex: 0 0 100%;
    margin-top: 10px;
    order: 2;
  }
  .post-view .post-bottom .post-nextprev-hld .action .prev-link {
    padding-left: 0;
  }
  .post-view .post-bottom .post-nextprev-hld .action .next-link {
    padding-left: 0;
  }
}
@media screen and (max-width: 319px) {
  .post-view .post-holder .post-ftimg-hld .post-header {
    padding: 10px;
  }
  .post-view .post-holder .post-ftimg-hld .post-header .post-more-info > * {
    margin: 0 5px;
  }
}
/* rtl */
.rtl .post-content .post-ftimg-hld .publish-date {
  left: auto;
  right: 10px;
}
.rtl .post-view .post-holder .post-text-hld em {
  margin-left: 0;
  margin-right: 30px;
  border-left: 0;
  border-right-width: 2px;
  border-right-style: solid;
}
.rtl .post-view .post-bottom .post-nextprev-hld .action.prev-action {
  padding-right: 0;
  padding-left: 15px;
}
.rtl .post-view .post-bottom .post-nextprev-hld .action.next-action {
  padding-left: 0;
  padding-right: 15px;
  text-align: left;
}
.rtl .post-view .post-bottom .post-nextprev-hld .action .next-link {
  padding-left: 20px;
  padding-right: 0;
}
.rtl .post-view .post-bottom .post-nextprev-hld .action .prev-link {
  padding-right: 20px;
  padding-left: 0;
}
.rtl .block.comments .c-count:before {
  left: auto;
  right: 0;
}
.rtl .c-post .p-name {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
/* responsive rtl */
.catalog-category-view .column.main .products.wrapper.list .product-item-info .images-container {
  width: calc(100% / 3);
}
.catalog-category-view .column.main .products.wrapper.list .product-item-info .details-container {
  padding-left: 30px;
}
.catalog-category-view .column.main .products.wrapper.list .product-item-actions .action.towishlist,
.catalog-category-view .column.main .products.wrapper.list .product-item-actions .action.tocompare {
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 2rem;
}
.catalog-category-view .breadcrumbs {
  margin-bottom: 25px;
}
.category-products.products.wrapper.grid .product-items {
  margin-left: -15px;
  margin-right: -15px;
}
.categories--category--page {
  border-width: 0 0 1px;
  border-style: solid;
  padding-bottom: 45px;
  margin-bottom: 50px;
}
.categories--category--page .magepow-categories {
  position: relative;
  max-width: 750px;
  margin: 10px auto 0;
}
.categories--category--page .magepow-categories ul {
  padding: 0;
}
.categories--category--page .magepow-categories .category-item-name {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.categories--category--page .magepow-categories .category-image-container {
  margin: 0 auto;
  overflow: initial;
  width: 115px;
  height: 115px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.categories--category--page .magepow-categories .category-image-container:before {
  content: "";
  position: absolute;
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 1;
}
.categories--category--page .magepow-categories .category-image-container a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 115px;
  height: 115px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.categories--category--page .magepow-categories .category-item-info {
  padding-top: 11px;
}
.categories--category--page .magepow-categories .category-item-info:hover .category-image-container:before {
  border-color: black;
}
.categories--category--page .magepow-categories .slick-prev,
.categories--category--page .magepow-categories .slick-next {
  top: 40%;
  border-width: 0;
}
.categories--category--page .magepow-categories .slick-prev:before,
.categories--category--page .magepow-categories .slick-next:before {
  font-size: 30px;
}
/* responsive */
@media screen and (max-width: 575px) {
  .catalog-category-view .column.main .products.wrapper.list .product-item-info .images-container {
    width: 100%;
    margin-bottom: 10px;
  }
  .catalog-category-view .column.main .products.wrapper.list .product-item-info .details-container {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .catalog-category-view .column.main .products.wrapper.list .product-item-info .details-container {
    padding-left: 0;
  }
}
@media screen and (max-width: 319px) {
  .products.wrapper.list .product-item-actions .action {
    margin-right: 7px;
  }
  .products.wrapper.list .product-item-actions .action.tocart {
    padding: 0 15px;
  }
}
/* rtl */
.rtl .catalog-category-view .products.wrapper.list .product-item-info .details-container {
  padding-left: 0;
  padding-right: 30px;
}
/* responsive rtl */
@media screen and (max-width: 480px) {
  .rtl .catalog-category-view .products.wrapper.list .product-item-info .details-container {
    padding-right: 0;
  }
}
@media screen and (max-width: 319px) {
  .rtl .products.wrapper.list .product-item-actions .action {
    margin-left: 7px;
  }
}
.checkout-container .action.action-auth-toggle {
  background-color: #222222;
  border-color: #222222;
}
.checkout-container .action.action-auth-toggle:hover {
  background-color: black;
  border-color: black;
}
.cart.table-wrapper .table-caption {
  position: static;
  width: auto;
  height: auto;
  margin: 0 0 30px;
  caption-side: top;
  font-size: 2.4rem;
  padding-bottom: 10px;
  position: relative;
  overflow: visible;
  font-weight: 500;
  line-height: initial;
}
.cart.table-wrapper .table-caption:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
}
.cart.table-wrapper .col {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  vertical-align: middle;
}
.cart.table-wrapper .col.item {
  padding: 10px;
  text-align: initial;
}
.cart.table-wrapper .col.item .product-item-photo .product-image-container {
  overflow: hidden;
  display: block;
}
.cart.table-wrapper .col.item .product-item-details {
  text-align: initial;
}
.cart.table-wrapper .col.qty .custom-qty {
  width: 77px;
  border-width: 1px;
  border-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.cart.table-wrapper .col.qty .custom-qty:before,
.cart.table-wrapper .col.qty .custom-qty:after {
  display: none;
}
.cart.table-wrapper .col.qty .custom-qty input {
  width: 40px;
  border-width: 0 1px 0 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.cart.table-wrapper .col.qty .custom-qty .btn-plus {
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.cart.table-wrapper .col.qty .custom-qty .btn-plus:before,
.cart.table-wrapper .col.qty .custom-qty .btn-plus:after {
  display: none;
}
.cart.table-wrapper .col.qty .custom-qty .btn-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  display: block;
}
.cart.table-wrapper .col.qty .custom-qty .btn-plus .items {
  font-size: 1rem;
  height: 25px;
  line-height: normal;
  border: 0;
  outline: none;
}
.cart.table-wrapper .col.qty .custom-qty .btn-plus .items:before {
  font-family: Fontawesome;
}
.cart.table-wrapper .col.qty .custom-qty .btn-plus .items:first-child {
  border-width: 0 0 1px;
  border-style: solid;
}
.cart.table-wrapper .col.qty .custom-qty .btn-plus .items.reduced:before {
  content: "\f068";
}
.cart.table-wrapper .col.qty .custom-qty .btn-plus .items.increase:before {
  content: "\f067";
}
.cart.table-wrapper .col.qty .custom-qty .btn-plus .items i {
  display: none;
}
.cart.table-wrapper .col.item-actions .actions-toolbar {
  justify-content: center;
}
.cart.table-wrapper .col.item-actions .action {
  text-decoration: none;
  font-size: 2rem;
  width: 28px;
  height: 28px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
}
.cart.table-wrapper .col.item-actions .action span {
  display: none;
}
.cart.table-wrapper .col.item-actions .action.action-edit:before {
  content: "\f040";
  font-family: Fontawesome;
}
.cart.table-wrapper .col.item-actions .action.action-delete {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.cart.table-wrapper .col.item-actions .action.action-delete:before,
.cart.table-wrapper .col.item-actions .action.action-delete:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  top: 50%;
  left: calc(50% - 6px);
  margin-top: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart.table-wrapper .col.item-actions .action.action-delete:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart.table-wrapper .col.item-actions .action.action-delete:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart.table-wrapper .col.item-actions .action.action-delete:hover:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cart.table-wrapper .col.item-actions .action.action-delete:hover:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cart.table-wrapper .col.item-actions .action.action-gift {
  padding: 0;
}
.cart.table-wrapper .col.item-actions .action.action-gift:after {
  content: "\f06b";
  font-family: Fontawesome;
  font-size: 2.5rem;
  line-height: inherit;
}
.cart.table-wrapper .col.item-actions .action.action-update,
.cart.table-wrapper .col.item-actions .action.action-cancel {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  width: auto;
  padding: 0 10px;
  margin-top: 0;
  height: 38px;
  line-height: 36px;
  font-size: 1.3rem;
}
.cart.table-wrapper .col.item-actions .action.action-update span,
.cart.table-wrapper .col.item-actions .action.action-cancel span {
  display: inline-block;
  font-size: 1.4rem;
}
.cart.table-wrapper .col.item-actions .action.towishlist {
  display: none;
}
.cart.table-wrapper .col.item-actions .action.towishlist:before {
  content: "\f004";
  font-family: Fontawesome;
}
.cart.table-wrapper .col.item-actions .gift-options-cart-item {
  position: relative;
}
.cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content {
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  min-width: 400px;
  padding: 15px;
  z-index: 3;
  margin: 0;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}
.cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content._active {
  top: calc(100% + 5px);
  opacity: 1;
  visibility: visible;
}
.cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content .gift-message-summary {
  margin-bottom: 20px;
}
.cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content .action {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  padding: 0 20px;
  margin-top: 0;
  width: auto;
  height: 38px;
  line-height: 38px;
  font-size: 1.3rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 10px;
  float: none;
}
.cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content .action span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: inherit;
}
.cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content .action:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content .actions-toolbar .action span {
  display: block;
}
.cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content .actions-toolbar .action:before,
.cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content .actions-toolbar .action:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper thead .col {
  border-bottom: 0;
  font-weight: 700;
  padding: 15px 10px;
  text-transform: uppercase;
}
.cart.table-wrapper thead .col.item {
  text-align: center;
}
.cart.table-wrapper .items > .item {
  border: 0;
}
.cart.table-wrapper .items thead + .item {
  border: 0;
}
.cart.main.actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart.main.actions:before,
.cart.main.actions:after {
  display: none;
}
.cart.main.actions .action {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-size: 1.3rem;
}
.cart.main.actions .action:not(:last-child) {
  margin-right: 10px;
}
.cart-summary {
  position: sticky !important;
  top: 20px !important;
}
.cart-summary > .title {
  caption-side: top;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 0;
  font-weight: 500;
  margin-top: 0;
  line-height: initial;
}
.cart-summary > .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
}
.cart-summary .cart-totals {
  border: 0;
}
.cart-summary .cart-totals .grand .mark,
.cart-summary .cart-totals .grand .amount {
  padding-top: 10px;
}
.cart-summary .cart-totals .table-caption {
  position: static;
  width: auto;
  height: auto;
  font-size: 1.5rem;
  font-weight: 700;
  caption-side: top;
  margin-bottom: 10px;
  text-align: initial;
}
.cart-summary .cart-totals .table-wrapper .loading-mask {
  z-index: 0;
}
.cart-summary .cart-totals .table-wrapper .loading-mask .loader > img {
  max-width: 70px;
}
.cart-summary table {
  border: 0;
}
.cart-summary table th,
.cart-summary table td {
  border-width: 1px;
  border-style: solid;
}
.cart-summary #co-shipping-method-form .item-title {
  font-weight: 400;
}
.cart-summary .block > .title {
  border-top: 0;
  font-size: 1.5rem;
  padding-left: 0;
}
.cart-summary .block > .title strong {
  font-weight: 700 !important;
}
.cart-summary .block .fieldset .field.note {
  font-size: 1.4rem;
  font-style: italic;
}
.cart-summary .block .fieldset.coupon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-summary .block .fieldset.coupon:before,
.cart-summary .block .fieldset.coupon:after {
  display: none;
}
.cart-summary .block .fieldset.coupon .field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  flex: 1;
  max-width: 300px;
}
.cart-summary .block .fieldset.coupon .field:before,
.cart-summary .block .fieldset.coupon .field:after {
  display: none;
}
.cart-summary .block .fieldset.coupon .field .label {
  margin-right: 5px;
  margin-bottom: 0;
}
.cart-summary .block .fieldset.coupon .field .control {
  flex: 1;
}
.cart-summary .block .fieldset.coupon .action.apply {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  font-size: 1.3rem;
}
.cart-summary .checkout-methods-items .action.checkout {
  text-transform: uppercase;
}
.cart-empty {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.cart-empty > .title {
  font-size: 3.6rem;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}
.cart-empty > .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
}
.cart-empty .cart-empty-content .title {
  font-size: 1.8rem;
}
.cart-empty .cart-empty-content a {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  text-decoration: none;
  background-color: #22222;
  border-color: #222222;
}
.cart-empty .cart-empty-content a:before {
  content: "\f015";
  font-family: Fontawesome;
  margin-right: 10px;
}
.cart-empty .cart-empty-content a:hover {
  background-color: black;
  border-color: black;
}
.checkout-cart-index .block-related-product {
  margin-top: 40px;
  padding-top: 50px;
  border-top-width: 1px;
  border-top-style: solid;
}
.checkout-cart-index .page-wrapper {
  overflow: visible;
}
.checkout-cart-index.scroll_up .cart-summary {
  top: 0 !important;
}
.multicheckout.address > .title {
  text-align: center;
  margin-top: 30px;
  font-size: 2rem;
  color: black;
}
.multicheckout #multiship-addresses-table {
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
.multicheckout #multiship-addresses-table > thead > tr > th {
  border-color: #e5e5e5;
}
.multicheckout #multiship-addresses-table .product-item-name {
  font-weight: 400;
}
.multicheckout #multiship-addresses-table .applicable {
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  padding: 11px 12px;
  margin: 0;
  word-break: break-word;
}
.multicheckout #multiship-addresses-table .item-options {
  margin-top: 0;
}
.multicheckout #multiship-addresses-table .actions .delete {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  position: relative;
}
.multicheckout #multiship-addresses-table .actions .delete:before,
.multicheckout #multiship-addresses-table .actions .delete:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  top: 50%;
  left: calc(50% - 6px);
  margin-top: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: black;
}
.multicheckout #multiship-addresses-table .actions .delete:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.multicheckout #multiship-addresses-table .actions .delete:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.multicheckout #multiship-addresses-table .actions .delete:hover:before,
.multicheckout #multiship-addresses-table .actions .delete:hover:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  background-color: #e5e5e5;
}
.multicheckout #multiship-addresses-table .actions .delete span {
  display: none;
}
.multicheckout .actions-toolbar {
  margin-bottom: 70px;
}
.multicheckout .actions-toolbar .action {
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
}
.multicheckout .actions-toolbar .secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  flex: 1;
}
.multicheckout .actions-toolbar .secondary:before,
.multicheckout .actions-toolbar .secondary:after {
  display: none;
}
.multicheckout .actions-toolbar .secondary .action {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}
.multicheckout .actions-toolbar .secondary .action:last-child {
  margin-right: 0;
}
.opc-progress-bar-item > span {
  padding-top: 50px;
  font-weight: 500;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  margin: 0;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.opc-progress-bar-item > span:before {
  width: 50px;
  height: 50px;
}
.opc-progress-bar-item > span:after {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.opc-progress-bar-item._active > span:after {
  font-family: davici;
  line-height: 45px;
}
.opc-progress-bar-item._complete > span:after {
  line-height: 45px;
}
.opc-progress-bar-item:first-child._active > span:after {
  content: "\f118";
}
.opc-progress-bar-item:last-child._active > span:after {
  content: "\f119";
}
.opc-progress-bar {
  margin-bottom: 40px;
}
#checkoutSteps .step-title {
  caption-side: top;
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 0;
  font-weight: 500;
  margin-top: 0;
  line-height: initial;
}
#checkoutSteps .step-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
}
#checkoutSteps .step-title .fa-home {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table-checkout-shipping-method {
  margin-bottom: 30px;
  width: 100%;
  max-width: 700px;
}
.table-checkout-shipping-method tr {
  margin: 0;
}
.table-checkout-shipping-method tr td {
  text-align: center;
  padding: 10px;
  border-right-width: 1px;
  border-right-style: solid;
}
.table-checkout-shipping-method tr td:last-child {
  border-right: 0;
}
.table-checkout-shipping-method tbody td:first-child {
  width: auto;
  padding: 10px;
}
.opc-estimated-wrapper {
  margin-bottom: 40px;
  padding: 10px 0 20px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart {
  padding: 0;
  position: absolute;
  right: 0;
}
.opc-summary-wrapper.opc-sidebar {
  margin-top: 0;
}
.opc-summary-wrapper.opc-sidebar .modal-header {
  border: 0;
  padding: 0;
}
.opc-summary-wrapper.opc-sidebar .modal-content {
  border: 0;
}
.opc-summary-wrapper.opc-sidebar .opc-block-summary {
  padding: 0;
}
.opc-summary-wrapper.opc-sidebar .opc-block-summary > .title {
  caption-side: top;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 0;
  font-weight: 500;
  margin-top: 0;
  line-height: initial;
}
.opc-summary-wrapper.opc-sidebar .opc-block-summary > .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
}
.opc-summary-wrapper.opc-sidebar .opc-block-summary .items-in-cart {
  border-width: 1px;
  border-style: solid;
  padding: 20px;
}
.opc-summary-wrapper.opc-sidebar .opc-block-summary .items-in-cart .title {
  font-weight: 500;
  border-bottom: 0;
}
.opc-summary-wrapper.opc-sidebar .opc-block-summary .items-in-cart .minicart-items.content {
  border-top-width: 1px;
  border-top-style: solid;
}
.opc-summary-wrapper.opc-sidebar .opc-block-summary .items-in-cart .product-item .product-image-container {
  float: none;
  display: inline-block;
}
.opc-summary-wrapper.opc-sidebar .opc-block-summary .minicart-items-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 430px;
}
.opc-summary-wrapper.opc-sidebar .opc-block-summary .minicart-items-wrapper::-webkit-scrollbar {
  width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.opc-summary-wrapper.opc-sidebar .opc-block-summary .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.opc-summary-wrapper.opc-sidebar .opc-block-summary .minicart-items-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.checkout-payment-method .payment-method-title {
  border-top: 0;
  font-weight: 500;
}
.checkout-payment-method .billing-address-same-as-shipping-block label {
  margin-bottom: 0;
}
.checkout-payment-method .billing-address-same-as-shipping-block input[type=checkbox] {
  vertical-align: middle;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  display: inline-block;
  min-width: 250px;
}
.checkout-payment-method .step-content .payment-option-title {
  border-top: 0;
  padding-left: 0;
}
.opc-block-summary .table-totals {
  margin-bottom: 30px;
}
.opc-block-summary .table-totals:not(.cart):not(.totals) > tbody > tr > th,
.opc-block-summary .table-totals:not(.cart):not(.totals) > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
  padding: 10px !important;
}
.opc-block-shipping-information {
  margin-top: 30px;
}
.opc-block-shipping-information .shipping-information-title {
  caption-side: top;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 0;
  font-weight: 500;
  margin-top: 0;
  line-height: initial;
}
.opc-block-shipping-information .shipping-information-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
}
.opc-block-shipping-information .action.action-edit {
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}
.opc-block-shipping-information .action.action-edit:before {
  content: "\f040";
  font-family: Fontawesome;
  font-size: 1.6rem;
}
.opc-block-shipping-information .action.action-edit span {
  display: none;
}
.opc-block-shipping-information .shipping-information-content {
  border-width: 1px;
  border-style: solid;
  padding: 20px;
}
.opc-block-shipping-information .ship-to {
  margin-bottom: 30px;
}
.authentication-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  float: none;
}
.authentication-wrapper .action {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  font-size: 1.3rem;
  text-decoration: none;
}
.checkout-container {
  position: relative;
}
.checkout-container .action.action-auth-toggle {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  display: inline-block;
}
.opc-wrapper .form-shipping-address .field {
  margin-bottom: 20px;
}
.checkout-success {
  max-width: 900px;
  margin: 50px auto;
  -webkit-box-shadow: 0 10px 34px -15px #000000;
  -moz-box-shadow: 0 10px 34px -15px #000000;
  box-shadow: 0 10px 34px -15px #000000;
}
.checkout-success .checkout-success-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-success .checkout-success-content:before,
.checkout-success .checkout-success-content:after {
  display: none;
}
.checkout-success .success-title .title {
  font-size: 2rem;
  text-align: center;
  padding: 20px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #e5e5e5;
  margin-bottom: 0;
}
.checkout-success .cms-title .title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.checkout-success .success-content {
  flex: 1;
  padding: 20px;
}
.checkout-success .success-content .cms-title {
  margin-bottom: 10px;
}
.checkout-success .success-content .cms-content {
  margin-bottom: 20px;
}
.checkout-success .success-content .cms-content a {
  color: black;
}
.checkout-success .success-content .cms-content a:hover {
  color: #686868;
}
.checkout-success .success-content .cms-content p {
  margin-bottom: 0;
}
.checkout-success .actions-toolbar {
  flex: 1;
  padding: 20px;
  align-items: flex-start;
  display: block;
}
.checkout-success .actions-toolbar .action {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  margin-right: 10px !important;
  font-size: 1.2rem;
  height: 40px;
  line-height: 40px;
  background-color: #222222;
  border-color: #222222;
  color: white;
}
.checkout-success .actions-toolbar .action:last-child {
  margin-right: 0 !important;
}
.checkout-success .actions-toolbar .action:hover {
  background-color: black;
  border-color: black;
  color: white;
}
.checkout-success .cms-item {
  margin-bottom: 30px;
}
.onestepcheckout-index-index .page-main {
  margin-top: 50px;
}
.onestepcheckout-index-index .fieldset .field {
  margin-bottom: 20px;
}
.onestepcheckout-index-index .fieldset .field._error .control {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .fieldset .field._required label {
  display: inline-block;
}
.onestepcheckout-index-index .fieldset .field._required label:after {
  content: "*";
  color: #e02b27;
}
.onestepcheckout-index-index .opc-wrapper .fieldset > .field.required > label:after {
  margin-left: 0;
  position: static;
}
.onestepcheckout-index-index .checkout-container .authentication-wrapper {
  position: static;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.onestepcheckout-index-index .checkout-container .checkout-billing-step,
.onestepcheckout-index-index .checkout-container .opc-block-summary {
  position: relative;
  z-index: 9;
}
.onestepcheckout-index-index .checkout-container .loading-mask .loader > img {
  max-width: 50px;
}
.onestepcheckout-index-index .checkout-container .action.action-auth-toggle {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.onestepcheckout-index-index .checkout-shipping-address .form-login {
  margin-bottom: 10px;
}
.onestepcheckout-index-index .checkout-shipping-address .create-account-block .create-account-checkbox {
  margin-bottom: 20px;
}
.onestepcheckout-index-index .checkout-shipping-address .create-account-block .create-account-checkbox input {
  vertical-align: baseline;
}
.onestepcheckout-index-index .checkout-shipping-address .create-account-block .create-account-checkbox label {
  margin-bottom: 0;
}
.onestepcheckout-index-index .checkout-shipping-address .create-account-block .form-create-account {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
.onestepcheckout-index-index .table-checkout-shipping-method tbody td {
  text-align: center;
}
.onestepcheckout-index-index .table-checkout-shipping-method tbody td input {
  margin-right: 0;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .one-step-checkout-container .shipping-payment-box .checkout-shipping-step {
  margin-bottom: 30px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper.opc-wrapper {
  position: sticky;
  top: 30px;
  margin-bottom: 0;
}
.onestepcheckout-index-index .checkout-shipping-method .delivery-time .ui-datepicker-trigger {
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.onestepcheckout-index-index .checkout-shipping-method .delivery-time .remove-delivery-time {
  margin-top: 20px;
  cursor: pointer;
}
.onestepcheckout-index-index .shipping-payment-method .checkout-payment-method .payment-method-title {
  padding: 10px 0;
  margin-bottom: 0;
}
.onestepcheckout-index-index .shipping-payment-method .checkout-payment-method .payment-method-content {
  padding: 0;
}
.onestepcheckout-index-index .shipping-payment-method .checkout-payment-method .payment-method-content .payment-method-billing-address {
  display: none;
}
.onestepcheckout-index-index .shipping-payment-method .checkout-payment-method .payment-method-content .checkout-agreements-block {
  margin-bottom: 0;
}
.onestepcheckout-index-index .shipping-payment-method .checkout-payment-method .payment-method-content .actions-toolbar {
  display: none;
}
.onestepcheckout-index-index .shipping-payment-method .checkout-payment-method .payment-method-content p {
  margin: 0;
}
.onestepcheckout-index-index .shipping-payment-method .billing-address-same-as-shipping-block input {
  vertical-align: baseline;
}
.onestepcheckout-index-index .shipping-payment-method .billing-address-same-as-shipping-block label {
  margin-bottom: 0;
}
.onestepcheckout-index-index .shipping-payment-method .billing-address-form .fieldset .field {
  margin-bottom: 20px;
}
.onestepcheckout-index-index .checkout-newsletter label {
  margin-bottom: 0;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary {
  margin-bottom: 30px;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .step-title {
  border-width: 0;
  caption-side: top;
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 500;
  margin-top: 0;
  line-height: initial;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .step-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper {
  margin-right: 0;
  padding-right: 0;
  max-height: unset;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner:before,
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner:after {
  display: none;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product-item-name-block {
  flex: 1;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .product-item-name {
  margin-top: 0;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control:before,
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control:after {
  display: none;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control .btn-minus,
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control .btn-plus {
  flex: 1;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control .btn-minus .button-action,
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control .btn-plus .button-action {
  position: static;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .button-remove {
  display: block;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .button-remove .button-action.remove {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 26px;
  font-size: 2rem;
  text-align: center;
}
.onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .button-remove .button-action.remove:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
}
.onestepcheckout-index-index .checkout-step-sidebar .discount-code .form-discount .payment-option-inner {
  margin-bottom: 0;
}
.onestepcheckout-index-index .place-order-primary .action.checkout {
  padding: 0 20px;
}
.onestepcheckout-index-index .opc-estimated-wrapper {
  display: none;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control .items {
  height: 38px;
}
/* responsive */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .cart-summary .block .fieldset.coupon .action.apply {
    font-size: 1.1rem;
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-summary .block .fieldset.coupon .field {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cart.table-wrapper .col.item .product-item-photo {
    display: block;
    width: auto;
    margin-bottom: 10px;
    position: static;
    padding-right: 0;
  }
  .cart.table-wrapper .col.item .product-item-details {
    display: block;
  }
  .cart.table-wrapper .col.item-actions .actions-toolbar {
    justify-content: center;
  }
  .cart.table-wrapper .col.item-actions .action:not(.action-delete) {
    width: 100%;
  }
  .cart.table-wrapper .col.item-actions .action.action-edit {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cart.table-wrapper .col.item-actions .gift-options-cart-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content .actions-toolbar {
    justify-content: flex-start;
  }
  .cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content .action {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  body .cart-container .cart-summary {
    width: 100%;
    position: static;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  body .cart-container .form-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    flex: 0 0 100%;
    margin-top: 10px;
  }
  .checkout-success .success-content {
    flex: 0 0 100%;
  }
  .checkout-success .actions-toolbar {
    flex: 0 0 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body .cart.table-wrapper thead {
    display: none;
  }
  body .cart.table-wrapper .cart-item .col {
    display: block;
    text-align: initial;
    width: 100%;
    float: none;
    border: 0;
  }
  body .cart.table-wrapper .cart-item .col:not(.item-actions) > * {
    display: inline-block;
  }
  body .cart.table-wrapper .cart-item .col:before {
    display: inline-block;
  }
  body .cart.table-wrapper .cart-item .col.item .product-item-photo {
    display: inline-block;
    width: auto;
    position: static;
    vertical-align: middle;
    max-width: unset;
    margin-right: 20px;
  }
  body .cart.table-wrapper .cart-item .col.item .product-item-details {
    display: inline-block;
    vertical-align: middle;
  }
  body .cart.table-wrapper .cart-item .col.item .product-item-details .product-item-name {
    font-weight: 700;
  }
  body .cart.table-wrapper .cart-item tr {
    display: block;
    padding: 10px;
  }
  body .cart.table-wrapper .cart-item tr:not(:last-child) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  body .cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .opc-summary-wrapper.opc-sidebar .modal-header .action-close {
    padding: 0;
  }
  .opc-summary-wrapper.opc-sidebar .modal-header .action-close:before {
    content: '\e616';
    font-family: 'icons-blank-theme';
  }
  .opc-summary-wrapper.opc-sidebar .modal-header .action-close:before {
    font-size: 3rem;
    vertical-align: middle;
  }
  .opc-summary-wrapper.opc-sidebar .modal-content {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .opc-summary-wrapper.opc-sidebar .opc-block-summary {
    padding: 20px 35px;
  }
  .authentication-wrapper {
    position: static;
    float: none;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .opc-block-shipping-information {
    padding: 0 35px;
  }
  .multicheckout #multiship-addresses-table thead {
    display: none;
  }
  .multicheckout #multiship-addresses-table .item-options {
    flex: 0 0 100%;
  }
  .multicheckout #multiship-addresses-table tbody tr {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e5e5e5;
    display: block;
    padding: 10px;
  }
  .multicheckout #multiship-addresses-table tbody tr td {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  .multicheckout #multiship-addresses-table tbody tr td:before,
  .multicheckout #multiship-addresses-table tbody tr td:after {
    display: none;
  }
  .multicheckout #multiship-addresses-table tbody tr td:before {
    content: attr(data-th);
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    font-weight: 600;
  }
  .multicheckout #multiship-addresses-table tbody tr td > * {
    vertical-align: middle;
    flex: 1;
  }
  .multicheckout #multiship-addresses-table tbody tr td.actions:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .multicheckout #multiship-addresses-table tbody tr td.actions > * {
    flex: initial;
  }
  .multicheckout #multiship-addresses-table tbody tr:last-child {
    border-width: 0;
  }
  .multicheckout .actions-toolbar > .secondary .action.back {
    margin-top: 20px;
  }
  .checkout-payment-method .payment-option,
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-payment-method .payment-method-title {
    padding: 0 15px;
  }
  #checkoutSteps .step-title {
    font-size: 1.8rem;
  }
  .one-step-checkout-wrapper .one-step-checkout-container .opc-shipping-address .opc-shipping-address-box .address {
    margin-top: 30px;
  }
  .onestepcheckout-index-index .checkout-step-sidebar .order-summary .step-title {
    font-size: 1.8rem;
  }
  .onestepcheckout-index-index .modal-popup.modal-slide .modal-inner-wrap {
    height: 100vh;
  }
}
@media screen and (max-width: 639px) {
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .cart-empty .cart-empty-content {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .cart.main.actions .action {
    width: 100%;
  }
  .cart.main.actions .action:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content {
    min-width: 300px;
  }
  .cart-summary > .title {
    font-size: 2rem;
  }
  .cart-summary .block .fieldset.coupon .field {
    flex: 0 0 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .cart-summary .block .fieldset.coupon .action.apply {
    font-size: 1.1rem;
    padding: 0 15px;
    height: 38px;
    line-height: 36px;
  }
  body .cart.table-wrapper .table-caption {
    font-size: 2rem;
  }
  body .cart.table-wrapper .cart-item .col.item .product-item-photo {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
  body .cart.table-wrapper .cart-item .col.item .product-item-details {
    display: block;
  }
  .opc-summary-wrapper.opc-sidebar .opc-block-summary {
    padding: 20px;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    right: 15px;
  }
  .opc-block-shipping-information {
    padding: 0 20px;
  }
  .multicheckout .actions-toolbar .primary {
    width: 100%;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
  .multicheckout .actions-toolbar .secondary .action:last-child {
    margin-bottom: 0;
  }
  .checkout-success .success-title .title {
    font-size: 2rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .checkout-success .success-content p {
    font-size: 1.4rem;
  }
  .onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product > .product-image-container {
    float: none;
  }
  .onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details {
    padding-left: 0;
  }
  .onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product-item-name-block {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .onestepcheckout-index-index .checkout-step-sidebar .order-summary .minicart-items-wrapper .product-item .product .product-item-details .details-qty .control {
    width: 120px;
  }
  .onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals tbody .mark,
  .onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals tfoot .mark {
    font-size: 1.4rem;
  }
  .onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals tbody .amount,
  .onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals tfoot .amount {
    font-size: 1.4rem;
  }
  .onestepcheckout-index-index .checkout-step-sidebar .opc-block-summary .table-totals .grand strong {
    font-size: 1.8rem;
  }
  .onestepcheckout-index-index .checkout-step-sidebar .discount-code .form-discount .payment-option-inner {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 359px) {
  .cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content {
    min-width: 200px;
  }
  .opc-summary-wrapper.opc-sidebar .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-summary-wrapper.opc-sidebar .opc-block-summary .product-item .product-item-inner .product-item-name-block {
    display: block;
    padding-right: 0;
  }
  .opc-summary-wrapper.opc-sidebar .opc-block-summary .items-in-cart {
    padding: 15px;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    font-size: 3rem;
  }
  .table-checkout-shipping-method tr td {
    width: 100%;
    flex: 0 0 100%;
    border: 0;
    text-align: initial;
  }
  .table-checkout-shipping-method tr:not(:last-child) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
@media screen and (max-width: 319px) {
  .cart.table-wrapper .col.item-actions .action {
    margin-bottom: 0;
  }
  .cart.table-wrapper .col.item-actions .action:not(:last-child) {
    margin-right: 15px;
  }
  .cart.table-wrapper .col.item-actions .gift-options-cart-item {
    margin: 0;
    width: auto;
  }
  .cart-summary .checkout-methods-items .action.checkout {
    padding: 0;
  }
  .opc-progress-bar-item > span {
    font-size: 1.3rem;
  }
  .one-step-checkout-wrapper .methods-shipping .table-checkout-shipping-method {
    display: block;
  }
  .one-step-checkout-wrapper .methods-shipping .table-checkout-shipping-method thead {
    display: none;
  }
  .one-step-checkout-wrapper .methods-shipping .table-checkout-shipping-method tbody {
    display: block;
  }
  .one-step-checkout-wrapper .methods-shipping .table-checkout-shipping-method tbody tr {
    display: block;
    border-width: 0;
  }
}
/* rtl */
.rtl .block-giftregistry-shared-items .product .item-options dt {
  float: right;
  clear: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl .block-giftregistry-shared-items .product .item-options dd {
  float: right;
}
.rtl .multicheckout .item-options dt {
  float: right;
  clear: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl .multicheckout .item-options dd {
  float: right;
}
.rtl .opc-block-summary .table-totals .mark {
  text-align: initial;
}
.rtl .opc-block-summary .table-totals .amount {
  text-align: left;
}
.rtl .gift-message .field:not(.choice) > .label {
  float: right;
  padding-right: 0;
  padding-left: 15px;
  text-align: initial;
}
.rtl .gift-message .field:not(.choice) .control {
  float: left;
}
.rtl .cart.table-wrapper .table-caption {
  text-align: initial;
}
.rtl .cart.table-wrapper .table-caption:before {
  left: auto;
  right: 0;
}
.rtl .cart.table-wrapper .product-item-photo {
  padding-right: 0;
  padding-left: 20px;
}
.rtl .cart.table-wrapper .item-options dt {
  float: right;
  clear: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl .cart.table-wrapper .item-options dd {
  float: right;
}
.rtl .cart.table-wrapper .col.qty .custom-qty input {
  border-width: 0 0 0 1px;
}
.rtl .cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content .action {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .cart-summary > .title:before {
  left: auto;
  right: 0;
}
.rtl .cart-summary .block .fieldset.coupon .field {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .cart-summary .block .fieldset.coupon .field .label {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .paypal-review-discount .block > .title,
.rtl .cart-summary .block > .title {
  padding-right: 0;
  padding-left: 30px;
}
.rtl .paypal-review-discount .block > .title:after,
.rtl .cart-summary .block > .title:after {
  right: auto;
  left: -5px;
}
.rtl .cart-totals .mark {
  text-align: initial;
}
.rtl .cart-totals .amount {
  text-align: left;
}
.rtl body .cart-container .form-cart {
  float: right;
}
.rtl body .cart-container .cart-summary {
  float: left;
}
.rtl #checkoutSteps .step-title:before {
  left: auto;
  right: 0;
}
.rtl .opc-summary-wrapper.opc-sidebar .opc-block-summary > .title:before {
  left: auto;
  right: 0;
}
.rtl .authentication-wrapper {
  right: auto;
  left: 0;
  text-align: left;
}
.rtl .field .control._with-tooltip input {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .table-checkout-shipping-method tr td {
  border-right: 0;
  border-left-width: 1px;
  border-left-style: solid;
}
.rtl .table-checkout-shipping-method tr td:last-child {
  border-left: 0;
}
.rtl .opc-block-summary .product-item .product-item-name-block {
  text-align: right;
}
.rtl .opc-block-summary .product-item .subtotal {
  text-align: left;
}
.rtl .opc-block-summary .product-item .item-options .values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
}
.rtl .opc-block-summary .product-item .item-options .values:before,
.rtl .opc-block-summary .product-item .item-options .values:after {
  display: none;
}
.rtl .opc-estimated-wrapper .estimated-block {
  float: right;
}
.rtl .opc-estimated-wrapper .minicart-wrapper .action.showcart {
  right: auto;
  left: 0;
}
.rtl .opc-block-shipping-information .shipping-information-title:before {
  left: auto;
  right: 0;
}
.rtl .opc-block-shipping-information .shipping-information-title .action-edit {
  right: auto;
  left: 0;
}
.rtl .onestepcheckout-index-index .checkout-step-sidebar .order-summary .step-title:before {
  left: auto;
  right: 0;
}
.rtl .onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product > .product-image-container {
  float: right;
}
.rtl .onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details {
  padding-left: 0;
  padding-right: 100px;
  text-align: initial;
}
.rtl .onestepcheckout-index-index .checkout-step-sidebar .minicart-items-wrapper .product-item .product .product-item-details .details-qty .label {
  margin-right: 0;
  margin-left: 8px;
}
.rtl .onestepcheckout-index-index .checkout-step-sidebar .discount-code .form-discount .payment-option-inner {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .onestepcheckout-index-index .checkout-shipping-method .delivery-time .ui-datepicker-trigger {
  right: auto;
  left: 15px;
}
.rtl .onestepcheckout-index-index .opc-block-summary .items-in-cart > .title {
  padding-right: 0;
  padding-left: 40px;
}
.rtl .onestepcheckout-index-index .opc-block-summary .items-in-cart > .title:after {
  right: auto;
  left: 0;
}
.rtl .onestepcheckout-index-index .one-step-checkout-wrapper.opc-wrapper {
  float: right;
  padding-right: 0;
  padding-left: 30px;
}
.rtl .onestepcheckout-index-index .checkout-step-sidebar {
  float: left;
}
/* responsive rtl */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rtl .cart.table-wrapper .col.item-actions .action.action-edit {
    margin-left: 0;
  }
  .rtl .cart.table-wrapper .col.item-actions .gift-options-cart-item {
    margin-left: 0;
  }
  .rtl .cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content {
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .rtl .onestepcheckout-index-index .one-step-checkout-wrapper.opc-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .rtl .cart.table-wrapper .col.item-actions .gift-options-cart-item .gift-content {
    right: 0;
  }
  .rtl .opc-summary-wrapper.opc-sidebar {
    left: 0;
    right: 44px;
  }
  .rtl .opc-summary-wrapper.opc-sidebar .modal-header .action-close {
    padding-right: 15px;
  }
  .rtl .opc-summary-wrapper.opc-sidebar .modal-inner-wrap {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .rtl .opc-summary-wrapper.opc-sidebar._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 479px) {
  .rtl .cart-summary .block .fieldset.coupon .field {
    margin-left: 0;
  }
  .rtl .opc-summary-wrapper.opc-sidebar {
    right: 0;
  }
}
@media screen and (max-width: 360px) {
  .rtl .table-checkout-shipping-method tr td {
    border-left: 0;
  }
}
.store-contact .contact-info-title {
  font-size: 30px;
}
.store-contact .contact-info-description {
  font-size: 15px;
}
.store-contact .contact-info-item .contact-info-item-images {
  max-width: 62px;
}
.store-contact .contact-info-item .contact-info-item-images figure {
  margin: 0;
}
.store-contact .contact-info-item .contact-info-item-detail {
  flex: 1;
}
.store-contact .contact-info-item .contact-info-item-detail p {
  margin: 0;
}
.form.contact {
  margin: 0 auto;
  padding: 60px 80px 125px 80px;
  -webkit-box-shadow: 0 28px 250px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 28px 250px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 28px 250px 0 rgba(0, 0, 0, 0.05);
  margin-top: -265px;
}
.form.contact .block-title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 38px;
}
.form.contact .block-title:before {
  content: "";
  background-image: url('../../frontend/Alothemes/funio7/ar_SA/images/alothemes/email-2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.form.contact .fieldset > .field {
  margin-bottom: 30px;
}
.form.contact .fieldset > .field.info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.form.contact .fieldset > .field.info:before,
.form.contact .fieldset > .field.info:after {
  display: none;
}
.form.contact .fieldset > .field.info .field {
  flex: 1;
  padding: 0 15px;
}
.form.contact .actions-toolbar .primary {
  width: 100%;
}
.form.contact .actions-toolbar .primary .action.submit {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  padding: 0 30px;
  letter-spacing: 3px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  width: 100%;
  max-width: 900px;
  min-width: auto !important;
}
.contact-index-index .column.main {
  padding-bottom: 60px;
}
.contact-index-index .breadcrumbs {
  margin-bottom: 0;
  border-width: 1px 0 0;
}
/* responsive */
@media screen and (max-width: 1199px) {
  .form.contact {
    margin: 0 auto;
    padding: 40px 20px;
    margin-top: -107px;
  }
}
@media screen and (max-width: 991px) {
  .cms-contact-top iframe {
    height: 300px;
  }
  .store-contact .contact-info-item .contact-info-item-images {
    max-width: 40px;
    padding: 8px !important;
  }
  .store-contact .contact-info-item .contact-info-item-detail {
    margin-left: 10px;
  }
  .store-contact .contact-info-item .contact-info-item-detail h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .store-contact .contact-info-item .contact-info-item-detail p {
    font-size: 1.3rem;
  }
  .form.contact {
    margin-top: 60px;
  }
}
@media screen and (max-width: 479px) {
  .form.contact {
    padding: 15px;
  }
  .form.contact .block-title {
    font-size: 2rem;
  }
  .form.contact .fieldset > .field.info .field {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .form.contact .fieldset > .field.info .field:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 359px) {
  .contact--store .contact__item__content {
    padding: 50px 20px 40px;
  }
  .contact--social .social-profile li:not(:last-child) {
    margin-right: 10px;
  }
  .contact--social .social-profile li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 1.4rem;
  }
}
/* rtl */
.rtl .contact--store .block__heading:before {
  left: auto;
  right: 0;
}
/* responsive rtl */
@media screen and (max-width: 359px) {
  .rtl .contact--social .social-profile li:not(:last-child) {
    margin-right: 0;
    margin-left: 10px;
  }
}
.login-container {
  -webkit-box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.24);
  max-width: 900px;
  margin: 50px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.login-container:before,
.login-container:after {
  display: none;
}
.login-container:before,
.login-container:after {
  display: none !important;
}
.login-container .block {
  padding: 30px;
  flex: 0 0 50%;
  max-width: 50%;
}
.login-container .block .block-title {
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.login-container .block .action.create {
  font-size: 1.4rem;
  height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  line-height: 45px;
}
.login-container .block.block-customer-login .actions-toolbar > .primary {
  width: 100%;
  margin: 0 0 10px;
}
.login-container .block.block-customer-login .actions-toolbar .action.login {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  width: 100%;
}
.login-container .block.block-new-customer {
  background: linear-gradient(126deg, #21364e 0%, #0d141e 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-container .block.block-new-customer:before,
.login-container .block.block-new-customer:after {
  display: none;
}
.login-container .block.block-new-customer .block-title {
  margin-bottom: 10px;
}
.login-container .block.block-new-customer .sub-title {
  margin-bottom: 20px;
}
.login-container .form-login .fieldset .field {
  margin-bottom: 20px;
}
.login-container .form-login .fieldset .field .control {
  position: relative;
}
.login-container .form-login .fieldset .field .control input {
  padding-left: 15px;
  padding-right: 15px;
}
.login-container .form-login .fieldset .field.choice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.login-container .form-login .fieldset .field.choice:before,
.login-container .form-login .fieldset .field.choice:after {
  display: none;
}
.login-container .form-login .fieldset .field.choice .label {
  flex: 1;
}
.login-container .form-login .fieldset .field.choice div.mage-error {
  width: 100%;
}
.login-container .form-login .fieldset:after {
  text-align: initial;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-create-account {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 50px auto 0;
  -webkit-box-shadow: 0 10px 34px -15px #000000;
  -moz-box-shadow: 0 10px 34px -15px #000000;
  box-shadow: 0 10px 34px -15px #000000;
}
.form-create-account:before,
.form-create-account:after {
  display: none;
}
.form-create-account .create.fieldset {
  flex: 1;
  padding: 30px;
  margin-top: 0 !important;
}
.form-create-account .create.fieldset .legend {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.form-create-account .create.fieldset .field {
  margin-bottom: 20px;
}
.form-create-account .create.fieldset .field.choice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-create-account .create.fieldset .field.choice:before,
.form-create-account .create.fieldset .field.choice:after {
  display: none;
}
.form-create-account .create.fieldset .field.choice .label {
  flex: 1;
}
.form-create-account .create.fieldset .field.choice div.mage-error {
  width: 100%;
}
.form-create-account .actions-toolbar > .primary {
  width: 100%;
  margin: 0;
}
.form-create-account .actions-toolbar .secondary {
  margin-top: 10px;
}
.form-create-account .actions-toolbar .action.submit {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  width: 100%;
}
.form.password.forget {
  max-width: 700px;
  margin: 50px auto 0;
  -webkit-box-shadow: 0 10px 34px -15px #000000;
  -moz-box-shadow: 0 10px 34px -15px #000000;
  box-shadow: 0 10px 34px -15px #000000;
  padding: 30px;
}
.form.password.forget .control.captcha-image {
  text-align: center;
}
.form.password.forget .actions-toolbar {
  justify-content: center;
}
.form.password.forget .actions-toolbar > .primary {
  width: 100%;
  margin: 0;
}
.form.password.forget .actions-toolbar .secondary {
  margin-top: 10px;
}
.form.password.forget .actions-toolbar .action.submit {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  width: 100%;
}
.form.password.forget .field {
  margin-bottom: 20px;
}
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.customer-account-login .page-title-wrapper .page-title,
.customer-account-create .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-title-wrapper .page-title {
  margin-bottom: 0;
}
.customer-account-login .page-header,
.customer-account-create .page-header,
.customer-account-forgotpassword .page-header {
  border-width: 0 0 1px;
  border-style: solid;
}
.account .page-main {
  padding-top: 0;
}
.account .column.main .block .block-title {
  font-size: 2.4rem;
  margin-bottom: 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
.account .column.main .block .block-title:before,
.account .column.main .block .block-title:after {
  display: none;
}
.account .column.main .block .block-title strong {
  font-weight: 500;
}
.account .column.main .block .block-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
}
.account .column.main .block .block-title .action {
  font-size: 1.4rem;
}
.account .column.main .block .block-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.account .column.main .block .block-content:before,
.account .column.main .block .block-content:after {
  display: none;
}
.account .column.main .block .block-content .box {
  border-width: 1px;
  border-style: solid;
  width: calc((100% - 30px) / 2);
  margin-bottom: 30px;
}
.account .column.main .block .block-content .box > * {
  padding: 15px;
  display: block;
  margin: 0;
}
.account .column.main .block .block-content .box > *:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.account .column.main .block .block-content .box .box-title {
  text-transform: uppercase;
  font-weight: 500;
}
.account .column.main .block .block-content .box .box-content {
  min-height: 85px;
}
.account .column.main .block .block-content .box .box-actions .action {
  text-decoration: none;
}
.account .column.main .block .block-content .box .box-actions .action:not(:last-child):after {
  content: "|";
  margin: 0 10px;
}
.account .block.block-reviews-dashboard .block-content .items {
  width: 100%;
  border-width: 1px;
  border-style: solid;
}
.account .block.block-reviews-dashboard .block-content .items .item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.account .block.block-reviews-dashboard .block-content .items .item:before,
.account .block.block-reviews-dashboard .block-content .items .item:after {
  display: none;
}
.account .block.block-reviews-dashboard .block-content .items .item > * {
  flex: 1;
  padding: 10px;
}
.account .block.block-reviews-dashboard .block-content .items .item > *:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
}
.account .block.block-reviews-dashboard .block-content .items .item:last-child {
  border-bottom: 0;
}
.account .block.block-reviews-dashboard .block-content .items .item .rating-summary .label {
  margin-right: 10px;
}
.account .table-wrapper {
  width: 100%;
}
.account .table-wrapper table {
  margin-bottom: 0;
}
.account .table-wrapper table:not(.cart):not(.totals) > thead > tr > th,
.account .table-wrapper table:not(.cart):not(.totals) > tbody > tr > th,
.account .table-wrapper table:not(.cart):not(.totals) > tfoot > tr > th,
.account .table-wrapper table:not(.cart):not(.totals) > thead > tr > td,
.account .table-wrapper table:not(.cart):not(.totals) > tbody > tr > td,
.account .table-wrapper table:not(.cart):not(.totals) > tfoot > tr > td {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  text-align: center;
}
.account .table-wrapper table:not(.cart):not(.totals) > thead > tr > td,
.account .table-wrapper table:not(.cart):not(.totals) > tbody > tr > td,
.account .table-wrapper table:not(.cart):not(.totals) > tfoot > tr > td {
  border-top: 0;
}
.account .table-wrapper table:not(.cart):not(.totals) > thead > tr .rating-summary,
.account .table-wrapper table:not(.cart):not(.totals) > tbody > tr .rating-summary,
.account .table-wrapper table:not(.cart):not(.totals) > tfoot > tr .rating-summary {
  justify-content: center;
}
.account .table-wrapper table .col.actions .action {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.account .table-wrapper table .col.actions .action:hover {
  text-decoration: none;
}
.account .order-links {
  display: none;
}
.account .order-details-items {
  margin-bottom: 50px;
  padding-bottom: 0;
  border-bottom: 0;
}
.account .order-details-items .order-title {
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}
.account .order-details-items .order-title strong {
  font-weight: 500;
}
.account .order-details-items .order-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
}
.account .order-details-items .product-item-name {
  font-weight: 500;
  margin-bottom: 0;
}
.account .order-details-items .col {
  vertical-align: middle;
}
.account .order-details-items .col.qty {
  padding: 0 !important;
}
.account .order-details-items .items-qty .item {
  padding: 10px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
.account .order-details-items .items-qty .item:last-child {
  border-width: 0;
}
.account .order-details-items .items-qty .title {
  font-size: 1.3rem;
  margin-right: 5px;
}
.account .order-details-items .items-qty .content {
  font-size: 1.5rem;
}
.account table.table-reviews:not(.cart):not(.totals) > tbody > tr > td.item,
.account table.table-reviews:not(.cart):not(.totals) > tbody > tr > td.description {
  text-align: initial;
}
.account .fieldset {
  margin-top: 50px;
}
.account .fieldset:first-child {
  margin-top: 0;
}
.account .fieldset .legend {
  font-size: 2.4rem;
}
.account .fieldset .field {
  margin-bottom: 20px;
}
.account .fieldset .field.choice .label {
  margin-bottom: 0;
  vertical-align: -webkit-baseline-middle;
}
.customer-review.view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer-review.view:before,
.customer-review.view:after {
  display: none;
}
.customer-review.view .review-details {
  flex: 1;
  padding-left: 30px;
}
.customer-review.view .review-details .customer-review-rating .item .rating-label {
  margin-right: 5px;
}
.customer-review.view .review-details .review-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 7px;
}
.customer-review.view .review-details .title {
  margin-bottom: 20px;
  font-size: 2.4rem;
}
.customer-review.view .review-details .title strong {
  font-weight: 500;
}
.customer-review.view .product-details {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.customer-review.view .product-details .product-media {
  width: 100%;
  float: none;
  margin: 0;
  max-width: 100%;
}
.customer-review.view .product-details .product-image-container {
  margin-right: 0;
}
.customer-review.view .product-details .product-reviews-summary {
  justify-content: center;
}
.customer-review.view .product-details .product-info {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.customer-review.view .product-details .product-info:before,
.customer-review.view .product-details .product-info:after {
  display: none;
}
.customer-review.view .product-details .product-info .rating-average-label {
  display: none;
}
.customer-review.view:hover .product-details .product-info {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.form-edit-account .field-tooltip {
  position: relative;
  top: auto;
  right: auto;
  display: inline-block;
}
.products-grid.wishlist {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.products-grid.wishlist .product-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  margin-bottom: 50px !important;
}
.products-grid.wishlist .product-items:before,
.products-grid.wishlist .product-items:after {
  display: none;
}
.products-grid.wishlist .product-items .product-item {
  width: 100%;
  margin: 0 0 30px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
.products-grid.wishlist .product-items .product-item .product-item-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.products-grid.wishlist .product-items .product-item .product-item-info:before,
.products-grid.wishlist .product-items .product-item .product-item-info:after {
  display: none;
}
.products-grid.wishlist .product-items .product-item .product-item-info > * {
  padding-left: 15px;
  padding-right: 15px;
}
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo {
  max-width: 100px;
  order: 2;
}
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-name {
  font-size: 1.6rem;
  font-weight: 500;
}
.products-grid.wishlist .product-items .product-item .product-item-info .product-info-base {
  flex: 1;
  order: 3;
}
.products-grid.wishlist .product-items .product-item .product-item-info .price-box {
  height: auto;
  line-height: 1;
  order: 5;
}
.products-grid.wishlist .product-items .product-item .product-item-info .price-box p {
  margin-bottom: 0;
}
.products-grid.wishlist .product-items .product-item .product-item-info .stock {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-right: 10px;
}
.products-grid.wishlist .product-items .product-item .product-item-info .stock span {
  border-width: 1px;
  border-style: solid;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  display: inline-block;
}
.products-grid.wishlist .product-items .product-item .product-item-info .box-tocart {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .product-item-actions {
  position: static;
}
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner {
  order: 6;
}
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions {
  order: 1;
  margin-top: 0;
  display: inline-block;
}
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action {
  text-decoration: none;
}
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.tocart {
  font-size: 1.2rem;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
}
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.edit {
  display: none;
}
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.delete {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  position: relative;
}
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.delete:before,
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.delete:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  top: 50%;
  left: calc(50% - 6px);
  margin-top: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: black;
}
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.delete:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.delete:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.delete:hover:before,
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.delete:hover:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  background-color: #e5e5e5;
}
.products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.delete span {
  display: none;
}
.products-grid.wishlist .product-items .product-item .product-item-info .tooltip.wrapper {
  opacity: 1;
  z-index: 1;
  order: 4;
}
.products-grid.wishlist .product-items .product-item .product-item-info .tooltip.wrapper .toggle {
  position: static;
  font-size: 1.4rem;
  font-family: 'Josefin Sans', sans-serif;
  opacity: 1;
}
.products-grid.wishlist .product-items .product-item .product-item-info .tooltip.wrapper .content {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 20px);
}
.products-grid.wishlist .product-items .product-item .product-item-info .tooltip.wrapper .content .subtitle {
  display: none;
}
.products-grid.wishlist .product-items .product-item .product-item-info .tooltip.wrapper .content .label {
  float: left;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 0;
}
.products-grid.wishlist .product-items .product-item .product-item-info .tooltip.wrapper .content .values {
  float: left;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.products-grid.wishlist .product-items .product-item .product-item-info .tooltip.wrapper .content .values + .label {
  clear: left;
}
.products-grid.wishlist .product-items .product-item .product-item-info .tooltip.wrapper:hover .content {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.products-grid.wishlist .product-items .product-item:last-child {
  border-width: 0;
}
.form-wishlist-items {
  margin-bottom: 40px;
}
.form-wishlist-items .actions-toolbar {
  justify-content: space-between;
}
.form-wishlist-items .actions-toolbar .primary .action {
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.form-wishlist-items .actions-toolbar .primary .action:last-child {
  margin-right: 0 !important;
}
.form-wishlist-items .actions-toolbar .primary .action.update {
  display: none;
}
/* responsive */
@media screen and (max-width: 1199px) {
  .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .login-container .block.block-new-customer .block-title {
    font-size: 2rem;
  }
  .form-create-account .fieldset {
    flex: 0 0 100%;
  }
  .form-create-account .fieldset .legend {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .account .column.main {
    margin-bottom: 80px;
  }
  .account.page-layout-2columns-left .columns,
  .account.page-layout-2columns-right .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .account.page-layout-2columns-left .columns:before,
  .account.page-layout-2columns-right .columns:before,
  .account.page-layout-2columns-left .columns:after,
  .account.page-layout-2columns-right .columns:after {
    display: none;
  }
  .account.page-layout-2columns-left .column.main,
  .account.page-layout-2columns-right .column.main {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .login-container .block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .login-container .block .block-title {
    font-size: 2rem;
  }
  .login-container .block.block-customer-login {
    order: 2;
  }
  .login-container .block.block-new-customer .block-title {
    margin-bottom: 0;
  }
  .form-create-account {
    margin-top: 30px;
  }
  .form-create-account .create.fieldset {
    flex: 0 0 100%;
  }
  .form-create-account .create.account {
    padding-top: 0;
  }
  .products-grid.wishlist {
    margin-right: 0;
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-items .product-item {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-items .product-item .product-item-info > * {
    flex: 0 0 100%;
    padding: 0;
  }
  .products-grid.wishlist .product-items .product-item .product-item-info .product-info-base {
    flex: 0 0 100%;
  }
  .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name {
    margin-left: 0;
    padding: 0;
  }
  .products-grid.wishlist .product-items .product-item .product-item-info .price-box {
    margin: 0;
  }
  .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions {
    order: 7;
    margin-top: 20px;
  }
  .products-grid.wishlist .product-items .product-item .product-item-info .product-item-actions .action.delete {
    float: none;
  }
  .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .product-item-actions {
    margin-top: 0;
  }
  .account .column.main {
    order: 3;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .account .column.main .block .block-content .box {
    width: 100%;
  }
  .account .table-wrapper {
    width: 100%;
  }
  .account .table-wrapper table:not(.cart):not(.totals) > thead {
    display: none;
  }
  .account .table-wrapper table:not(.cart):not(.totals) > tbody > tr,
  .account .table-wrapper table:not(.cart):not(.totals) > tfoot > tr {
    display: block;
  }
  .account .table-wrapper table:not(.cart):not(.totals) > tbody > tr > th,
  .account .table-wrapper table:not(.cart):not(.totals) > tfoot > tr > th,
  .account .table-wrapper table:not(.cart):not(.totals) > tbody > tr > td,
  .account .table-wrapper table:not(.cart):not(.totals) > tfoot > tr > td {
    border: 0;
    display: block;
    text-align: initial;
    padding-left: 0;
    padding-right: 0;
  }
  .account .table-wrapper table:not(.cart):not(.totals) > tbody > tr > th:before,
  .account .table-wrapper table:not(.cart):not(.totals) > tfoot > tr > th:before,
  .account .table-wrapper table:not(.cart):not(.totals) > tbody > tr > td:before,
  .account .table-wrapper table:not(.cart):not(.totals) > tfoot > tr > td:before {
    content: attr(data-th) ":";
    margin-right: 10px;
    font-weight: bold;
  }
  .account .table-wrapper table:not(.cart):not(.totals) tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 10px 0;
  }
  .account .table-wrapper table:not(.cart):not(.totals) tr:last-child {
    border-bottom: 0;
  }
  .account .table-wrapper table:not(.cart):not(.totals) tr .summary .rating-summary {
    display: inline-block;
    vertical-align: baseline;
  }
  .form-wishlist-items .actions-toolbar .primary .action {
    padding: 0 10px;
  }
}
@media screen and (max-width: 479px) {
  .account .column.main .block .block-title {
    font-size: 1.8rem;
  }
  .account .block.block-reviews-dashboard .block-content .items {
    border: 0;
  }
  .account .block.block-reviews-dashboard .block-content .items .item > * {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .account .block.block-reviews-dashboard .block-content .items .item > *:not(:last-child) {
    border-right: 0;
  }
  .account .block.block-reviews-dashboard .block-content .items .item .rating-summary {
    padding-top: 0;
  }
  .products-grid.wishlist .product-items .product-item {
    width: 100%;
  }
  .form-wishlist-items .actions-toolbar .primary .action {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 319px) {
  .form-edit-account .field-tooltip .field-tooltip-content {
    right: 0;
    left: 0;
    width: 250px;
  }
  .form-edit-account .field-tooltip .field-tooltip-content:before,
  .form-edit-account .field-tooltip .field-tooltip-content:after {
    right: auto;
    left: 3px;
  }
  .products-grid.wishlist .product-items .product-item .product-item-info .box-tocart .product-item-actions {
    margin-top: 10px;
  }
}
/* rtl */
.rtl .login-container .block .block-title:before {
  left: auto;
  right: 0;
}
.rtl .login-container .form-login .fieldset .field .control:before {
  left: auto;
  right: 15px;
}
.rtl .form-create-account .fieldset .legend:before {
  left: auto;
  right: 0;
}
.rtl .account .block.block-reviews-dashboard .block-content .items .item > *:not(:last-child) {
  border-left-style: solid;
  border-left-width: 1px;
  border-right: 0;
}
.rtl .account .fieldset .legend:before {
  left: auto;
  right: 0;
}
.rtl .account .table-order-items .table-caption:before,
.rtl .account .table-reviews .table-caption:before {
  left: auto;
  right: 0;
}
/* responsive rtl */
@media screen and (max-width: 479px) {
  .rtl .account .block.block-reviews-dashboard .block-content .items .item > *:not(:last-child) {
    border-left: 0;
  }
}
.catalog-product-view .fotorama__arr .fotorama__arr__arr {
  border-width: 1px;
  border-style: solid;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  background-image: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 20px;
  z-index: 999;
}
.catalog-product-view .fotorama__arr .fotorama__arr__arr:before {
  font-family: Fontawesome;
}
.catalog-product-view .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\f104";
}
.catalog-product-view .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:before {
  content: "\f105";
}
.catalog-product-view .breadcrumbs {
  padding: 0 100px 0 0;
  text-align: initial;
  margin-bottom: 0;
  border-width: 0;
  background-image: none;
}
.catalog-product-view .breadcrumbs .container {
  padding: 0;
}
.catalog-product-view .product-view {
  margin-top: 50px;
}
.catalog-product-view .product-view .product-video {
  height: calc(100% - 80px);
}
.catalog-product-view .product-view .fotorama__video-close {
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 4;
  width: 30px;
  height: 30px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  border-color: #e5e5e5;
  z-index: 2;
  transform: translate3d(0, 0, 0);
  background-image: none;
  display: block;
}
.catalog-product-view .product-view .fotorama__video-close:before,
.catalog-product-view .product-view .fotorama__video-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 13px;
  top: 50%;
  left: calc(50% - 6px);
  margin-top: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: black;
}
.catalog-product-view .product-view .fotorama__video-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.catalog-product-view .product-view .fotorama__video-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.catalog-product-view .product-view .fotorama__video-close:hover:before,
.catalog-product-view .product-view .fotorama__video-close:hover:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #e5e5e5;
}
.fotorama__video-close {
  display: none;
}
.zoomContainer {
  z-index: 3 !important;
}
.zoomContainer .zoomLens {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8) inset;
  background-color: transparent !important;
  border-radius: 50% !important;
  z-index: 3 !important;
}
.productzoom-window .zoomContainer .zoomLens {
  border-width: 3px !important;
  background-color: transparent !important;
}
.fotorama__stage.fotorama__shadows--left:after,
.fotorama__nav.fotorama__shadows--left:after,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:before,
.fotorama__nav.fotorama__shadows--right:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.nav-open .zoomContainer {
  z-index: -1 !important;
}
.product-next-prev .item {
  position: relative;
}
.product-next-prev .item .product-item-photo {
  position: absolute;
  top: calc(100% + 30px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.product-next-prev .item:hover .product-item-photo {
  top: calc(100% + 5px);
  opacity: 1;
  visibility: visible;
}
.product-next-prev .item a {
  text-decoration: none;
}
.product-next-prev .item .arrow:before {
  font-size: 2rem;
}
.product-next-prev .item .category-back a:before {
  font-size: 2rem;
}
.page-title-wrapper.product .page-title {
  font-size: 2.6rem;
}
.product-info-price {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.product-info-stock-sku {
  margin-bottom: 20px;
}
.product-qty .label {
  display: none;
}
.product-qty .custom-qty {
  width: 77px;
  border-width: 1px;
  border-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-qty .custom-qty:before,
.product-qty .custom-qty:after {
  display: none;
}
.product-qty .custom-qty input {
  width: 40px;
  border-width: 0 1px 0 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.product-qty .custom-qty .btn-plus {
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.product-qty .custom-qty .btn-plus:before,
.product-qty .custom-qty .btn-plus:after {
  display: none;
}
.product-qty .custom-qty .btn-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  display: block;
}
.product-qty .custom-qty .btn-plus .items {
  font-size: 1rem;
  height: 25px;
  line-height: normal;
  border: 0;
  outline: none;
}
.product-qty .custom-qty .btn-plus .items:before {
  font-family: Fontawesome;
}
.product-qty .custom-qty .btn-plus .items:first-child {
  border-width: 0 0 1px;
  border-style: solid;
}
.product-qty .custom-qty .btn-plus .items.reduced:before {
  content: "\f068";
}
.product-qty .custom-qty .btn-plus .items.increase:before {
  content: "\f067";
}
.product-qty .custom-qty .btn-plus .items i {
  display: none;
}
.product-add-form {
  margin-bottom: 20px;
}
.product-add-form .fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.product-add-form .fieldset:before,
.product-add-form .fieldset:after {
  display: none;
}
.product-add-form .fieldset .field.qty {
  margin-right: 7px;
}
.product-add-form .fieldset .action.tocart {
  height: 50px;
  line-height: 48px;
  text-transform: uppercase;
}
.product-social-links {
  text-align: initial;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-width: 0 0 1px;
  border-style: solid;
}
.product-social-links .action {
  text-decoration: none;
  display: inline-block;
}
.product-social-links .action:not(:last-child) {
  margin-right: 20px;
}
.product-social-links .action:before {
  display: inline-block;
  font-size: 1.6rem;
  width: 50px;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  line-height: 48px;
  margin-right: 7px;
  text-align: center;
}
.product-social-links .action.towishlist:before {
  content: "\f103";
  font-family: funio;
}
.product-social-links .action.tocompare:before {
  content: "\f10e";
  font-family: funio;
}
.additional-timer-block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.additional-timer-block .offer-product {
  border-width: 2px;
  border-style: solid;
  padding: 20px 30px;
  margin-bottom: 30px;
  position: relative;
}
.additional-timer-block .offer-product:before {
  content: url('../../frontend/Alothemes/funio7/ar_SA/images/alothemes/giftbox.png');
  display: inline-block;
  width: 50px;
  height: 25px;
  position: absolute;
  top: -17px;
  text-align: center;
  background-color: white;
}
.additional-timer-block .offer-product .offer-item {
  font-weight: 500;
}
.additional-timer-block .offer-product .offer-item:before {
  content: "\f0da";
  font-family: Fontawesome;
  margin-right: 10px;
  display: inline-block;
}
.additional-timer-block .slogan-countdown {
  margin-bottom: 10px;
}
.additional-timer-block .slogan-countdown:before {
  content: url('../../frontend/Alothemes/funio7/ar_SA/images/alothemes/fire.png');
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: bottom;
}
.additional-timer-block .alo-count-down {
  margin-bottom: 20px;
  display: inline-block;
}
.additional-timer-block .alo-count-down .countdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.additional-timer-block .alo-count-down .countdown:before,
.additional-timer-block .alo-count-down .countdown:after {
  display: none;
}
.additional-timer-block .alo-count-down .countdown .timer-box .timer-box-content {
  text-align: center;
  padding: 5px;
}
.additional-timer-block .alo-count-down .countdown .timer-box .timer-box-content b {
  font-size: 2.4rem;
  width: 66px;
  height: 66px;
  line-height: 62px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.additional-timer-block .alo-count-down .countdown .timer-box .timer-box-content .title {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
}
.additional-timer-block .alo-count-down .countdown .timer-box:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-deal-special-progress .deal-stock-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-deal-special-progress .deal-stock-label:before,
.product-deal-special-progress .deal-stock-label:after {
  display: none;
}
.product-deal-special-progress .deal-progress {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) inset;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 10px;
  position: relative;
  margin-bottom: 10px;
}
.product-deal-special-progress .deal-progress .deal-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.product-sku .lable {
  text-transform: uppercase;
}
.categories-product-view {
  margin-top: 10px;
}
.categories-product-view a {
  text-decoration: none;
  font-weight: 400;
}
.categories-product-view .command:last-child {
  display: none;
}
.delivery-return {
  margin-top: 20px;
}
.delivery-return .delivery-return-text {
  cursor: pointer;
}
.service-customers {
  margin-top: 20px;
}
.service-customers .service {
  padding: 0;
}
.alo-social-links {
  margin-top: 20px;
}
.alo-social-links .custom-html .title-social {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 10px;
}
.alo-social-links .custom-html .list-inline {
  margin-bottom: 0;
  display: inline-block;
  padding: 0;
}
.alo-social-links .custom-html .list-inline li {
  display: inline-block;
  margin-bottom: 0;
}
.alo-social-links .custom-html .list-inline li:not(:last-child) {
  margin-right: 10px;
}
.alo-social-links .custom-html .list-inline li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
}
.alo-social-links .custom-html .list-inline li a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.review-field-ratings .review-field-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.review-field-ratings .review-field-rating:before,
.review-field-ratings .review-field-rating:after {
  display: none;
}
.review-field-ratings .review-field-rating .label {
  padding-top: 0;
  padding-bottom: 0;
  min-width: 60px;
}
.review-field-ratings .review-field-rating .control {
  position: relative;
  margin: 0;
  padding: 0;
}
.review-field-ratings .review-field-rating .control:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: Fontawesome;
  display: inline-block;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  height: 13px;
  letter-spacing: 5px;
  line-height: 13px;
  position: absolute;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .control label:before {
  font-family: Fontawesome;
  display: inline-block;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  height: 13px;
  letter-spacing: 5px;
  line-height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: top;
  opacity: 0;
}
.review-field-ratings .review-field-rating .control label:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-field-ratings .review-field-rating .control label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-field-ratings .review-field-rating .control label:hover:before {
  opacity: 1;
}
.review-field-ratings .review-field-rating .control input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-field-ratings .review-field-rating .control .rating-1::before {
  content: "\f005";
  z-index: 5;
}
.review-field-ratings .review-field-rating .control .rating-2::before {
  content: "\f005" "\f005";
  z-index: 4;
}
.review-field-ratings .review-field-rating .control .rating-3::before {
  content: "\f005" "\f005" "\f005";
  z-index: 3;
}
.review-field-ratings .review-field-rating .control .rating-4::before {
  content: "\f005" "\f005" "\f005" "\f005";
  z-index: 2;
}
.review-field-ratings .review-field-rating .control .rating-5::before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  z-index: 1;
}
.review-field-ratings .review-field-rating .control input[type=radio]:checked + label:before {
  opacity: 1;
}
.product.overview {
  margin-bottom: 20px;
}
.product.sku {
  display: none;
}
.product.info.detailed {
  padding: 45px 0;
  border-width: 1px 0 0;
  border-style: solid;
}
.product.info.detailed .product.data.items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  justify-content: space-around;
}
.product.info.detailed .product.data.items:before,
.product.info.detailed .product.data.items:after {
  display: none;
}
.product.info.detailed .items-tabs {
  width: 240px;
  padding: 20px 0;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
.product.info.detailed .items-tabs .item {
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  margin-bottom: 15px;
}
.product.info.detailed .items-tabs .item .data.switch {
  position: relative;
  display: inline-block;
}
.product.info.detailed .items-tabs .item .data.switch:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 32px;
  height: 1px;
}
.product.info.detailed .items-tabs .item a {
  text-decoration: none;
}
.product.info.detailed .items-tabs .item .counter:before {
  content: "(";
}
.product.info.detailed .items-tabs .item .counter:after {
  content: ")";
}
.product.info.detailed .data-tabs-content {
  padding: 20px;
  flex: 1;
}
.product.info.detailed .data-tabs-content .item.content:not(:first-child) {
  display: none;
}
.product.info.detailed .data-tabs-content h2 {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.product.info.detailed .data-tabs-content h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 48px;
  height: 1px;
}
.product.info.detailed .data-tabs-content ul {
  padding-inline-start: 20px;
  margin-bottom: 20px;
}
.product.info.detailed .data-tabs-content .list-unstyled {
  padding: 0;
}
.product.info.detailed .data-tabs-content img {
  margin-bottom: 20px;
}
.product.info.detailed #reviews .review-list .block-title {
  margin-bottom: 10px;
}
.product.info.detailed #reviews .review-list .block-title strong {
  font-size: 2.5rem;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
}
.product.info.detailed #reviews .review-legend.legend {
  width: auto;
  border-width: 2px;
  border-style: solid;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 52px;
  padding: 0 35px;
  text-transform: uppercase;
}
.product.info.detailed #reviews .review-legend.legend:before {
  content: "\f111";
  font-family: funio;
  display: inline-block;
  font-size: 2rem;
  margin-right: 15px;
}
.product.info.detailed #reviews .review-legend.legend span {
  display: inline-block;
  margin-right: 10px;
}
.product.info.detailed #reviews .review-legend.legend strong {
  display: inline-block;
  font-weight: 600;
}
.product.info.detailed #reviews .review-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
  margin-bottom: 30px;
}
.product.info.detailed #reviews .review-item:before,
.product.info.detailed #reviews .review-item:after {
  display: none;
}
.product.info.detailed #reviews .review-item:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
}
.product.info.detailed #reviews .review-item .review-title {
  width: 100%;
  margin-bottom: 10px;
}
.product.info.detailed #reviews .review-item .review-ratings .rating-summary .label {
  min-width: 50px;
  margin-right: 10px;
}
.product.info.detailed #reviews .review-item .review-content-container {
  margin-top: 10px;
  width: 100%;
}
.product.info.detailed #reviews .review-item .review-details {
  margin-left: 0;
  width: 100%;
  margin-bottom: 10px;
}
.product.info.detailed #reviews #product-review-container {
  vertical-align: top;
}
.product.info.detailed #reviews #product-review-container .review-items {
  max-height: 500px;
  overflow-y: auto;
}
.product.info.detailed #reviews #product-review-container .review-items::-webkit-scrollbar {
  width: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.product.info.detailed #reviews #product-review-container .review-items::-webkit-scrollbar-thumb {
  background-color: #cecece;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.product.info.detailed #reviews #product-review-container .review-items::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #e6e6e6;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.product.info.detailed #reviews #product-review-container .toolbar {
  margin-bottom: 0;
}
.product.info.detailed #reviews #product-review-container .toolbar .pages {
  display: block;
  padding-bottom: 0;
  border-width: 0;
  padding-top: 50px;
}
.product.info.detailed #reviews #product-review-container .toolbar .pages .pages-items {
  margin-bottom: 0;
  padding: 0;
  text-align: initial;
}
.product.info.detailed #reviews .review-form {
  max-width: 100%;
}
.product.info.detailed #reviews .review-field-ratings > .label {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
}
.product.info.detailed #reviews .review-field-ratings > .control {
  margin-top: -10px;
}
.product.info.detailed #reviews .fieldset .field {
  margin-bottom: 20px;
}
.product.info.detailed #reviews .review-toolbar {
  border-top: 0;
}
.product.info.detailed #reviews .review-field-review {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.product.info.detailed #reviews .review-field-review:before,
.product.info.detailed #reviews .review-field-review:after {
  display: none;
}
.product.info.detailed #reviews .review-field-review > * {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.product.info.detailed #additional table {
  max-width: 700px;
  width: 100%;
}
.product.info.detailed #additional table tr th,
.product.info.detailed #additional table tr td {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  text-align: initial;
  width: 50%;
}
.product-info-main .block.block-tags {
  padding-left: 65px;
}
.product-info-main .product-next-prev {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.product-info-main .product-reviews-summary {
  margin-top: 10px;
  margin-bottom: 0;
}
.product-info-main .brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.product-info-main .brand:before,
.product-info-main .brand:after {
  display: none;
}
.product-info-main .brand .title {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 0;
}
.product-info-main .brand span {
  display: none;
}
.product-info-main .brand a {
  display: inline-block;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
}
.product-info-main .brand img {
  margin: 0 auto;
  max-height: 72px;
}
.product-info-main .stock span:before {
  content: "\f046";
  font-family: Fontawesome;
  margin-right: 5px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 400;
}
.product-info-main .stock.unavailable span:before {
  content: "\f06a";
}
.product-info-main .special-price {
  display: inline-block;
}
.product-info-main .price-box {
  margin-top: 0;
}
.product-info-main .price-box .weee .price {
  font-size: 2.2rem;
  font-weight: 500;
}
.product-info-main .product-shop-content {
  padding-left: 65px;
}
.block.block-related,
.block.box-up-sell,
.block.crosssell {
  margin-bottom: 50px;
}
.block.block-related .block-title,
.block.box-up-sell .block-title,
.block.crosssell .block-title {
  text-align: center;
  margin-bottom: 50px;
}
.block.block-related .block-title #block-related-heading,
.block.box-up-sell .block-title #block-related-heading,
.block.crosssell .block-title #block-related-heading,
.block.block-related .block-title #block-upsell-heading,
.block.box-up-sell .block-title #block-upsell-heading,
.block.crosssell .block-title #block-upsell-heading,
.block.block-related .block-title #block-crosssell-heading,
.block.box-up-sell .block-title #block-crosssell-heading,
.block.crosssell .block-title #block-crosssell-heading {
  font-size: 3.4rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.block.block-related .block-title #block-related-heading:before,
.block.box-up-sell .block-title #block-related-heading:before,
.block.crosssell .block-title #block-related-heading:before,
.block.block-related .block-title #block-upsell-heading:before,
.block.box-up-sell .block-title #block-upsell-heading:before,
.block.crosssell .block-title #block-upsell-heading:before,
.block.block-related .block-title #block-crosssell-heading:before,
.block.box-up-sell .block-title #block-crosssell-heading:before,
.block.crosssell .block-title #block-crosssell-heading:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
}
.block.block-related .block-title .block-subtitle,
.block.box-up-sell .block-title .block-subtitle,
.block.crosssell .block-title .block-subtitle {
  display: none;
}
.block.block-related .slick-prev,
.block.box-up-sell .slick-prev,
.block.crosssell .slick-prev,
.block.block-related .slick-next,
.block.box-up-sell .slick-next,
.block.crosssell .slick-next {
  border-width: 1px;
  border-style: solid;
}
.block.block-related .slick-prev:before,
.block.box-up-sell .slick-prev:before,
.block.crosssell .slick-prev:before,
.block.block-related .slick-next:before,
.block.box-up-sell .slick-next:before,
.block.crosssell .slick-next:before {
  padding: 0;
}
.block-product-bottom .block-related-product:first-child {
  border-width: 1px 0 0;
  border-style: solid;
  padding-top: 50px;
}
.catalog-product-view .product.media {
  display: block;
  align-items: stretch;
  flex: none;
  max-width: none;
}
.catalog-product-view .product.media .product-label {
  left: 30px;
  right: 30px;
}
.catalog-product-view .product.media .product-label .sticker [class*="label"] {
  padding: 5px 15px;
}
.catalog-product-view .fotorama-item .fotorama__thumb-border {
  display: none;
}
.catalog-product-view .fotorama__nav--thumbs .fotorama__nav__frame {
  padding-right: 10px !important;
}
.catalog-product-view .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.catalog-product-view .fotorama__nav--thumbs .fotorama__nav__frame .fotorama__thumb {
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-product-view .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active .fotorama__thumb {
  border-color: red;
}
.catalog-product-view .fotorama__nav-wrap {
  margin-top: 20px;
}
.catalog-product-view .view-full-page-details {
  display: none;
}
.table.grouped:not(.cart):not(.totals) > caption {
  width: auto;
  height: auto;
  position: static;
  margin-bottom: 5px;
  caption-side: top;
  font-size: 1.6rem;
  text-align: initial;
}
.table.grouped:not(.cart):not(.totals) > thead > tr > th {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  vertical-align: middle;
  padding: 10px;
  width: calc((100% - 120px) / 2);
}
.table.grouped:not(.cart):not(.totals) > thead > tr > th:first-child {
  max-width: 120px;
}
.table.grouped:not(.cart):not(.totals) > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
}
.table.grouped:not(.cart):not(.totals) > tbody > tr > td:first-child {
  max-width: 120px;
}
.table.grouped:not(.cart):not(.totals) > tbody > tr > td img {
  max-width: 100px;
}
.table.grouped:not(.cart):not(.totals) > tbody > tr > td .product-item-name {
  font-size: 1.6rem;
  font-weight: 700;
}
.bundle-actions {
  margin-bottom: 20px;
}
.bundle-options-container {
  margin-top: 40px;
}
.bundle-options-container .product-add-form {
  overflow: hidden;
}
.bundle-options-container #product_addtocart_form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bundle-options-container #product_addtocart_form:before,
.bundle-options-container #product_addtocart_form:after {
  display: none;
}
.bundle-options-container .bundle-options-wrapper {
  border-width: 1px;
  border-style: solid;
  padding: 30px;
}
.bundle-options-container .bundle-options-wrapper .legend.title {
  margin-top: 0;
}
.bundle-options-container .bundle-options-wrapper .field.option {
  padding-bottom: 20px;
}
.bundle-options-container .bundle-options-wrapper .field.option:not(:last-child) {
  margin-bottom: 20px;
  border-width: 0 0 1px;
  border-style: solid;
}
.bundle-options-container .bundle-options-wrapper .field.option > .label {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.bundle-options-container .bundle-options-wrapper .field.option .control .field.choice .label:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset > * {
  width: 100%;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .fieldset .action.back {
  width: auto;
}
.bundle-options-container .block-bundle-summary {
  border-width: 1px;
  border-style: solid;
  padding: 30px;
}
.bundle-options-container .block-bundle-summary .legend.title {
  margin-top: 0;
}
.bundle-options-container .block-bundle-summary .field.option {
  padding-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .field.option:not(:last-child) {
  margin-bottom: 20px;
  border-width: 0 0 1px;
  border-style: solid;
}
.bundle-options-container .block-bundle-summary .field.option > .label {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .field.option .control .field.choice .label:after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.bundle-options-container .block-bundle-summary .product-options-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .product-options-wrapper .fieldset > * {
  width: 100%;
}
.bundle-options-container .block-bundle-summary .product-options-wrapper .fieldset .action.back {
  width: auto;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-bottom: 2rem;
  margin-top: 0;
}
.bundle-options-container .block-bundle-summary .product-image-container {
  display: block;
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product.name {
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: inline-block;
}
.bundle-options-container .block-bundle-summary .stock {
  display: none;
}
.bundle-options-container .block-bundle-summary .box-tocart {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .price-box {
  border-width: 0 0 1px;
  border-style: solid;
  padding-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary .bundle.items .label {
  font-size: 1.5rem;
}
.page-product-downloadable #product_addtocart_form .product-options-wrapper {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.page-product-downloadable #product_addtocart_form .product-options-wrapper .field.downloads > .label {
  display: none;
}
.page-product-downloadable #product_addtocart_form .product-options-wrapper .field.downloads a {
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
}
.page-product-downloadable #product_addtocart_form .product-options-wrapper .field.downloads a:hover {
  text-decoration: none;
}
.page-product-downloadable #product_addtocart_form .product-options-bottom {
  float: none;
  width: 100%;
}
.page-product-downloadable #product_addtocart_form .product-options-bottom .box-tocart {
  margin-bottom: 20px;
}
.detail-tab-sticky .page-wrapper {
  overflow: visible !important;
}
/* responsive */
@media screen and (max-width: 1199px) {
  .product-info-main .product-shop-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .product.info.detailed {
    border-width: 0 0 1px;
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .product.info.detailed #reviews .review-item .review-ratings {
    width: 100%;
    margin-bottom: 20px;
  }
  .product.info.detailed #reviews .review-item .review-content {
    padding-left: 0;
    flex: 0 0 100%;
  }
  .product.info.detailed .items-tabs {
    width: 100%;
    padding: 10px 0;
    border-width: 1px 0;
    border-style: solid;
    text-align: center;
    position: static;
  }
  .product.info.detailed .items-tabs .item {
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .product.info.detailed .items-tabs .item:last-child {
    margin-right: 0;
  }
  .product.info.detailed .items-tabs .item:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .product.info.detailed .data-tabs-content {
    border-width: 0;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .product.info.detailed #reviews > * {
    width: 100%;
  }
  .product.info.detailed #reviews .review-item:last-child {
    border-bottom-width: 1px;
  }
  .block.block-related .block-title,
  .block.box-up-sell .block-title,
  .block.crosssell .block-title {
    margin-bottom: 20px;
  }
  .block.block-related .block-title #block-related-heading,
  .block.box-up-sell .block-title #block-related-heading,
  .block.crosssell .block-title #block-related-heading,
  .block.block-related .block-title #block-upsell-heading,
  .block.box-up-sell .block-title #block-upsell-heading,
  .block.crosssell .block-title #block-upsell-heading,
  .block.block-related .block-title #block-crosssell-heading,
  .block.box-up-sell .block-title #block-crosssell-heading,
  .block.crosssell .block-title #block-crosssell-heading {
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .bundle-options-container .bundle-options-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .bundle-options-container .block-bundle-summary {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .table.grouped {
    overflow-x: hidden;
  }
  .product.info.detailed #reviews .review-field-review > * {
    width: 100%;
  }
  .product.info.detailed #reviews .review-field-review .review-block-info {
    order: 2;
  }
}
@media screen and (max-width: 575px) {
  .product-next-prev {
    display: none;
  }
  .product.info.detailed .items-tabs .item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .product-social-links .action {
    display: inline-block;
  }
  .product-social-links .action:not(:last-child) {
    margin-right: 0;
  }
  .product-social-links .action span {
    display: none;
  }
  .table.grouped:not(.cart):not(.totals) > thead > tr > th:first-child {
    max-width: 80px;
  }
  .table.grouped:not(.cart):not(.totals) > tbody > tr > td:first-child {
    max-width: 80px;
  }
  .table.grouped:not(.cart):not(.totals) > tbody > tr > td img {
    max-width: 60px;
  }
  .additional-timer-block .alo-count-down .countdown .timer-box .timer-box-content b {
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    line-height: 46px;
  }
  .additional-timer-block .alo-count-down .countdown .timer-box .timer-box-content .title {
    font-size: 1rem;
  }
  .additional-timer-block .offer-product {
    padding: 20px;
  }
}
@media screen and (max-width: 359px) {
  .bundle-options-container .bundle-options-wrapper {
    padding: 15px;
  }
  .bundle-options-container .bundle-options-wrapper .action.back {
    padding: 0 10px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .field.qty {
    margin-bottom: 20px;
  }
}
/* rtl */
.rtl .product-next-prev {
  float: left;
}
.rtl .product-next-prev .product-prev .arrow:before {
  content: '\e608';
}
.rtl .product-next-prev .product-next .arrow:before {
  content: '\e617';
}
.rtl .brand .title-brand {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .product-qty .custom-qty input {
  border-width: 0 0 0 1px;
}
.rtl .product-social-links .product-addto-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rtl .product-social-links .product-addto-links:before,
.rtl .product-social-links .product-addto-links:after {
  display: none;
}
.rtl .product-social-links .product-addto-links .action:before {
  margin-right: 0;
  margin-left: 7px;
}
.rtl .product-social-links .product-addto-links .action:not(:last-child) {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .product-sku {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rtl .product-sku:before,
.rtl .product-sku:after {
  display: none;
}
.rtl .categories-product-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rtl .categories-product-view:before,
.rtl .categories-product-view:after {
  display: none;
}
.rtl .product-add-form .fieldset .field.qty {
  margin-right: 0;
  margin-left: 7px;
}
.rtl .alo-social-links .custom-html .list-inline li:not(:last-child) {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .product.info.detailed .data-tabs-content h2:before {
  left: auto;
  right: 0;
}
.rtl .product.info.detailed .data-tabs-content #reviews .review-item .review-content {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .product-info-main .stock {
  margin-right: 0;
}
.rtl .product-info-main .stock span:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rtl .product-info-main .stock span:after {
  content: "\f046";
  font-family: Fontawesome;
  margin-left: 5px;
}
.rtl .product-info-main .stock.unavailable span:after {
  content: "\f06a";
}
.rtl .product-info-main .product-shop-content {
  padding-left: 0;
  padding-right: 65px;
}
.rtl .review-field-ratings .review-field-rating .control label:before {
  left: auto;
  right: 0;
}
.rtl .page-product-downloadable #product_addtocart_form .product-options-wrapper {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.rtl .page-product-downloadable #product_addtocart_form .product-options-wrapper .field.downloads .field.choice .label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rtl .page-product-downloadable #product_addtocart_form .product-options-wrapper .field.downloads .field.choice .label:before,
.rtl .page-product-downloadable #product_addtocart_form .product-options-wrapper .field.downloads .field.choice .label:after {
  display: none;
}
/* responsive rtl */
@media screen and (max-width: 1199px) {
  .rtl .product-info-main .product-shop-content {
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .rtl .product-social-links .action:not(:last-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .rtl .product.info.detailed .data-tabs-content #reviews .review-item .review-content {
    padding-right: 0;
  }
}
#html-body .magepow--category .block-title .title {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#html-body .magepow--category .block-title p {
  margin: 0;
}
#html-body .magepow--category img {
  margin: 0 auto;
}
#html-body .magepow--category .category-item-name {
  font-size: 2rem;
  text-align: center;
}
#html-body .magepow--category.category--style--1 {
  margin-top: 65px;
}
#html-body .magepow--category.category--style--1 .block-title .title {
  margin-bottom: 55px;
}
#html-body .magepow--category.category--style--1 .block-title p {
  margin: 0;
}
#html-body .banner.banner--style--1 .pagebuilder-column-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: space-between;
}
#html-body .banner.banner--style--1 .pagebuilder-column-group:before,
#html-body .banner.banner--style--1 .pagebuilder-column-group:after {
  display: none;
}
#html-body .banner.banner--style--1 figure {
  margin: 0;
}
#html-body .banner.banner--style--1 .banner-details {
  margin-top: 55px;
}
#html-body .banner.banner--style--1 .banner-details h2 {
  font-size: 4rem;
}
#html-body .banner.banner--style--1 .banner-details p {
  margin: 0;
}
#html-body .banner.banner--style--1 .banner-details a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: initial;
  font-weight: 500;
  position: relative;
  padding: 5px 0;
}
#html-body .banner.banner--style--1 .banner-details a:before,
#html-body .banner.banner--style--1 .banner-details a:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#html-body .banner.banner--style--1 .banner-details a:hover:before {
  top: -2px;
}
#html-body .banner.banner--style--1 .banner-item {
  max-width: 797px;
  padding: 0 15px;
}
#html-body .banner.banner--style--1 .banner-item:last-child {
  padding-top: 220px;
}
#html-body .banner.banner--style--2 {
  margin-top: 70px;
}
#html-body .banner.banner--style--2 h2 {
  font-size: 5rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
#html-body .banner.banner--style--2 .pagebuilder-column-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#html-body .banner.banner--style--2 .pagebuilder-column-group:before,
#html-body .banner.banner--style--2 .pagebuilder-column-group:after {
  display: none;
}
#html-body .banner.banner--style--2 figure {
  margin: 0;
}
#html-body .banner.banner--style--2 .banner-item-details {
  justify-content: center;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  padding: 216px 15px 55px;
  background: linear-gradient(0deg, rgba(1, 1, 1, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
#html-body .banner.banner--style--2 .banner-item-details p {
  margin: 0;
  line-height: 0;
}
#html-body .banner.banner--style--2 .banner-item-details h3 {
  font-size: 2.6rem;
  font-weight: 500;
  margin: 0;
}
#html-body .banner.banner--style--2 .banner-item-details a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: initial;
  font-weight: 500;
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  padding: 5px;
}
#html-body .banner.banner--style--2 .banner-item-details a:before,
#html-body .banner.banner--style--2 .banner-item-details a:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#html-body .banner.banner--style--2 .banner-item-details a:hover:before {
  top: -2px;
}
#html-body .banner.banner--style--2 .banner-item:hover .banner-item-details a {
  margin-top: 5px;
  padding: 5px 0;
  height: auto;
  overflow: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#html-body .banner.banner--style--2 .banner-item:last-child {
  padding-top: 220px;
}
#html-body .service.service--home {
  padding-top: 95px;
  padding-bottom: 125px;
}
#html-body .service.service--home .pagebuilder-column-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#html-body .service.service--home .pagebuilder-column-group:before,
#html-body .service.service--home .pagebuilder-column-group:after {
  display: none;
}
#html-body .service.service--home .service-item {
  padding: 0 20px;
}
#html-body .service.service--home .service-item:first-child(2) {
  animation-delay: .6s;
}
#html-body .service.service--home .service-item:last-child {
  animation-delay: .6s;
}
#html-body .service.service--home .service-item figure {
  margin: 0;
}
#html-body .service.service--home .service-item img {
  margin-bottom: 40px;
}
#html-body .service.service--home .service-item h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#html-body .service.service--home .service-item p {
  font-size: 1.6rem;
  margin: 0;
}
#html-body .home-static-brand {
  margin-bottom: 60px;
}
#html-body .home-static-brand .shopbrand {
  border-width: 1px;
  border-style: solid;
}
#html-body .home-static-brand .block-static-block {
  margin: 0;
}
#html-body .home-static-brand .slick-active .item {
  border-width: 0 1px 0 0;
  border-style: solid;
}
#html-body .home-static-brand .slick-slider:hover .slick-prev {
  left: -17px;
}
#html-body .home-static-brand .slick-slider:hover .slick-next {
  right: -17px;
}
#html-body .magicproduct .block-title-tabs:before,
#html-body .magiccatalog .block-title-tabs:before,
#html-body .magiccategory .block-title-tabs:before {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#html-body .magicproduct .slick-slider .slick-prev,
#html-body .magiccatalog .slick-slider .slick-prev,
#html-body .magiccategory .slick-slider .slick-prev {
  left: 0;
}
#html-body .magicproduct .slick-slider .slick-next,
#html-body .magiccatalog .slick-slider .slick-next,
#html-body .magiccategory .slick-slider .slick-next {
  right: 0;
}
#html-body .magiccart__product .magictabs {
  display: none;
}
#html-body .magiccart__product .block-title-tabs {
  padding-bottom: 0;
}
#html-body .magiccart__product .block-title-tabs .block-title-heading .title {
  font-size: 3.4rem;
  margin-bottom: 0;
}
#html-body .magiccart__product.magiccart__product--style--1 {
  margin-top: 60px;
}
#html-body .magiccart__product.magiccart__product--style--2 {
  margin-top: 60px;
}
#html-body .magiccart__lookbook.lookbook--home .lookbook-item-right {
  padding-left: 192px;
  padding-top: 120px;
}
#html-body .magiccart__lookbook.lookbook--home .lookbook-item-title {
  margin-bottom: 115px;
}
#html-body .magiccart__lookbook.lookbook--home .lookbook-item-title p {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
#html-body .magiccart__lookbook.lookbook--home .lookbook-item-title h2 {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 0;
}
#html-body .magiccart__lookbook.lookbook--home .lookbook-item-title a {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
}
#html-body .magiccart__lookbook.lookbook--home .lookbook-item-title a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#html-body .magiccart__lookbook.lookbook--home .lookbook-item-title a:hover:before {
  left: 0;
}
#html-body .block--subscribe {
  padding-top: 100px;
  padding-bottom: 85px;
  margin-top: 80px;
}
#html-body .block--subscribe .block-title {
  font-size: 3.6rem;
  margin-bottom: 10px;
  display: none;
}
#html-body .block--subscribe .block-title strong {
  font-weight: 400;
}
#html-body .block--subscribe .field .subscribe-panel {
  margin-bottom: 10px;
  display: none;
}
#html-body .block--subscribe .field .subscribe-panel .panel-text {
  font-size: 1.6rem;
}
#html-body .block--subscribe .field .visible {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
#html-body .block--subscribe .field .visible:before,
#html-body .block--subscribe .field .visible:after {
  display: none;
}
#html-body .block--subscribe .field .visible input {
  font-size: 1.4rem;
  border-width: 0 0 2px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 36px;
  line-height: 36px;
}
#html-body .block--subscribe .field .visible .control {
  margin-right: 10px;
  flex: 1;
}
#html-body .block--subscribe .field .visible .actions {
  width: 70px;
}
#html-body .block--subscribe .field .visible .actions .action {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  border-width: 0 0 2px;
  padding: 0;
  position: static;
  height: 36px;
  line-height: 36px;
}
#html-body .block--subscribe .pagebuilder-column-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
#html-body .block--subscribe .pagebuilder-column-group:before,
#html-body .block--subscribe .pagebuilder-column-group:after {
  display: none;
}
#html-body .block--subscribe .block-item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
}
#html-body .block--subscribe .block-item-title:before,
#html-body .block--subscribe .block-item-title:after {
  display: none;
}
#html-body .block--subscribe .block-item-title .block-item-title-icon {
  margin: 0;
}
#html-body .block--subscribe .block-item-title .block-item-title-text {
  flex: 1;
  padding-left: 25px;
}
#html-body .block--subscribe .block-item-title .block-item-title-text h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 0;
}
#html-body .block--subscribe .block-item-title .block-item-title-text p {
  font-size: 1.4rem;
  margin: 0;
}
#html-body .block--subscribe .block-static-block.widget {
  margin-bottom: 0;
}
#html-body .block--contact.contact--home {
  padding-top: 140px;
  margin-bottom: 330px;
}
#html-body .block--contact.contact--home figure {
  margin-bottom: 0;
}
#html-body .block--contact.contact--home .block-content {
  margin-bottom: -270px;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#html-body .block--contact.contact--home .block-details {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 30px);
  max-width: 600px;
  padding-left: 100px;
  padding-top: 70px;
  padding-bottom: 70px;
}
#html-body .block--contact.contact--home .block-details img {
  margin-bottom: 15px;
}
#html-body .block--contact.contact--home .block-details h2 {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#html-body .block--contact.contact--home .block-details ul {
  padding: 0;
  list-style: none;
}
#html-body .block--contact.contact--home .block-details ul li {
  font-size: 1.6rem;
}
.cms-index-index .columns .column.main {
  padding-bottom: 70px;
}
.nav-sections-item-content .magicmenu {
  text-align: center;
}
.block-footer-top {
  padding: 52px 0;
  border-width: 0;
}
.block-footer-top p {
  margin: 0;
}
/* responsive */
@media screen and (min-width: 1740px) {
  body .container {
    max-width: 1740px;
  }
}
@media screen and (min-width: 1921px) {
  .magiccart__lookbook.lookbook--home {
    max-width: 1920px;
    margin: 0 auto;
  }
  #html-body .block--contact.contact--home .block-details {
    right: -1px;
    bottom: -1px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .cookie-hidden-bottom #backtotop {
    bottom: 90px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
@media screen and (max-width: 1439px) {
  #html-body .magiccart__lookbook.lookbook--home .lookbook-item-right {
    padding-left: 100px;
    padding-top: 60px;
  }
  #html-body .magiccart__lookbook.lookbook--home .lookbook-item-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .cookie-hidden-bottom #backtotop {
    bottom: 145px;
  }
}
@media screen and (max-width: 991px) {
  .cookie-hidden-bottom #backtotop {
    bottom: 50px;
  }
  #html-body .service.service--home {
    margin-top: 60px;
  }
  #html-body .block--subscribe .block-item-title {
    margin-bottom: 30px;
  }
  #html-body .form.subscribe .block-content .field.newsletter .visible {
    max-width: 100%;
  }
  #html-body .magiccart__lookbook.lookbook--home .lookbook-item-title h2 {
    font-size: 3rem;
  }
  #html-body .magiccart__lookbook.lookbook--home .lookbook-item-right {
    padding-left: 50px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #html-body .block--contact.contact--home .block-details {
    padding: 20px 0;
    position: static;
  }
}
@media screen and (max-width: 639px) {
  #html-body .service.service--home {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #html-body .service.service--home .pagebuilder-column-group {
    border-width: 1px;
    border-style: solid;
  }
  #html-body .service.service--home .pagebuilder-column-group .service-item {
    border-width: 0 0 1px;
    border-style: solid;
    padding: 20px;
  }
  #html-body .service.service--home .pagebuilder-column-group .service-item:last-child {
    border-width: 0;
  }
  #html-body .magiccart__lookbook.lookbook--home .lookbook-item-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  #html-body .magiccart__lookbook.lookbook--home .lookbook-item-right {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  #html-body .block--subscribe {
    margin-top: 50px;
  }
  #html-body .magiccart__product .block-title-tabs .block-title-heading .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .cookie-hidden-bottom #backtotop {
    bottom: 160px;
  }
}
@media screen and (max-width: 479px) {
  #html-body .page-footer .footer-item:first-child {
    margin-bottom: 20px;
  }
  #html-body .block--subscribe {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #html-body .block--subscribe .block-item-title {
    text-align: center;
  }
  #html-body .block--subscribe .block-item-title .block-item-title-icon {
    width: 100%;
    margin-bottom: 10px;
  }
  #html-body .block--subscribe .block-item-title .block-item-title-text {
    padding-left: 0;
  }
  #html-body .service.service--home {
    margin-top: 0;
  }
  #html-body .magepow--category.category--style--1 .block-title .title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 359px) {
  #html-body .banner__slide .slick-slider .magicslider-caption .collection-content .action {
    padding: 0 10px;
  }
}
/* rtl */
[class*="alo-lookbook-"] .title.item {
  display: none;
}
.page__lookbook__items p {
  margin: 0;
}
.page__lookbook__items .block__title {
  font-size: 3.6rem;
  margin-bottom: 0;
}
.page__lookbook__items .block__description {
  margin-bottom: 30px;
}
.page__lookbook__items .block__action a {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* responsive */
@media screen and (max-width: 991px) {
  .page__lookbook__items .item__content {
    margin-bottom: 30px;
  }
  .page__lookbook__items .item__images {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .page__lookbook__items .block__title {
    font-size: 2.5rem;
  }
  .page__lookbook__items .block__sub {
    font-size: 1.3rem;
  }
}
.testimonial-container {
  margin-top: 50px;
}
.testimonial-container .action.submit {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.testimonial-container .action.submit:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.testimonial-container .action.submit:hover:before {
  left: 0;
}
.testimonial-container .magiccart-testimonials-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 50px;
}
.testimonial-container .magiccart-testimonials-grid:before,
.testimonial-container .magiccart-testimonials-grid:after {
  display: none;
}
.testimonial-container .magiccart-testimonials-grid .magiccart-testimonial-rating {
  margin-bottom: 10px;
}
.testimonial-container .magiccart-testimonials-grid .magiccart-testimonial-rating .rating-box {
  position: relative;
}
.testimonial-container .magiccart-testimonials-grid .magiccart-testimonial-rating .rating-box:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: Fontawesome;
  z-index: 1;
  font-size: 1.4rem;
  height: 14px;
  display: block;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 5px;
}
.testimonial-container .magiccart-testimonials-grid .magiccart-testimonial-rating .rating-box .rating {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.testimonial-container .magiccart-testimonials-grid .magiccart-testimonial-rating .rating-box .rating:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: Fontawesome;
  z-index: 1;
  font-size: 1.4rem;
  height: 14px;
  display: block;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 5px;
}
.testimonial-container .magiccart-testimonials-grid .magiccart-testimonial-content {
  margin-bottom: 10px;
}
.testimonial-container .magiccart-testimonials-grid .magiccart-testimonial-author {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
.testimonial-container .magiccart-testimonials-grid .magiccart-testimonial-jobandcompany {
  font-weight: 500;
}
.testimonial-container .magiccart-testimonials-grid .magiccart-testimonial-avatar {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  border-width: 1px;
  border-style: dashed;
}
.testimonial-container .magiccart-testimonials-grid .magiccart-testimonial-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonial-container .magiccart-testimonials-grid .magiccart-testimonials-grid-left {
  margin-bottom: -50px;
  text-align: center;
}
.testimonial-container .magiccart-testimonials-grid .magiccart-testimonials-grid-right {
  border-width: 1px;
  border-style: solid;
  padding: 70px 20px 20px;
}
.testimonial-container .magiccart-testimonials-grid .testimonial-item {
  width: calc(100% / 3);
  padding: 0 15px;
  margin-bottom: 30px;
}
.testimonial-container .toolbar .toolbar-amount {
  display: none;
}
.alo-testimonial-submit {
  max-width: 800px;
  padding: 35px;
  margin: 50px auto 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.alo-testimonial-submit .fieldset .field {
  margin-bottom: 20px;
}
.alo-testimonial-submit .fieldset .field.field-avatar input {
  border: 0;
}
.alo-testimonial-submit .action.submit {
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-width: 1px;
  border-style: solid;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.alo-testimonial-submit .action.submit:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.alo-testimonial-submit .action.submit:hover:before {
  left: 0;
}
/* responsive */
@media screen and (max-width: 991px) {
  .testimonial-container .magiccart-testimonials-grid .testimonial-item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-container .magiccart-testimonials-grid .testimonial-item {
    width: 100%;
  }
}
/* rtl */
.rtl .testimonial-container .magiccart-testimonials-grid .magiccart-testimonial-author:before {
  margin-right: 0;
  margin-left: 10px;
}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*# sourceMappingURL=bootstrap.min.css.map *//*!
 *  Font Awesome 4.7.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/Alothemes/funio7/ar_SA/fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Alothemes/funio7/ar_SA/fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Alothemes/funio7/ar_SA/fonts/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Alothemes/funio7/ar_SA/fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Alothemes/funio7/ar_SA/fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Alothemes/funio7/ar_SA/fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


*[class^="funio-"]:before, i[class*=" funio-"]:before {
    font-family: funio !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.funio-loupe:before {
    content: "\f101";
}
.funio-user:before {
    content: "\f102";
}
.funio-star:before {
    content: "\f103";
}
.funio-shopping-cart:before {
    content: "\f104";
}
.funio-next:before {
    content: "\f105";
}
.funio-left-arrow:before {
    content: "\f106";
}
.funio-right-arrow:before {
    content: "\f107";
}
.funio-left-arrow-1:before {
    content: "\f108";
}
.funio-empty-battery:before {
    content: "\f109";
}
.funio-like:before {
    content: "\f10a";
}
.funio-blocks-with-angled-cuts:before {
    content: "\f10b";
}
.funio-straight-quotes:before {
    content: "\f10c";
}
.funio-star-1:before {
    content: "\f10d";
}
.funio-graph:before {
    content: "\f10e";
}
.funio-filter:before {
    content: "\f10f";
}
.funio-chat:before {
    content: "\f110";
}
.funio-content-writing:before {
    content: "\f111";
}


/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
	content: "\21";
}
.arrow_down:before {
	content: "\22";
}
.arrow_left:before {
	content: "\23";
}
.arrow_right:before {
	content: "\24";
}
.arrow_left-up:before {
	content: "\25";
}
.arrow_right-up:before {
	content: "\26";
}
.arrow_right-down:before {
	content: "\27";
}
.arrow_left-down:before {
	content: "\28";
}
.arrow-up-down:before {
	content: "\29";
}
.arrow_up-down_alt:before {
	content: "\2a";
}
.arrow_left-right_alt:before {
	content: "\2b";
}
.arrow_left-right:before {
	content: "\2c";
}
.arrow_expand_alt2:before {
	content: "\2d";
}
.arrow_expand_alt:before {
	content: "\2e";
}
.arrow_condense:before {
	content: "\2f";
}
.arrow_expand:before {
	content: "\30";
}
.arrow_move:before {
	content: "\31";
}
.arrow_carrot-up:before {
	content: "\32";
}
.arrow_carrot-down:before {
	content: "\33";
}
.arrow_carrot-left:before {
	content: "\34";
}
.arrow_carrot-right:before {
	content: "\35";
}
.arrow_carrot-2up:before {
	content: "\36";
}
.arrow_carrot-2down:before {
	content: "\37";
}
.arrow_carrot-2left:before {
	content: "\38";
}
.arrow_carrot-2right:before {
	content: "\39";
}
.arrow_carrot-up_alt2:before {
	content: "\3a";
}
.arrow_carrot-down_alt2:before {
	content: "\3b";
}
.arrow_carrot-left_alt2:before {
	content: "\3c";
}
.arrow_carrot-right_alt2:before {
	content: "\3d";
}
.arrow_carrot-2up_alt2:before {
	content: "\3e";
}
.arrow_carrot-2down_alt2:before {
	content: "\3f";
}
.arrow_carrot-2left_alt2:before {
	content: "\40";
}
.arrow_carrot-2right_alt2:before {
	content: "\41";
}
.arrow_triangle-up:before {
	content: "\42";
}
.arrow_triangle-down:before {
	content: "\43";
}
.arrow_triangle-left:before {
	content: "\44";
}
.arrow_triangle-right:before {
	content: "\45";
}
.arrow_triangle-up_alt2:before {
	content: "\46";
}
.arrow_triangle-down_alt2:before {
	content: "\47";
}
.arrow_triangle-left_alt2:before {
	content: "\48";
}
.arrow_triangle-right_alt2:before {
	content: "\49";
}
.arrow_back:before {
	content: "\4a";
}
.icon_minus-06:before {
	content: "\4b";
}
.icon_plus:before {
	content: "\4c";
}
.icon_close:before {
	content: "\4d";
}
.icon_check:before {
	content: "\4e";
}
.icon_minus_alt2:before {
	content: "\4f";
}
.icon_plus_alt2:before {
	content: "\50";
}
.icon_close_alt2:before {
	content: "\51";
}
.icon_check_alt2:before {
	content: "\52";
}
.icon_zoom-out_alt:before {
	content: "\53";
}
.icon_zoom-in_alt:before {
	content: "\54";
}
.icon_search:before {
	content: "\55";
}
.icon_box-empty:before {
	content: "\56";
}
.icon_box-selected:before {
	content: "\57";
}
.icon_minus-box:before {
	content: "\58";
}
.icon_plus-box:before {
	content: "\59";
}
.icon_box-checked:before {
	content: "\5a";
}
.icon_circle-empty:before {
	content: "\5b";
}
.icon_circle-slelected:before {
	content: "\5c";
}
.icon_stop_alt2:before {
	content: "\5d";
}
.icon_stop:before {
	content: "\5e";
}
.icon_pause_alt2:before {
	content: "\5f";
}
.icon_pause:before {
	content: "\60";
}
.icon_menu:before {
	content: "\61";
}
.icon_menu-square_alt2:before {
	content: "\62";
}
.icon_menu-circle_alt2:before {
	content: "\63";
}
.icon_ul:before {
	content: "\64";
}
.icon_ol:before {
	content: "\65";
}
.icon_adjust-horiz:before {
	content: "\66";
}
.icon_adjust-vert:before {
	content: "\67";
}
.icon_document_alt:before {
	content: "\68";
}
.icon_documents_alt:before {
	content: "\69";
}
.icon_pencil:before {
	content: "\6a";
}
.icon_pencil-edit_alt:before {
	content: "\6b";
}
.icon_pencil-edit:before {
	content: "\6c";
}
.icon_folder-alt:before {
	content: "\6d";
}
.icon_folder-open_alt:before {
	content: "\6e";
}
.icon_folder-add_alt:before {
	content: "\6f";
}
.icon_info_alt:before {
	content: "\70";
}
.icon_error-oct_alt:before {
	content: "\71";
}
.icon_error-circle_alt:before {
	content: "\72";
}
.icon_error-triangle_alt:before {
	content: "\73";
}
.icon_question_alt2:before {
	content: "\74";
}
.icon_question:before {
	content: "\75";
}
.icon_comment_alt:before {
	content: "\76";
}
.icon_chat_alt:before {
	content: "\77";
}
.icon_vol-mute_alt:before {
	content: "\78";
}
.icon_volume-low_alt:before {
	content: "\79";
}
.icon_volume-high_alt:before {
	content: "\7a";
}
.icon_quotations:before {
	content: "\7b";
}
.icon_quotations_alt2:before {
	content: "\7c";
}
.icon_clock_alt:before {
	content: "\7d";
}
.icon_lock_alt:before {
	content: "\7e";
}
.icon_lock-open_alt:before {
	content: "\e000";
}
.icon_key_alt:before {
	content: "\e001";
}
.icon_cloud_alt:before {
	content: "\e002";
}
.icon_cloud-upload_alt:before {
	content: "\e003";
}
.icon_cloud-download_alt:before {
	content: "\e004";
}
.icon_image:before {
	content: "\e005";
}
.icon_images:before {
	content: "\e006";
}
.icon_lightbulb_alt:before {
	content: "\e007";
}
.icon_gift_alt:before {
	content: "\e008";
}
.icon_house_alt:before {
	content: "\e009";
}
.icon_genius:before {
	content: "\e00a";
}
.icon_mobile:before {
	content: "\e00b";
}
.icon_tablet:before {
	content: "\e00c";
}
.icon_laptop:before {
	content: "\e00d";
}
.icon_desktop:before {
	content: "\e00e";
}
.icon_camera_alt:before {
	content: "\e00f";
}
.icon_mail_alt:before {
	content: "\e010";
}
.icon_cone_alt:before {
	content: "\e011";
}
.icon_ribbon_alt:before {
	content: "\e012";
}
.icon_bag_alt:before {
	content: "\e013";
}
.icon_creditcard:before {
	content: "\e014";
}
.icon_cart_alt:before {
	content: "\e015";
}
.icon_paperclip:before {
	content: "\e016";
}
.icon_tag_alt:before {
	content: "\e017";
}
.icon_tags_alt:before {
	content: "\e018";
}
.icon_trash_alt:before {
	content: "\e019";
}
.icon_cursor_alt:before {
	content: "\e01a";
}
.icon_mic_alt:before {
	content: "\e01b";
}
.icon_compass_alt:before {
	content: "\e01c";
}
.icon_pin_alt:before {
	content: "\e01d";
}
.icon_pushpin_alt:before {
	content: "\e01e";
}
.icon_map_alt:before {
	content: "\e01f";
}
.icon_drawer_alt:before {
	content: "\e020";
}
.icon_toolbox_alt:before {
	content: "\e021";
}
.icon_book_alt:before {
	content: "\e022";
}
.icon_calendar:before {
	content: "\e023";
}
.icon_film:before {
	content: "\e024";
}
.icon_table:before {
	content: "\e025";
}
.icon_contacts_alt:before {
	content: "\e026";
}
.icon_headphones:before {
	content: "\e027";
}
.icon_lifesaver:before {
	content: "\e028";
}
.icon_piechart:before {
	content: "\e029";
}
.icon_refresh:before {
	content: "\e02a";
}
.icon_link_alt:before {
	content: "\e02b";
}
.icon_link:before {
	content: "\e02c";
}
.icon_loading:before {
	content: "\e02d";
}
.icon_blocked:before {
	content: "\e02e";
}
.icon_archive_alt:before {
	content: "\e02f";
}
.icon_heart_alt:before {
	content: "\e030";
}
.icon_star_alt:before {
	content: "\e031";
}
.icon_star-half_alt:before {
	content: "\e032";
}
.icon_star:before {
	content: "\e033";
}
.icon_star-half:before {
	content: "\e034";
}
.icon_tools:before {
	content: "\e035";
}
.icon_tool:before {
	content: "\e036";
}
.icon_cog:before {
	content: "\e037";
}
.icon_cogs:before {
	content: "\e038";
}
.arrow_up_alt:before {
	content: "\e039";
}
.arrow_down_alt:before {
	content: "\e03a";
}
.arrow_left_alt:before {
	content: "\e03b";
}
.arrow_right_alt:before {
	content: "\e03c";
}
.arrow_left-up_alt:before {
	content: "\e03d";
}
.arrow_right-up_alt:before {
	content: "\e03e";
}
.arrow_right-down_alt:before {
	content: "\e03f";
}
.arrow_left-down_alt:before {
	content: "\e040";
}
.arrow_condense_alt:before {
	content: "\e041";
}
.arrow_expand_alt3:before {
	content: "\e042";
}
.arrow_carrot_up_alt:before {
	content: "\e043";
}
.arrow_carrot-down_alt:before {
	content: "\e044";
}
.arrow_carrot-left_alt:before {
	content: "\e045";
}
.arrow_carrot-right_alt:before {
	content: "\e046";
}
.arrow_carrot-2up_alt:before {
	content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
	content: "\e048";
}
.arrow_carrot-2left_alt:before {
	content: "\e049";
}
.arrow_carrot-2right_alt:before {
	content: "\e04a";
}
.arrow_triangle-up_alt:before {
	content: "\e04b";
}
.arrow_triangle-down_alt:before {
	content: "\e04c";
}
.arrow_triangle-left_alt:before {
	content: "\e04d";
}
.arrow_triangle-right_alt:before {
	content: "\e04e";
}
.icon_minus_alt:before {
	content: "\e04f";
}
.icon_plus_alt:before {
	content: "\e050";
}
.icon_close_alt:before {
	content: "\e051";
}
.icon_check_alt:before {
	content: "\e052";
}
.icon_zoom-out:before {
	content: "\e053";
}
.icon_zoom-in:before {
	content: "\e054";
}
.icon_stop_alt:before {
	content: "\e055";
}
.icon_menu-square_alt:before {
	content: "\e056";
}
.icon_menu-circle_alt:before {
	content: "\e057";
}
.icon_document:before {
	content: "\e058";
}
.icon_documents:before {
	content: "\e059";
}
.icon_pencil_alt:before {
	content: "\e05a";
}
.icon_folder:before {
	content: "\e05b";
}
.icon_folder-open:before {
	content: "\e05c";
}
.icon_folder-add:before {
	content: "\e05d";
}
.icon_folder_upload:before {
	content: "\e05e";
}
.icon_folder_download:before {
	content: "\e05f";
}
.icon_info:before {
	content: "\e060";
}
.icon_error-circle:before {
	content: "\e061";
}
.icon_error-oct:before {
	content: "\e062";
}
.icon_error-triangle:before {
	content: "\e063";
}
.icon_question_alt:before {
	content: "\e064";
}
.icon_comment:before {
	content: "\e065";
}
.icon_chat:before {
	content: "\e066";
}
.icon_vol-mute:before {
	content: "\e067";
}
.icon_volume-low:before {
	content: "\e068";
}
.icon_volume-high:before {
	content: "\e069";
}
.icon_quotations_alt:before {
	content: "\e06a";
}
.icon_clock:before {
	content: "\e06b";
}
.icon_lock:before {
	content: "\e06c";
}
.icon_lock-open:before {
	content: "\e06d";
}
.icon_key:before {
	content: "\e06e";
}
.icon_cloud:before {
	content: "\e06f";
}
.icon_cloud-upload:before {
	content: "\e070";
}
.icon_cloud-download:before {
	content: "\e071";
}
.icon_lightbulb:before {
	content: "\e072";
}
.icon_gift:before {
	content: "\e073";
}
.icon_house:before {
	content: "\e074";
}
.icon_camera:before {
	content: "\e075";
}
.icon_mail:before {
	content: "\e076";
}
.icon_cone:before {
	content: "\e077";
}
.icon_ribbon:before {
	content: "\e078";
}
.icon_bag:before {
	content: "\e079";
}
.icon_cart:before {
	content: "\e07a";
}
.icon_tag:before {
	content: "\e07b";
}
.icon_tags:before {
	content: "\e07c";
}
.icon_trash:before {
	content: "\e07d";
}
.icon_cursor:before {
	content: "\e07e";
}
.icon_mic:before {
	content: "\e07f";
}
.icon_compass:before {
	content: "\e080";
}
.icon_pin:before {
	content: "\e081";
}
.icon_pushpin:before {
	content: "\e082";
}
.icon_map:before {
	content: "\e083";
}
.icon_drawer:before {
	content: "\e084";
}
.icon_toolbox:before {
	content: "\e085";
}
.icon_book:before {
	content: "\e086";
}
.icon_contacts:before {
	content: "\e087";
}
.icon_archive:before {
	content: "\e088";
}
.icon_heart:before {
	content: "\e089";
}
.icon_profile:before {
	content: "\e08a";
}
.icon_group:before {
	content: "\e08b";
}
.icon_grid-2x2:before {
	content: "\e08c";
}
.icon_grid-3x3:before {
	content: "\e08d";
}
.icon_music:before {
	content: "\e08e";
}
.icon_pause_alt:before {
	content: "\e08f";
}
.icon_phone:before {
	content: "\e090";
}
.icon_upload:before {
	content: "\e091";
}
.icon_download:before {
	content: "\e092";
}
.social_facebook:before {
	content: "\e093";
}
.social_twitter:before {
	content: "\e094";
}
.social_pinterest:before {
	content: "\e095";
}
.social_googleplus:before {
	content: "\e096";
}
.social_tumblr:before {
	content: "\e097";
}
.social_tumbleupon:before {
	content: "\e098";
}
.social_wordpress:before {
	content: "\e099";
}
.social_instagram:before {
	content: "\e09a";
}
.social_dribbble:before {
	content: "\e09b";
}
.social_vimeo:before {
	content: "\e09c";
}
.social_linkedin:before {
	content: "\e09d";
}
.social_rss:before {
	content: "\e09e";
}
.social_deviantart:before {
	content: "\e09f";
}
.social_share:before {
	content: "\e0a0";
}
.social_myspace:before {
	content: "\e0a1";
}
.social_skype:before {
	content: "\e0a2";
}
.social_youtube:before {
	content: "\e0a3";
}
.social_picassa:before {
	content: "\e0a4";
}
.social_googledrive:before {
	content: "\e0a5";
}
.social_flickr:before {
	content: "\e0a6";
}
.social_blogger:before {
	content: "\e0a7";
}
.social_spotify:before {
	content: "\e0a8";
}
.social_delicious:before {
	content: "\e0a9";
}
.social_facebook_circle:before {
	content: "\e0aa";
}
.social_twitter_circle:before {
	content: "\e0ab";
}
.social_pinterest_circle:before {
	content: "\e0ac";
}
.social_googleplus_circle:before {
	content: "\e0ad";
}
.social_tumblr_circle:before {
	content: "\e0ae";
}
.social_stumbleupon_circle:before {
	content: "\e0af";
}
.social_wordpress_circle:before {
	content: "\e0b0";
}
.social_instagram_circle:before {
	content: "\e0b1";
}
.social_dribbble_circle:before {
	content: "\e0b2";
}
.social_vimeo_circle:before {
	content: "\e0b3";
}
.social_linkedin_circle:before {
	content: "\e0b4";
}
.social_rss_circle:before {
	content: "\e0b5";
}
.social_deviantart_circle:before {
	content: "\e0b6";
}
.social_share_circle:before {
	content: "\e0b7";
}
.social_myspace_circle:before {
	content: "\e0b8";
}
.social_skype_circle:before {
	content: "\e0b9";
}
.social_youtube_circle:before {
	content: "\e0ba";
}
.social_picassa_circle:before {
	content: "\e0bb";
}
.social_googledrive_alt2:before {
	content: "\e0bc";
}
.social_flickr_circle:before {
	content: "\e0bd";
}
.social_blogger_circle:before {
	content: "\e0be";
}
.social_spotify_circle:before {
	content: "\e0bf";
}
.social_delicious_circle:before {
	content: "\e0c0";
}
.social_facebook_square:before {
	content: "\e0c1";
}
.social_twitter_square:before {
	content: "\e0c2";
}
.social_pinterest_square:before {
	content: "\e0c3";
}
.social_googleplus_square:before {
	content: "\e0c4";
}
.social_tumblr_square:before {
	content: "\e0c5";
}
.social_stumbleupon_square:before {
	content: "\e0c6";
}
.social_wordpress_square:before {
	content: "\e0c7";
}
.social_instagram_square:before {
	content: "\e0c8";
}
.social_dribbble_square:before {
	content: "\e0c9";
}
.social_vimeo_square:before {
	content: "\e0ca";
}
.social_linkedin_square:before {
	content: "\e0cb";
}
.social_rss_square:before {
	content: "\e0cc";
}
.social_deviantart_square:before {
	content: "\e0cd";
}
.social_share_square:before {
	content: "\e0ce";
}
.social_myspace_square:before {
	content: "\e0cf";
}
.social_skype_square:before {
	content: "\e0d0";
}
.social_youtube_square:before {
	content: "\e0d1";
}
.social_picassa_square:before {
	content: "\e0d2";
}
.social_googledrive_square:before {
	content: "\e0d3";
}
.social_flickr_square:before {
	content: "\e0d4";
}
.social_blogger_square:before {
	content: "\e0d5";
}
.social_spotify_square:before {
	content: "\e0d6";
}
.social_delicious_square:before {
	content: "\e0d7";
}
.icon_printer:before {
	content: "\e103";
}
.icon_calulator:before {
	content: "\e0ee";
}
.icon_building:before {
	content: "\e0ef";
}
.icon_floppy:before {
	content: "\e0e8";
}
.icon_drive:before {
	content: "\e0ea";
}
.icon_search-2:before {
	content: "\e101";
}
.icon_id:before {
	content: "\e107";
}
.icon_id-2:before {
	content: "\e108";
}
.icon_puzzle:before {
	content: "\e102";
}
.icon_like:before {
	content: "\e106";
}
.icon_dislike:before {
	content: "\e0eb";
}
.icon_mug:before {
	content: "\e105";
}
.icon_currency:before {
	content: "\e0ed";
}
.icon_wallet:before {
	content: "\e100";
}
.icon_pens:before {
	content: "\e104";
}
.icon_easel:before {
	content: "\e0e9";
}
.icon_flowchart:before {
	content: "\e109";
}
.icon_datareport:before {
	content: "\e0ec";
}
.icon_briefcase:before {
	content: "\e0fe";
}
.icon_shield:before {
	content: "\e0f6";
}
.icon_percent:before {
	content: "\e0fb";
}
.icon_globe:before {
	content: "\e0e2";
}
.icon_globe-2:before {
	content: "\e0e3";
}
.icon_target:before {
	content: "\e0f5";
}
.icon_hourglass:before {
	content: "\e0e1";
}
.icon_balance:before {
	content: "\e0ff";
}
.icon_rook:before {
	content: "\e0f8";
}
.icon_printer-alt:before {
	content: "\e0fa";
}
.icon_calculator_alt:before {
	content: "\e0e7";
}
.icon_building_alt:before {
	content: "\e0fd";
}
.icon_floppy_alt:before {
	content: "\e0e4";
}
.icon_drive_alt:before {
	content: "\e0e5";
}
.icon_search_alt:before {
	content: "\e0f7";
}
.icon_id_alt:before {
	content: "\e0e0";
}
.icon_id-2_alt:before {
	content: "\e0fc";
}
.icon_puzzle_alt:before {
	content: "\e0f9";
}
.icon_like_alt:before {
	content: "\e0dd";
}
.icon_dislike_alt:before {
	content: "\e0f1";
}
.icon_mug_alt:before {
	content: "\e0dc";
}
.icon_currency_alt:before {
	content: "\e0f3";
}
.icon_wallet_alt:before {
	content: "\e0d8";
}
.icon_pens_alt:before {
	content: "\e0db";
}
.icon_easel_alt:before {
	content: "\e0f0";
}
.icon_flowchart_alt:before {
	content: "\e0df";
}
.icon_datareport_alt:before {
	content: "\e0f2";
}
.icon_briefcase_alt:before {
	content: "\e0f4";
}
.icon_shield_alt:before {
	content: "\e0d9";
}
.icon_percent_alt:before {
	content: "\e0da";
}
.icon_globe_alt:before {
	content: "\e0de";
}
.icon_clipboard:before {
	content: "\e0e6";
}


	.glyph {
		float: left;
		text-align: center;
		padding: .75em;
		margin: .4em 1.5em .75em 0;
		width: 6em;
text-shadow: none;
	}
        .glyph_big {
        font-size: 128px;
        color: #59c5dc;
        float: left;
        margin-right: 20px;
        }

        .glyph div { padding-bottom: 10px;}

	.glyph input {
		font-family: consolas, monospace;
		font-size: 12px;
		width: 100%;
		text-align: center;
		border: 0;
		box-shadow: 0 0 0 1px #ccc;
		padding: .2em;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
	}
	.centered {
		margin-left: auto;
		margin-right: auto;
	}
	.glyph .fs1 {
		font-size: 2em;
	}

	


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

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

.icon-square:before {
  content: "\e900";
}
.icon-tick:before {
  content: "\e902";
}
.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%}div#aramex_loader {
    background:  url('../../frontend/Alothemes/funio7/ar_SA/Aramex_Shipping/img/aramex_loader.gif') no-repeat center center;
    height:31px; width:31px;
    display:none;
}
.checkout-index-index .ui-autocomplete, .customer-address-form .ui-autocomplete{
    background: white;
    border:1px solid #ccc;
    width:250px;
    list-style: none;
    margin-left:0px;
    padding-left:10px;
    z-index:999;

}
.checkout-index-index .ui-autocomplete li a, .customer-address-form .ui-autocomplete li a{
    color:black;
    cursor:pointer;
}
.aramex-modal{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .4 )
    url('../../frontend/Alothemes/funio7/ar_SA/Aramex_Shipping/img/aramex_loader.gif')
    50% 50%
    no-repeat;
}
.aramex-modal > div{
  width: 200px;
  height: 100px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}



.catalog-product-view .ui-autocomplete{
    background: white;
    border:1px solid #ccc;
    width:250px;
    list-style: none;
    margin-left:0px;
    padding-left:10px;

}
.catalog-product-view .ui-autocomplete li a{
    color:black;
    cursor:pointer;
}form.minisearch.loading .control input[type="text"] {
    box-shadow: none;
    -webkit-animation-name: search-loading; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: search-loading;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

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

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

.searchsuite-autocomplete {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    left: -85px;
    margin-top: 4px;
    width: 350px;
    position: absolute;
    z-index: 9999999;
}
.searchsuite-autocomplete .suggest,
.searchsuite-autocomplete .product {
    margin: 0;
}

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

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

.searchsuite-autocomplete .title {
    padding: 10px;
    margin-bottom: 5px;
    background: #f0f0f0;
    color: #575757;
}

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

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

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

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

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

.searchsuite-autocomplete .product ul li {
    border-bottom: 1px solid #D4D2D2;
}
.searchsuite-autocomplete .product ul li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

@media only screen and (max-width: 767px) {
    .searchsuite-autocomplete {
        border-top: 0;
        left: 15px;
        margin-top: 0;
        right: 15px;
        width: auto;
    }
}
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    height: 32px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__active {
      margin-bottom: 0;
  }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

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

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../frontend/Alothemes/funio7/ar_SA/Magedelight_SMSProfile/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/Alothemes/funio7/ar_SA/Magedelight_SMSProfile/img/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }
#error-msg {
  color: red;
}
#valid-msg {
  color: #00C900;
}
input.error {
  border: 1px solid #FF7C7C;
}















body {
  font-family: 'Nexa', sans-serif;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Alothemes/funio7/ar_SA/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Alothemes/funio7/ar_SA/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}
.post-holder {margin-bottom: 20px;}
.post-list .post-holder{margin-bottom: 45px;}
.post-holder .post-header {position:relative;}
.post-holder .post-header .post-info {padding: 0px;float: left;}
.post-holder .post-header .post-info .item .label,.post-holder .post-header .post-info .item a{font-size: 13px;}
.post-holder .post-header .post-info .item .label{color: #9f9f9f;font-weight: normal;padding: 0;}
.post-holder .post-header .post-info .item a{color: #2f2f2f;}
.post-holder .post-header .post-info .dash,.post-ftimg-hld .post-info .item.post-categories,.post-ftimg-hld .post-info .dash,.post-ftimg-hld .post-info span.label{display: none;}
.post-holder .post-header .post-info .dash{padding: 0 5px;}
.item.post-categories{float: left;padding: 0 0 0 20px;}
.block-categories .accordion li a,.block-recent-posts .item a,
.block-archive .item a,.post-bottom .block-content .item a{font-size: 13px;}
.post-ftimg-hld{position: relative;}
.post-list {list-style: none;}
.post-list .post-text-hld{margin: 0px;padding: 0;}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}
.post-content .post-description .post-ftimg-hld {margin:0;}
.post-view .post-content .post-description .post-ftimg-hld img {width:100%; padding: 0px 0 20px; margin:0px;}
.addthis_toolbox{padding: 0px;}
@media (max-width: 496px) {
  .post-content .post-description .post-ftimg-hld {width: 100%; margin:0px;}
}

.post-list .post-header .post-title a,.post-view .post-header .post-title a {font-size: 16px;font-weight: 600;line-height: normal;outline: medium none;text-decoration: none;text-transform: uppercase;}
.post-list .post-header .post-title,.post-view .post-header .post-title {margin: 0px;padding: 13px 0 5px;}
.post-text-hld{padding: 10px 0;}
.post-text-hld p{color: #888; font-size: 14px;line-height: 25px;}

.post-view .post-holder .post-header .addthis_toolbox {float: right;padding-top:5px;}
.post-view .post-bottom {margin-top:30px;}
.post-view .block.related .block-content .products-textlink{padding-bottom: 10px;}
.post-view .block {margin-bottom: 0px;}
.post-nextprev-hld {margin-bottom: 10px;}
.widget.block-categories ul {padding: 15px 0px;}
.widget.block-categories ul ul {margin-left:20px;}
.widget.block-categories ul,.widget.block-categories li {margin: 0px;}
.widget.block-categories li,.sidebar .widget.block-recent-posts .item,.widget.block-archive .item,.tagclaud-hld span{border-bottom: 1px solid #e6e6e6;line-height: 40px;}
.tagclaud-hld span{display: block;}
.tagclaud-hld{padding: 15px 0px;}
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;z-index: 4;}
.widget.blog-search .block-content {margin-bottom: 0;}
.block.blog-search .actions{padding:0;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px; margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 0px;top: 0; 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;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;font-size: 16px;line-height: 32px;color: #8f8f8f; content: attr(data-icon);font-family: "Simple-Line-Icons";margin: 0;vertical-align: top;display: inline-block;font-weight: normal;overflow: hidden;speak: none; text-align: center;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px; overflow: hidden;padding: 0; position: absolute;width: 1px;}
@media only screen and (max-width: 479px) {
	.post-list .post-content .post-description .post-ftimg-hld, .post-list .post-content .post-text-hld{width: 100%;}
	.post-list .post-content .post-description .post-ftimg-hld {padding: 0 0px 10px 0;}
	.item.post-categories {float: none;padding: 0;}
	.post-list .post-posed-date,.post-view .post-posed-date,.post-holder .post-header .post-info,.addthis_toolbox{float: none !important;}
	.addthis_toolbox{padding: 2px 0 0 0px;}
}
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
.fav-color-green {color: #4caf50;color: #28a745;}
.fav-color-yellow {color: #f9c100;color: #ffc107;}
.fav-color-blue {color: #4db2ec;}
.fav-color-black {color: #222222;}
.fav-color-gray {color: #607d8b;color: #6c757d;}
.fav-color-red {color: #f44336;color: #dc3545;}


/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;/*padding: 20px;*/border-radius: 0;color: #222222;}
.fa, .fas {font-family:'FontAwesome';font-weight: 900;}
button {box-shadow: none !important;}
/** {zoom: 1;}*/


/* Blog Post List *****************************************************************************************************/
/* * {box-sizing: border-box;}*/
/*.post-list a {color: #222222;text-decoration: none;}*/
/*.post-list a:hover {color: #006bb4;text-decoration: none;}*/

/* .post-list {margin-top: 0px;margin-bottom: 20px;list-style: none;padding-left: 0} */
.post-list .post-item.post-holder {padding: 0 15px 0 0;margin-bottom: 30px;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list .post-info {padding: 0 0 0 25px;width: 100%;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px;color: #bbbbbb;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
/* .post-list .post-description {color: #7d7d7d;line-height: 21px;font-size: 13px;} */
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/*.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}*/
/*.post-list .post-view:before {display: inline-block;content: "\f06e";width: 10px;height: 10px;text-align: center;margin-right: 3px;*/
/*    font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}*/
/* Read More */
/*  .post-list .post-read-more {display: none;}  */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff;background: #222222;}
/*@media (max-width: 1200px) {
    .blog-index-index .post-list /*.post-read-more *//* {display: none;}
}
*/
@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* .blog-post-view .post-view {font-size: 13px;font-weight: 600;} */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222; color: #fff;line-height: 1;margin-right: 10px;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid #e8e8e8;color: #222;background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9; background: #333;color: #fff;}


/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;color: #7d7d7d;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}


/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-sharing-bottom {padding: 30px 0;margin-bottom: 20px;border-top: 1px solid #d5d6da;border-bottom: 1px solid #d5d6da;}
.post-sharing-bottom .addthis_inline_share_toolbox {text-align: center;}

/* Post Navigation */
.blog-post-view .post-nextprev  {margin-bottom: 30px;display: flex;padding: 20px 0;}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;color: #222222;font-weight: 600;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.mfblog-replated-posts-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-replated-posts-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

.mfblog-replated-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -15px;margin-right: -15px;}
.mfblog-replated-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;}

.mfblog-replated-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-replated-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-replated-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-replated-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-replated-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important;color: #222222;}
@media (max-width: 767px) {
    .mfblog-replated-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/

/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}

/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
/* .widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;border: 1px solid #bbbbbb;} */
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
/*.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}*/

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* Archive */
/* .widget.block-archive .archive-item-link {font-weight: 600} */

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}


.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-list .post-header .post-title {max-width:80%;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;color: #222222;font-weight: 400;}

.post-list .post-header .post-title {
    margin: 0;
    padding: 10px 0;
    float:left;
}

.post-list .post-holder .post-header .addthis_toolbox {float: right; padding-top: 17px;}
.post-list .hidden {display:none;}

.post-view .post-holder .post-header .addthis_toolbox {float: right;}

.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}
.widget.block-categories ul ul {
    margin-left:20px;
}
/* Tag cloud widget */
/* .widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em} */

.blog-widget-recent .post-list {
    padding: 0;
    margin: 0;
}

.blog-widget-recent .post-holder {
    width: 31.2%;
    float: left;
    margin: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {
    clear: both;
}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}

@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}


/* Posts List */
/* .widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
} */
/* END Posts List */

/* Fix Related Products */
/* .blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
} */
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    /* .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    } */
    /* .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    } */
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    /* .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    } */
    /* .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    } */
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}/* Block: index */
.alo-blog .block-recent-posts .block-title-tabs {margin: 0 0 10px;}
.alo-blog .block{margin-bottom: 0;}
.alo-blog .block .block-content{margin-bottom: 0;padding: 0;border: 0;background-color: transparent;}
/*.alo-blog .post-description .blog-image,.alo-blog .post-description .blog_short_text{float: left;}
.alo-blog .post-description .blog-image{width: 40%;}
.alo-blog .post-description .blog_short_text{width: 60%;}*/
.blog-image,.postcontent{position: relative;}
.post-text-hld.shortcontent-text,.post-text-hld.shortcontent-text p{line-height: 22px;color: #888;}
.blog_short_text{padding: 20px 20px 0;}
.blog_short_text .post-info a.post-item-link{padding-bottom: 0px;padding-left: 60px;}
.blog_short_text .post-text-hld,.blog_short_text .post-text-hld p {color: #666;font-size: 13px;clear: both;}
.block-recent-posts .block-content .blog_short_text .item.post-posed-date{padding: 0;}
.blog_short_text .item.post-posed-date,.blog_short_text .post-date-bottom{margin: 0;line-height: normal;}
.alo-blog .post-description{border: 1px solid #e6e6e6;}
.post-posed-date{float: left;padding: 0px;margin: 0;font-size: 18px;color: #9f9f9f;border-radius: 3px;}
.post-posed-date .value{display: block;}
.post-posed-date .value.date-home-month{background-color: #e5534c;color: #fff;font-size: 11px;border-radius: 0 0 3px 3px;}
.post-posed-date .fa, .post-author .fa {font-size: 16px;padding-right: 10px;display: none;}
.post-list-wrapper .post-list:before, .post-list-wrapper .post-list:after {display: table;content: " ";}
.post-list-wrapper .post-list .post-holder:nth-child(2n+1) {clear: left;}

.cats,.blog_short_text .post-categories {line-height: 17px;margin-bottom: 18px;padding-bottom: 8px;position: relative;}
.cats:before,.blog_short_text .post-categories:before {border-bottom: 2px solid #e7e7e7;bottom: 0;content: "";height: 0;position: absolute;width: 20px;}
.cats span,.blog_short_text .post-categories a {color: #df5c53;font-size: 12px;letter-spacing: 2px;text-transform: uppercase;}
.post-info a.post-item-link{display: block;font-size: 14px;line-height: normal;font-weight: 600;text-transform: uppercase;}
.post-info .content-inner .post-read-more {margin: 0;padding: 0px;display: inline-block;color: #666;text-align: left;font-size: 13px;font-weight: 400;text-transform: capitalize;}
.post-read-more:after {content: "\f0a9";font-family: FontAwesome;padding-left: 5px;vertical-align: middle;}
.post-list-wrapper .post-list {margin: 0 -15px 0 -15px; margin: 0 -15px;overflow: hidden;padding: 0;}
.post-list-wrapper .post-list:before, .post-list-wrapper .post-list:after {display: table;content: " ";}
.post-list-wrapper .post-title-holder,.post-view  .post-title-holder{border-bottom: 1px solid #e6e6e6;margin: 0 0 20px;padding: 0 0 15px;}
.post-list-wrapper .post-posed-date,.post-view .post-posed-date{background-color: transparent;font-size: 13px;color: #999;}
.post-list-wrapper .post-posed-date .value,.post-view  .post-posed-date .value{padding: 0;line-height: normal;}
.post-list .post-content .post-read-more,.post-view .post-read-more{color: #fff;display: inline-block;background-color: #e5534c;border: 1px solid #e5534c;height: 40px;line-height: 38px;font-size: 13px;margin-top: 20px;padding: 0 23px;text-align: center;white-space: nowrap;text-transform: uppercase;font-weight: 600;border-radius: 3px;}
.post-list .post-content .post-read-more:after,.post-view .post-read-more:after{display: none;}
.post-list .post-content .post-read-more:hover,.post-view .post-read-more:hover{background-color: #f0002f;border: 1px solid #f0002f;color: #fff;}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_SocialLogin
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 0;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.social-login-title .login-title {
    background-image: url(../../frontend/Alothemes/funio7/ar_SA/Mageplaza_SocialLogin/css/images/login-title.png);
}

.social-login-title .create-account-title {
    background-image: url(../../frontend/Alothemes/funio7/ar_SA/Mageplaza_SocialLogin/css/images/create-account-title.png);
}

.social-login-title .forgot-pass-title {
    background-image: url(../../frontend/Alothemes/funio7/ar_SA/Mageplaza_SocialLogin/css/images/forgot-pass-title.png);
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.register-sociallogin {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-disqus .fa-disqus {
    background: url("../../frontend/Alothemes/funio7/ar_SA/Mageplaza_SocialLogin/css/images/disqus-logo.png") no-repeat;
}

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

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

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

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

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

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

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

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

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

.btn-mailru .fa-mailru {
    background: url("../../frontend/Alothemes/funio7/ar_SA/Mageplaza_SocialLogin/css/images/mailru-logo.png") no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-wrap {
    overflow: scroll;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-zalo .fa-zalo {
    background: url(../../frontend/Alothemes/funio7/ar_SA/Mageplaza_SocialLogin/css/images/zalo-logo.png) no-repeat center;
}

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

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

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

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

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

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

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

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

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

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

#mp-popup-social-content {
    padding-top: 75px;
}
#social-login-popup > div.mp-social-popup.col-mp.mp-7 div.social-login-title {
    width: 200%;
}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Core
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.row-mp {
    min-height: 1px;
    margin: 0 -10px;
}

.col-mp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    float: left;
    padding: 0 10px;
}

/*All*/
.mp-1 {
    width: 8.33333333333%;
}

.mp-2 {
    width: 16.6666666667%;
}

.mp-3 {
    width: 25.0%;
}

.mp-4 {
    width: 33.3333333333%;
}

.mp-5 {
    width: 41.6666666667%;
}

.mp-6 {
    width: 50.0%;
}

.mp-7 {
    width: 58.3333333333%;
}

.mp-8 {
    width: 66.6666666667%;
}

.mp-9 {
    width: 75.0%;
}

.mp-10 {
    width: 83.3333333333%;
}

.mp-11 {
    width: 91.6666666667%;
}

.mp-12 {
    margin-left: 0;
    width: 100%;
}

.a-center {
    text-align: center;
}

.mp-clear {
    clear: both
}

@media (min-width: 1200px) {
    .mp-lg-1 {
        width: 8.33333333333%;
    }

    .mp-lg-2 {
        width: 16.6666666667%;
    }

    .mp-lg-3 {
        width: 25.0%;
    }

    .mp-lg-4 {
        width: 33.3333333333%;
    }

    .mp-lg-5 {
        width: 41.6666666667%;
    }

    .mp-lg-6 {
        width: 50.0%;
    }

    .mp-lg-7 {
        width: 58.3333333333%;
    }

    .mp-lg-8 {
        width: 66.6666666667%;
    }

    .mp-lg-9 {
        width: 75.0%;
    }

    .mp-lg-10 {
        width: 83.3333333333%;
    }

    .mp-lg-11 {
        width: 91.6666666667%;
    }

    .mp-lg-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mp-md-1 {
        width: 8.33333333333%;
    }

    .mp-md-2 {
        width: 16.6666666667%;
    }

    .mp-md-3 {
        width: 25.0%;
    }

    .mp-md-4 {
        width: 33.3333333333%;
    }

    .mp-md-5 {
        width: 41.6666666667%;
    }

    .mp-md-6 {
        width: 50.0%;
    }

    .mp-md-7 {
        width: 58.3333333333%;
    }

    .mp-md-8 {
        width: 66.6666666667%;
    }

    .mp-md-9 {
        width: 75.0%;
    }

    .mp-md-10 {
        width: 83.3333333333%;
    }

    .mp-md-11 {
        width: 91.6666666667%;
    }

    .mp-md-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mp-sm-1 {
        width: 8.33333333333%;
    }

    .mp-sm-2 {
        width: 16.6666666667%;
    }

    .mp-sm-3 {
        width: 25.0%;
    }

    .mp-sm-4 {
        width: 33.3333333333%;
    }

    .mp-sm-5 {
        width: 41.6666666667%;
    }

    .mp-sm-6 {
        width: 50.0%;
    }

    .mp-sm-7 {
        width: 58.3333333333%;
    }

    .mp-sm-8 {
        width: 66.6666666667%;
    }

    .mp-sm-9 {
        width: 75.0%;
    }

    .mp-sm-10 {
        width: 83.3333333333%;
    }

    .mp-sm-11 {
        width: 91.6666666667%;
    }

    .mp-sm-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .mp-xs-1 {
        width: 8.33333333333%;
    }

    .mp-xs-2 {
        width: 16.6666666667%;
    }

    .mp-xs-3 {
        width: 25.0%;
    }

    .mp-xs-4 {
        width: 33.3333333333%;
    }

    .mp-xs-5 {
        width: 41.6666666667%;
    }

    .mp-xs-6 {
        width: 50.0%;
    }

    .mp-xs-7 {
        width: 58.3333333333%;
    }

    .mp-xs-8 {
        width: 66.6666666667%;
    }

    .mp-xs-9 {
        width: 75.0%;
    }

    .mp-xs-10 {
        width: 83.3333333333%;
    }

    .mp-xs-11 {
        width: 91.6666666667%;
    }

    .mp-xs-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .col-mp {
        width: 100%;
    }
}


/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Alothemes/funio7/ar_SA/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/Alothemes/funio7/ar_SA/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/Alothemes/funio7/ar_SA/Mageplaza_Core/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/Alothemes/funio7/ar_SA/Mageplaza_Core/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/Alothemes/funio7/ar_SA/Mageplaza_Core/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/Alothemes/funio7/ar_SA/Mageplaza_Core/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
